-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (81 loc) · 3.94 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<html>
<head>
<title>hielo</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="HTML5 and Responsive site templates of helio">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- ! Navigation Bar-->
<div class="Header-wrapper">
<div class="nav-bar clearfix">
<h4>hielo<span class="light-text"> by TEMPLATED</span></h4>
<h5><span class="menu fa fa-bars"></span> menu</h5>
</div>
<div class="banner-text ">
<p>A free responsive web site template by <span class="light-text">TEMPLATED</span></p>
<hr size="1">
<h1>Hielo</h1>
</div>
</div>
<!-- ! ful Wrapper -->
<div class="full-wrapper two-section">
<div class="fixed-width clearfix">
<div class="left">
<img src="img/pic02.jpg" alt="pic02">
<h6>MAECENAS SAPIEN FEUGIAT EX PURUS</h6>
<hr size="1">
<h3>Lorem ipsum dolor</h2>
<p> Cras aliquet urna ut sapien tincidunt, quis malesuada elit facilisis. Vestibulum sit amet tortor velit. Nam elementum nibh a libero pharetra elementum. Maecenas feugiat ex purus, quis volutpat lacus placerat malesuada.</p>
<button class="button">LEARN MORE</button>
</div>
<div class="right">
<img src="img/pic03.jpg" alt="pic03">
<h6>MAECENAS SAPIEN FEUGIAT EX PURUS</h6>
<hr size="1">
<h3>Lorem ipsum dolor</h2>
<p class="align-left"> Cras aliquet urna ut sapien tincidunt, quis malesuada elit facilisis. Vestibulum sit amet tortor velit. Nam elementum nibh a libero pharetra elementum. Maecenas feugiat ex purus, quis volutpat lacus placerat malesuada.</p>
<button class="button">LEARN MORE</button>
</div>
</div>
</div>
<!-- ! fulL Quote -->
<div class="full-wrapper fulL-Quote ">
<div class="fixed-width">
<p>NAM VEL ANTE SIT AMET LIBERO SCELERISQUE FACILISIS ELEIFEND VITAE URNA</p>
<hr size="1">
<h5>Morbi maximus justo</h2>
</div>
</div>
<!-- ! four image section-->
<div class="full-wrapper four-section">
<div class="fixed-width">
<p>NAM VEL ANTE SIT AMET LIBERO SCELERISQUE FACILISIS ELEIFEND VITAE URNA</p>
<hr size="1">
<h5>Morbi maximus justo</h2>
</div>
<div class="four-image clearfix">
<img src="img/pic01.jpg" alt="pic01">
<img src="img/pic02.jpg" alt="pic02" class="left-img">
<img src="img/pic03.jpg" alt="pic03">
<img src="img/pic04.jpg" alt="pic04" class="left-img">
</div>
</div>
<!-- ! footer -->
<div class="full-wrapper2 footer-full ">
<div class="footer">
<div class="footer-center ico clearfix">
<span class="span fa fa-twitter"></span>
<span class="span fa fa-facebook"></span>
<span class="span fa fa-instagram"></span>
<span class="span fa fa-envelope-o"></span>
<p >© Untitled. All rights reserved.</p>
</div>
</div>
</div>
</body>
</html>