-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
193 lines (188 loc) · 7.97 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<title>Elham Islam</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- linking css file -->
<link rel="stylesheet" href="style.css">
<!-- bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="./images/initial_favi.png">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- link font -->
<link href="https://fonts.googleapis.com/css?family=FontName&display=swap" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- load javascript after loading all html content -->
<script src="script/script.js"></script>
<nav class="navbar navbar-expand-lg fixed-top navbarScroll navBack">
<div class="container collapse navbar-collapse">
<ul class="navbar-nav ms-auto ">
<li>
<a class="navbar-brand navText" href="./index.html">Elham Islam</a>
</li>
</ul>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<ul class ="navbar-nav ms-auto">
<li>
<a class="nav-link" href="https://twitter.com/ElhamIslam_" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a class="nav-link" href="https://www.instagram.com/elhamislam_/" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a class="nav-link" href="https://www.linkedin.com/in/elham-islam-/" target="_blank"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a class="nav-link" href="https://github.com/Lham42" target="_blank"><i class="fab fa-github"></i></a>
</li>
<li>
<a class="nav-link" href="https://www.goodreads.com/user/show/40486952-elham-islam" target="_blank"><i class="fab fa-goodreads"></i></a>
</li>
</ul>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link navText" href="./index.html">home</a>
</li>
<li class="nav-item">
<a class="nav-link navText" href="./about.html"><u>about</u></a>
</li>
<li class="nav-item">
<a class="nav-link navText" href="./writing.html">writing</a>
</li>
<li class="nav-item">
<a class="nav-link navText" href="./notes.html">notes</a>
</li>
<li class="nav-item">
<a class="nav-link navText" href="./projects.html">projects</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- about section-->
<section id="about" class = "poopy">
<div class="container mt-4 pt-4">
<div class="row mt-4">
<div class="col-lg-4">
<img src="images/me.jpg" class= "imageAboutPage" alt="">
</div>
<div class="col-lg-8 text">
<p>
I am currently CTO of Synnax, where we're building modern mission control software for the real-time operation and evaluation of advanced hardware.
</p>
<p>
Nowadays, you'll find me in San Francisco, but home is Scarborough, Ontario.
</p>
<p>
My technical interests lie in embedded systems, controls, distributed systems and any low-level software that tightly integrates with the physical world!
</p>
<h3>Relevant Coursework</h3>
<table>
<tr>
<th>Course Code</th>
<th>Course</th>
</tr>
<tr>
<td>EECS470</td>
<td>Computer Architecture</td>
</tr>
<tr>
<td>EECS483</td>
<td>Compiler Construction</td>
</tr>
<tr>
<td>EECS482</td>
<td>Operating Systems</td>
</tr>
<tr>
<td>EECS473</td>
<td>Advanced Embedded Systems</td>
</tr>
<tr>
<td>EECS461</td>
<td>Embedded Control Systems</td>
</tr>
<tr>
<td>EECS373</td>
<td>Intro to Embedded Systems</td>
</tr>
<tr>
<td>EECS370</td>
<td>Intro to Computer Organization</td>
</tr>
<tr>
<td>EECS270</td>
<td>Intro to Logic Design</td>
</tr>
<tr>
<td>EECS216</td>
<td>Intro to Signals and Systems</td>
</tr>
<tr>
<td>EECS281</td>
<td>Data Structures and Algorithms</td>
</tr>
<tr>
<td>EECS280</td>
<td>Programming and Data Structures</td>
</tr>
<tr>
<td>EECS203</td>
<td>Discrete Math</td>
</tr>
<tr>
<td>EECS215</td>
<td>Intro to Electrical Circuit Analysis and Design</td>
</tr>
<tr>
<td>MATH451</td>
<td>Real Analysis</td>
</tr>
<tr>
<td>MATH440</td>
<td>Laboratory of Geometry</td>
</tr>
<tr>
<td>MATH433</td>
<td>Introduction to Differential Geometry</td>
</tr>
<tr>
<td>MATH217</td>
<td>Honours Linear Algebra</td>
</tr>
<tr>
<td>MATH286</td>
<td> Honours Differential Equations</td>
</tr>
<tr>
<td>MATH285</td>
<td>Honours Multivariable Calculus</td>
</tr>
<tr>
<td>MATH186</td>
<td>Honours Calc II</td>
</tr>
<tr>
<td>MATH185</td>
<td>Honours Calc I</td>
</tr>
<tr>
<td>PHYSICS260</td>
<td>Honours Electricity and Magnetism</td>
</tr>
<tr>
<td>PHYSICS160</td>
<td>Honours Mechanics</td>
</tr>
</table>
</div>
</div>
</section>
</body>