-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
402 lines (360 loc) · 14.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--=============== FAVICON ===============-->
<link
rel="shortcut icon"
href="assets/img/favicon.png"
type="image/x-icon"
/>
<!--=============== REMIXICONS ===============-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css" />
<title>Ankit Roy</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo"> Ankit <span>Roy</span> </a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav_item">
<a href="#home" class="nav__link active-link">Home</a>
</li>
<li class="nav_item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav_item">
<a href="#services" class="nav__link">Services</a>
</li>
<li class="nav_item">
<a href="#projects" class="nav__link">Projects</a>
</li>
<li class="nav_item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
<!-- Close button -->
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
</div>
<!-- Toggle button -->
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-line"></i>
</div>
</nav>
</header>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__content">
<div class="home__data">
<h3 class="home__subtitle">
Hello, <span>I am</span>
</h3>
<h1 class="home__title">Ankit Roy</h1>
<h3 class="home__education">Front-end Developer</h3>
<p class="home__description">
With knowledge in web development and design, I offer the best projects resulting in quality work.
</p>
<a href="#contact" class="button">Let's Talk</a>
</div>
<div class="home__social">
<a href="https://github.com/git-leo-here" target ="_blank" class="home__social-link">
<i class="ri-github-fill"></i>
</a>
<a href="https://linkedin.com/in/ankit-roy-04349421a" target ="_blank" class="home__social-link">
<i class="ri-linkedin-box-fill"></i>
</a>
<a href="https://codepen.io/Leo_the_lion" target ="_blank" class="home__social-link">
<i class="ri-codepen-fill"></i>
</a>
</div>
</div>
<div class="home__image">
<svg class="home__blob" viewBox="0 0 550 591" xmlns="http://www.w3.org/2000/svg">
<mask id="maskBlob" mask-type="alpha">
<path d="M263 47.1782C270.426 42.891 279.574 42.891 287 47.1782L501.157
170.822C508.583 175.109 513.157 183.032 513.157 191.606V438.894C513.157
447.468 508.583 455.391 501.157 459.678L287 583.322C279.574 587.609 270.426
587.609 263 583.322L48.843 459.678C41.4174 455.391 36.843 447.468 36.843
438.894V191.606C36.843 183.032 41.4174 175.109 48.843 170.822L263 47.1782Z"/>
</mask>
<g mask="url(#maskBlob)">
<path d="M263 47.1782C270.426 42.891 279.574 42.891 287 47.1782L501.157
170.822C508.583 175.109 513.157 183.032 513.157 191.606V438.894C513.157
447.468 508.583 455.391 501.157 459.678L287 583.322C279.574 587.609 270.426
587.609 263 583.322L48.843 459.678C41.4174 455.391 36.843 447.468 36.843
438.894V191.606C36.843 183.032 41.4174 175.109 48.843 170.822L263 47.1782Z"/>
<rect x="37" width="476" height="630" fill="url(#pattern0)"/>
</g>
<rect x="37" width="476" height="300" fill="url(#pattern1)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use href="#imageBlob" transform="matrix(0.00143057 0 0 0.00108108 0.0404062 0)"/>
</pattern>
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
<use href="#imageBlob" transform="matrix(0.00143057 0 0 0.00226984 0.0404062 0)"/>
</pattern>
<!-- Insert your profile (recommended size: 640 x 940) -->
<image class="home__img" id="imageBlob" width="640" height="925" href="./assets/img/perfil.png"/>
</defs>
</svg>
</div>
</div>
</section>
<!--==================== ABOUT ====================-->
<section class="about section" id="about">
<div class="about__container container grid">
<div class="about__data">
<h3 class="section__subtitle">
My <span>Intro</span>
</h3>
<h2 class="section__title">
About Me
</h2>
<p class="about__description">
Frontend developer, I create web pages with UI / UX user interface, I have years of experience and many clients are happy with the projects carried out.
</p>
<a href="#contact" class="button">Contact Me</a>
</div>
<div class="about__image">
<svg class="about__blob" viewBox="0 0 550 592" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskBorder" mask-type="alpha">
<path d="M263 48.1782C270.426 43.891 279.574 43.891 287 48.1782L501.157
171.822C508.583 176.109 513.157 184.032 513.157 192.606V439.894C513.157
448.468 508.583 456.391 501.157 460.678L287 584.322C279.574 588.609
270.426 588.609 263 584.322L48.843 460.678C41.4174 456.391 36.843 448.468 36.843
439.894V192.606C36.843 184.032 41.4174 176.109 48.843 171.822L263 48.1782Z" fill="black"/>
</mask>
<g mask="url(#maskBorder)">
<rect x="37" width="476" height="630" fill="url(#pattern2)"/>
<path d="M285 51.6423L499.157 175.286C505.345 178.859 509.157 185.461 509.157
192.606V439.894C509.157 447.039 505.345 453.641 499.157 457.214L285
580.858C278.812 584.43 271.188 584.43 265 580.858L50.843 457.214C44.655 453.641
40.843 447.039 40.843 439.894V192.606C40.843 185.461 44.655 178.859 50.843
175.286L265 51.6423C271.188 48.0697 278.812 48.0696 285 51.6423Z" stroke="black" stroke-width="10"/>
</g>
<rect x="37" width="476" height="300" fill="url(#pattern3)"/>
<defs>
<pattern id="pattern2" patternContentUnits="objectBoundingBox" width="1" height="1">
<use href="#imageBorder" transform="matrix(0.00143057 0 0 0.00108108 0.0404062 0)"/>
</pattern>
<pattern id="pattern3" patternContentUnits="objectBoundingBox" width="1" height="1">
<use href="#imageBorder" transform="matrix(0.00143057 0 0 0.00226984 0.0404062 0)"/>
</pattern>
<!-- Insert your profile (recommended size: 640 x 940) -->
<image class="about__img" id="imageBorder" width="640" height="940" href="./assets/img/perfil.png"/>
</defs>
</svg>
</div>
</div>
</section>
<!--==================== SKILLS ====================-->
<section class="skills section">
<div class="skills__container container grid">
<div class="skills__data">
<h3 class="section__subtitle">
My <span>Skills</span>
</h3>
<h2 class="section__title">
What I do
</h2>
<p class="skills__description">
See fully what skills I have and perform, to develop the projects for you.
</p>
<a href="#projects" class="button">See Projects</a>
</div>
<div class="skills__content">
<ol class="skills__group">
<li class="skills__item">HTML & CSS</li>
<li class="skills__item">JavaScript</li>
<li class="skills__item">Bootstrap</li>
<li class="skills__item">React</li>
</ol>
<ol class="skills__group" start="5">
<li class="skills__item">Git & GitHub</li>
<li class="skills__item">Figma</li>
<li class="skills__item">Python</li>
</ol>
</div>
</div>
</section>
<!--==================== SERVICES ====================-->
<section class="services section" id="services">
<h3 class="section__subtitle">
My <span> Profiles</span>
</h3>
<h2 class="section__title">What I Do</h2>
<div class="services__container container grid">
<article class="services__card">
<i class="ri-layout-3-line services__icon"></i>
<h2 class="services__title">UI/UX Engineer</h2>
<p class="services__description">
I offer design of web interfaces and mobile applications, design made in figma, adobe xd and sketch.
</p>
</article>
<article class="services__card">
<i class="ri-code-s-slash-line services__icon"></i>
<h2 class="services__title">Full-Stack Web Developer</h2>
<p class="services__description">
Development of custom web pages using current technologies and libraries of the labor field.
</p>
</article>
<article class="services__card">
<i class="ri-lightbulb-flash-line services__icon"></i>
<h2 class="services__title">Data Analyst</h2>
<p class="services__description">
I make designs at the client's request, banner design, posters, digital designs among others.
</p>
</article>
</div>
</section>
<!--Waves Container-->
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(51,153,255,0.7" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(51,153,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
<!--Waves end-->
<!--==================== PROJECTS ====================-->
<section class="portfolio section" id="projects" style="background-color:white;">
<div class="projects__container">
<!--==================== Modals for each Project ====================-->
<div class="modal">
<div class="modal-overlay">
</div>
<div class="slider-wrap">
<div class="prev-btn navigation">
<!-- <i class="ri-arrow-left-s-line"></i> -->
</div>
<div class="images">
<!-- <img src="./assets/img/project-img-1.jpg" class="showImage" alt="" srcset=""> -->
<!-- <img src="./assets/img/project-img-2.jpg" alt="" srcset="">
<img src="./assets/img/project-img-3.jpg" alt="" srcset="">
<img src="./assets/img/project-img-4.jpg" alt="" srcset=""> -->
</div>
<div class="next-btn navigation">
<!-- <i class="ri-arrow-right-s-line"></i> -->
</div>
</div>
</div>
<div class="container">
<div class="portfolio-header">
<div class="portfolio-title">
<h3 class="sub-heading">Portfolio</h3>
<h1 class="heading">
Latest <span>Projects</span>
</h1>
</div>
<div class="filter-btns">
<button class="filter-btn" id="filter-all" type="button" data-filter="all">All</button>
<button class="filter-btn" id="filter-web" type="button" data-filter="web">Web</button>
<button class="filter-btn" id="filter-app" type="button" data-filter="app">App</button>
<button class="filter-btn" id="filter-ai" type="button" data-filter="ai">AI</button>
</div>
</div>
<div class="portfolio-gallery">
<!--==================== SAMPLE PROJECT CARD ====================-->
<!--<div class="project__card">
<div class="project__image">
<img src="./assets/img/project-img-1.jpg" alt="" srcset="">
<div class="project__overlay">
<span class="project__icon">
<i class="ri-fullscreen-line"></i>
</span>
<span class="project__icon">
<i class="ri-github-fill"></i>
</span>
<span class="project__icon">
<i class="ri-link-m"></i>
</span>
</div>
</div>
<div class="project__info">
<h3>Meta</h3>
<a href="#" class="secondary-button">Read More</a>
</div>
</div>-->
</div>
</div>
</div>
</section>
<!--==================== CONTACT ====================-->
<section class="contact section" id="contact">
<h3 class="section__subtitle">
Get In <span>Touch</span>
</h3>
<h2 class="section__title">
Contact Me
</h2>
<div class="contact__container container grid">
<form action="" class="contact__form" id="contact-form" method="post">
<div class="contact__group">
<input type="text" name="user_name" required placeholder="Enter your name" class="contact__input">
<input type="email" name="user_email" required placeholder="Enter your email" class="contact__input">
</div>
<textarea name="user_project" required placeholder="Enter your message" class="contact__input"></textarea>
<p class="contact__message" id="contact-message"></p>
<button type="submit" class="button contact__button">
Send Message
</button>
</form>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer">
<div class="footer__container container grid">
<div>
<h1 class="footer__title">Ankit <span>Roy</span></h1>
<h2 class="footer__education">Software Engineer</h2>
</div>
<div class="footer__social">
<a href="https://linkedin.com/in/ankit-roy-04349421a" target="_blank" class="footer__social-link">
<i class="ri-linkedin-box-fill"></i>
</a>
<a href="https://github.com/git-leo-here" target="_blank" class="footer__social-link">
<i class="ri-github-fill"></i>
</a>
<a href="https://codepen.io/Leo_the_lion" target="_blank" class="footer__social-link">
<i class="ri-codepen-fill"></i>
</a>
</div>
<span class="footer__copy">
© 2023 Ankit Roy. All rights reserved.
</span>
</div>
</footer>
<!--========== SCROLL UP ==========-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-line"></i>
</a>
<!--=============== SCROLLREVEAL ===============-->
<script src="./assets/js/scrollreveal.min.js"></script>
<!--=============== EMAIL JS ===============-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>