-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
58 lines (52 loc) · 2.13 KB
/
aboutme.html
File metadata and controls
58 lines (52 loc) · 2.13 KB
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
<!DOCTYPE html>
<html>
<head>
<title>About Aarushi</title>
<link href="style.css" type="text/css" rel="stylesheet">
<style>
body {
background-image: linear-gradient(whitesmoke, whitesmoke);
text-align: center;
}
</style>
</head>
<body>
<nav>
<a style="text-decoration: none" id="homebutton" href="./index.html">
<button2 style="font-size: 20px; padding: 10px; padding-top:12px; padding-bottom:2px"> Home</button2>
</a>
<a style="text-decoration: none" id="portfoliobutton" href="./portfolio.html">
<button2 style="font-size: 20px; padding: 10px; padding-top:12px; padding-bottom:2px">Portfolio</button2>
</a>
</nav>
<div id=" about-sec">
<h2>ABOUT</h2>
<p><img src="./images/profile.JPG" height="200" width="300" alt="Profile Picture" /></p>
<div id="description">
<p>I'm Aarushi Parashar, a Freshman majoring in Computer Science and minoring in Applied Mathematics and
Operations
Research and Management Sciences at Cornell University.
Among my interests are neural networks, cognitive computing development, cloud and distributed computing,
autonomous systems, and software engineering.
In school, I am currently a software engineer at Cornell Mars Rover(CMR), a project team that designs and
builds
an autonomous rover.
This summer I am a research intern at IBM working on building various neural network models to predict
whether a
small molecule will bind to a protein.
This is currently my temporary website, so stay tuned for the official one to replace this sometime soon!
</p>
<div class="layout">
<a style="text-decoration: none" id="resumebutton" href=./Resume.pdf> <button2>Resume</button2></a>
<a style="text-decoration: none" id="resumebutton"
href="https://www.linkedin.com/in/aarushi-parashar-2b845914b">
<button2>LinkedIn</button2>
</a>
<a style="text-decoration: none" id="resumebutton" href="https://github.com/aaparashar">
<button2>GitHub</button2>
</a>
</div>
</div>
</div>
</body>
</html>