-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (75 loc) · 3.94 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
<!DOCTYPE HTML>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136582576-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136582576-1');
</script>
<meta charset="UTF-8">
<title>Taylor MacMillan</title>
<link href="css/main.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href='favicon.ico'/>
<link href="//fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Merriweather+Sans" rel="stylesheet">
</head>
<nav>
<ul class="nav-bar">
<li><a href="index.html" class="selected">ABOUT</a></li>
<li><a href="portfolio.html">PROJECTS</a></li>
<li id="logo"><a href="index.html" id="initials"><img src="img/initials_icon.png"></a></li>
<li><a href="experience.html">EXPERIENCE</a></li>
<li><a href="Resume.pdf" target="blank">RESUME</a></li>
</ul>
</nav>
<body>
<div class="main-intro">
<h1>Taylor MacMillan</h1>
<div class="qualities">
<div class="qitem">product manager</div>
<div class="dot"></div>
<div class="qitem">designer</div>
<div class="dot"></div>
<div class="qitem">outdoor enthusiast</div>
</div>
<h3>Hey, I'm Taylor!</h3>
<p>I'm a Systems Design Engineering student at the University of Waterloo, pursuing my passion for <span id="design-colour">product management</span> and <span id="design-colour">design</span>. I thrive on transforming initial product visions from ideas into reality, and am currently seeking a 4 month internship for the Spring 2020 term.</p>
</div>
<div class="section">
<div class="text">
<h3>PASSION PROJECT</h3>
<h2>PadLift</h2>
<p>Designing the UI/UX for an application to visualize and plan home renovations.</p>
<a href="portfolio.html">Learn more ></a>
</div>
<div class="img">
<img src="img/projects_background.png">
</div>
</div>
<div class="section">
<div class="text">
<h3>EXPERIENCE</h3>
<h2>My Journey</h2>
<p>My transformation from an introductory Systems Design Engineering student to a product manager and designer.</p>
<a href="experience.html">Learn more ></a>
</div>
<div class="img">
<img src="img/experience_background.png">
</div>
</div>
<div class="about-me">
<p id="first">Always one to question "why" to everything I encounter, my natural curiosity and drive to understand the world have led me to pursue a career in which I not only find the answers to these questions, but get to create them myself. I design products with someone like me in mind, so that even the most inquisitive end users will not need to question "why".</p>
<p>Besides going to school and working, you can typically find me outside engaging in whatever activity the season calls for! That deep-seated curiosity has driven me to pursue a number of different sports and activities, from downhill skiing and snowshoeing in the winter to wakeboarding and swimming in the summer.</p>
<h3>~ The Fun Facts ~</h3>
<p style="margin-top: 0">I recently completed my first <span id="design-colour">half-marathon</span> race, and am in the midst of training for a triathlon! As well, during the completion of one of my internships I had the incredible opportunity to attend the International Neuroinformatics Coordinating Facility's Annual Congress - see my presentation <a href="https://f1000research.com/posters/7-1288" target="blank"><span id="design-colour">here</span></a>!</p>
</div>
<div id="contact">
<a target="blank" href="mailto:[email protected]"/><img class="link" src="img/email_icon.png"/></a>
<span class="disclaimer">Designed and built by Taylor MacMillan</span>
<a target="blank" href="https://www.linkedin.com/in/taylor-macmillan"/><img class="link" src="img/linkedin_icon.png"/></a>
</div>
</body>
</html>