-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (45 loc) · 2.04 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
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<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">
<title>about me</title>
<link rel="stylesheet" href="aboutmestyle.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body>
<div id="main">
<nav>
<br>
<form action="index.html">
<button>🏠home</button>
</form>
<form action="resume.html">
<button>📝resume</button>
</form>
<form action="projects.html">
<button>⚙️projects</button>
</form>
<form action="blog.html">
<button>🖋️blog</button>
</form>
<a href ="https://github.com/realaryann">🐙Github</a>
<a href = "https://www.linkedin.com/in/aryan-nagpal-ab1237235/">🔗Linkedin</a>
</nav>
</form>
<h1>about me</h1>
<p>
greetings, this is a part of the website designed for introducing myself and a little bit of an overview about this
project. i am currently pursuing computer science as my major and am a junior at college. </p>
<p> i love the field i am currently studying at college. something about computer science makes me want to learn more concepts
and apply them. an example of this habit of mine is this very website.
</p>
<p> i am currently working as a research intern at HRI laboratory on campus. This extremely insightful position has me currently working
with simulated robots using ros2, c++, python, and bash. I maintain my source workflow using git.
</p>
<p> i am looking to take part in cs related activities such as hackathons and programming competitions.</p>
<p>i will try my best to work on new and meaningful projects to elevate my resume and make memorable, useful, and long lasting software.</p>
</div>
</body>
</html>