-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ESKARIA Studio</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<!--
<nav class="zone blue 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="">Contact</a></li>
</ul>
</nav>
-->
<div class="container">
<img class="cover" src="img/startup1.jpg">
<div class="coverText"><h1>Welcome to ESKARIA</h1><h3>Started soon!</h3></div>
<!-- <div class="coverText"><h3>Site in developing stage</h3></div> -->
</div>
<!--
<div class="zone blue grid-wrapper">
<div class="card zone">
<img src="./img/startup1.jpg">
<div class="text">
<h1>Team play</h1>
<p>We believe in working together</p>
<button>Learn more</button>
</div>
</div>
<div class="card zone"><img src="./img/startup2.jpg">
<div class="text">
<h1>Team play</h1>
<p>We believe in working together</p>
<button>Learn more</button>
</div>
</div>
<div class="card zone"><img src="./img/startup3.jpg">
<div class="text">
<h1>Team play</h1>
<p>We believe in working together</p>
<button>Learn more</button>
</div>
</div>
</div>
-->
<footer class="zone">
<p><script>document.write(new Date().getFullYear())</script> © Emil Karimov All right reserved. For more articles [email protected]</p>
</footer>
</div>
</body>
</html>