-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 1.74 KB
/
index.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
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>Omar Hosting platform</title>
<link rel="stylesheet" type="text/css" href="./style.css" />
</head>
<body>
<nav class="zone black sticky">
<ul class="main-nav">
<li><a href="#">About</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Our team</a></li>
<li class="push"><a href="#">Contacts</a></li>
</ul>
</nav>
<div class="container zone">
<img src="/images/Asset 28.png" alt="" class="cover" />
<h1>Own the internet. Start with fast web hosting.</h1>
<button>Learn more</button>
</div>
<div class="zone dark-blue grid-wrapper">
<div class="box zone">
<img src="/images/data_storage_2_2.png" alt="" />
</div>
<div class="box zone">
<img src="/images/desktop_analytics_2.png" alt="" />
</div>
<div class="box zone">
<img src="/images/files_2.png" alt="" />
</div>
<div class="box zone">
<img src="/images/monitor_coding_2.png" alt="" />
</div>
<div class="box zone">
<img src="/images/monitor_settings_2.png" alt="" />
</div>
<div class="box zone">
<img src="/images/server_2_2.png" alt="" />
</div>
<div class="box zone">
<img src="/images/server_3.png" alt="" />
</div>
<div class="box zone">
<img src="/images/server_safe_2.png" alt="" />
</div>
</div>
<footer class="zone black default-cursor">
Website made by
<a href="https://github.com/Omar-Gebal" target="_blank">Omar Emad</a>
<a href="https://github.com/Omar-Gebal" target="_blank"
><img class="icon" src="/images/github icon.svg" alt=""
/></a>
</footer>
</body>
</html>