-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware-tools.html
49 lines (42 loc) · 1.32 KB
/
software-tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dr. Zahraa Marafie - AIoT Systems Lab</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation Bar -->
<header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about-us">About Us</a></li>
<li><a href="#theory-frameworks">Theory and Frameworks</a></li>
<li><a href="#educational-resources">Educational Resources</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#press">Press</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#training-workshops">Training & Workshops</a></li>
<li><a href="#contact-us">Contact Us</a></li>
<li><a href="#join">Join</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h1>Software Tools</h1>
<p>Discover a selection of software tools and frameworks commonly used in AI and IoT development.</p>
<ul>
<li><a href="#">TensorFlow</a></li>
<li><a href="#">Arduino IDE</a></li>
<li><a href="#">Node-RED</a></li>
</ul>
</section>
</main>
<footer>
<p>© 2024 AIoT Systems Lab. All rights reserved.</p>
</footer>
</body>
</html>