-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjourney.html
75 lines (67 loc) · 2.98 KB
/
journey.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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Generic - Phantom 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">
<div class="inner">
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="journey.html">My Journey</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>About Me</h1>
<p>From a young age, I have been captivated by machines and instruments. This curiosity led to
becoming my father’s assistant for home repairs. I loved tinkering with the various mechanics,
electronics, and robotics kits I received as birthday gifts. Designing and building a proof-of-concept
aqua robot for disaster relief in 8th grade helped me appreciate the positive impact robotics could have
on the world. My passion for pursuing an education and career in robotics stems from a deep-seated desire
to use technology to help people in need, particularly in aid and rescue scenarios.</p>
<p>My undergraduate studies in Electronics and Instrumentation was structured to build a strong foundation in
robotics. My continued interest in Mathematics and Computation, along with courses like Control Systems,
Data Structures & Algorithms, and Microcontroller based system design enabled me to develop vital skills
in control design, programming, logic-forming, and problem-solving.</p>
<p>I recently graduated with a Master of Science in Robotics and a graduate certificate in Engineering Leadership
from Northeastern University, Boston. </p>
<h1>Hobbies</h1>
<p>I like to be outdoors, and I used to be an athlete so I enjoy most outdoor activities like hiking, camping,
biking, rock climbing, etc. I love reading! Mystery, Thriller, and Fantasy are my favorite genres.
I am an anime and manga lover as well. I also like to do origami occasionally.</p>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>