-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
607 lines (549 loc) · 20.8 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
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<!--========== BOX ICONS ==========-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>
<!--========== FAVICONS ==========-->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicons/favicon-16x16.png"
/>
<link
rel="manifest"
href="assets/favicons/site.webmanifest"
/>
<meta
name="msapplication-TileColor"
content="#da532c"
/>
<meta name="theme-color" content="#ffffff" />
<!--=== Preview Links ===-->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://t-damer.github.io/yourCV/"
/>
<meta property="og:title" content="CV" />
<meta
property="og:description"
content="Circuum vitae 📃"
/>
<meta property="og:image" content="preview.png" />
<meta
property="twitter:card"
content="summary_large_image"
/>
<meta
property="twitter:url"
content="https://t-damer.github.io/yourCV/"
/>
<meta property="twitter:title" content="CV" />
<meta
property="twitter:description"
content="Circuum vitae 📃"
/>
<meta property="twitter:image" content="preview.png" />
<!--========== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css" />
<title>Responsive CV</title>
</head>
<body>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a target="_blank" href="#" class="nav__logo">Daniil</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a target="_blank" href="#home" class="nav__link active-link">
<i class="bx bx-home-alt nav__icon"></i>Home
</a>
</li>
<li class="nav__item">
<a target="_blank" href="#profile" class="nav__link">
<i class="bx bx-user nav__icon"></i>Profile
</a>
</li>
<li class="nav__item">
<a target="_blank" href="#education" class="nav__link">
<i class="bx bx-book-alt nav__icon"></i
>Education
</a>
</li>
<li class="nav__item">
<a target="_blank" href="#experience" class="nav__link">
<i class="bx bx-briefcase nav__icon"></i
>Experience
</a>
</li>
<li class="nav__item">
<a target="_blank" href="#certificates" class="nav__link">
<i class="bx bx-award nav__icon"></i
>Certificates
</a>
</li>
<li class="nav__item">
<a target="_blank" href="#references" class="nav__link">
<i class="bx bx-link-external nav__icon"></i
>Externals
</a>
</li>
<li class="nav__item">
<a target="_blank" href="#interests " class="nav__link">
<i class="bx bx-game nav__icon"></i
>Interests
</a>
</li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="bx bx-grid-alt nav__icon"></i>
</div>
</nav>
</header>
<main class="l-main bd-container">
<!-- All elements within this div, is generated in PDF -->
<div class="resume" id="area-cv">
<div class="resume__left">
<!--========== HOME ==========-->
<section class="home" id="home">
<div class="home__container section bd-grid">
<div class="home__data bd-grid">
<img
src="assets/img/perfil.png"
alt="logo"
class="home__img"
/>
<h1 class="home__title">
DANIIL <b>PANKOV</b>
</h1>
<h3 class="home__profession">
Web developer
</h3>
<div>
<a
download=""
href="assets/pdf/ResumeCv.pdf"
class="home__button-mobil"
>Download</a
>
</div>
</div>
<div class="home__address bd-grid">
<span class="home__information"
><i class="bx bx-envelope home__icon"></i
>[email protected]</span
>
<span class="home__information"
><i class="bx bxs-map-alt home__icon"></i
>Russia, Voronezh, Boulvar-Pobedy</span
>
<span class="home__information"
><i class="bx bx-phone home__icon"></i
>+7-980-541-39-90</span
>
</div>
</div>
<!-- Theme change button -->
<i
class="bx bx-moon change-theme"
title="Change Theme"
id="theme-button"
></i>
<!-- Generate PDF button for desktop -->
<i
class="bx bxs-download generate-pdf"
title="Generate PDF"
id="resume-button"
></i>
</section>
<!--========== SOCIAL ==========-->
<section class="social section">
<h2 class="section-title">SOCIALS</h2>
<div class="social__container bd-grid">
<a
href="https://linkedin.com/in/t-damer"
target="_blank"
class="social__link"
>
<i
class="
bx
bxl-linkedin-square
social__icon
"
></i
>@t-damer
</a>
<a
href="https://www.instagram.coCVrontenddamer/"
target="_blank"
class="social__link"
>
<i class="bx bxl-instagram social__icon"></i
>@frontenddamer
</a>
<a
href="https://twitter.com/True_Damer"
target="_blank"
class="social__link"
>
<i class="bx bxl-twitter social__icon"></i
>@True_Damer
</a>
</div>
</section>
<!--========== PROFILE ==========-->
<section class="profile section" id="profile">
<h2 class="section-title">Profile</h2>
<p class="profile__description">
I’ve mastered backend and frontend
development, I am also good at design,
photography and a little at SMM. You can check
my works in related sections. I began as a
designer and photographer, worked in AIESEC as
a promoter on several forums and hosted the
online event page. Soon I realized, that this
is not enough to make a meaningful
contribution to life, so I began to code.
</p>
</section>
<!--========== EDUCATION ==========-->
<section class="education section" id="education">
<h2 class="section-title">Edu.</h2>
<div class="education__container bd-grid">
<div class="education__content">
<div class="education__time">
<span class="education__rounder"></span>
<span class="education__line"></span>
</div>
<div class="education__data bd-grid">
<h3 class="education__title">
MASTER OF DESIGN
</h3>
<span class="education__studies"
>Self-taught</span
>
<span class="education__year"
>2015-2021</span
>
</div>
</div>
<div class="education__content">
<div class="education__time">
<span class="education__rounder"></span>
<span class="education__line"></span>
</div>
<div class="education__data bd-grid">
<h3 class="education__title">
MERN DEVELOPER
</h3>
<span class="education__studies"
>Self-taught</span
>
<span class="education__year"
>2020-2021</span
>
</div>
</div>
<div class="education__content">
<div class="education__time">
<span class="education__rounder"></span>
<!-- <span class="education__line"></span> -->
</div>
<div class="education__data bd-grid">
<h3 class="education__title">
UI/UX Builder
</h3>
<span class="education__studies"
>Self-taught</span
>
<span class="education__year">2021</span>
</div>
</div>
</div>
</section>
</div>
<div class="resume__right">
<!--========== EXPERIENCE ==========-->
<section
class="experience section"
id="experience"
>
<h2 class="section-title">Exp.</h2>
<div class="experience__container bd-grid">
<div class="experience__content">
<div class="experience__time">
<span class="experience__rounder"></span>
<span class="experience__line"></span>
</div>
<div class="experience__data bd-grid">
<h3 class="experience__title">
MASTER OF DESIGN
</h3>
<span class="experience__company"
>2019-2020 | AIESEC Designer</span
>
<p class="experience__description">
At 16, I joined an international team of
volunteers. Was the administrator of the
online page, did the design of posts, as
well as their content
</p>
</div>
</div>
<div class="experience__content">
<div class="experience__time">
<span class="experience__rounder"></span>
<span class="experience__line"></span>
</div>
<div class="experience__data bd-grid">
<h3 class="experience__title">UI / UX</h3>
<span class="experience__company"
>2020 | AIESEC Administrator</span
>
<p class="experience__description">
After a while I became the leading
designer of the conference, the
conversion of which was 90%. I also
prepared several events and communicated
with the audience
</p>
</div>
</div>
<!-- BORODUTCH -->
<div class="experience__content">
<div class="experience__time">
<span class="experience__rounder"></span>
<span class="experience__line"></span>
</div>
<div class="experience__data bd-grid">
<h3 class="experience__title">
CODE NINJA
</h3>
<span class="experience__company"
>2020-2021 | Borodutch Labs</span
>
<p class="experience__description">
After a while, I decided that design by
itself does not change the world that
much, but code combined with good design
is a gold mine. I met Nikita Kolmogorov,
who allowed me to study, undergo an
internship, and then get a job with him.
</p>
</div>
</div>
<!-- BWL -->
<div class="experience__content">
<div class="experience__time">
<span class="experience__rounder"></span>
<!-- <span class="experience__line"></span> -->
</div>
<div class="experience__data bd-grid">
<h3 class="experience__title">
bwl.gg
</h3>
<span class="experience__company"
>2021-2024 | Big Whale Labs</span
>
<p class="experience__description">
I worked at Big Whale Labs (aka <a target="_blank" href="https://bwl.gg" class="inline-link">bwl.gg</a>).
This startup was the starting point of my adventure.
<br />I worked as a Full stack engineer, among other things writing and working with blockchain contracts on Solidity.
<br />We used a regular MERN stack, adding necessary tools (like tailwind, vite, react-query, jotai and others).
<br />We made <a target="_blank" href="https://sealcred.xyz" class="inline-link">sealcred.xyz</a>, <a target="_blank" href="https://echo.sealcred.xyz" class="inline-link">echo.sealcred.xyz</a>,
<a target="_blank" href="https://dosu.io" class="inline-link">dosu.io</a> using React in conjunction with TypeScript.
<br />We also made <a target="_blank" href="https://ketl.xyz" class="inline-link">ketl.xyz</a> and <a target="_blank" href="https://app.ketl.xyz/1/520" class="inline-link">app.ketl.xyz</a> using cross-platform React-Native-Web.
I learned teamwork and upped my skills a lot
</p>
</div>
</div>
</div>
</section>
<!--========== CERTIFICATES ==========-->
<!-- <section
class="certificate section"
id="certificates"
>
<h2 class="section-title">Cerfs.</h2>
<div class="certificate__container bd-grid">
<div class="certificate__content">
<h3 class="certificate__title">
I have nothing to show :)
</h3>
<p class="certificate__description">
I usually work to show my skill
</p>
</div>
</div>
</section> -->
<!--========== SKILLS ==========-->
<section class="skills section" id="skills">
<h2 class="section-title">Skills</h2>
<div class="skills__content bd-grid">
<ul class="skills__data">
<li class="skills__name">
<span class="skills__circle"></span>React
</li>
<li class="skills__name">
<span class="skills__circle"></span
>TypeScript
</li>
<li class="skills__name">
<span class="skills__circle"></span
>Tailwind
</li>
<li class="skills__name">
<span class="skills__circle"></span>React-Native-Web
</li>
<li class="skills__name">
<span class="skills__circle"></span
>Solidity
</li>
<li class="skills__name">
<span class="skills__circle"></span
>MongoDB
</li>
</ul>
<ul class="skills__data">
<li class="skills__name">
<span class="skills__circle"></span>Node.js
</li>
<li class="skills__name">
<span class="skills__circle"></span
>Bash
</li>
<li class="skills__name">
<span class="skills__circle"></span
>HTML/CSS
</li>
<li class="skills__name">
<span class="skills__circle"></span
>Firebase
</li>
<li class="skills__name">
<span class="skills__circle"></span
>MongoDB
</li>
<li class="skills__name">
<span class="skills__circle"></span>JAM
Stack
</li>
</ul>
</div>
</section>
<!--========== REFERENCES ==========-->
<section
class="references section"
id="references"
>
<h2 class="section-title">Refs.</h2>
<div class="references__container bd-grid">
<div class="references__content bd-grid">
<span class="references__subtitle"
>Sr. Director</span
>
<h3 class="references__title">
Nikita Kolmogorov
</h3>
<ul class="references__contact">
<li>Site: http://borodutch.com</li>
<li>Telegram: @borodutch</li>
</ul>
</div>
</div>
</section>
<!--========== LANGUAGES ==========-->
<!-- <section class="languages section">
<h2 class="section-title">Langs.</h2>
<div class="languages__container">
<ul class="languages__content bd-grid">
<li class="languages__name">
<span class="languages__circle"></span>
English
</li>
<li class="languages__name">
<span class="languages__circle"></span>
Russian
</li>
<li class="languages__name">
<span class="languages__circle"></span>
Latin
</li>
</ul>
</div>
</section> -->
<!--========== INTERESTS ==========-->
<!-- <section class="interests section">
<h2 class="section-title">Interests</h2>
<div class="interests__container bd-grid">
<div class="interests__content">
<i class="bx bx-brush interests__icon"></i>
<span class="interests__name">Art</span>
</div>
<div class="interests__content">
<i class="bx bx-game interests__icon"></i>
<span class="interests__name">Games</span>
</div>
<div class="interests__content">
<i
class="bx bx-book-heart interests__icon"
></i>
<span class="interests__name">Books</span>
</div>
<div class="interests__content">
<i class="bx bx-brain interests__icon"></i>
<span class="interests__name"
>Psychology</span
>
</div>
</div>
</section> -->
</div>
</div>
</main>
<!--========== SCROLL TOP ==========-->
<a target="_blank" href="#" class="scrolltop" id="scroll-top">
<i class="bx bxs-chevron-up scrolltop__icon"></i>
</a>
<!--========== HTML2PDF ==========-->
<script src="assets/js/html2pdf.bundle.min.js"></script>
<!--========== MAIN JS ==========-->
<script src="assets/js/main.js"></script>
<!--========== YA Metrika ==========-->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(84638311, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/84638311" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
</body>
</html>