forked from 0PrashantYadav0/FOSS_AXIOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (75 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal information</title>
<link rel="stylesheet" href="styles.css">
</head>
<body id="vv">
<pre><p><b> VENNELA VARSHINI ANASOORI
LCB2024021 </b>
</p></pre>
<pre>
<p> BRANCH:CSB
SKILLS: Computer languages like C,C++,Python
Good at 3 languages(English,Hindi,Telugu)
Leadership Skills
Time management
Adaptability
HOBBIES:Listening Music
Singing
Yoga
Watching Movies</p>
</pre>
<title>Portfolio</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:[email protected]&family=Edu+AU+VIC+WA+NT+Hand:[email protected]&display=swap">
<style>
*{
font-family: "Baloo Bhai 2", sans-serif;
background-color: black;
color: rgb(47, 255, 0);
}
h1{
color: red;
font-size: 50px;
border-bottom: 2px solid blueviolet;
text-align: center;
}
div{
font-size: larger;
padding: 5px;
margin: auto;
}
a{
text-decoration: none;
color: rgb(255, 0, 234);
}
.contact{
color: wheat;
}
h3{
text-decoration-line: overline;
color: wheat;
}
p.id{
color: wheat;
}
</style>
</head>
<body>
<h1>HELLO FOSS!!</h1>
<div>
<p>I am Manas Sharma, from Raipur, Chhattisgarh. I'm deeply passionate about software development and machine learning. I am currently learning C++ and Java. I hope to learn a lot of new things from the <span><strong>FOSS wing</strong></span>.</p>
<p><ul>
<li>I am participating in GSSoC and Hactober Fest</li>
<li>I am learning competitive programming and have a rating of 1334 on <a href="https://www.codechef.com/users/black_flash_12">codechef</a> and 762 on <a href="https://codeforces.com/profile/manas06">codeforces</a> as of now.</li>
</ul></p>
<p>My hobbies include playing table tennis and guitar. I also like to watch anime.</p>
</div>
<div class="contact">
<h3>Contact me!!</h3>
<p class="id"><ul><li>Github : <a href="https://github.com/manas2406">https://github.com/manas2406</a></li></ul></p>
</div>
</body>
</html>