-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (202 loc) · 6.49 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
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" />
<title>Bootstrap demo</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/stylesheet.css" />
<nav class="navbar navbar-expand-lg fixed-top white-color">
<div class="container-fluid">
<a class="navbar-brand" href="https://github.com/MoodyMan04"
><img class="profile-nav" src="img/space_dog.png" alt="Github"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li>
<a class="nav-link active" aria-current="page" href="#info"
>Info</a
>
</li>
<li>
<a class="nav-link active" aria-current="page" href="#favorites"
>Favorites</a
>
</li>
<li>
<a class="nav-link active" aria-current="page" href="#schedule"
>Schedule</a
>
</li>
</ul>
</div>
</div>
</nav>
</head>
<body>
<div class="container">
<div class="row first-row" id="info">
<div class="col-sm-8">
<h1><b>Gunnar Moody</b></h1>
<h3><b>Major:</b> Computer Science</h3>
<h3><b>Minor:</b> Artificial Intelligence</h3>
<h5><b>Excepted Graduation:</b> <i>May 2025</i></h5>
<p></p>
<p>
Military brat with an interest in anything and everything computers.
Joined NDSU in 2022 and joined the ACM the same year. Aspiring
researcher on the bleeding edge of computer science reseach.
</p>
<ul>
<li>BWW Cashier: 2021 - Present</li>
<li>ACM Secretary: 2023 - Present</li>
<li>Mechmania 2023: 2nd Place Competitor</li>
</ul>
</div>
<div class="col-sm-4 profile-pic">
<img
class="profile"
src="img/space_dog.png"
alt="Github Profile Picture"
/>
<p class="center">
<b
>Github: <a href="https://github.com/MoodyMan04">MoodyMan04</a></b
>
</p>
</div>
</div>
<div class="row next-row" id="favorites">
<div class="col-sm-4 alt-col">
<h4>Favorite Sites</h4>
<ul>
<li>
<a href="https://www.wikipedia.org/"><i>Wikipedia</i></a>
</li>
<li>
<a href="https://github.com/"><i>Github</i></a>
</li>
<li>
<a href="https://www.archidekt.com/"><i>Archidekt</i></a>
</li>
<li>
<a href="https://www.coolmathgames.com/"><i>Coolmath Games</i></a>
</li>
</ul>
</div>
<div class="col-sm-4">
<h4>Favorite Media</h4>
<ul>
<li><i>The Last of Us Series - Naughty Dog - Games</i></li>
<li><i>Journey - Santa Monica Studios - Game</i></li>
<li><i>Treasure Planet - Disney - Movie</i></li>
<li><i>The Road - Cormac McCarthy - Book</i></li>
</ul>
</div>
<div class="col-sm-4 alt-col">
<h4>Favorite Hobbies</h4>
<ul>
<li><i>Game Development</i></li>
<li><i>Filming & Video Editing</i></li>
<li><i>Reading</i></li>
<li><i>Watching Movies</i></li>
</ul>
</div>
</div>
<div class="row next-row" id="schedule">
<div class="col-sm-12">
<h3>Weekly Schedule (Spring 2024)</h3>
<table class="table table-dark table-hover table-striped-columns">
<tr>
<th>Schedule</th>
<th>Sunday</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
</tr>
<tr>
<td>11am</td>
<td></td>
<td>CSCI313 (11am-11:50am)</td>
<td>CSCI372 (11am-12:15pm)</td>
<td>CSCI313 (11am-11:50am)</td>
<td>CSCI372 (11am-12:15pm)</td>
<td>CSCI313 (11am-11:50am)</td>
<td></td>
</tr>
<tr>
<td>1pm</td>
<td></td>
<td>CSCI374 (1pm-1:50pm)</td>
<td></td>
<td>CSCI374 (1pm-1:50pm)</td>
<td></td>
<td>CSCI374 (1pm-1:50pm)</td>
<td></td>
</tr>
<tr>
<td>2pm</td>
<td></td>
<td></td>
<td>STAT368 (2pm-3:15pm)</td>
<td></td>
<td>STAT368 (2pm-3:15pm)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>3pm</td>
<td></td>
<td></td>
<td>CSCI467 (3:30pm-4:45pm)</td>
<td></td>
<td>CSCI467 (3:30pm-4:45pm)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>5pm</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>Work: BWW (5pm-12am)</td>
</tr>
</table>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
<footer>
<h5>Gunnar Moody - Spring 2024 - Thank you for reading!</h5>
</footer>
</html>