-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
443 lines (381 loc) · 21.3 KB
/
index.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link href="/stylesheets/bootstrap.min.css" rel="stylesheet">
<!-- Lightbox CSS -->
<link href="/stylesheets/ekko-lightbox.css" rel="stylesheet">
<!-- Custom font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600|Roboto" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="/stylesheets/projectSite.css">
<title>
Morten's Project Site
</title>
<!-- Google analytics-->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-48107565-2', 'auto');
ga('send', 'pageview');
</script>
<link rel="icon" href="/images/M_icon.png">
</head>
<!-- NAVBAR -->
<nav class="navbar navbar-full navbar-dark bg-inverse" role="navigation">
<button class="navbar-toggler hidden-md-up float-xs-right" type="button" data-toggle="collapse" data-target="#mynavbar" aria-controls="mynavbar" aria-expanded="false" aria-label="Toggle navigation">
</button>
<a class="navbar-brand" href="/">Morten Kals</a>
<div class="collapse navbar-toggleable-sm" id="mynavbar">
<ul class="nav navbar-nav float-md-right">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Co-op</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="/coop/arista">Arista Networks</a>
<a class="dropdown-item" href="/coop/sintef">SINTEF</a>
<a class="dropdown-item" href="/coop/hent">HENT</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Team Projects</a>
<div class="dropdown-menu">
<!-- dropdown-menu-right -->
<a class="dropdown-item" href="/projects/pico-hydro">ENPH 479: Pico Hydro Power</a>
<a class="dropdown-item" href="/projects/aevc">ENPH 459: EV Charging</a>
<a class="dropdown-item" href="/projects/ray">ENPH 253: Robotics</a>
<a class="dropdown-item" href="/projects/noober">Noober 3D Printer Hub</a>
<a class="dropdown-item" href="/projects/3d-scanner">Rapid 3D Scanner</a>
<a class="dropdown-item" href="/projects/rc-planes">RC Airplanes</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Personal Projects</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="/projects/website">Project Website</a>
<!--<a class="dropdown-item" href="/Projectpi-gimbal">PiGimbal</a>-->
<a class="dropdown-item" href="/projects/race-quad">Race-Quad</a>
<a class="dropdown-item" href="/projects/cam-quad">Cam-Quad</a>
<a class="dropdown-item" href="/projects/3d-printer">3D Printer</a>
<a class="dropdown-item" href="/projects/ios-development">iOS Development</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
</ul>
</div>
</nav>
<link rel="icon" href="/images/M_icon.png">
<body class="index">
<section id="hello">
<div class="container">
<div class="row">
<div class="float-lg">
<div class="col-lg-5 col-md-6 col-sm-12 offset-lg-1 feature-caption">
<h1>Hello!</h1>
<p>My name is Morten Kals, and I am enrolled in the Engineering Physics program at UBC.</p>
<p>I made this website to give a sense of who I am and show some of my technical projects.</p>
<p>Below is a general overview of related items and links. Use the navbar to access a more comprehensive organization of the contents.</p>
</div>
<div class="col-lg-5 col-md-6 col-sm-12 offset-lg-1 text-sm-center">
<figure class="figure">
<a href="/images/Morten-apple.jpg" data-toggle="lightbox">
<img src="/images/Morten-apple.jpg" class="center-block" width="304" alt="Morten">
</a>
</figure>
</div>
</div>
</div>
</div>
</section>
<section id="highlights" class="feature-light">
<div class="container">
<div class="row">
<div class="card-columns">
<!-- GitHub -->
<div class="card">
<div class="card-block">
<a target="_blank " href="https://github.com/mkals">
<button type="button" style="width:100% " class="btn btn-primary btn-lg btn-block">GitHub</button>
</a>
</div>
</div>
<!-- UBC Cources -->
<div class="card">
<div class="card-block">
<a target="_blank " href="UBC">
<button type="button" style="width:100% " class="btn btn-primary btn-lg btn-block">My UBC Courses</button>
</a>
</div>
</div>
<!-- Pico Hydro -->
<div class="card">
<a href="/images/featured/pico-hydro.png" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/pico-hydro.png" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
The UBC Ecohydrology research group collects data continuously from streams all across the lower mainland to study how land use practices influence interactions between hydrological and ecological processes. For my second Capstone project, I worked on developing a pico hydropower generator that the Ecohydrology group can deploy in remote streams to power their sensor systems.
</p>
<a href="/projects/pico-hydro/">
<button type="button" class="btn btn-primary btn-lg btn-block">Pico Hydro Power Generator</button>
</a>
</div>
</div>
<!-- The Ray -->
<div class="card">
<a href="/images/featured/ray.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/ray.jpg" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
ENPH 253 is a core robotics-course for the Engineering Physics program at UBC that I took during the summer term of 2016. Teams of four work on a fully automated system to accomplish a specified task in a competitive environment.
</p>
<a href="/projects/ray/">
<button type="button" class="btn btn-primary btn-lg btn-block">The Ray</button>
</a>
</div>
</div>
<!-- About -->
<div class="card">
<a href="/images/featured/speedrider.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img img-fluid" src="/images/featured/speedrider.jpg" alt="Card image ">
</a>
<div class="card-block">
<p class="card-text">
Family, skiing, unicycling, mountain biking, paragliding, speedriding, playing the piano and gardening are some of my interests.
</p>
<a href="/about/">
<button type="button" class="btn btn-primary btn-lg btn-block">About Me</button>
</a>
</div>
</div>
<!-- Johannes warrior -->
<div class="card">
<a href="/images/featured/johannes.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/johannes.jpg" alt="Card image ">
</a>
<div class="card-block">
<p class="card-text">
My brother Johannes in Aurland, Norway.
</p>
</div>
</div>
<!-- 3d-printing -->
<div class="card">
<a href="/images/featured/printer.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/printer.jpg" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
How I got my first 3D printer before I moved to Canada.
</p>
<a href="/projects/3d-printer/">
<button type="button " class="btn btn-primary btn-lg btn-block ">3D Printing</button>
</a>
</div>
</div>
<!-- Arista -->
<div class="card ">
<a href="/images/featured/arista.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid " src="/images/featured/arista.jpg" alt="Card image cap ">
</a>
<div class="card-block ">
<p class="card-text ">
I have had two internships with the hardware team at Arista Networks.
</p>
<a href="/coop/arista/">
<button type="button " class="btn btn-primary btn-lg btn-block">Arista Networks</button>
</a>
</div>
</div>
<!-- noober -->
<div class="card">
<a href="/images/featured/noober.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/noober.jpg" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
Erik and I started an online 3D printer hub through <a target="_blank" href="https://www.3dhubs.com/service/noober">3D Hubs</a> two summers ago. We provide 3D printing services to local Vancouver customers.
</p>
<a href="/projects/noober/">
<button type="button" class="btn btn-primary btn-lg btn-block">Noober 3D Printer Hub</button>
</a>
</div>
</div>
<!-- Race-quad -->
<div class="card">
<a href="/images/featured/quad.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid " src="/images/featured/quad.jpg" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
An agile 250-class FPV quad-copter, the Race-Quad is designed for precise operation in possibly confined environments.
</p>
<a href="/projects/race-quad/">
<button type="button" class="btn btn-primary btn-lg btn-block">Race-Quad</button>
</a>
</div>
</div>
<!-- Holmestrand -->
<div class="card ">
<a href="/images/featured/holmestrand.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/holmestrand.jpg" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
My first Co-op term, where I worked as a project engineer with emphasis on quality control.
</p>
<a href="/coop/hent/">
<button type="button" class="btn btn-primary btn-lg btn-block">Holmestrand Stasjon</button>
</a>
</div>
</div>
<!-- Cam-quad -->
<div class="card ">
<a href="/images/featured/cam-quad.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/cam-quad.jpg" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
Areal camera-platform with 1.5 kg potential payload.
</p>
<a href="/projects/cam-quad/">
<button type="button " class="btn btn-primary btn-lg btn-block">Cam-Quad</button>
</a>
</div>
</div>
<!-- AEVC -->
<div class="card">
<a href="/images/featured/aevc.png" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid" src="/images/featured/aevc.png" alt="Card image cap ">
</a>
<div class="card-block">
<p class="card-text">
Autonomous electric vehicles will soon need a way to charge without human interactions. For my first Capstone project, I worked to develop a prototype capable of autonomously connecting the charge plug to various electric cars.
</p>
<a href="/projects/aevc/">
<button type="button" class="btn btn-primary btn-lg btn-block">Autonomous EV Charger</button>
</a>
</div>
</div>
<!-- *Sundown -->
<div class="card ">
<a href="/images/featured/bc.jpg" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img img-fluid" src="/images/featured/bc.jpg" alt="Card image">
</a>
<div class="card-block ">
<p class="card-text ">
Sunset at University of British Columbia, Vancouver, Canada.
</p>
</div>
</div>
<!-- +GTD -->
<div class="card card-block">
<h4 class="card-title">GTD</h4>
<p class="card-text">
Building upon the “Getting Things Done” workflow of David Allen, I am engaged in an ongoing effort to optimise efficiency by adopting and developing my ability to remain on schedule and effectively prioritising efforts between coursework, examinations, and projects. </p>
<!-- <a href="/projects/gtd/ ">
<button type="button " class="btn btn-primary btn-lg btn-block ">More info</button>
</a> -->
</div>
<!-- iOS Development -->
<div class="card ">
<a href="/images/featured/ios.png" data-toggle="lightbox" data-gallery="source-gallery">
<img class="card-img-top img-fluid " src="/images/featured/ios.png" alt="Card image cap ">
</a>
<div class="card-block ">
<p class="card-text ">
My first coding experience was with iOS during high-school. I have done multiple projects for the platform, two of which have made their way onto the App Store.
</p>
<a href="/projects/ios-development/">
<button type="button " class="btn btn-primary btn-lg btn-block">iOS Development</button>
</a>
</div>
</div>
<!-- +PiGimbal -->
<!-- <div class="card ">
<img class="card-img-top img-fluid " src="/images/featured/pi-gimbal.jpg " alt="Card image cap ">
<div class="card-block ">
<h4 class="card-title ">PiGimgal</h4>
<p class="card-text ">
</p>
<a href="/projects/pi-gimbal/ ">
<button type="button " class="btn btn-primary btn-lg btn-block ">More info</button>
</a>
</div>
</div> -->
</div>
</div>
</div>
</section>
</body>
<footer id="main-footer">
<div class="container">
<span class="left">[email protected]</span><span class="right">© 2018, Morten Kals</span>
</div>
</footer>
<link rel="icon" href="/images/M_icon.png">
<!-- Load Java-script modules -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script>
<script src="/javascripts/ekko-lightbox.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.1/anchor.min.js"></script>
<!-- for documentation only -->
<script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.1/anchor.min.js"></script>
<script type="text/javascript">
$(document).ready(function($) {
// delegate calls to data-toggle="lightbox"
$(document).on('click', '[data-toggle="lightbox"]:not([data-gallery="navigateTo"])', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
onShown: function() {
if (window.console) {
return console.log('Checking our the events huh?');
}
},
onNavigate: function(direction, itemIndex) {
if (window.console) {
return console.log('Navigating ' + direction + '. Current item: ' + itemIndex);
}
}
});
});
//Programmatically call
$('#open-image').click(function(e) {
e.preventDefault();
$(this).ekkoLightbox();
});
$('#open-youtube').click(function(e) {
e.preventDefault();
$(this).ekkoLightbox();
});
// navigateTo
$(document).on('click', '[data-toggle="lightbox"][data-gallery="navigateTo"]', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
onShown: function() {
this.modal().on('click', '.modal-footer a', function(e) {
e.preventDefault();
this.navigateTo(2);
}.bind(this));
}
});
});
});
</script>
</html>