-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (104 loc) · 3.81 KB
/
Copy pathindex.html
File metadata and controls
143 lines (104 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en">
<!--
HTML5 markup Implementation By Christopher Gonzalez D.K.A "gchriswill"
Copyright (c) 2015 Christopher Gonzalez. All rights reserved.
-->
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Information Site for Mobile Game Design at Full Sail University">
<meta name="keywords" content="MGD, mobile game desing, design, development, mobile, gchriswill, christopher gonzalez, MascotRun">
<meta name="author" content="Christopher Gonzalez">
<title>MascotRun</title>
<link rel="icon" type="image/png" href="favicon.ico"/>
<link rel="stylesheet" href="index.css"/>
<style type="text/css" media="screen">
</style>
</head>
<body>
<div class="root-container">
<div class="center-container">
<img class="appicon" src="appicon.png" alt="croco" style="width: 256px; height: 256px;"/>
<h1>
MGD1506 Game Project: <span style="font-size: larger"> MascotRun</span>
</h1>
<hr>
<ul>
<li>
<span class="balm" > Term: </span>1506
</li>
<li>
<span class="balm" >Instructor: </span>Michael Celey
</li>
<li>
<span class="balm" >Class: </span>Mobile Game Design (MGD)
</li>
<li>
<span class="balm" >Student: </span>
<a href="https://my.orgsync.com/gchriswill">Christopher Gonzalez</a>
<span class="balm" >D.K.A </span>
<a href="https://twitter.com/gchriswill">@gchriswill</a>
</li>
<li>
<span class="balm" >Program: </span>
<a href="http://www.fullsail.edu/degrees/campus/mobile-development-bachelors" >Mobile Development B.S. (MDVBS)</a>
</li>
<li>
<span class="balm" >Institution: </span>
<a href="http://www.fullsail.edu">Full Sail University</a>
</li>
</ul>
<br>
<hr>
<h3>MGD1506 Assignments's Source Code Access <br> (Accessible by the MGD class's instructor ONLY)</h3>
<ul>
<li>
<span class="balm" >Master Branch: </span>
<a href="https://github.com/gchriswill/MascotRun">Master</a>
</li>
<li>
<span class="balm" > Week One Branch: </span>
<a href="https://github.com/gchriswill/MascotRun/tree/weekone">weekone MascotRun Version 0.1</a>
</li>
<li>
<span class="balm" >Week Two Branch: </span>
<a href="https://github.com/gchriswill/MascotRun/tree/weektwo">weektwo MascotRun Version 0.2.5</a>
</li>
<li>
<span class="balm" >Week Three Branch: </span>
<a href="https://github.com/gchriswill/MascotRun/tree/weekthree">weekthree MascotRun Version 0.5</a>
</li>
<li>
<span class="balm" >Week Four Branch: </span>
<a href="https://github.com/gchriswill/MascotRun/tree/weekfour">weekfour MascotRun Version 1.0</a>
</li>
</ul>
<hr>
<h3>MGD1506 Assignments's Video Log Access</h3>
<ul>
<li>
<span class="balm" >Game App - PROOF: </span>
<a href="https://vimeo.com/130001030">Week One Video Log</a>
</li>
<li>
<span class="balm" >Game App - ALPHA: </span>
<a href="https://vimeo.com/131160054">Week Two Video Log</a>
</li>
<li>
<span class="balm" >Game App - BETA: </span>
<a href="https://vimeo.com/131163401">Week Three Video Log</a>
</li>
<li>
<span class="balm" >Game App - FINAL: </span>
<a href="https://vimeo.com/131842773">Week Four Video Log</a>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
//alert("hello world");
</script>
</body>
</html>