blob: 520e0498eb05d6ad282a2272144778ce0f98a031 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel='stylesheet' type='text/css' href='style.css'>
<meta property="og:title" content="Ghativega.in">
<meta property="og:description" content="Personal site of arnavbhatt288.">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<title>Ghativega - About</title>
<style>
img { border: none ;}
</style>
</head>
<body>
<div class = logo><img src="assets/images/logo.png" alt="Ghativega"></div>
<ul class = navbar>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
<hr>
<main>
<h3>Introduction</h3>
<p>Hi there. My name is Arnav Bhatt and I go by the internet alias as arnavbhatt288.<br>I am 19 years old and a self-taught programmer with C language being my current expertise while also exploring other programming languages to learn.</p>
<br>
<h3>Career</h3>
<p>Currently a student in a college pursuing for Bachelor of Technology in Computer Science. On my free time I mainly contribute to open source projects but also occassionally create my own projects as well.</p>
</main>
<div class = footer>
<p>2024 ghativega.in</p>
</div>
</body>
</html>
|