-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (221 loc) · 9.91 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
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
<!-- Welcome to Gamux website! -->
<!-- If you have any suggestion, we'll gadly accept! Contact us at GitHub! ;) -->
<!-- Enjoy, my fellow programmer! -->
<!DOCTYPE html>
<!-- tell browser the language is brazilian portuguese -->
<html lang='PT-BR'>
<head>
<!-- set charset to UTF-8, allowing accentuation -->
<meta charset='UTF-8'>
<!-- importing css from same folder -->
<link rel='stylesheet' type='text/css' href='mobile.css'>
<link rel='stylesheet' type='text/css' href='style.css'>
<!-- importing Open Sans font from Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
<script type='text/javascript' src='script.js'></script>
<!-- set website title -->
<title>Gamux</title>
<!-- set favicon from relative path -->
<link rel='shortcut icon' type='image/png' href='img/favicon.png'/>
</head>
<body>
<!-- Facebook Page Plugin script! -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- video background! -->
<video autoplay loop id='bg_video'>
<source src='img/index_video.mp4' type='video/mp4'>
</video>
<!-- header is also the navigation bar. it's where links and logo image are -->
<div id='header'>
<center> <!-- horizontally centering elements -->
<!-- links from logo's left -->
<div class='nav_left'>
<a id='link_about' onclick='moveUp("about")'>Sobre</a>
<a id='link_news' onclick='moveUp("news")'>Notícias</a>
<a id='link_contact' onclick='moveUp("contact")'>Contato</a>
</div>
<!-- Gamux logo image -->
<svg id='logo' viewBox='0 0 165 165' onclick='moveDown()'>
<path d="m 10,125 0,-80 C 80,2.5 65,12 80,2.5 c 9.5,5.5 0,0 28,16 C 82,34 58,50 40,60 l 0,46 39,23 38,-22 0,-42 c 0,0 0,0 -38,20 L 50,66 C 120,25 98,38 120,25 l 28,16 c 0,30 0,54 0,82 l -68,40 z" />
</svg>
<!-- links from logo's right -->
<div class='nav_right'>
<a id='link_projects' onclick='moveUp("projects")'>Projetos</a>
<a id='link_schedule' onclick='moveUp("schedule")'>Agenda</a>
<a id='link_wiki' onclick='moveUp("wiki")'>Wiki</a>
</div>
</center>
</div>
<!-- website index content (only an image) -->
<div id='content'>
<img src='img/index_logo.png' class='index_logo'>
</div>
<div id='page_about'>
<div class='whitespace'></div>
<content>
<center>
<p style='width: 40vmax;'>
<h class='title'>Mais que apenas<br>programação</h>
<br><br>
O Gamux é um grupo de pesquisa e desenvolvimento de jogos organizado por estudantes, com sedes na Unicamp, PUC-Campinas e FACAMP.<br>
Nosso objetivo é prover suporte à comunidade de desenvolvedores e à cultura de jogos nas universidades da região de Campinas, participando de projetos, realizando pesquisas e sediando eventos relacionadas à área, como <i>Game Jams</i>.
</p>
<br>
<table>
<tr>
<th style='vertical-align: top; width: 33%; padding: 0 10px;'>
<img src='img/about/projetos.png'>
<h3>PROJETOS</h3>
Realização de projetos relacionados ao desenvolvimento de jogos digitais.<br><br><br>
</th>
<th style="vertical-align: top; width: 33%; padding: 0 10px;">
<img src='img/about/pesquisas.png'>
<h3>PESQUISAS</h3>
Relacionando novas tecnologias aplicadas a jogos e suas possíveis implicações para a sociedade.<br><br><br>
</th>
<th style="vertical-align: top; width: 33%; padding: 0 10px;">
<img src='img/about/eventos.png'>
<h3>EVENTOS</h3>
Organização de game Jams, palestras e workshops relacionados ao desenvolvimento de jogos.
</th>
</tr>
</table>
</center>
</content>
</div>
<div id='page_news'>
<div class='whitespace'></div>
<content>
<table width="100%">
<tr>
<th width="50%">
<h1 style="font-size: 6vmin; font-weight: lighter;">
Siga nossas redes sociais e fique por dentro de todas as novidades!<br><br>
</h1>
<a href='https://www.facebook.com/Gamux/' target='_blank'><img src='img/social/facebook.png'></a>
<a href='https://www.youtube.com/channel/UCGsLc81dw7osxv7jxbx9Upg' target='_blank'><img src='img/social/youtube.png'></a><br><br>
</th>
<th width="50%">
<div class="fb-page" data-width='500' data-height='520' data-href="https://www.facebook.com/Gamux" data-tabs="timeline, events, messages" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/Gamux/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/Gamux/">Gamux</a></blockquote></div>
</th>
</tr>
</table>
</content>
</div>
<div id='page_contact'>
<div class='whitespace'></div>
<content>
<!--<b>E-mail:</b> contact@gamux.com.br<br>
<b>Facebook:</b> https://www.facebook.com/Gamux/<br>
<b>Github:</b> https://github.com/GamuxUnicamp<br>
<b>PlayStore:</b> https://play.google.com/store/apps/developer?id=Gamux<br>
<b>Whatsapp:</b> https://chat.whatsapp.com/invite/CtW8qBKll3a2UjZoEDTxq8<br>
<b>Youtube:</b> https://www.youtube.com/channel/UCGsLc81dw7osxv7jxbx9Upg<br>-->
<table width="100%" min-height="100%" height="100%">
<tr>
<th width="50%" valign="top">
<font style="font-size: 4vmin;">
Obrigado pelo interesse em falar conosco!<br><br>
Estamos disponíveis nos seguintes meios:<br><br>
<a href='mailto:contact@gamux.com.br'><img src='img/social/email.png' width="128px"></a>
<a href='https://bit.ly/2tlvK5X' target='_blank'><img src='img/social/whatsapp.png' width="128px"></a><br><br>
Ou descubra a seguir como entrar em contato com cada uma de nossas sedes:<br><br>
</font>
</th>
<th width="50%" height='100%'>
<iframe src="https://www.google.com/maps/d/embed?mid=1_m5exc75fHT4NtlAF3VO6t6fG7vpaZ9D"
width="100%"
height="100%"
style="min-height: 300px;border: none">>
</iframe>
</th>
</tr>
</table>
</content>
</div>
<div id='page_projects'>
<div class='whitespace'></div>
<content>
<center>
<table class='showcase' width="16.5%" style="display: inline-block;">
<tr><td>
<a href="https://ticolol.itch.io/winged-warden" target="_blank">
<img src="https://img.itch.zone/aW1hZ2UvOTQzNTUvNDQ2MDcwLnBuZw==/315x250%23c/kJ4kJ6.png" width="100%">
</a>
</td></tr>
<tr><td>
<a href="https://gfm.itch.io/the-cow-strikes-back" target="_blank">
<img src="https://img.itch.zone/aW1hZ2UvNjA2ODUvMjczODIwLmdpZg==/315x250%23cm/1XaTJp.gif" width="100%">
</a>
</td></tr>
<tr><td>
<a href="https://matheusmortatti.itch.io/picotroid" target="_blank">
<img src="https://img.itch.zone/aW1hZ2UvMTM4NTY2LzYzNTU3Ni5wbmc=/315x250%23c/e0PDOE.png" width="100%">
</a>
</td></tr>
</table>
<table class='main' width="45%" min-height="100%" height="100%" style="display: inline-block; vertical-align: 500%;">
<th>
<h1>Visite <a href="https://gamux.itch.io/" target="_blank">nossa página</a> no itch.io e conheça nossos projetos!</h1><br><br>
<a href='https://play.google.com/store/apps/developer?id=Gamux&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' target="_blank"><img alt='Disponível no Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/pt-br_badge_web_generic.png'/ width="200vmin"></a>
</th></table>
<table class='showcase' width="16.5%" style="display: inline-block;">
<tr><td>
<a href="https://gfm.itch.io/warnicorn" target="_blank">
<img src="https://img.itch.zone/aW1hZ2UvNzgxODYvMzgwODcyLmdpZg==/315x250%23cm/alh2qk.gif" width="100%">
</a>
</td></tr>
<tr><td>
<a href="https://ticolol.itch.io/lightpuzzles" target="_blank">
<img src="https://img.itch.zone/aW1hZ2UvNTcwMDkvNTE2MDg0LnBuZw==/315x250%23c/vjDcXR.png" width="100%">
</a>
</td></tr>
<tr><td>
<a href="https://ticolol.itch.io/alisteirs-ritual" target="_blank">
<img src="https://img.itch.zone/aW1hZ2UvNTU1MjEvMzIxMTEzLnBuZw==/315x250%23c/L%2FfIIP.png" width="100%">
</a>
</td></tr>
</table>
</center>
</content>
</div>
<div id='page_schedule'>
<div class='whitespace'></div>
<content>
<center>
<h1>Acompanhe nosso calendário através <a href="https://calendar.google.com/calendar/r?cid=Y29udGF0b0BnYW11eC5jb20uYnI">deste link</a>!</h1><br>
<h2>Unicamp</h3>
<ul>
<li><b>Reuniões semanais:</b> Quartas-feiras, das 17:45h às 18:48h, no IC 3,5.</li>
<li><b>Horário de desenvolvimento:</b> Quartas-feiras, 12:00h às 14:00 no IC 3.</li>
</ul>
</center>
</content>
</div>
<div id='page_wiki'>
<div class='whitespace'></div>
<content>
<center>
<h1><a href="https://github.com/GamuxUnicamp/Gamux-Wiki/wiki">Clique aqui</a> para visitar a wiki!</h1><br>
<p style="font-size: 4vmin;width: 60vmax;">
O Gamux possui uma Wiki oficial, onde são respondidas diversas questões sobre o funcionamento da entidade, bem como sugestões de pesquisa relacionadas ao desenvolvimento de jogos!<br><br>
Além disso, é constantemente atualizada com informações sobre os eventos recentes. Vale a pena acompanhar!<br><br>
</p>
</center>
</content>
</div>
</body>
</hmtl>
<!-- Free software is software that respects your freedom and the social solidarity of your community. -->
<!-- So it's free as in freedom. -->
<!-- Richard Stallman -->
<!-- Thank you for reading! -->
<!-- Gamux: 2018 -->