-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (84 loc) · 3.31 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<title>Strict</title>
<!-- Google Fonts Integration -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap" rel="stylesheet">
<!-- Main CSS File -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Topbar Section Start -->
<section class="topbar">
<div class="container">
<!-- logo -->
<img src="image/strict.png" alt="Strict">
</div>
</section>
<!-- Topbar Section End -->
<!-- Banner Section Start -->
<section class="banner">
<div class="container">
<div class="herotext">
<h1>Strict</h1>
<div class="blueline"> </div>
<p> <span class="highlight">STRICT</span> is a responsive theme with a clean and minimal look.</p>
<a href="#" class="btn">Call to action</a>
<img src="image/arronw.png" alt="arrow" class="down">
</div>
</div>
</section>
<section class="about">
<div class="container">
<h1>Simple and pure design.</h1>
<p>Designers everywhere gush with admiration upon seeing a web design and exclaim "its beautiful, it's so clean!". There are a countless number of webdesign round-ups dedicated to 'clean' design and it is a term thrown around quite a bit in the web design community. It can be easy to spot a good example of clean design. </p>
</div>
</section>
<section class="feature">
<div class="container">
<div class="box">
<img src="image/icon1.png">
<h1>Optimized for all devices</h1>
<p>STRICT has been designed to be fully
responsive on all devices</p> </div>
<div class="box"> <img src="image/icon2.png">
<h1>Clean & Minimal Design</h1>
<p>This multipurpose theme is especially reated to be used for different projects.</p></div>
<div class="box"> <img src="image/icon3.png">
<h1>Font Awesome Icon</h1>
<p>This multipurpose theme is especially created to be used for different projects.</p>
</div>
</div>
</section>
<!-- Feature Section End -->
<!-- Gallery Section Start -->
<section class="gallery">
<div class="container">
<h1>Showcase your work like a pro</h1>
<p>Contact me if you like my work</p>
<div class="pic">
<div class="hover1">
<img src="image/Image 01.png" class="image"></div></div>
<div class="hover1">
<div class="pic">
<img src="image/Image 02.png" class="image"></div></div>
<div class="hover1">
<div class="pic">
<img src="image/Image 03.png" class="image"></div></div>
<div class="hover1">
<div class="pic">
<img src="image/Image 04.png" class="image"></div></div>
<div class="pic">
<div class="hover1">
<img src="image/IImage 05.png" class="image"></div></div>
<div class="pic">
<div class="hover1">
<img src="image/Image 06.png" class="image"></div></div>
</div>
</section>
<section class="contact">
<div class="container">
</div>
</section>
</body>
</html>