-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
323 lines (312 loc) · 8.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nəzrin İsbəndiyarova's portfolio</title>
<!-- required meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#5e5e5e" />
<meta name="description" content="Nəzrin İsbəndiyarova | Portfolio" />
<!-- facebook -->
<meta property="og:title" content="Nəzrin İsbəndiyarova" />
<meta
property="og:description"
content="Nəzrin İsbəndiyarova | Portfolio"
/>
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@isbendiyarova" />
<meta name="twitter:title" content="Nəzrin İsbəndiyarova" />
<meta
name="twitter:description"
content="Nəzrin İsbəndiyarova | Portfolio"
/>
<!-- font awesome cdn -->
<script
src="https://kit.fontawesome.com/92b3bd44e2.js"
crossorigin="anonymous"
></script>
<!-- favicon -->
<link rel="icon" href="img/favicon.ico" />
<!-- google font -->
<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=Open+Sans:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<!-- style -->
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<!-- loader start -->
<div id="loadingDiv">
<div class="loader"></div>
</div>
<!-- loader end -->
<!-- background music start -->
<audio autoplay loop preload="auto" id="song">
<source src="music/sleeping-beauty.mp3" />
Your browser does not support the
<code>audio</code> element.
</audio>
<!-- background music end -->
<div class="container">
<main>
<p class="my-info">See me.</p>
</main>
<div class="work">
<h2 class="work__title">selected works</h2>
<a
href="https://isbendiyarovanezrin.github.io/Piano"
target="_blank"
class="work__link"
>
piano
</a>
<a
href="https://isbendiyarovanezrin.github.io/WebcamFun"
target="_blank"
class="work__link"
>
webcam fun
</a>
<a
href="https://isbendiyarovanezrin.github.io/FunWithCanvas"
target="_blank"
class="work__link"
>
fun with canvas
</a>
<a
href="https://isbendiyarovanezrin.github.io/ChuckNorrisJokes"
target="_blank"
class="work__link"
>
chuck norris jokes
</a>
<a
href="https://isbendiyarovanezrin.github.io/RandomQuoteGenerator"
target="_blank"
class="work__link"
>
random quote generator
</a>
<a
href="https://isbendiyarovanezrin.github.io/JavaScriptDrumKit"
target="_blank"
class="work__link"
>
javascript drum kit
</a>
<a
href="https://isbendiyarovanezrin.github.io/StickyNotes"
target="_blank"
class="work__link"
>
sticky notes
</a>
<a
href="https://isbendiyarovanezrin.github.io/Stopwatch"
target="_blank"
class="work__link"
>
stopwatch
</a>
<a
href="https://isbendiyarovanezrin.github.io/Perla"
target="_blank"
class="work__link"
>
perla
</a>
<a
href="https://isbendiyarovanezrin.github.io/Converters"
target="_blank"
class="work__link"
>
converters
</a>
<a
href="https://isbendiyarovanezrin.github.io/KanyeQuotes"
target="_blank"
class="work__link"
>
kanye quotes
</a>
<a
href="https://isbendiyarovanezrin.github.io/VideoSpeedController"
target="_blank"
class="work__link"
>
video speed controller
</a>
<a
href="https://isbendiyarovanezrin.github.io/RandomDogImageGenerator"
target="_blank"
class="work__link"
>
random dog image generator
</a>
<a
href="https://isbendiyarovanezrin.github.io/NewYearCountdown"
target="_blank"
class="work__link"
>
new year countdown
</a>
<a
href="https://isbendiyarovanezrin.github.io/hoverboard"
target="_blank"
class="work__link"
>
hoverboard
</a>
<a
href="https://isbendiyarovanezrin.github.io/TicTacToe"
target="_blank"
class="work__link"
>
tic tac toe
</a>
<a
href="https://isbendiyarovanezrin.github.io/ClickAndDrag"
target="_blank"
class="work__link"
>
click and drag
</a>
<a
href="https://isbendiyarovanezrin.github.io/FlexPanelGallery"
target="_blank"
class="work__link"
>
flex panel gallery
</a>
<a
href="https://isbendiyarovanezrin.github.io/RandomAdviceGenerator"
target="_blank"
class="work__link"
>
random advice generator
</a>
<a
href="https://isbendiyarovanezrin.github.io/AjaxTypeAhead"
target="_blank"
class="work__link"
>
ajax type ahead
</a>
<a
href="https://isbendiyarovanezrin.github.io/checkboxart"
target="_blank"
class="work__link"
>
checkbox art
</a>
<a
href="https://isbendiyarovanezrin.github.io/unicorn"
target="_blank"
class="work__link"
>
unicorn
</a>
<a
href="https://isbendiyarovanezrin.github.io/Draw"
target="_blank"
class="work__link"
>
draw
</a>
<a
href="https://isbendiyarovanezrin.github.io/Counter"
target="_blank"
class="work__link"
>
counter
</a>
<a
href="https://isbendiyarovanezrin.github.io/DigitalClock"
target="_blank"
class="work__link"
>
digital clock
</a>
<a
href="https://isbendiyarovanezrin.github.io/CountdownTimer"
target="_blank"
class="work__link"
>
countdown timer
</a>
<a
href="https://isbendiyarovanezrin.github.io/PlayingWithCSSVariablesAndJS"
target="_blank"
class="work__link"
>
playing with css variables and js
</a>
<a
href="https://isbendiyarovanezrin.github.io/MouseMoveShadow"
target="_blank"
class="work__link"
>
mouse move shadow
</a>
<a
href="https://isbendiyarovanezrin.github.io/SpeechDetection"
target="_blank"
class="work__link"
>
speech detection
</a>
<a
href="https://isbendiyarovanezrin.github.io/AnalogClock"
target="_blank"
class="work__link"
>
analog clock
</a>
<a
href="https://isbendiyarovanezrin.github.io/corndog"
target="_blank"
class="work__link"
>
corn dog
</a>
</div>
<div class="contact">
<a
href="https://linktr.ee/programmingwithnazrin"
target="_blank"
class="contact__link"
>
<i class="fas fa-link"></i>
</a>
<a
href="https://www.linkedin.com/in/isbndyrva"
target="_blank"
class="contact__link"
>
<i class="fab fa-linkedin-in"></i>
</a>
<a
href="mailto:[email protected]"
target="_blank"
class="contact__link"
>
<i class="fas fa-envelope"></i>
</a>
</div>
<footer>
<p class="footer">Nəzrin İsbəndiyarova</p>
<img src="img/my-photo.png" alt="my photo" class="my-photo" />
</footer>
</div>
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- script js -->
<script src="js/script.js"></script>
</body>
</html>