-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech.html
More file actions
39 lines (31 loc) Β· 880 Bytes
/
Copy pathtech.html
File metadata and controls
39 lines (31 loc) Β· 880 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Technologies</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="tech.html">Technologies</a>
</nav>
<header>
<h1>π€ Cloud & Technologies</h1>
<img src="https://images.unsplash.com/photo-1677442136019-21780ecad995" class="main-img">
<div class="buttons">
<button onclick="goBack()">β¬
Back</button>
<button onclick="goHome()">π Home</button>
</div>
</header>
<section class="grid">
<div class="card">π€ AI</div>
<div class="card">π‘ IoT</div>
</section>
<footer>
<p>π©βπ» Team: Salma Aljabri | Batool Ali | Roba Abdullah | Aghsan Abdullah | Raghad Hussin</p>
<p>π¨βπ« Supervisor: Zainab Alharthy</p>
<p>π« Section: LO3</p>
</footer>
</body>
</html>