-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
212 lines (187 loc) · 8.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>welcome to ufabc.dojo</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119239906-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119239906-1');
</script>
<!-- CSS -->
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo">hello, this is ufabc.dojo</a>
<ul class="right hide-on-med-and-down">
<li><a target="_blank" href="https://github.com/ufabc-dojo"><i class="fab fa-github"></i></a></li>
<li><a target="_blank" href="https://www.facebook.com/ufabcdojo"><i class="fab fa-facebook-f"></i></a></li>
<li><a target="_blank" href="https://web.whatsapp.com/accept?code=LlBSqXruJMTIbghfIOrS24"><i class="fab fa-whatsapp"></i></a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a target="_blank" href="https://github.com/ufabc-dojo"><i class="fab fa-github"></i></a></li>
<li><a target="_blank" href="https://www.facebook.com/ufabcdojo"><i class="fab fa-facebook-f"></i></a></li>
<li><a target="_blank" href="https://chat.whatsapp.com/LlBSqXruJMTIbghfIOrS24"><i class="fab fa-whatsapp"></i></a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<br>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center teal-text text-lighten-2"></h1>
<div class="row center">
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="assets/images/background1.jpg" alt="UFABC"></div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">_ ágil</h5>
<p class="light">A dojo é uma entidade flexível à mudanças. Visamos a coletividade, a diversidade e a execução contínua! Inspirada no conceito de hackerspace, visamos promover encontros hands-on para o aprendizado de tecnologias.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">group</i></h2>
<h5 class="center">_ aberta</h5>
<p class="light">Todas(os) são bem-vindas(os) em nossos encontros! Independente de graus acadêmicos, raça, gênero, religião, conhecimento prévio, disponibilidade de horário ou sistema operacional favorito. Junte-se a nós!</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">settings</i></h2>
<h5 class="center">_ portifólio</h5>
<p class="light">Aprenda linguagens de programação, databases, SO's, metodologias de projetos, boas práticas de desenvolvimento e memes obscuros, através da criação de projetos colaborativos que poderão ser o seu portifólio! </p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h5 class="header col s12 light">ufabc.dojo é a comunidade que você sempre sonhou.</h5>
</div>
</div>
</div>
<div class="parallax"><img src="assets/images/background2.jpg" alt="Unsplashed background img 2"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="container">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4>Próximos Encontros</h4>
<br>
<p class="left-align light"></p>
</div>
<table class="highlight">
<thead>
<tr>
<th>Grupo</th>
<th>Formato</th>
<th>Tema Previsto</th>
<th>Próximo Encontro</th>
<th>Horário</th>
<th>Local</th>
</tr>
</thead>
<tbody>
<tr>
<td>do.jogos</td>
<td>Encontro Hands-on</td>
<td>Encontro II - Game Indefinido</td>
<td>11.08.2018</td>
<td>segunda 14 - 16h</td>
<td>S-202 - sujeito a alterações</td>
</tr>
<tr>
<td>Haskell</td>
<td>Encontro Hands-on</td>
<td>Tipos e Funções</td>
<td>12.06.2018</td>
<td>terça 14 - 16h</td>
<td>S-202 - sujeito a alterações</td>
</tr>
<tr>
<td>Ruby</td>
<td>Encontro Hands-on</td>
<td>A decidir</td>
<td>27.06.2018</td>
<td>quarta 14 - 16h</td>
<td>L504</td>
</tr>
<tr>
<td>Rust</td>
<td>Encontro Hands-on</td>
<td>Setup Básico/Introdução</td>
<td>14.06.2018</td>
<td>quinta 14 - 16h</td>
<td>S-202 - sujeito a alterações</td>
</tr>
</tbody>
</table>
<br><br>
<h6><b><u>Observação</u></b>: se for possível, leve um notebook com você. A intenção futura é ter um laboratório/sala dedicado aos encontros. "Ah, eu não tenho notebook e gostaria muito de comparecer, posso?" Sim! Venha. Nós damos um jeitinho! </h6>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
</div>
</div>
</div>
<div class="parallax"><img src="assets/images/background3.jpg" alt="Unsplashed background img 3"></div>
</div>
<footer class="page-footer teal">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">ufabc.dojo</h5>
<p class="grey-text text-lighten-4">We are a team of college students working on this project like it's our weird dream. Any amount would help support and continue development on this project and is greatly appreciated.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/ufabcdojo">Dê um like no Facebook</a></li>
<li><a class="grey-text text-lighten-3" href="https://github.com/ufabc-dojo">Veja nossos projetos no GitHub</a></li>
<li><a class="grey-text text-lighten-3" href="https://web.whatsapp.com/accept?code=LlBSqXruJMTIbghfIOrS24">Entre no grupo do zapzap</a></li>
<li><a class="grey-text text-lighten-3" href="https://anamariabraga.globo.com/">Veja o site da Ana Maria Braga</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container"> © 2018 | ufabc.dojo | built with swag
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>