-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
224 lines (202 loc) · 9.68 KB
/
index.html
File metadata and controls
224 lines (202 loc) · 9.68 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Micah Reid</title>
<!-- Font Awesome Icons -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS - Includes Bootstrap -->
<link href="css/creative.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Micah Reid</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto my-2 my-lg-0">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://github.com/mhreid">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="resume.pdf">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead -->
<!-- <header class="masthead">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center text-center">
<div class="col-lg-10 align-self-end">
<h1 class="text-uppercase text-white font-weight-bold">Your Favorite Source of Free Bootstrap Themes</h1>
<hr class="divider my-4">
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 font-weight-light mb-5">Start Bootstrap can help you build better websites using the Bootstrap framework! Just download a theme and start customizing, no strings attached!</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</div>
</div>
</div>
</header> -->
<!-- About Section -->
<section class="page-section bg-primary" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<img src="img/portfolio/thumbnails/face.png" alt="" max-width="250">
<hr class="divider light my-4">
<p class="text-white-75 mb-4" style="font-size:1.2em;">I'm a coder, designer, entrepreneur, and rising junior at Olin College. I'm interested in design for accessibility, civic technology, predictive diagnostics, and educational reform. I believe strongly in antidisciplinary work. In my free time I like to paint and explore Boston.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="http://smilesha.de/tech">
<img class="img-fluid" src="img/portfolio/thumbnails/smileshade.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-name">
Smile Shade
</div>
<p class="text-white-75 mb-4">
<br>Smile Shade is a beautiful and accessible treatment for Seasonal Affective Disorder, which emulates natural light through a glowing curtain.
<br><br>On this project I was the inventor and lead designer, and with a team I created hardware, software, and firmware prototypes.
</div>
</p>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://cambridge.nuvustudio.com/studios/augmented-reality/biofeedback-chair#tab-portfolio-url">
<img class="img-fluid" src="img/portfolio/thumbnails/chair.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-name">
Biofeedback Posture Chair
</div>
<p class="text-white-75 mb-4">
<br>Biofeedback posture chair is an ergonomic chair that conforms to the curvature of the user’s back and delivers live updates on posture to a mobile app.
<br><br>On this project I was the inventor and lead designer, and I created the electronics and software prototypes.
</p>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="http://resource-project.weebly.com/">
<img class="img-fluid" src="img/portfolio/thumbnails/ReSource2.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-name">
ReSource
</div>
<p class="text-white-75 mb-4">
<br>ReSource is a website designed collaboratively with sex educators to cite sources and correct misinformation on the internet.
<br><br>On this project I was a co-designer, co-inventor, and user experience designer.
</p>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://www.instagram.com/creative_engine_project/">
<img class="img-fluid" src="img/portfolio/thumbnails/creative-engine.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-category">
Ongoing Project
</div>
<div class="project-name">
Creative Engine
</div>
<p class="text-white-75 mb-4">
<br> Creative engine is an effort to automate my artistic creativity. As I’ve progressed through engineering school I’ve struggled to find the inspiration to draw and create, so I am using data from past art pieces I have created to programatically create new drawing prompts for myself.
</p>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://scaredyplant.weebly.com/">
<img class="img-fluid" src="img/portfolio/thumbnails/plant.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-name">
Scaredy Plant
</div>
<p class="text-white-75 mb-4">
<br>The Scaredy Plant is an anti-social robot that is fearful of humans, shadows, and loud noises.
<br><br>On this project I was a co-designer, co-inventor, and created firmware and mechanical prototypes, and educational documentation.
</p>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://cambridge.nuvustudio.com/studios/telepathy-objects/coexsitence#tab-portfolio-url">
<img class="img-fluid" src="img/portfolio/thumbnails/coexistence.jpg" alt="">
<div class="portfolio-box-caption p-3">
<div class="project-name">
Coexistence
</div>
<p class="text-white-75 mb-4">
<br>Coexistence is a communication device for couples in long distance relationships to naturally and unobtrusively share a common space.
<br><br>On this project I was the lead designer and inventor.
</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="page-section" id="contact">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="mt-0">Let's Get In Touch!</h2>
<hr class="divider my-4">
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center mb-5 mb-lg-0">
<i class="fas fa-phone fa-3x mb-3 text-muted"></i>
<div>+1 (781) 588-1881</div>
</div>
<div class="col-lg-4 mr-auto text-center">
<i class="fas fa-envelope fa-3x mb-3 text-muted"></i>
<!-- Make sure to change the email address in anchor text AND the link below! -->
<a class="d-block" href="mailto:micahhelenreid@gmail.com">micahhelenreid@gmail.com</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-light py-5">
<div class="container">
<div class="small text-center text-muted">Copyright © 2019 - Start Bootstrap</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>