-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
483 lines (415 loc) · 15.5 KB
/
index.html
File metadata and controls
483 lines (415 loc) · 15.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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="en">
<head>
<title>Moises Martinez</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<style>
body {
background: #303030;
}
iframe {
height: 420px;
width: 600px;
}
.navbar {
border-radius: 0;
background-color: #212121;
color: white;
top: -0px;
font-size: 1.2em;
border: 0;
position: fixed;
z-index: 5;
width: 100%;
}
/* image on the top left*/
.navbar-brand {
float: left;
min-height: 55px;
padding: 5px 20px 0px;
}
.navbar-brand img {
width: 45px;
height: 45px;
}
.navbar-inverse .navbar-nav .active a, .navbar-inverse .navbar-nav .active a:focus,
.navbar-inverse .navbar-nav .active a:hover {
color: white;
background-color: #212121;
top: 0;
}
/* Make list items on navbar lighter when hovered over. */
.navbar-inverse .navbar-nav li a {
color: #D5D5D5;
}
.container {
margin: 2% auto;
color: white;
}
.btn {
font-size: 18px;
padding: 12px 22px;
color: white;
background: darkblue;
border: 2px solid white;
}
.intrinsic-container {
position: relative;
height: 0;
overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
padding-bottom: 75%;
}
.intrinsic-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Style the tab content */
.tabcontent {
display: none;
}
.topheader {
margin-top: 5%;
}
#begin {
padding-top: 75px;
}
#icon {
max-width: 200px;
margin: 1% auto;
}
#navtitle {
margin-top: 7%;
padding-left: 70px;
}
footer {
width: 100%;
background-color: #212121;
padding-top: 2rem;
color: white;
}
hr.light {
border-top: 1px solid #d5d5d5;
width: 75%;
margin-top: .8rem;
margin-bottom: 1rem;
}
hr.light-100 {
border-top: 1px;
width: 100%;
margin-top: .8rem;
margin-bottom: 1rem;
}
footer a {
color: #d5d5d5;
}
.social a {
font-size: 4.5em;
padding: 3rem;
}
.col-md-6 {
}
.fa-facebook {
color: #3b5998;
}
.fa-twitter {
color: #00aced;
}
.fa-linkedin {
background: white;
}
.fa-google-plus-g {
color: #dd4b39;
}
.fa-youtube {
color: #bb0000;
background: white;
}
.fa-facebook :hover,
.fa-twitter :hover,
.fa-google-plus-g :hover,
.fa-youtube :hover {
color: #D5D5D5;
text-decoration: none;
}
@media(max-width: 900px) {
.fa {
font-size: 20px;
padding: 10px;
}
.social a {
font-size: 4em;
padding: 2rem;
}
iframe {
height: 210px;
width: 300px;
}
#navtitle {
margin-top: 6%;
}
.topheader {
margin-top: 7%;
}
}
@media(max-width: 600px) {
.carousel-caption {
display: none;
}
#icon {
max-width: 150px;
}
h2 {
font-size: 1.7em;
}
#myCarousel {
padding-top: 60px;
}
iframe {
height: 210px;
width: 300px;
}
#navtitle {
margin-top: 4.5%;
}
.topheader {
margin-top: 20%;
}
}
</style>
</head>
<body>
<!--Navigation Bar-->
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<!-- for mobile:-->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/crocoduckTransparent.png"></a>
<h3 id="navtitle">Moises' Work</h3>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a class="tablinks active" href="#" onclick="openTab(event, 'videoGames')">Video Games</a></li>
<li><a class="tablinks" href="#" onclick="openTab(event, 'mobileApps')">Mobile Apps</a></li>
<li><a class="tablinks" href="#" onclick="openTab(event, 'aiApps')">Artificial Intelligence</a></li>
</ul>
</div>
</div>
</nav>
<!--
<div id="begin" class="container text-center">
<h2>Moises' Work</h2>
<hr class="light" />
</div>-->
<!--Video Game Projects-->
<div id="videoGames" class="tabcontent">
<div class="container text-center topheader">
<h2>Video Game Projects</h2>
<hr class="light" />
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="container-fluid text-center">Polydodge VR</h1>
<div class="intrinsic-container intrinsic-container-16x9">
<iframe src="https://www.youtube.com/embed/-atFhyYY2Bk"></iframe>
</div>
<p>
This is a dodgeball simulator for HTC Vive that started off as a summer
project and later I had decided to publish it on steam. It is
built on the Unity game engine and written in C#.
</p>
<p>Release: April 2018!</p>
</div>
<div class="col-md-6">
<h1 class="container-fluid text-center">TurnRed TurnBlue</h1>
<h6>Click image to play (only works on pc or mac).</h6>
<a href="TurnRedTurnBlue.html">
<img src="img/turnredturnblue.png" class="img-responsive">
</a>
<p><a href="https://github.com/nojdavid/NoHullsBarr">
<p>
GitHub
</p>
</a>
This was a homework assignment I created from scratch in my Game Development class.
It has a working game engine and a steady game loop. The enemies are spawned and maintained
by a particle system algorithm. Inspired by Ikaruga.
</p>
<br />
<h4>To Play</h4>
<p>Collect dots of the same color as your dot avatar. Left click to change color!</p>
</div>
</div>
</div>
<div class="container">
<h1 class="container-fluid text-center">No Hulls Bar</h1>
<div class="row">
<div class="col-md-6">
<p>
<a href="https://github.com/moicompsci/TurnRedTurnBlue">
<p>GitHub</p></a>
<p>
This was a 3 week team project in my Game Design class.
My team and I worked really hard to create a working game engine
and a steady game loop. Thr coral reef is procedurally
generated each new game. My job revolved around procedural generation,
game engine, enemy design, and UI design.
</p>
<br />
<h4>To Play</h4>
<p>
Upgrade your submarine and kill the poison starfish. Press the space bar
when you are within range to kill them! Press W-A-S-D to move.
</p>
</div>
<div class="col-md-6">
<h6>Click image to play (only works on pc or mac).</h6>
<a href="default.html">
<img src="img/nohullsbar.png" class="img-responsive">
</a>
</div>
</div>
</div>
</div>
<!--Mobile App Projects-->
<div id="mobileApps" class="tabcontent">
<div class="container text-center topheader">
<h2>Mobile App Projects</h2>
<hr class="light" />
</div>
<div class="container">
<h1 class="container-fluid text-center">Utupa Mobile App</h1>
<div class="row">
<div class="col-md-6">
<img src="img/utopa.png" class="img-responsive">
</div>
<div class="col-md-6">
<br />
<img src="img/utopamaps.png" class="img-responsive">
</div>
<div class="col-md-6">
<p>
<a href="https://bitbucket.org/utopa/utopa.git"> BitBucket</a>
<p>
<p>A class team project developed in Javascript, JQuery, CSS, and HTML.</p>
<p>
Utopa’s goal is to create a full-service mobile application that easily connects
students and tutors with a click of a button. It gives an extra alternative to students in order
for them to excel in their classes while also providing a network for students who’s currently
taking the same course for study sessions, or assistance through forums. Not only does
it allow a range of opportunities for students to learn, but also manages to give opportunities
to people who already took the class or have that skillset to obtain monetary compensation. While tutors
gain professional experience through working alongside us with app, a professional profile is created
through your master yof
the subjects you teach, ratings from your students, and interpersonal skill development.
</p>
</div>
</div>
</div>
</div>
<!--AI Projects-->
<div id="aiApps" class="tabcontent">
<div class="container text-center topheader">
<h2>Articifical Intelligence Projects</h2>
<hr class="light" />
</div>
<div class="container">
<h1 class="container-fluid text-center">Bot: Behavioral Tree</h1>
<div class="row">
<div class="col-md-6">
<img src="img/planetwars.png" class="img-responsive">
</div>
<div class="col-md-6">
<p>
<a href="https://bitbucket.org/utopa/utopa.git"> BitBucket</a>
<p>
<p>
Won 1st place in an AI competition where students were assigned to design a reactive
bot that plays Planet Wars using Behavior Trees.
Each student was allowed a single behavior tree which should successfully win against
a series of test bots, each representing a unique challenge. Each bot then had to go one
versus one with all other bots.
</p>
<p>
Planet Wars is a real-time strategy game in which you have to conquer a galaxy,
planet by planet. Each planet produces ships per turn, and ships can be used
to take over other planets from the enemy or neutral forces (similar to Galcon).
</p>
</div>
</div>
</div>
</div>
<!---
<div class="container">
<div class="row">
<h4><a href="#hidden" data-toggle="collapse">Care more to learn about Moises</a></h4>
<div id="hidden" class="collapse">
<h4>Some cool stuff I love to do.</h4>
<p>Paragraph one here</p>
<p>Paragraph two here</p>
</div>
</div>
</div>
-->
<!--Connect-->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-12">
<h2>Connect</h2>
</div>
<div class="col-12 social padding">
<a href="https://twitter.com/CrocoduckStudio"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/moisesmartinez1/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UC5pFYM0vtRv15Kao-pAqRBw"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<!--footer-->
<footer class="container-fluid padding">
<div class="row text-center">
<img src="img/crocoduckTransparent.png" id="icon">
<hr class="light" />
<p>209-679-4874</p>
<p>moi.compsci@gmail.com</p>
</div>
</footer>
<script>
var videogametab = document.getElementById("videoGames");
videogametab.style.display = "block";
function openTab(evt, projectType) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(projectType).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
</body>
</html>