-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (59 loc) · 2.79 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
<html>
<head>
<title>Andrew Wylie</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Personal blog and portfolio of Andrew Wylie.">
<meta name="keywords" content="carleton university ottawa gatineau quebec
canada computer science electronics consultant tutor diy hardware software
application app remote contract contractor ontario">
<link rel="stylesheet" href="./simple-grid.min.css">
<link rel="stylesheet" href="./styles.css">
<script src="https://use.fontawesome.com/cecd60003b.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div id="sidebar" class="col-4">
<div id="avatar">
<img alt="avatar" src="https://secure.gravatar.com/avatar/fb3209e23e3f8c50da7ec2cd1a20531b?s=500">
</div>
<div id="social">
<ul>
<li><a href="https://github.com/adwylie"><i class="fa fa-github-alt fa-fw"></i></a></li>
<li><a href="https://www.linkedin.com/in/wyliea"><i class="fa fa-linkedin fa-fw"></i></a></li>
<li><a href="cv.html"><i class="fa fa-file-text fa-fw"></i></a></li>
</ul>
</div>
</div>
<div id="content" class="col-8">
<div id="intro">
<p>Hi. I'm <strong>Andrew Wylie</strong>.</p>
<p>
I make things from time to time. The 'what' varies, though
usually relates to electronics or software. I tend to lean
towards the DIY path for projects, with generally good results. I
believe that having strong research skills helps, along with a
motivation to both learn new things and apply the knowledge. I
try to keep my life balanced by staying active, which usually
amounts to cycling, climbing, or running/hiking. Though staying
in and playing the guitar is also a blast.
</p>
<p>
Academically, I've completed both an undergraduate and master's
degree in computer science. Participating in the cooperative
education program and tutoring along the way was also neat. I
just loved seeing the shift in thought when a student finally
understood the material. During my career I've worked with a
varying set of technologies, mostly within the air traffic
control, telecommunications, and defense industries. As a result
I'd probably label myself a generalist, though if given the
chance though I still have a soft spot in my heart for python
and javascript :).
</p>
</div>
</div>
</div>
</div>
</body>
</html>