-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
128 lines (109 loc) · 4.5 KB
/
work.html
File metadata and controls
128 lines (109 loc) · 4.5 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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Andrew Tolton - Work Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1>Work Portfolio</h1>
<p>A collection of my work and personal projects</p>
<footer class="major">
<ul class="actions special">
<li><a href="index.html" class="icon solid fa-home alt"><span class="label">Home</span></a></li>
</ul>
</footer>
</header>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>MIT OCW 6.057: Introduction to MatLab</h2>
</header>
<p>Week-long MatLab Crash Course where I learned how to manage and optimize data in MatLab.</p>
<!-- View Button -->
<!-- <ul class="actions">
<li><a href="workPages/matLab6.057/story.html" class="button">View</a></li>
</ul> -->
</div>
<span class="image"><img src="workPages/matLab6.057/thumbnail.jpg" alt="" /></span>
</div>
</section>
<section id="content" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>NASA Lunabotics 2022</h2>
</header>
<p>My name is Andrew Tolton. I am an honors student at the University of Utah,
and I am studying Mechanical Engineering and Computer Science. I love learning!
I spend a lot of time reading and working on projects outside of school, and I share
these experiences here, in the "Work Portfolio" section.
<br/> <br/>
I also love trying new things, especially with other people. I am a part of a few
clubs at the U, and I like to plan novel "adventures" with the people I meet.
You can read about these experiences in the "My Life" section.</p>
<ul class="actions">
<li><a href="workPages/nasaLunabotics2022/story.html" class="button">View</a></li>
</ul>
</div>
<span class="image"><img src="workPages/nasaLunabotics2022/thumbnail.jpg" alt="" /></span>
</div>
</section>
<section id="content" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Water Pump Competition</h2>
</header>
<p>During the first year of my undergrad at the U, I took a class called ME 1000.
This was the introductory mechanical engineering class, and we were put into groups
and tasked with designing and building a water pump.
<br/> <br/>
The goal was to be able to pump the most amount of water in 1-minute. We had 4 months,
$50 for ACE hardware parts, access to CAD and a MakeBlock lab, and a challenge before us.
<br/> <br/>
Here's how it went!
</p>
<ul class="actions">
<li><a href="workPages/waterPump/story.html" class="button">View</a></li>
</ul>
</div>
<span class="image"><img src="workPages/waterPump/thumbnail.jpg" alt="" /></span>
</div>
</section>
</div>
<footer class = "major">
<ul class="actions special">
<li title="Home"><a href="../../index.html" class="icon solid fa-home alt"><span class="label">Home</span></a></li>
</ul>
</footer>
<!-- Footer -->
<footer id="footer">
<p>© Andrew Tolton. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>