-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.html
429 lines (428 loc) · 17.3 KB
/
user.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<link rel="stylesheet" href="./style.css" />
<link
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" type="image/x-icon" href="./img/portfolio.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body class="overflow-y-hidden select-none pb-0 md:pb-8 xl:pb-14 rounded-2xl">
<div
class="container bg-black border-0 border-black rounded-t-3xl ml-auto mr-auto mt-0 md:mt-8 md:my-4 h-full md:h-[97%] sm:w-full md:w-5/6 lg:h-[97%] xl:h-[93%] lg:border lg:border-4 lg:border-b-0 lg:mb-0 sm:rounded-b-3xl rounded-b-3xl"
>
<div
class="text-white border-t-8 border-l-8 border-r-8 border-black flex justify-between items-start rounded-t-2xl bg-[#212836]"
>
<div class="flex items-center justify-center">
<div class="phone-button">
<i class="fa-solid fa-signal text-xs ml-2 mt-2"></i>
<i class="fa-solid fa-signal text-xs ml-2 mt-2"></i>
<i class="fa-solid fa-wifi text-xs ml-2 mt-2"></i>
</div>
<div class="pc-button">
<a href="./">
<i
class="fa-solid fa-circle-xmark text-red-600 ml-2 mt-2"
></i>
</a>
<i class="fa-solid fa-circle text-yellow-400 ml-1 mt-2"></i>
<i class="fa-solid fa-circle text-lime-400 ml-1 mt-2"></i>
</div>
</div>
<div class="w-36 lg:w-52">
<div
class="flex flex-col-reverse text-center bg-black text-black border-b-[24px] border-black rounded-b-2xl border-t-8 border-l-8 border-r-8 border-black"
></div>
</div>
<div class="flex items-center mt-1">
<i class="fa-solid fa-battery-full text-xl"></i>
<h1 id="timeNow" class="text-end ml-2 mr-2 font-bold">date</h1>
</div>
</div>
<div class="border-l-8 border-r-8 border-b-0 border-black min-h-[80%]">
<div
class="flex h-[94vh] w-full bg-[#212836] rounded-b-2xl md:h-[88vh] lg:h-[88vh] xl:h-[81vh]"
>
<a href="./vscode.html">
<i
id="back"
class="fa-solid fa-arrow-left text-white ml-2 mt-2"
></i>
</a>
<div
id="options"
class="w-100 block w-12 h-100 h-auto border-r-2 border-[#212836] mr-4 mt-4"
>
<!-- <a onclick="openFolders()">
<i class="fa-solid fa-copy text-white ml-4 text-3xl"></i>
<i class="fa-solid fa-folder text-white ml-4 text-3xl"></i>
</a> -->
<a href="./vscode.html">
<i class="fa-solid fa-user text-white ml-4 text-3xl"></i>
</a>
<a href="https://github.com/iammaga">
<i class="fa-brands fa-github mt-4 text-white ml-4 text-3xl"></i>
</a>
<a href="https://t.me/Magaa11111">
<i
class="fa-solid fa-paper-plane mt-4 text-white ml-4 text-2xl"
></i>
</a>
</div>
<div id="folders" class="text-white w-1/5 bg-[#1B212C] pl-4 hidden">
Навыки
<!-- <i class="fa-solid fa-chevron-down"></i> -->
<div class="bg-[#1B212C] none">
<!-- <i class="fa-solid fa-chevron-right"></i> -->
<!-- <i class="fa-solid fa-browser"></i> -->
<div onclick="openFrontendFolder()">
<span>
<i class="fa-solid fa-chevron-down mt-2"></i>
<i class="fa-solid fa-folder mt-2"></i> Front-end
</span>
</div>
<div id="frontend" class="ml-8 none">
<p>
<i class="fa-brands fa-html5"></i>
HTML
</p>
<div class="none" onclick="openCssFolder()">
<p>
<i class="fa-solid fa-chevron-down mt-2"></i>
<i class="fa-brands fa-css3-alt"></i>
CSS
</p>
</div>
<div id="css" class="ml-8">
<p class="flex items-center">
<img
src="./img/tailwindcss.svg"
alt=""
width="18px"
class="mr-1"
/>
Tailwindcss
</p>
<p>
<i class="fa-brands fa-bootstrap"></i>
Bootstrap
</p>
</div>
<div class="none" onclick="openJsFolder()">
<p>
<i class="fa-solid fa-chevron-down mt-2"></i>
<i class="fa-brands fa-js mt-2"></i>
JavaScript
</p>
</div>
<div id="js" class="ml-8">
<p>
<i class="fa-brands fa-react"></i>
React
</p>
<p>
<i class="fa-brands fa-vuejs"></i>
Vue
</p>
</div>
</div>
</div>
<div class="bg-[#1B212C] none" onclick="openBackendFolder()">
<!-- <i class="fa-solid fa-chevron-right"></i> -->
<i class="fa-solid fa-chevron-down mt-2"></i>
<i class="fa-solid fa-folder mt-2"></i>
<!-- <i class="fa-sharp fa-solid fa-gear-code"></i> -->
Back-end
</div>
<div id="backend" class="ml-8 none" onclick="openPhpFolder()">
<div class="none">
<p>
<i class="fa-solid fa-chevron-down mt-2"></i>
<i class="fa-brands fa-php"></i>
Php
</p>
</div>
<div id="php" class="ml-8">
<p>
<i class="fa-brands fa-laravel"></i>
Laravel
</p>
</div>
</div>
<div class="bg-[#1B212C] none" onclick="openDatabaseFolder()">
<!-- <i class="fa-solid fa-chevron-right"></i> -->
<i class="fa-solid fa-chevron-down mt-2"></i>
<i class="fa-solid fa-folder mt-2"></i>
<!-- <i class="fa-solid fa-database"></i> -->
Database
<div id="database" class="ml-8">
<p>
<i class="fa-solid fa-database"></i>
MySql
</p>
</div>
</div>
<div class="bg-[#1B212C] my-0.5 ml-4">
<p class="flex items-center">
<i class="fa-sharp fa-solid fa-terminal"></i>
Terminal
</p>
</div>
<div class="bg-[#1B212C] my-0.5 ml-4 flex items-center">
<p class="flex items-center">
<i class="fa-brands fa-node-js mr-2"></i>
Node js
</p>
</div>
<div class="bg-[#1B212C] my-0.5 ml-4 flex items-center">
<p class="flex items-center">
<i class="fa-brands fa-linux mr-2"></i>
Linux
</p>
</div>
<div class="bg-[#1B212C] my-0.5 ml-4 flex items-center">
<p class="flex items-center">
<img src="./img/docker.svg" alt="" width="24px" class="pr-2" />
Docker
</p>
</div>
<div class="bg-[#1B212C] my-0.5 ml-4 flex items-center">
<p class="flex items-center">
<img
src="./img/composer.svg"
alt=""
width="24px"
class="pr-2"
/>
Composer
</p>
</div>
<div class="bg-[#1B212C] my-0.5 ml-4 flex items-center">
<p class="flex items-center">
<img src="./img/npm.svg" alt="" width="24px" class="pr-2" />
Npm
</p>
</div>
<div class="bg-[#1B212C] my-0.5 ml-4 flex items-center">
<p class="flex items-center">
<i class="fa-brands fa-markdown mr-2"></i>
README
</p>
</div>
</div>
<div
class="block h-full text-white text-3xl text-center w-full pr-4 md:px-8 sm:block lg:flex overflow-y-auto"
>
<div class="block">
<div class="about md:pr-4">
<div class="flex items-center justify-center mt-16">
<img
src="./img/profile-pic.jpg"
alt="logo"
class="rounded-full w-2/4"
/>
</div>
<span
class="text-white text-lg font-bold mb-4 text-gray-500 px-0 md:px-8 my-16"
>
My name is Muhammad, I am <span id="myAge"></span> years old,
my hobby is programming. In the future I want to become a full
stack.
</span>
<div class="mt-8 text-start">
<div class="block md:flex items-center justify-center">
<p class="text-lg text-start ml-1 p-1">FULLNAME:</p>
<p class="text-lg text-start ml-1 p-1">
Muhammad Zikirzoda Sayfullo
</p>
</div>
<div class="block md:flex items-center justify-center">
<p class="text-lg text-start ml-1 p-1">BIRTH DATE:</p>
<p class="text-lg text-start ml-1 p-1">November 08, 2001</p>
</div>
<div class="block md:flex items-center justify-center">
<p class="text-lg text-start ml-1 p-1">JOB:</p>
<p class="text-lg text-start ml-1 p-1">
Full-Stack Developer
</p>
</div>
<div class="block md:flex items-center justify-center mb-4">
<p class="text-lg text-start ml-1 p-1">EMAIL:</p>
<p class="text-lg text-start ml-1 p-1">
</p>
</div>
</div>
</div>
<div
class="block md:flex md:justify-center w-full xl:hidden mt-16 md:mt-0"
>
<!-- <div
class="flex flex-1 justify-center text-center md:max-w-[65px] border-2 border-[#161a21] rounded-lg my-4 md:my-2 mx-4 hover:bg-black shadow-md"
>
<a class="flex" onclick="openFolders()"
><div class="flex items-center w-full justify-center">
<div class="w-full lg:w-auto flex justify-center block">
<h2
class="flex items-center text-left text-base font-semibold leading-tight mx-1 md:hidden"
>
Skills
</h2>
<i
class="fa-solid fa-copy text-white my-4 text-3xl mx-1"
></i>
</div></div
></a>
</div> -->
<div
class="flex flex-1 justify-center text-center md:max-w-[65px] border-2 border-[#161a21] rounded-lg my-4 md:my-2 mx-4 hover:bg-black shadow-md"
>
<a class="flex" href="./vscode.html"
><div class="flex items-center w-full justify-center">
<div class="w-full lg:w-auto flex justify-center block">
<h2
class="flex items-center text-left text-base font-semibold leading-tight mx-1 md:hidden"
>
About me
</h2>
<i
class="fa-solid fa-user my-4 text-white mx-1 text-3xl"
></i>
</div></div
></a>
</div>
<div
class="flex flex-1 justify-center text-center md:max-w-[65px] border-2 border-[#161a21] rounded-lg my-4 md:my-2 mx-4 hover:bg-black shadow-md"
>
<a class="flex" href="https://laracasts.com/topics/alpine-js"
><div class="flex items-center w-full justify-center">
<div class="w-full lg:w-auto flex justify-center block">
<h2
class="flex items-center text-left text-base font-semibold leading-tight mx-1 md:hidden"
>
Github
</h2>
<a href="https://github.com/iammaga">
<i
class="fa-brands fa-github my-4 text-white mx-1 text-3xl"
></i>
</a>
</div></div
></a>
</div>
<div
class="flex flex-1 justify-center text-center md:max-w-[65px] border-2 border-[#161a21] rounded-lg my-4 md:my-2 mx-4 hover:bg-black shadow-md"
>
<a class="flex" href="https://laracasts.com/topics/alpine-js"
><div class="flex items-center w-full justify-center">
<div class="w-full lg:w-auto flex justify-center block">
<h2
class="flex items-center text-left text-base font-semibold leading-tight mx-1 md:hidden"
>
Telegram
</h2>
<a href="https://t.me/Magaa11111">
<i
class="fa-solid fa-paper-plane my-4 text-white mx-1 text-3xl"
></i>
</a>
</div></div
></a>
</div>
</div>
</div>
<div class="h-auto w-full lg:w-5/6">
<div class="skills">
<h1>My Skills</h1>
<li>
<h3 class="text-lg">HTML</h3>
<span class="html bar">
<span class="html"></span>
</span>
</li>
<li>
<h3 class="text-lg">CSS</h3>
<span class="css bar">
<span class="css"></span>
</span>
</li>
<li>
<h3 class="text-lg">TAILWINDCSS</h3>
<span class="tailwindcss bar">
<span class="tailwindcss"></span>
</span>
</li>
<li>
<h3 class="text-lg">JAVASCRIPT</h3>
<span class="javascript bar">
<span class="javascript"></span>
</span>
</li>
<li>
<h3 class="text-lg">PHP</h3>
<span class="php bar">
<span class="php"></span>
</span>
</li>
<li>
<h3 class="text-lg">JQUERY</h3>
<span class="jquery bar">
<span class="jquery"></span>
</span>
</li>
<li>
<h3 class="text-lg">REACT</h3>
<span class="react bar">
<span class="react"></span>
</span>
</li>
<li>
<h3 class="text-lg">VUE</h3>
<span class="vue bar">
<span class="vue"></span>
</span>
</li>
<li>
<h3 class="text-lg">LARAVEL</h3>
<span class="laravel bar">
<span class="laravel"></span>
</span>
</li>
<li>
<h3 class="text-lg">MYSQL</h3>
<span class="mysql bar">
<span class="mysql"></span>
</span>
</li>
<li>
<h3 class="text-lg">OPENCART</h3>
<span class="opencart bar">
<span class="opencart"></span>
</span>
</li>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="hidden bg-[#5E5F63] bg-gradient-to-b from-[#5E5F63] to-gray-900 border-[#5E5F63] w-100 mx-16 h-full rounded-b-3xl md:mx-16 sm:mx-16 xl:h-14 xl:block"
></div>
<script src="./main.js"></script>
</body>
</html>