-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgamejams.html
227 lines (188 loc) · 9.5 KB
/
gamejams.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
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127221484-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127221484-1');
</script>
<title>Game Design and Development</title>
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon1.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon1.png">
<link href="https://fonts.googleapis.com/css?family=Abel|Josefin+Sans|Quicksand|Saira+Condensed" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.purple-blue.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" type="text/css" href="calendar.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
</head>
<body>
<!-- Always shows a header, even in smaller screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<nav class="mdl-navigation">
<a class="mdl-navigation__link" id="navfont" href="index.html"><div style="height: 70px;"><img src="images/logo.png" style="width:50px;height:50px; "></div></a>
</nav>
<span style="margin-left: -19px;" class="mdl-layout-title" id="titlefont">  Game Jams</span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
<div class="dropdown">
<a class="mdl-navigation__link dropbtn" id="navfont" href="decal.html"> Decal  <i class="fas fa-caret-down"></i></a>
<div class="dropdown-content">
<!-- <a href="https://goo.gl/forms/CVEcDYw5JESkvQaf2">Apply</a> -->
<a href="decal.html">Syllabus</a>
<a href="labs.html">Labs</a>
</div>
</div>
<!-- <a class="mdl-navigation__link" id="navfont" href="labs.html">Labs</a> -->
<div class="dropdown">
<a class="mdl-navigation__link dropbtn" id="navfont" href="club.html">  Club   <i class="fas fa-caret-down"></i></a>
<div class="dropdown-content">
<a target="_blank" href="https://discord.gg/AnbuQba">Discord  <i class="fas fa-external-link-alt"></i></a>
<a href="gamejams.html">Game Jams</a>
<a href="club.html">About</a>
</div>
</div>
<!-- <a class="mdl-navigation__link" id="navfont" href="gamejams.html">Game Jams</a> -->
</nav>
</div>
</header>
<div class="mdl-layout__drawer mdl-layout--small-screen-only">
<span class="mdl-layout-title" id="titlefont">Club</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" id="navfont" href="decal.html">Decal</a>
<a class="mdl-navigation__link" id="navfont" href="labs.html">Labs</a>
<a class="mdl-navigation__link" id="navfont" href="club.html">Club</a>
<a class="mdl-navigation__link" id="navfont" href="gamejams.html">Game Jams</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="page-title" style="margin-top: 0%; height: 100%; margin-right: 0%; margin-left: 0%;">
<br/>
<a href="https://tinyurl.com/bearjams2018"><img src="images/bearjams.png" style=" width: 100%; height: 0%;"></img></a>
<div class="mdl-shadow--3dp" style="background-color:white; height: 100% width: 100%; opacity: .5;"></div>
</div>
<div class="page-content">
<h1 class="section-title" id="schedule">BEAR JAMS FALL 2018</h1>
<p>Bear Jams Fall 2018 has concluded. Thanks to all who participated.<br>
You can find all of the entries <a href="https://itch.io/jam/bear-jams/entries">here</a>.</p>
<!-- <h1 class="section-title" id="schedule">SCHEDULE</h1>
<table class="mdl-shadow--3dp" id="gamejam" style="font-family: 'Roboto-Regular'; text-decoration: none; text-align: left; font-size: 1.1rem; padding-left: 24px">
<tbody>
<tr>
<th> Day </th>
<th> Time</th>
<th> Event</th>
</tr>
<tr>
<td class="weeknum" rowspan="7">Friday, Sept 21</td>
</tr>
<tr>
<td>7:00 PM</td>
<td>Welcome / Mixer</td>
</tr>
<tr class="gray-bg">
<td>7:30 PM</td>
<td>Intro / Schedule of Events</td>
</tr>
<tr>
<td>8:00 PM</td>
<td>THEME ANNOUNCEMENT</td>
</tr>
<tr class="gray-bg">
<td>8:30 PM</td>
<td>Designing a Game Workshop</td>
</tr>
<tr>
<td>9:00 PM</td>
<td>Intro to Unity Workshop</td>
</tr>
<tr class="gray-bg">
<td>10:00 PM</td>
<td><div style="color: red">LIBRARY CLOSED (all participants must go home)</div></td>
</tr>
<tr>
<td class="weeknum" rowspan="6">Saturday Sept 22</td>
</tr>
<tr>
<td>9:00 AM</td>
<td><div style="color: green">LIBRARY OPENS</div></td>
</tr>
<tr class="gray-bg">
<td>11:00 AM</td>
<td>Art Workshop</td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Programming in Unity Workshop</td>
</tr>
<tr class="gray-bg">
<td>8:00 PM</td>
<td>Building / Publishing Workshop</td>
</tr>
<tr>
<td>10:00 PM</td>
<td><div style="color: red">LIBRARY CLOSED (all participants must go home)</div></td>
</tr>
<tr>
<td class="weeknum" rowspan="4">Sunday Sept 23</td>
</tr>
<tr class="gray-bg">
<td>10:00 AM</td>
<td style="color: red">Submissions due</td>
</tr>
<tr>
<td>4:00 PM</td>
<td>Winner Announcements (in Moffitt 150D)</td>
</tr>
<tr class="gray-bg">
<td>5:00 PM</td>
<td>Showcase</td>
</tr>
</tbody>
</table>
<br> -->
<h1 class="section-title" id="schedule">RULES AND GUIDELINES</h1>
<p>
1. No NSFW, offensive or inappropriate projects. All projects should follow the <a href="https://tinyurl.com/y8ec2s83">Code of Conduct</a>.<br>
2. The maximum group size is 5.<br>
3. Follow the honor code. We will not ask to see your project files but we expect you to not copy or steal assets. Assets from the Unity Asset Store are acceptable as long as they are credited on your submission. Art and sound assets from online also fall into this category: they may be used, but must be credited.<br>
4. You MUST follow the Code of Conduct. A quick tl;dr: Do NOT be destructive and do NOT be mean to your fellow participants.
Respect all other participants and your team members. <br>
If you have any problems or want to report anything, please reach out to a staff member at the staff table or to any of the admins or mods on Discord.
5. You must upload your game to itch.io and submit it through GDD at Berkeley's Bear Jams (<a href="https://itch.io/jam/bear-jams">https://itch.io/jam/bear-jams</a>) for it to be considered.
6. The winners get featured on the front page of our website.<br>
7. We do not have a place for you to stay overnight. While we do encourage teams to continue working together, we unfortunately cannot provide a place for teams to work overnight. We have voice chat channels on Discord to communicate with your teams while you are not working together.<br>
8. Have fun creating games and meeting new people!
</p>
<br/><br/><br/>
<div class="mdl-cell mdl-cell--4-col" id="cell-spacer" style="height: 25vh"></div>
</div>
<!-- fixes a bug for some reason -->
<div class="mdl-button__container">
</div>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">Game Design and Development at Berkeley
</div>
</div>
<div class="mdl-mini-footer__right-section">
<ul class="mdl-mini-footer__link-list">
<div style="padding-right: 20px;">We are a student group acting independently of the University of California. We take full responsibility for our organization and this web site.</div>
<li><a href="https://www.ocf.berkeley.edu">
<img src="images/ocf-hosted-penguin.svg"
alt="Hosted by the OCF" style="border: 0; padding-right: 80px;" />
</a></li>
</ul>
</div>
</footer>
</main>
</div>
</body>
</html>