-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
34 lines (33 loc) · 1.47 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>About</title>
</head>
<body class="aboutb">
<div class="micon">
<img src="ak icon.jpg" alt="main">
</div>
<div class="link">
<p class="links"><a href="index.html">HOME</a><a href="about.html">ABOUT</a><a href="education.html">EDUCATION</a><a href="skills.html">SKILLS</a></p>
</div>
<div class="aboutpic">
<img src="my pic.jpeg" alt="aboutpic">
</div>
<header class="abouth">
<h1><strong>ABOUT</strong></h1>
</header>
<div class="aboutbody">
<p>
Hey guys!!! Avyukt here, all the way from Bangalore. I am a first year <br> undergraduate student
from NIT Raipur who is focused, ambitious and driven. <br>Being a positive,
well-organised and creative person makes me a team player.<br> I am well-versed with the programming
language named C++ and have <br>some practise in python. Although not the most excellent coder in terms
of practise,<br> I have practised questions in platforms like Hackerrank and Leetcode and am still a <br>
long way from gaining professional level knowledge regarding the same.<br> Some other things about me are
; I love playing cricket, doing art work, watching <br>TV Shows and Web series and I am an enthusiast when it comes
to upcoming <br>Innovation and Technology.
</p>
</div>
</body>
</html>