-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Layout Master</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class="container">
<div class="zone green">
<div class="navbar">
<div class="grid-1">
<a href="https://github.com/andre1ut" class="about">About us</a>
<a href="https://github.com/andre1ut">Products</a>
<a href="https://github.com/andre1ut">Our Team</a>
</div>
<div class="grid-2">
<a href="https://github.com/andre1ut" class="contact">Contact</a>
</div>
</div>
</div>
<div class="zone red">
<img src="undraw.png" alt="">
</div>
<div class="zone blue">
<img src="files_2.png" alt="">
<img src="server_2_2.png" alt="">
<img src="monitor_settings_2.png" alt="">
<img src="server_3.png" alt="">
<img src="data_storage_2_2.png" alt="">
<img src="monitor_coding_2.png" alt="">
<img src="desktop_analytics_2.png" alt="">
<img src="server_safe_2.png" alt="">
</div>
<div class="zone yellow"><a href="https://github.com/andre1ut">made by andre1ut</a></div>
</div>
</body>
</html>