-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathindex.html
357 lines (345 loc) · 17.4 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My awesome portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="site-main-wrapper">
<button class="hamberger">
<img src="./images/hamberger.svg" alt="">
</button>
<div class="mobile-nav">
<button class="times"><img src="./images/times.svg" alt=""></button>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
<header>
<div class="container">
<nav id="main-nav" class="flex items-center justify-between">
<div class="left flex items-center">
<div class="branding">
<img src="./images/logo.svg" alt="">
</div>
<div>
<a href="#">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#work">Work</a>
<a href="#blog">Blog</a>
</div>
</div>
<div class="right">
<button class="btn btn-primary">Contact</button>
</div>
</nav>
<div class="hero flex items-center justify-between">
<div class="left flex-1 flex justify-center">
<img src="./images/man.png" alt="">
</div>
<div class="right flex-1">
<h6>Johnathan Vics</h6>
<h1>I’m a Creative <span>Designer</span></h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco
laboris
nisi ut aliquip ex ea commodo consequat</p>
<div>
<button class="btn btn-secondary">DOWNLOAD CV</button>
</div>
</div>
</div>
</div>
</header>
<section id="about" class="about">
<div class="container flex items-center about-inner-wrap">
<div class="flex-1">
<img class="about-me-img" src="./images/man-2.png" alt="">
</div>
<div class="flex-1 right">
<h1>About <span>Me</span></h1>
<h3>Hello! i’m Johnathan Vics.</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut
labore et
dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet consectetur adipisicing elit sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat</p>
<div class="social">
<a href="#"><img src="./images/website.svg" alt=""></a>
<a href="https://www.facebook.com/codersgyan"><img src="./images/facebook.svg" alt=""></a>
<a href="https://twitter.com/CoderGyan"> <img src="./images/twitter.svg" alt=""></a>
<a href="#"> <img src="./images/pintrest.svg" alt=""></a>
</div>
</div>
</div>
</section>
<section id="services" class="services">
<div class="container">
<h1 class="section-heading"><span>Our </span>Services</h1>
<p>We provide high standar clean website for your business solutions</p>
<div class="card-wrapper">
<div class="card">
<img src="./images/brush.svg" alt="">
<h2>Graphic Design</h2>
<p>There are many variations of passages of but the majority have suffered alteration in some
form.
</p>
</div>
<div class="card">
<img src="./images/code.svg" alt="">
<h2>Graphic Design</h2>
<p>There are many variations of passages of but the majority have suffered alteration in some
form.
</p>
</div>
<div class="card">
<img src="./images/bag.svg" alt="">
<h2>Graphic Design</h2>
<p>There are many variations of passages of but the majority have suffered alteration in some
form.
</p>
</div>
<div class="card">
<img src="./images/desktop.svg" alt="">
<h2>Graphic Design</h2>
<p>There are many variations of passages of but the majority have suffered alteration in some
form.
</p>
</div>
<div class="card">
<img src="./images/media.svg" alt="">
<h2>Graphic Design</h2>
<p>There are many variations of passages of but the majority have suffered alteration in some
form.
</p>
</div>
<div class="card">
<img src="./images/phone.svg" alt="">
<h2>Graphic Design</h2>
<p>There are many variations of passages of but the majority have suffered alteration in some
form.
</p>
</div>
</div>
</div>
</section>
<section class="freelancer">
<h1>I Am Available For Freelancer.</h1>
<p>We provide high standar clean website for your business solutions</p>
<button class="btn btn-primary">Download CV</button>
</section>
<section class="reviews">
<div class="container">
<h1 class="section-heading"><span>Our</span> Client</h1>
<p>We provide high standar clean website for your business solutions</p>
<div class="slider">
<div class="slide">
<img src="./images/lady.png" alt="">
<p>"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum"</p>
<span>- John Doel, Company ABC</span>
</div>
<div class="slide">
<img src="./images/lady.png" alt="">
<p>"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum"</p>
<span>- John Doel, Company ABC</span>
</div>
<div class="slide">
<img src="./images/lady.png" alt="">
<p>"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum"</p>
<span>- John Doel, Company ABC</span>
</div>
<div class="slide">
<img src="./images/lady.png" alt="">
<p>"Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum"</p>
<span>- John Doel, Company ABC</span>
</div>
</div>
<div class="slider-dots"></div>
</div>
</section>
<section id="work" class="work">
<div class="container">
<h1 class="section-heading"><span>Our</span> Works</h1>
<p>We provide high standar clean website for your business solutions</p>
<div class="card-wrapper">
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web development</a>
</div>
<img src="./images/ph-1.png" alt="">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web development</a>
</div>
<img src="./images/ph-1.png" alt="">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web development</a>
</div>
<img src="./images/ph-1.png" alt="">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web development</a>
</div>
<img src="./images/ph-1.png" alt="">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web development</a>
</div>
<img src="./images/ph-1.png" alt="">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web development</a>
</div>
<img src="./images/ph-1.png" alt="">
</div>
</div>
</div>
</section>
<section id="blog" class="blog">
<div class="container">
<h1 class="section-heading"><span>Our</span> Blog</h1>
<p>We provide high standar clean website for your business solutions</p>
<div class="card-wrapper">
<div class="card">
<div class="img-wrapper">
<img src="./images/article-ph-1.png" alt="">
</div>
<div class="card-content">
<a href="#">
<h1>Occusamus et iusto odio</h1>
</a>
<span>May 12, 2017</span>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt
mollit anim id est laborum.</p>
<a href="#">Read More</a>
</div>
</div>
<div class="card">
<div class="img-wrapper">
<img src="./images/article-ph-1.png" alt="">
</div>
<div class="card-content">
<a href="#">
<h1>Occusamus et iusto odio</h1>
</a>
<span>May 12, 2017</span>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt
mollit anim id est laborum.</p>
<a href="#">Read More</a>
</div>
</div>
<div class="card">
<div class="img-wrapper">
<img src="./images/article-ph-1.png" alt="">
</div>
<div class="card-content">
<a href="#">
<h1>Occusamus et iusto odio</h1>
</a>
<span>May 12, 2017</span>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt
mollit anim id est laborum.</p>
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="container">
<h1 class="section-heading">Contact <span>Us</span></h1>
<p>We provide high standar clean website for your business solutions</p>
<div class="card-wrapper">
<div class="card">
<img src="./images/phone-2.svg" alt="">
<h1>Call Us On</h1>
<h6>+985 123 7856</h6>
</div>
<div class="card">
<img src="./images/msg.svg" alt="">
<h1>Email Us At</h1>
<h6>[email protected]</h6>
</div>
<div class="card">
<img src="./images/map.svg" alt="">
<h1>Visit Office</h1>
<h6>99 S.t Jomblo Park Pekanbaru 28292. Indonesia</h6>
</div>
</div>
<form action="">
<div class="input-wrap">
<input type="text" placeholder="Your Name *">
<input type="email" placeholder="Your Email *">
</div>
<div class="input-wrap-2">
<input type="text" placeholder="Your Subject...">
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message..."></textarea>
</div>
<div class="btn-wrapper">
<button class="btn btn-primary">Send Message</button>
</div>
</form>
</div>
</section>
<footer>
<img class="footer-logo" src="./images/logo-2.svg" alt="">
<div class="footer-socials">
<a href="#"><img src="./images/website.svg" alt=""></a>
<a href="https://www.facebook.com/codersgyan"><img src="./images/facebook.svg" alt=""></a>
<a href="https://twitter.com/CoderGyan"> <img src="./images/twitter.svg" alt=""></a>
<a href="#"> <img src="./images/pintrest.svg" alt=""></a>
<a href="https://www.instagram.com/codersgyan/"> <img src="./images/instagram.svg" alt=""></a>
</div>
<div class="copyright">
Copyright 2020 © Coder's Gyan
</div>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>