-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.html
More file actions
40 lines (32 loc) · 915 Bytes
/
Copy pathmodels.html
File metadata and controls
40 lines (32 loc) · 915 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
40
<!DOCTYPE html>
<html>
<head>
<title>Cloud Models</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="models.html">Models</a>
</nav>
<header>
<h1>☁️ Cloud Models</h1>
<img src="https://images.unsplash.com/photo-1518770660439-4636190af475" class="main-img">
<div class="buttons">
<button onclick="goBack()">⬅ Back</button>
<button onclick="goHome()">🏠 Home</button>
</div>
</header>
<section class="grid">
<div class="card">🖥️ IaaS</div>
<div class="card">⚙️ PaaS</div>
<div class="card">📱 SaaS</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>