-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimportance.html
More file actions
41 lines (33 loc) Β· 974 Bytes
/
Copy pathimportance.html
File metadata and controls
41 lines (33 loc) Β· 974 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
41
<!DOCTYPE html>
<html>
<head>
<title>Why Cloud</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="importance.html">Why Cloud</a>
</nav>
<header>
<h1>π Why Cloud Matters</h1>
<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f" class="main-img">
<div class="buttons">
<button onclick="goBack()">β¬
Back</button>
<button onclick="goHome()">π Home</button>
</div>
</header>
<section class="grid">
<div class="card">β‘ Fast</div>
<div class="card">π‘ Innovation</div>
<div class="card">π Scalability</div>
<div class="card">πΈ Cost Saving</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>