-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
147 lines (132 loc) · 4.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>bahrom04</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="">
</head>
<body>
<div class="background-image"></div>
<div class="container">
<div class="row">
<div class="col">
<div class="heading">
<h1 class="display-1 glitch" data-text="bahrom 04">bahrom 04</h1>
<span class="sub">
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</span>
</div>
<div class="about-me" id="about">
<h2 class="display-3">About me:</h2>
<ul>
<h3>
Self-taught developer <br />Code in Python <br />Windows and
Linux enjoyer
</h3>
<br />
<p>Uzbek from Uzbekistan, Tashkent</p>
<p>
19 y.o Student of <a href="https://idu.uz/">IDU</a> in Tashkent
</p>
<p>Currently working on self-projects also open to work</p>
<p>Currently learning Django and aiogram</p>
<br /><br />
</ul>
</div>
<div class="Projects" id="projects">
<h2 class="display-3">Projects:</h2>
<ul>
<h3>Sotqin kinosidan lavhalar</h3>
<br />
<p>
One of the first project was Twitter bot named
<a href="https://twitter.com/Sotqin"
>Sotqin kinosidan lavhalar</a
>
</p>
<p>
This bot posts on every 30 minutes and the bot will post 1 frame
every second of the movie Sotqin(2015) Uzbek kino
</p>
<p>Bot is running since may 2023</p>
<br />
<br />
<h3>Every frame American Psycho in order</h3>
<br />
<p>
This Twitter bot also posts on every 30 minutes and the bot will
post 1 frame every second of the movie
<a href="https://twitter.com/patricbatemanuz"
>American Psycho</a
>
</p>
<br /><br />
<h3>O'zbek va ingliz iqtiboslari</h3>
<br />
<p>
This telegram bot contains 80+ motivational quotes in uzbek and
english languages
</p>
<p>
<a href="https://web.telegram.org/k/#@bestbekbot"
>@bestbekbot</a
>
</p>
<br />
<br /><br />
<h3>Smartfon haqida bot</h3>
<p>
Wikipedia bot on Telegram about smart phones such as iPhone,
Samsung, Redmi
</p>
<p>
Users can select your phone brand and get its characteristics
</p>
<p>
<a href="https://web.telegram.org/k/#@smartfonhaqida_bot"
>@smartfonhaqida_bot</a
>
</p>
</ul>
</div>
<br /><br />
<div class="Contact mb-5" id="contact">
<h2 class="display-3">Contact:</h2>
<br /><br />
<div class="icons">
<div class="socials">
<a href="https://github.com/bahrom04">
<i class="fa fa-brands fa-github" aria-hidden="true"></i>
</a>
</div>
<div class="socials">
<a href="https://www.linkedin.com/in/bahrom-bek-6b8a49212/">
<i class="fa fa-brands fa-linkedin-in" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="right-volume">
<img src="./images/off.png" id="icon">
<audio id="mysong" >
<source id="song" src="./music/tyler.mp3" type="audio/mp3">
</audio>
</div>
<footer>
<h6>Copyright © 2024 bahrom04</h6>
</footer>
</div>
<script src="https://kit.fontawesome.com/dd8c49730d.js" crossorigin="anonymous"></script>
<script src="./bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./js/music.js"></script>
<script src="./js/script.js"></script>
</body>
</html>