-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (372 loc) · 18.6 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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My awesome portfolio</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Poppins:wght@400;600&display=swap"
rel="stylesheet">
</head>
<body>
<div class="site-main-wrapper">
<div class="logo-r">
<img src="./SvgToPng/logo.png">
</div>
<button class="hamburger">
<img src="./SvgToPng/hamberger.png">
</button>
<div class="mobile-nav">
<button class="times">
<img src="./SvgToPng/times.png">
</button>
<ul>
<li><button class="home-h"><a href="#">Home</a></button></li>
<li><button class="about-h"><a href="#about">About</a></button></li>
<li><button class="services-h"><a href="#services">Services</a></button></li>
<li><button class="works-h"><a href="#works">Works</a></button></li>
<li><button class="blogs-h"><a href="#blogs">Blogs</a></button></li>
<li><button class="contact-h"><a href="#contact">Contact</a></button></li>
</ul>
</div>
<div class="arrow">
<a href="#"><img src="./images/iconmonstr-arrow-up-thin-240.png"></a>
</div>
<header>
<div class="container">
<nav id="main-nav" class="flex justify-between items-center">
<div class="left flex">
<div class="branding">
<img src="./images/logo.svg">
</div>
<div class="flex items-center">
<a href="#">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#works">Works</a>
<a href="#blogs">Blogs</a>
</div>
</div>
<div class="right">
<a href="#contact"><button class="btn btn-primary">Contact</button></a>
</div>
</nav>
<div class="hero flex items-center justify-between">
<div class="left flex-1 flex justify-center"><img src="./images/man.png"></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. Veniam, fugit labore incidunt rerum
sit facere suscipit aperiam illum impedit magnam mollitia harum amet repellendus. Recusandae
expedita porro, blanditiis inventore hic illum ullam voluptas natus tempora eaque. Sunt
blanditiis ut minus quo inventore
</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">
<div class="flex-1">
<img class="about-me-img" src="./images/man-2.png">
</div>
<div class="flex-1 right">
<h1>About <span>Me</span></h1>
<h3>Hello! , i'm Jonathan Vics.</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Totam sint molestias provident, dolorem
nisi assumenda pariatur repellendus repudiandae voluptate culpa labore, corporis qui reiciendis
at
dolorum laudantium omnis tempora nemo, fugiat obcaecati velit. Numquam consectetur quam impedit
vel
ipsam, vero dolorum, quo error odio perspiciatis aspernatur sit dolore corrupti, ipsum suscipit
id.
Quae consequatur dolor, eum aut repudiandae iure earum laborum. Consequuntur ipsa deserunt quas
minus tenetur! Dolor, illum nam!</p>
<div class="social">
<a href="#"><img src="./SvgToPng/website.png"></a>
<a href="#"><img src="./SvgToPng/facebook.png"></a>
<a href="#"><img src="./SvgToPng/twitter.png"></a>
<a href="#"><img src="./SvgToPng/pintrest.png"></a>
<a href="#"><img src="./SvgToPng/instagram.png"></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 standard clean website for your business solutions</p>
<div class="card-wrapper">
<div class="card">
<img src="./SvgToPng/brush.png">
<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="./SvgToPng/code.png">
<h2>Web Development</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="./SvgToPng/bag.png">
<h2>Media Marketing</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="./SvgToPng/desktop.png">
<h2>Web 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="./SvgToPng/media.png">
<h2>Motion Graphic</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="./SvgToPng/phone.png">
<h2>Apps</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 standard 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> Clients</h1>
<p>We provide high standard clean website for your business solutions</p>
<div class="slider">
<div class="slide">
<img src="./images/lady.png">
<p>"Lorem ipsum dolor sit, amet consectetur adipisicing elit. Perspiciatis quidem aliquam
deserunt
ipsa
quia, natus necessitatibus at maxime fuga veniam quisquam libero dolorem quaerat optio quas
ex
voluptas placeat Iste"</p>
<span>- John Doel, Company ABC</span>
</div>
<div class="slide">
<img src="./images/lady.png">
<p>"Lorem ipsum dolor sit, amet consectetur adipisicing elit. Perspiciatis quidem aliquam
deserunt
ipsa
quia, natus necessitatibus at maxime fuga veniam quisquam libero dolorem quaerat optio quas
ex
voluptas placeat Iste"</p>
<span>- John Doel, Company ABC</span>
</div>
<div class="slide">
<img src="./images/lady.png">
<p>"Lorem ipsum dolor sit, amet consectetur adipisicing elit. Perspiciatis quidem aliquam
deserunt
ipsa
quia, natus necessitatibus at maxime fuga veniam quisquam libero dolorem quaerat optio quas
ex
voluptas placeat Iste"</p>
<span>- John Doel, Company ABC</span>
</div>
<div class="slide">
<img src="./images/lady.png">
<p>"Lorem ipsum dolor sit, amet consectetur adipisicing elit. Perspiciatis quidem aliquam
deserunt
ipsa
quia, natus necessitatibus at maxime fuga veniam quisquam libero dolorem quaerat optio quas
ex
voluptas placeat Iste"</p>
<span>- John Doel, Company ABC</span>
</div>
</div>
<div class="slider-dots"></div>
</div>
</section>
<section id="works" class="work">
<div class="container">
<h1 class="section-heading"><span>Our</span> Works</h1>
<p>We provide high standard 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">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web Development</a>
</div>
<img src="./images/ph-2.png">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web Development</a>
</div>
<img src="./images/ph-3.png">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web Development</a>
</div>
<img src="./images/ph-3.png">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web Development</a>
</div>
<img src="./images/ph-1.png">
</div>
<div class="card">
<div class="overlay">
<span>Category</span>
<a href="#">Web Development</a>
</div>
<img src="./images/ph-2.png">
</div>
</div>
</div>
</section>
<section id="blogs" class="blog">
<div class="container">
<h1 class="section-heading"><span>Our</span> Blog</h1>
<p>We provide high standard 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">
<div class="card-content">
<a href="#">
<h1>Occusamus et iusto odio</h1>
</a>
<span>May 12, 2017</span>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corrupti numquam, nulla est
exercitationem deserunt dolorum sed et eius eligendi cum, vero voluptates quidem
doloremque soluta amet ea deleniti pariatur, recusandae eos molestias eum. Ipsum,
quam.
</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</div>
<div class="card">
<div class="img-wrapper">
<img src="./images/article-ph-2.png">
<div class="card-content">
<a href="#">
<h1>Occusamus et iusto odio</h1>
</a>
<span>May 12, 2017</span>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corrupti numquam, nulla est
exercitationem deserunt dolorum sed et eius eligendi cum, vero voluptates quidem
doloremque soluta amet ea deleniti pariatur, recusandae eos molestias eum. Ipsum,
quam.
</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</div>
<div class="card">
<div class="img-wrapper">
<img src="./images/article-ph-3.png">
<div class="card-content">
<a href="#">
<h1>Occusamus et iusto odio</h1>
</a>
<span>May 12, 2017</span>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corrupti numquam, nulla est
exercitationem deserunt dolorum sed et eius eligendi cum, vero voluptates quidem
doloremque soluta amet ea deleniti pariatur, recusandae eos molestias eum. Ipsum,
quam.
</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h1 class="section-heading">Contact <span>Us</span></h1>
<p>We provide high standard clean website for your business solutions</p>
<div class="card-wrapper">
<div class="card">
<img src="./SvgToPng/phone-2.png">
<h1>Call Us On</h1>
<h6>+985 123 7856</h6>
</div>
<div class="card">
<img src="./SvgToPng/msg.png">
<h1>Email Us At</h1>
<h6>support@companyname.com</h6>
</div>
<div class="card">
<img src="./SvgToPng/map.png">
<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-wrap2">
<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="./SvgToPng/logo.png">
<div class="footer-socials">
<a href="#"><img src="./SvgToPng/website.png"></a>
<a href="#"><img src="./SvgToPng/facebook.png"></a>
<a href="#"><img src="./SvgToPng/twitter.png"></a>
<a href="#"><img src="./SvgToPng/pintrest.png"></a>
<a href="#"><img src="./SvgToPng/instagram.png"></a>
</div>
<div id="copyright">
Copyright 2019 © Name PSD Template. All Right Reserved.
</div>
</footer>
</div>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>