-
Notifications
You must be signed in to change notification settings - Fork 2
/
prosel.html
280 lines (233 loc) · 12.1 KB
/
prosel.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
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
<!doctype html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<title>EcompJr</title>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<meta name="description" content="Site da Empresa Junior de Engenharia de Computação da Universidade Estadual de Feira de Santana">
<meta name="author" content="EcompJr">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- icon fonts font Awesome -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- icon fonts linecons -->
<link href="assets/css/linecons-font-style.css" rel="stylesheet">
<link href="assets/css/jquery.fs.boxer.css" rel="stylesheet" />
<!-- Important owl stylesheet -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<!-- content slider Styles -->
<link href="assets/css/content_slider_style.css" rel="stylesheet" />
<!-- animate.css Styles -->
<link href="assets/css/animate.css" rel="stylesheet" />
<!-- Import Custom Styles -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Import Responsive Styles -->
<link href="assets/css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- Page Top -->
<div id="page-top"></div>
<!-- Page Top End -->
<!-- Contact Section -->
<section id="contact">
<!-- Contact Form-->
<div id="contact-form-section" class="contact-form-section">
<div class="white-bg">
<div class="sec-head-container">
<div class="sec-head-style">
<h2 class="section-title wow bounceInDown">
PROSEL <span>ECOMPJR</span>
</h2>
<!-- /.section-title -->
<div class="we-do-description section-description">
Só quem corre o risco de ir longe demais pode, eventualmente, descobrir o quão longe se pode ir.<br>
<h1>Inscrições encerradas, volte no próximo prosel jovem padawan</h1>
</div>
<!-- /.section-description -->
</div>
<!-- /.sec-head-style -->
</div>
<!-- /.sec-head-container -->
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 contact-form-container">
<form id="contact-form" action="php/inscricao.php" method="post" enctype="multipart/form-data">
<div class="col-md-12">
<!--
#########################
DESCOMENTA PARA LIBERAR O FORM DO PROSEL
#########################
-->
<!--
<div id="name_error" class="error"><img src="assets/images/email/error.png" alt="Error!">Por favor insira seu nome.</div>
<input id="name" class="form-control" name="name" type="text" placeholder="Nome Completo" required>
<div id="email_error" class="error"><img src="assets/images/email/error.png" alt="Error!">Por favor insira seu e-mail.</div>
<input id="email" class="form-control" name="email" type="email" placeholder="Seu email" required>
<div id="guia_error" class="error"><img src="assets/images/email/error.png" alt="Error!">Por favor insira sua guia.</div>
<label id="lguia" style="margin-left: 0px" class="btn-effect btn btn-sm btn-default col-md-12" for="guia">Anexar Guia de Matrícula</label>
<div id="message_error" class="error"><img src="assets/images/email/error.png" alt="Error!">Por favor insira sua mensagem.</div>
<textarea id="message" class="form-control" name="message" placeholder="Por quê gostaria de entrar na EcompJr." rows="4" required></textarea>
<div id="about_error" class="error"><img src="assets/images/email/error.png" alt="Error!">Por favor insira sua mensagem.</div>
<textarea id="about" class="form-control" name="about" placeholder="Me conte um pouco sobre você." rows="4" required></textarea>
<input style="display:none" accept="application/pdf" id="guia" class="form-control" name="guia" type="file" placeholder="Guia de Matricula." required></input>
<div id="mail_success" class="success"><img src="assets/images/email/success.png" alt="Success!">Sua mensagem foi enviada, entraremos em contato.</div>
<div id='mail_fail' class='error'>
<img src="assets/images/email/error.png" alt="Error!"> Desculpe, algum erro ocorreu ao tentar enviar a mensagem.
</div>
<div id="submit">
<button id="send_message" type="submit" class="btn btn-sm btn-default full-width btn-effect">Enviar mensagem</button>
</div>
-->
<!--DESCOMENTA O DE CIMA PRO FORM-->
<!-- /#submit -->
</div>
<!-- /.col-md-6 -->
</form>
<!-- /#contact-form -->
</div>
<!-- /.contact-form-container -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.white-bg -->
</div>
<!-- /#contact-form-section -->
<!-- Contact Form End-->
</section>
<!-- /#contact -->
<!-- Contact Section End -->
<!-- Footer Section -->
<footer id="footer-section">
<div class="footer-section">
<div class="pattern">
<div class="container">
<div class="footer-social-btn">
<a target="_blank" href="https://twitter.com/EcompJr" class="twitter-btn wow rollIn center animated" data-wow-delay=".1s"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="https://www.facebook.com/ecompjr.uefs/" class="facebook-btn wow rollIn center animated" data-wow-delay=".2s"><i class="fa fa-facebook"></i></a>
<a target="_blank" href="http://www.instagrac.com/user/ecompjr" class="dribbble-btn wow rollIn center animated" data-wow-delay=".3s"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://github.com/EcompJr" class="linkedin-btn wow rollIn center animated" data-wow-delay=".4s"><i class="fa fa-github"></i></a>
<a target="_blank" href="https://plus.google.com/u/0/111926150968977459487?hl=pt-BR" class="google-plus-btn wow rollIn center animated" data-wow-delay=".6s"><i class="fa fa-google-plus"></i></a>
</div>
<!-- /.footer-social-btn -->
</div>
<!-- /.container -->
</div>
<!-- /.pattern -->
</div>
<!-- /.footer-section -->
<div class="copyrights">
<div class="container">
<img width="70px" src="images/favicon.png" alt="EcompJr Logo"><br> Copyright © <a target="_blank" href="https://github.com/EcompJr">EcompJr.</a> 2017
</div>
<!-- /.container -->
</div>
<!-- /.copyrights -->
</footer>
<!-- /#footer-section -->
<!-- Footer Section End -->
<div id="scroll-to-top">
<span>
<i class="fa fa-chevron-up"></i>
</span>
</div>
<!-- Include modernizr-2.8.0.min.js -->
<script src="assets/js/modernizr-2.8.0.min.js"></script>
<!-- Include jquery.min.js plugin -->
<script src="assets/js/jquery-2.1.0.min.js"></script>
<!-- Email Validator
<script src="assets/js/prosel-validation.js"></script> -->
<!-- Include JavaScript Plugins -->
<script src="assets/js/plugins.js"></script>
<!-- Include JavaScript Functions -->
<script src="assets/js/functions.js"></script>
<!-- Include jquery.parallax.js Plugins -->
<script src="assets/js/jquery.parallax.js"></script>
<!-- Include wow.js Plugins -->
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.content_slider.min.js"></script>
<script src="assets/js/jquery.mousewheel.js"></script>
<!-- Google Maps Script -->
<script src="http://maps.google.com/maps/api/js?key=AIzaSyAWRTwYBa662k8oJMwmgeRN0FWmzoKwjwE"></script>
<!-- Gmap3.js For Static Maps -->
<script src="assets/js/gmap3.js"></script>
<!-- Include Members load -->
<script src="assets/js/members.js"></script>
<script type="text/javascript">
/*----------- wow animation with support of wow.js and animation.css ----------------*/
var wow = new WOW({
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'animated', // animation css class (default is animated)
offset: 0, // distance to the element when triggering the animation (default is 0)
mobile: false // trigger animations on mobile devices (true is default)
});
wow.init();
jQuery(document).ready(function($) {
"use strict";
/*---------------------- Current Menu Item -------------------------*/
$('#main-menu #headernavigation').onePageNav({
currentClass: 'active',
changeHash: false,
scrollSpeed: 750,
scrollThreshold: 0.5,
scrollOffset: 160,
filter: ':not(.sub-menu a, .not-in-home)',
easing: 'swing'
});
});
// document ready function End
/*----------- Google Map - with support of gmaps.js ----------------*/
function isMobile() {
return ('ontouchstart' in document.documentElement);
}
function init_gmap() {
if (typeof google == 'undefined') return;
var options = {
center: [-12.20057, -38.973429],
zoom: 15,
mapTypeControl: true,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
},
navigationControl: true,
scrollwheel: false,
streetViewControl: true
}
if (isMobile()) {
options.draggable = false;
}
$('#googleMaps').gmap3({
map: {
options: options
},
marker: {
latLng: [-12.20057, -38.973429],
options: {
icon: 'assets/images/mapicon.png'
}
}
});
}
init_gmap();
</script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-102410348-1', 'auto');
ga('send', 'IndexView');
</script>
</body>
</html>