-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
95 lines (81 loc) · 4.84 KB
/
bio.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Elements Reference - Massively by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Aragya Goyal</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">All Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li class="active"><a href="bio.html">bio</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/aragya-goyal/" target="_blank" rel="noopener noreferrer" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/Aragya1642" target="_blank" rel="noopener noreferrer" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://medium.com/@agoyal1642" target="_blank" rel="noopener noreferrer" class="icon brands fa-medium"><span class="label">Medium</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section>
<!-- Image -->
<h2>Bio</h2>
<p><span class="image left"><img src="images/aragya.webp" alt="" /></span>Born in India, my family permanently moved to the United States in 4th grade to pursue the American Dream. I found my passion in robotics and automation in freshman year of high school through the VEX and FIRST programs. I decided to continue my studies to become a computer engineer at the University of Pittsburgh focusing on projects that excited me. This has led me to work on a diverse range of projects including rovers, underwater snake robots, and racecars. I currently work on embedded systems at the Carnegie Mellon University Robotics Institute.</p>
<p><span class="image right"><img src="images/aragya2.jpg" alt="" /></span>Outside of my engineering pursuits, I have a deep passion for the outdoors and traveling. As an Eagle Scout, I have cultivated a strong appreciation for nature and adventure, which has instilled in me a love for camping, hiking, and exploring the great outdoors. These experiences have not only enhanced my skills in navigation and survival but also fostered a sense of teamwork and leadership.
Traveling allows me to immerse myself in different cultures and landscapes, broadening my perspective and inspiring my creativity. Whether I'm trekking through a national park or discovering a new city, I find joy in the journey and the stories that come with it.
In addition to my outdoor adventures, I also enjoy cooking whenever I have the time. Experimenting with new recipes and flavors is a rewarding creative outlet for me. I love the process of preparing meals, whether for myself, family, or friends, and I appreciate how cooking brings people together.
Overall, these interests not only enrich my personal life but also contribute to my problem-solving skills and ability to adapt—qualities that I value in my engineering career.</p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h3>Phone</h3>
<p><a href="#">(610) 615-7007</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="#">[email protected]</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.linkedin.com/in/aragya-goyal/" target="_blank" rel="noopener noreferrer" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/Aragya1642" target="_blank" rel="noopener noreferrer" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://medium.com/@agoyal1642" target="_blank" rel="noopener noreferrer" class="icon brands fa-medium"><span class="label">Medium</span></a></li>
</ul>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Aragya Goyal</li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>