-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathindex.html
More file actions
446 lines (424 loc) · 14.2 KB
/
index.html
File metadata and controls
446 lines (424 loc) · 14.2 KB
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>John Sample</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/media.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"
integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<header id="header" class="header">
<div class="container container-lg">
<div class="header-nav">
<a
href="#home"
class="logo"
data-aos="fade-down"
data-aos-duration="1000"
>J.Sample</a
>
<nav id="nav" class="nav">
<ul class="nav-list" data-aos="fade-down" data-aos-duration="1000">
<li class="nav-item">
<a href="#home" class="nav-link active">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link">Works</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
<button id="nav-btn" class="nav-btn">
<img
id="nav-btn-img"
src="img/icons/open.svg"
alt="Navigation button"
/>
</button>
</nav>
</div>
</div>
</header>
<section id="home" class="hero">
<div class="container container-lg">
<div
class="hero-row"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-delay="500"
data-aos-duration="1000"
>
<div class="hero-content">
<span class="hero-greeting"> Hello, I am</span>
<h1 class="hero-heading">John Sample</h1>
<span class="hero-heading-subtitle"
>UI/UX Designer & Software Developer</span
>
<div class="about-social-list">
<div class="social-links-row">
<a href="#!">
<img
src="img/social_icons/github.svg"
alt="Link to GitHub account"
/>
</a>
<a href="#!">
<img
src="img/social_icons/linkedin.svg"
alt="Link to linkedin profile"
/>
</a>
<a href="#!">
<img
src="img/social_icons/xing.svg"
alt="Link to Xing profile"
/>
</a>
<a href="#!">
<img
src="img/social_icons/facebook.svg"
alt="Link to facebook profile"
/></a>
<a href="#!">
<img
src="img/social_icons/instagram.svg"
alt="Link to instagram profile"
/></a>
</div>
</div>
<div>
<a href="#projects" class="btn">My Portfolio</a>
<a href="#contact" class="btn btn-white">Contact Me</a>
</div>
</div>
<div class="hero-img">
<img
src="img/hero/hero.png"
alt="Picture of Christian Buehner taken from Unsplash</a>
"
/>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<div class="about-title">
<h2 class="title">About Me</h2>
</div>
<div class="about-row">
<div
class="about-content"
data-aos="fade-up"
data-aos-duration="1000"
>
<p class="about-descr">
Hi, I’m John Sample, a passionate designer and developer
specializing in web development, graphic design and photography.
With over 10 years of experience, I love transforming ideas into
impactful creations that connect and inspire. Outside of work, I
enjoy exploring new places, learning new skills and capturing
life’s moments. <br /><br />Let’s collaborate and bring your
vision to life!
</p>
<div class="about-download-btn">
<a href="#!" class="btn btn-white">Download CV</a>
</div>
</div>
<div
class="about-skills"
data-aos="fade-up"
data-aos-duration="1000"
data-aos-delay="100"
>
<div class="skill">
<div class="skill-title">Web Design</div>
<div class="skill-percent">95%</div>
<div class="skill-bar__progress">
<div class="skill-bar__fill" data-progress="95"></div>
</div>
</div>
<div class="skill">
<div class="skill-title">HTML/CSS</div>
<div class="skill-percent">90%</div>
<div class="skill-bar__progress">
<div class="skill-bar__fill" data-progress="90"></div>
</div>
</div>
<div class="skill">
<div class="skill-title">JavaScript</div>
<div class="skill-percent">65%</div>
<div class="skill-bar__progress">
<div class="skill-bar__fill" data-progress="65"></div>
</div>
</div>
<div class="skill">
<div class="skill-title">Photoshop</div>
<div class="skill-percent">80%</div>
<div class="skill-bar__progress">
<div class="skill-bar__fill" data-progress="80"></div>
</div>
</div>
</div>
</div>
<div class="services-row">
<div
class="service-card"
data-aos="fade-up"
data-aos-duration="1000"
data-aos-delay="50"
>
<img class="service-card-img" src="img/services/01.svg" alt="" />
<h3 class="service-card-title">UI/UX Design</h3>
<p>
Crafting intuitive and visually appealing user interfaces that
enhance experiences through thoughtful, creative designs.
</p>
</div>
<div
class="service-card"
data-aos="fade-up"
data-aos-duration="1000"
data-aos-delay="200"
>
<img class="service-card-img" src="img/services/02.svg" alt="" />
<h3 class="service-card-title">Frontend Development</h3>
<p>
Developing responsive, accessible, and dynamic websites using
modern tools to create seamless, engaging experiences.
</p>
</div>
<div
class="service-card"
data-aos="fade-up"
data-aos-duration="1000"
data-aos-delay="500"
>
<img class="service-card-img" src="img/services/03.svg" alt="" />
<h3 class="service-card-title">Content Writing</h3>
<p>
Creating compelling and audience-focused content that effectively
communicates ideas and delivers meaningful value.
</p>
</div>
</div>
</div>
</section>
<section id="projects" class="projects">
<div class="container container-lg">
<div class="projects-title">
<h2 class="title">Works</h2>
</div>
<div class="projects-row">
<div
class="project-box"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-duration="1000"
>
<a href="#!">
<img class="project-img" src="img/works/01.jpg" alt="" />
<div class="project-mask">
<div class="project-caption">
<h5 class="white">Finance Dashboard</h5>
<p class="white">UI/UX Design</p>
</div>
</div>
</a>
</div>
<div
class="project-box"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-delay="300"
data-aos-duration="1000"
>
<a href="#!">
<img class="project-img" src="img/works/02.jpg" alt="" />
<div class="project-mask">
<div class="project-caption">
<h5 class="white">Product design</h5>
<p class="white">UI/UX Design</p>
</div>
</div>
</a>
</div>
<div
class="project-box"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-delay="600"
data-aos-duration="1000"
>
<a href="#!">
<img class="project-img" src="img/works/03.jpg" alt="" />
<div class="project-mask">
<div class="project-caption">
<h5 class="white">Landing Page</h5>
<p class="white">UI/UX Design, Web Development</p>
</div>
</div>
</a>
</div>
<div
class="project-box"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-delay="900"
data-aos-duration="1000"
>
<a href="#!">
<img class="project-img" src="img/works/04.jpg" alt="" />
<div class="project-mask">
<div class="project-caption">
<h5 class="white">Portfolio</h5>
<p class="white">Web Development</p>
</div>
</div>
</a>
</div>
<div
class="project-box"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-delay="1200"
data-aos-duration="1000"
>
<a href="#!">
<img class="project-img" src="img/works/05.jpg" alt="" />
<div class="project-mask">
<div class="project-caption">
<h5 class="white">Cosmic Sea</h5>
<p class="white">UI/UX Design, Web Development</p>
</div>
</div>
</a>
</div>
<div
class="project-box"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-delay="1500"
data-aos-duration="1000"
>
<a href="#!">
<img class="project-img" src="img/works/06.jpg" alt="" />
<div class="project-mask">
<div class="project-caption">
<h5 class="white">eCommerce</h5>
<p class="white">Web Development</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<div class="contact-title">
<h2 class="title">Contact</h2>
</div>
<div class="contact-content">
<p>
Tell me about your project.
<br />
Let's talk and work together!
</p>
</div>
<form class="contactForm" data-aos="zoom-in" data-aos-duration="1000">
<div class="input-box">
<input type="text" name="name" placeholder="Name" required />
<input
type="email"
name="email"
placeholder="Email Address"
required
/>
</div>
<textarea
name="message"
id=""
cols="30"
rows="10"
placeholder="Your Message"
required
></textarea>
<div
class="contact-button"
data-aos="fade-zoom-in"
data-aos-easing="ease-in-out"
data-aos-delay="500"
data-aos-duration="1000"
>
<button href="#!" class="btn btn-red" name="submit" type="submit">
Send Message
</button>
</div>
</form>
<div class="response"></div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-row">
<div class="social-links-row footer-social">
<a href="#!">
<img
src="img/social_icons/github.svg"
alt="Link to GitHub account"
/>
</a>
<a href="#!">
<img
src="img/social_icons/linkedin.svg"
alt="Link to linkedin profile"
/>
</a>
<a href="#!">
<img src="img/social_icons/xing.svg" alt="Link to Xing profile" />
</a>
<a href="#!">
<img
src="img/social_icons/facebook.svg"
alt="Link to facebook profile"
/></a>
<a href="#!">
<img
src="img/social_icons/instagram.svg"
alt="Link to instagram profile"
/></a>
</div>
<div class="footer-copyright">
<p>© Copyright John Sample 2024</p>
</div>
</div>
</div>
</footer>
<div id="goToTop" class="goToTop">
<a href="#home">
<img src="img/icons/arrow_up.svg" alt="Back to top"
/></a>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"
integrity="sha512-A7AYk1fGKX6S2SsHywmPkrnzTZHrgiVT7GcQkLGDe2ev0aWb8zejytzS8wjo7PGEXKqJOrjQ4oORtnimIRZBtw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script type="module" src="js/main.js"></script>
</body>
</html>