This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 1.41 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
<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">
<link rel="stylesheet" href="style.css">
<title>Vethya</title>
</head>
<body>
<div class="name">
<h1>Vethya</h1>
</div>
<hr>
<p>Hi there! My name is <b>Vethya</b>. I'm 15 years old, and I have great interest in programming.</p>
<h3>Get in touch</h3>
<ul>
<li>Telegram: <a href="https://t.me/MrTanjiro">@MrTanjiro</a> <b>(Mostly Active)</b></li>
<li>Discord: Tanjiro#1534 <b>(Rarely Active)</b></li>
<li>Github: <a href="https://github.com/Vethya">Vethya</a></li>
<li>Lastfm: <a href="https://www.last.fm/user/Vethya">Vethya</a></li>
</ul>
<h3>Featured Projects</h3>
<ul>
<li><a href="https://github.com/Vethya/ClassroomBot">ClassroomBot</a>: A telegram bot to help you study more efficient.</li>
<li><a href="https://github.com/Vethya/CupidBot">CupidBot</a>: A Python modular cupid bot for picking couple in Telegram groups.</li>
</ul>
<h3>Skills</h3>
<ul>
<li>Python</li>
<div class="python-progress-bar">
<div class="python-progress">70%</div>
</div>
<li>Golang</li>
<div class="golang-progress-bar">
<div class="golang-progress">30%</div>
</div>
</ul>
</body>
</html>