-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
202 lines (181 loc) · 10.5 KB
/
team.html
File metadata and controls
202 lines (181 loc) · 10.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Commander</title>
</head>
<body>
<div class="banner">
<a href="./" class="noHover"><img src="imgs/commander_logo.png" alt="The Commander
Logo" class="logo"></a>
<a href="./">About</a>
<a href="./team.html" class="active">The Team</a>
<a href="./download.html">Download</a>
<a href="./tutorial.html">Tutorial</a>
</div>
<div class="banner-mobile">
<a href="./" class="noHover"><img src="imgs/commander_logo_short.png" alt="The Commander
Logo" class="logo-mobile"></a>
<div class="drop-down">
<button class="drop-down-button" onclick="myFunction()">Menu</button>
<div id="dropdown" class="drop-down-content">
<a href="./">About</a>
<a href="./team.html">The Team</a>
<a href="./download.html">Download</a>
<a href="./tutorial.html">Tutorial</a>
</div>
</div>
</div>
<h1 style="font-size: 64px; text-align: center;">The Commander Team</h1>
<div class="content">
<div class="bio">
<figure>
<img src="imgs/cayden.png" alt="Headshot of Cayden Lund" style="width: 256px; height: auto;">
<figcaption>
Cayden Lund<br>
Email: <a href="mailto:cayden.lund@utah.edu">cayden.lund@utah.edu</a><br>
GitHub: <a href="https://github.com/caydenlund">https://github.com/caydenlund</a><br>
</figcaption>
</figure>
<p class="bio-text">
When I was in elementary school,
I went on a field trip to the Christa McAuliffe Space Center,
where I was starstruck by their spaceship simulators;
at the age of fourteen, I taught myself programming and made my own,
and I hosted simulated missions at my middle school. <br/> <br/>
I never stopped learning.
Today, I'm a student in the BS/MS program,
concurrently completing both my bachelor's and my master's degrees
in Computer Science.
My special interests lie in compiler engineering,
programming language design, and language parsing.
I even wrote my own compiler from scratch for a custom language specification,
which is available <a href="https://github.com/caydenlund/jplc">on my public GitHub profile</a>.
My dream job is to write compilers in a professional context. <br/> <br/>
When I'm not busy saving the world or doing homework,
I enjoy driving through long, winding canyons in my Miata
and folding intricate origami models.
The one I make the most is Tadashi Mori's Darkness Dragon. <br/> <br/>
</p>
</div>
<div class="bio">
<p class="bio-text" id="preston-text">
I’m a student at the University of Utah. I’m graduating in May
2024 with a BS degree in Computer Science and a minor in
Mathematics. I’ve been working as an intern (and will soon be a
full-time engineer) at a smallish IT company known as TriVir. I
have a lot of experience programming, beginning all the way back
when I was 14 years old. I’ve worked on many projects since
then. Big projects I’ve worked on include a self-solving 3D
Rubik’s Cube program, the Commander Language project (my school
capstone project), Frodo (ForgeROck DO, an open source project),
and many other big projects I’ve worked on for various clients
while working at TriVir. <br><br>
Besides my interests in programming, I’m also interested in
science, math, gaming, and puzzles, with my main hobby being
gaming. I’m also an active member of the Church of Jesus Christ
of Latter-day Saints, and served a mission for the church from
June 2019 to April 2021 in Quito, Ecuador and Virginia, USA. As
such, I’m fluent in the Spanish language. <br><br>
I plan on working as a software engineer after I graduate. I may
go on to graduate school if I find an area I’m particularly
interested in studying. My ultimate goal is to eventually become
a freelance programmer/indie dev so I may have the freedom to
work on whatever project I want to.<br><br>
</p>
<figure id="preston-img">
<img src="imgs/preston.png" alt="Headshot of Preston Hales" style="width: 256px; height: auto;">
<figcaption>
Preston Hales<br>
Email: <a
href="mailto:prestonghales@gmail.com">prestonghales@gmail.com</a><br>
GitHub: <a href="https://github.com/PGHales">https://github.com/PGHales</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/preston-hales-abb8ba289/">https://www.linkedin.com/in/preston-hales-abb8ba289/</a><br>
</figcaption>
</figure>
</div>
<div class="bio">
<figure>
<img src="imgs/jaden.png" alt="Headshot of Jaden Gill" style="width: 256px; height: auto;">
<figcaption>
Jaden Gill<br>
Email: <a href="mailto:jadengill887@gmail.com">jadengill887@gmail.com</a><br>
GitHub: <a href="https://github.com/JadenCG">https://github.com/JadenCG</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/jaden-gill-039955231/">https://www.linkedin.com/in/jaden-gill-039955231/</a><br>
</figcaption>
</figure>
<p class="bio-text">
Hello, my name is Jaden Gill! I am a computer science student enrolled at the
University of Utah. I am expecting to graduate in May 2024. I was born into a
Military family, so I have lived in many states during my childhood. My family
and I moved to Utah in late 2015 and continue to live here today!<br><br>
I initially desired to major in Architecture, but enrolled in Computer Science
after taking some engineering courses. I am exploring many hobbies outside of
programming, including sketching, painting, and hiking.<br><br>
Some of my previous projects include a simple terrain generator, a mobile
application, and a simple fuzzing application. I am currently working on
Commander with my team members.<br><br>
</p>
</div>
<div class="bio">
<p class="bio-text" id="eduardo-text">
Hi! My name is Eduardo Valdivia. I'm a Computer Science student
excited to graduate May 2024. I grew up in Utah my whole life
and love it here. Choosing Computer Science as my major was
something I had decided on late into my life, but it's one of
the best choices I ever made.
<br><br>
Through my years in the School of Computing, I've gained an
appreciation for a lot of fields, but have grown a lot closer to
Computer Graphics and Systems Programming. In a past project I
was able to implement a simple software ray tracer that can
shade and reflect light accordingly. I've also glad to be part
of the Commander Language project, as I've learned a lot about
creating languages, being apart of a team, attending meetings,
and so much more. In future projects I hope to create an
emulator for some gaming system. I also want to learn Vulkan.
<br><br>
Outside of school, I like to play video games and the
piano. The current game I play is Tekken 8 and I have a lot
of fun winning against my sister. I'm still pretty new with the
piano and mostly just play music from my favorite movies.
</p>
<figure id="eduardo-img">
<img src="imgs/eduardo.jpg" alt="Headshot of Eduardo
Valdivia" style="width: 256px; height: auto;">
<figcaption>
Eduardo Valdivia<br>
Email: <a href= "mailto:eddval0808@gmail.com">eddval0808@gmail.com</a><br>
GitHub: <a
href="https://github.com/EddV99">https://github.com/EddV99</a><br>
</figcaption>
</figure>
</div>
</div>
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("dropdown").classList.toggle("show");
}
// Close the dropdown menu if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.drop-down-button')) {
var dropdowns = document.getElementsByClassName("drop-down-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
</body>
</html>