-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
135 lines (122 loc) · 5.19 KB
/
Copy pathabout.html
File metadata and controls
135 lines (122 loc) · 5.19 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE HTML>
<!--
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Moaaz Elsayed</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.JPG" alt="" /></a>
<h1><strong>My name's Moaaz.</strong> I work on cool projects...<br />
But of course, I'll leave that for you to decide! <br />
While you're here, check out my <a href="https://github.com/moaazelsayed">GitHub</a> account and my <a href="Moaaz Resume.pdf">Resume</a>.</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>A little about me!</h2>
</header>
<p>
“Seek knowledge from the cradle to the grave” Is one of the mottos that I live by; to know that there’s always something crazy to learn about is what always keeps me sane. I'm a creative guy who has a strong knack for coding, electrical and mechanical gadgets (Robots!) and a love for outer space and space exploration. I graduated from Mechanical Engineering in 2015 and from Computer Science in 2017, worked in software and machine simulation as well as security software and currently writing ML/AI and working with IOT at Ford.</br>
One of the coolest projects I have worked on was for a capstone graduation research project. I invented and led a team of 6 colleagues in the design and build of a one wheeled self-balancing vehicle (it can be seen on my website). This project utilized control theory in the design of lateral and longitudinal balancing systems for a one wheeled board.The main controller was an Arduino Uno that took feedback from gyroscope and accelerometer sensors on the 2 main axis based on the tilt of the board. The Arduino then corrected the angles by outputting the right amount of power to the main DC motor for the longitudinal system and the right tilt on rotating gyros for the lateral system. This project not only taught me about power distribution and programming Arduinos, but also about patience and leadership skills.
</p>
<header class="major">
<div class="row">
<article class="6u 12u(xlarge) work-item">
<a class="image fit thumb">
<img src="images/astro.jpg" alt="" />
<h2>This is me one day!!</h2>
</a>
</article>
</div>
</header>
</section>
<!-- Two -->
<section id="two">
<h2>Favorite Authors</h2>
<div class="row">
<article class="6u$ 12u$(xsmall) work-item">
<ol class="icons">
<li>Malcolm Gladwell</li>
<li>George Orwell</li>
<li>Dale Carnegie</li>
<li>JK Rowling</li>
<li>Douglas Adams</li>
</ol>
</article>
</div>
</section>
<!-- Three -->
<section id="three">
<h2>Favorite Sports</h2>
<div class="row">
<article class="6u$ 12u$(xsmall) work-item">
<ol class="icons">
<li><b>Swimming</b></li>
<li><b>Soccer</b></li>
<li><b>Ping Pong</b></li>
<li><b>Pool</b></li>
<li><b>Martial Arts (I've done Karate, Boxing and Tae Kwon Do)</b></li>
</ol>
</article>
</div>
</section>
<!-- Three -->
<section id="three">
<h2>And finally some pets!!!</h2>
<div class="row">
<article class="6u 12u(xlarge) work-item">
<ol class="icons">
<a class="image fit thumb">
<img src="images/bird.jpg" alt="" />
<h2>I love birds!</h2>
</a>
</ol>
</article>
<article class="6u 12u(xlarge) work-item">
<ol class="icons">
<a class="image fit thumb">
<img src="images/birdRabbit.jpg" alt="" />
<h2>Sometimes they get along</h2>
</a>
</ol>
</article>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="index.html" class="icon fa-globe"><span class="label">Main Page</span></a></li>
<li><a href="Moaaz Resume.pdf" class="icon fa-file-o"><span class="label">Resume</span></a></li>
<li><a href="https://ca.linkedin.com/in/moaaze" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/moaazelsayed" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="contact.html" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Moaaz Els<a href="Moaaz Elsayed Resume.pdf" >a</a>yed</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>