-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (232 loc) · 8.41 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!--
Title: Strict Template
Author: Giuseppe Garone (HTML/CSS conversion)
Description: STRICT is a modern one page template for portfolio and personal websites,
designed by Ekhtiar Mahmud.
Technologies: The goal of this project was to practice PSD to HTML/CSS conversion. It
contains additional features like form validation and image popup, done with JS/jQuery.
Useful links:
* Best PSD Freebies: http://www.bestpsdfreebies.com/
* Strict template: http://www.bestpsdfreebies.com/freebie/strict-portfolio-template/
* Font awesome: https://fontawesome.com/
* Magnific popup library: http://dimsemenov.com/plugins/magnific-popup/
* Reset CSS tool: https://meyerweb.com/eric/tools/css/reset/
Notes: I didn't create the original PSD. It was created by Ekhtiar Mahmud, and posted
on Best PSD Freebies.
Created: January 15, 2018
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>STRICT</title>
<link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/magnific-popup.css">
</head>
<body>
<!-- HEADER -->
<header class="page-header">
<div class="fixed-width">
<div class="logo-wrapper clearfix">
<img src="images/logo.png">
<h1>Strict</h1>
</div>
</div>
</header>
<!-- BANNER -->
<section class="banner-section">
<div class="banner-content fixed-width">
<div class="banner-tag">
<h1>Strict</h1>
<h2>STRICT is a responsive theme with a clean and minimal look.</h2>
<input class="custom-button" type="button" value="Call to action">
</div>
</div>
</section>
<!-- DESCRIPTION -->
<section class="description-section">
<div class="description-content fixed-width">
<h2 class="title">Simple & pure design.</h2>
<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>
<!-- FEATURES -->
<section class="features-section">
<div class="features-content fixed-width clearfix">
<div class="feature">
<img src="images/feature-1.png">
<h3 class="subtitle">Optimized for all devices</h3>
<p>STRICT has been designed to be fully responsive on all devices.</p>
</div>
<div class="feature">
<img src="images/feature-2.png">
<h3 class="subtitle">Clean & Minimal Design</h3>
<p>This multipurpose theme is especially creted to be used for different projects.</p>
</div>
<div class="feature">
<img src="images/feature-3.png">
<h3 class="subtitle">Font Awesom Icons</h3>
<p>This multipurpose theme is especially creted to be used for different projects.</p>
</div>
</div>
</section>
<!-- PORTFOLIO -->
<section class="portfolio-section">
<div class="portfolio-content fixed-width">
<header class="portfolio-header">
<h2 class="title">Showcase your work like a pro.</h2>
<p>Contact me if you like my work</p>
</header>
<div class="works clearfix">
<div class="work-image">
<img src="images/work-1.png">
<div class="overlay">
<div class="overlay-content">
<a class="test-popup-link" href="images/work-1-big.png">
<i class="fa fa-search-plus" aria-hidden="true"></i>
</a>
<a href="#" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="work-image">
<img src="images/work-2.png">
<div class="overlay">
<div class="overlay-content">
<a class="test-popup-link" href="images/work-2-big.png">
<i class="fa fa-search-plus" aria-hidden="true"></i>
</a>
<a href="#" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="work-image">
<img src="images/work-3.png">
<div class="overlay">
<div class="overlay-content">
<a class="test-popup-link" href="images/work-3-big.png">
<i class="fa fa-search-plus" aria-hidden="true"></i>
</a>
<a href="#" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="work-image">
<img src="images/work-4.png">
<div class="overlay">
<div class="overlay-content">
<a class="test-popup-link" href="images/work-4-big.png">
<i class="fa fa-search-plus" aria-hidden="true"></i>
</a>
<a href="#" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="work-image">
<img src="images/work-5.png">
<div class="overlay">
<div class="overlay-content">
<a class="test-popup-link" href="images/work-5-big.png">
<i class="fa fa-search-plus" aria-hidden="true"></i>
</a>
<a href="#" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="work-image">
<img src="images/work-6.png">
<div class="overlay">
<div class="overlay-content">
<a class="test-popup-link" href="images/work-6-big.png">
<i class="fa fa-search-plus" aria-hidden="true"></i>
</a>
<a href="#" target="_blank">
<i class="fa fa-link" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FORM -->
<section class="form-section">
<div class="form-content fixed-width">
<header class="form-header">
<h2>Stay with us</h2>
<p>We ensure quality & support</p>
</header>
<form id="form" class="stay-with-us" novalidate>
<fieldset class="form-user-input">
<p>
<input id="form-name" class="trans-rounded" type="text" name="name" placeholder="Full Name">
</p>
<span id="error-name" class="error"></span>
<p>
<input id="form-email" class="trans-rounded" type="email" name="email" placeholder="Email Address">
</p>
<span id="error-email" class="error"></span>
<p>
<textarea class="trans-rounded" name="message" rows="8" cols="40" placeholder="Message"></textarea>
</p>
</fieldset>
<fieldset class="form-footer">
<label>
<input type="checkbox">Subscribe Newsletter</label>
<span>
<input id="form-send-button" type="submit" value="Send">
</span>
</fieldset>
</form>
</div>
</section>
<!-- FOOTER -->
<footer class="page-footer">
<div class="page-footer-content fixed-width clearfix">
<p class="copyright">Copyright 2014, STRICT</p>
<ul class="social">
<li>
<a href="#">
<i class="fa fa-facebook-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-google-plus-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/magnific.js"></script>
<script src="js/form-validation.js"></script>
</body>
</html>