-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
263 lines (236 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>David's kinda CV</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Yandex.Metrika counter -->
<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();
for (var j = 0; j < document.scripts.length; j++) { if (document.scripts[j].src === r) { return; } }
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(95751683, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true
});
</script>
<noscript>
<div><img src="https://mc.yandex.ru/watch/95751683" style="position:absolute; left:-9999px;" alt="" /></div>
</noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="assets/img/profile-img.jpg" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">Давид Ахмедов</a></h1>
<div class="social-links mt-3 text-center">
<a href="https://t.me/notparzival" target="_blank"><i class="fa fa-telegram"></i></a>
<a href="https://github.com/Parzival-05" target="_blank"><i class="fa fa-github"></i></a>>
</div>
</div>
<nav id="navbar" class="nav-menu navbar">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Главная</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>Обо мне</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Резюме</span></a></li>
<li><a href="#portfolio" class="nav-link scrollto"><i class="bx bx-book-content"></i>
<span>Портфолио</span></a></li>
</ul>
</nav>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<h1>Давид Ахмедов</h1>
<p>Я <span class="typed" data-typed-items="программный инженер, студент"></span></p>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>Обо мне</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/profile-img2.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Cтудент программной инженерии</h3>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="fa fa-calendar"></i><strong>Дата рождения:</strong> </li>
<li><i class="fa fa-map-marker"></i> <strong>Город пребывания:</strong>
<li><i class="fa fa-star"></i> <strong>Возраст:</strong> </li>
<li><i class="fa fa-envelope"></i> <strong>Электронная почта:</strong>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li></i><span>10 января 2005</span></li>
<li></i> <span>Санкт-Петербург,
Россия</span>
<li></i><span>19</span></li>
<li></i>
<span>parzivalwasd@gmail.com</span>
</ul>
</div>
</div>
<ul class="personal_text">
Студент второго курса математико-механического
факультета
Санкт-Петербургского государственного университета.</li>
</ul>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container">
<div class="section-title">
<h2>Навыки</h2>
<div data-aos="fade-up">
<div class="row skills-content">
<h3 class="skill-title">Языки программирования</h3>
<div class="images">
<a href="https://kotlinlang.org/"><img src="assets/img/portfolio/kotlin-logo.png" alt="Kotlin"></a>
<a href="https://www.python.org/"><img src="assets/img/portfolio/python-logo.png" alt="Python"></a>
<a href="https://en.wikipedia.org/wiki/C_(programming_language)"><img
src="assets/img/portfolio/C-logo.png" alt="C"></a>
<a href="https://nodejs.org/"><img src="assets/img/portfolio/nodejs-logo.webp" alt="node.js"></a>
<a href="https://ocaml.org/"><img src="assets/img/portfolio/ocaml-logo.png" alt="OCaml"></a>
</div>
</div>
</div>
<div data-aos="fade-up">
<div class="row skills-content">
<h3 class="skill-title">Инструменты и технологии</h3>
<div class="images">
<a href="https://github.com/"><img src="assets/img/github-mark.svg" alt="github"></a>
<a href="https://flask.palletsprojects.com/"><img src="assets/img/portfolio/flask-logo.png"
alt="flask"></a>
<a href="https://aiogram.dev/"><img src="assets/img/portfolio/aiogram-logo.png" alt="aiogram"></a>
<a href="https://www.gnu.org/s/make/manual/make.html"><img src="assets/img/portfolio/make-logo.png"
alt="Make"></a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Резюме</h2>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-up">
<h3 class="resume-title">Образование</h3>
<div class="resume-item">
<h4>Программная инженерия</h4>
<h5>2022 - ?</h5>
<p><em>Санкт-Петербургский государственный университет</em></p>
<p>Студент</p>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="container">
<div class="section-title">
<h2>Портфолио</h2>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="100">
</div>
<div class="container">
<div class="portfolio-container" data-aos="fade-up" data-aos-delay="100">
<div class="gallery_f_inner row imageGallery1">
<div class="col-sm">
<div class="h_gallery_item">
<div class="g_img_item">
<img class="img-fluid" src="assets/img/portfolio/trees-logo.png" alt="">
<a class="light" href="https://github.com/spbu-coding-2022/trees-2" target="_blank"><img
src="assets/img/github-mark.svg" alt=""></a>
</div>
<div class="g_item_text">
<h4>Визуализация бинарных деревьев</h4>
</div>
</div>
</div>
<div class="col-sm">
<div class="h_gallery_item">
<div class="g_img_item">
<img class="img-fluid" src="assets/img/portfolio/ocaml-logo.png" alt="">
<a class="light"
href="https://github.com/Parzival-05/miniOCaml"
target="_blank"><img src="assets/img/github-mark.svg" alt=""></a>
</div>
<div class="g_item_text">
<h4>Интерпретатор подмножества языка OCaml</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>iPortfolio</span></strong>
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="fa fa-arrow-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>