-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
284 lines (208 loc) · 9.32 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
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
281
282
283
284
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" ng-app="FlisolAPP">
<!--[if IE 7 ]> <html class= "ie7"> <![endif]-->
<!--[if IE 8 ]> <html class= "ie8"> <![endif]-->
<!--[if IE 9 ]> <html class= "ie9"> <![endif]-->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>{{pageTitle}} | Flisol Campinas 2013</title>
<!-- *************************************************************************
************************** STYLE SHEET *******************************
************************************************************************** -->
<link href="css/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/app/angular.min.js"> </script>
<script type="text/javascript" src="js/app/angular-resource.min.js"> </script>
<script type="text/javascript" src="js/app/flisol.js"> </script>
<!-- *************************************************************************
************************** JS *******************************
************************************************************************** -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"> </script>
<script type="text/javascript" src="js/hoverIntent.js"> </script>
<script type="text/javascript" src="js/superfish.js"> </script>
<script type="text/javascript" src="js/supersubs.js"> </script>
<script type="text/javascript" src="js/custom.js"> </script>
<script type="text/javascript" src="js/scrolltopcontrol.js"> </script>
<script type="text/javascript" src="js/twitter.js"> </script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"> </script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"> </script>
<script type="text/javascript" src="js/jquery.quicksand.js"> </script>
<script type="text/javascript">
$(document).ready(function(){
$("#form").val();
});
</script>
<!-- END OF SCRIPT FOR FORM -->
<!--Mobile Fix for header-->
<script type="text/javascript">
$(document).ready(function(){
$('.trigger').bind('touchstart', function(){
$('ul#.social').addClass('thover');
return false;
}).bind('touchend', function(){
$(this).removeClass('thover');
});
$('.searchtrigger').bind('touchstart', function(){
$('ul#search').addClass('thover');
return false;
}).bind('touchend', function(){
$(this).removeClass('thover');
});
});
</script>
<!--End Mobile Script-->
<!-- Menu to Select Setting -->
<script type="text/javascript">
// DOM ready
$(document).ready(function(){
// Create the dropdown base
$("<select />").appendTo("#top_menu");
// Create default option "Go to..."
$("<option />", {
"selected": "selected",
"value" : "",
"text" : "Menu Selection..."
}).appendTo("#top_menu select");
// Populate dropdown with menu items
$("#top_menu a").each(function() {
var el = $(this);
$("<option />", {
"value" : el.attr("href"),
"text" : el.text()
}).appendTo("#top_menu select");
});
// To make dropdown actually work
// To make more unobtrusive: http://css-tricks.com/4064-unobtrusive-page-changer/
$("#top_menu select").change(function() {
window.location = $(this).find("option:selected").val();
});
});
</script>
<!-- *************************************************************************
********************* THIS IS THE SLIDER JS **************************
************************************************************************** -->
<script type="text/javascript">
$(window).load(function() {
$('#slider').flexslider();
});
</script
<!-- *************************************************************************
********************* THIS IS THE SOCIAL JS **************************
************************************************************************** -->
<!--[if lt IE 10]>
<script type="text/javascript">
$(document).ready(function(){
$('ul.social').hover(function(){
$(this).animate({width: "180px"}, {duration:1000, queue:false});
}, function(){
$(this).animate({width: "30px"}, {duration:1000, queue:false});
});
});
$('div#search').hover(function(){
$(this).animate({width: "180px"}, {duration:1000, queue:false});
}, function(){
$(this).animate({width: "34px"}, {duration:1000, queue:false});
});
});
</script>
<![endif]-->
<!-- END OF SCRIPT FOR SOCIAL -->
</head>
<body ng-controller="main">
<!-- Start of menu wrapper -->
<div id="menu_wrapper">
<!-- Start of logo menu wrapper -->
<div id="logo_menu_wrapper">
<!-- Start of top logo -->
<div id="top_logo">
<a href="#!/home/"><img src="img/logo_flisol.png" width="247" alt="top logo" /></a>
</div><!-- End of top logo -->
<!-- Start of top menu -->
<div id="top_menu">
<ul class="sf-menu">
<li><a class="active" href="#!/home/">Home</a></li>
<li><a href="#!/sobre/">Saiba Mais <span>Sobre</span></a>
<ul>
<li><a href="#!/sobre/FLISOL">O Evento</a></li>
<li><a href="#!/sobre/flisol-campinas">FLISOL CAMPINAS</a></li>
<li><a href="#!/sobre/campinas">Local</a></li>
</ul>
</li>
<li><a href="#!/inscreva-se/">Inscreva-se <span>Inscreva-se!</span></a></li>
<li><a href="#!/palestras">Veja as palestras <span>Participe!</span></a></li>
<!--<li><a href="#!/contato/">Organização <span>Fale com a Gente</span></a></li>-->
</ul>
</div><!-- End of top menu -->
<div class="clear"></div>
</div><!-- End of logo menu wrapper -->
</div><!-- End of menu wrapper -->
<!-- Content Area -->
<div id="contentContainer" ng-view>
</div>
<!-- /Content Area -->
<div class="clear"></div>
<!-- Start of footer wrapper -->
<div id="footer_wrapper">
<!-- Start of footer -->
<div id="footer">
<!-- Start of footer widget -->
<div id="footer_widget">
<a href="#"><img src="img/footer_logo.png" alt="bottom logo" /></a>
<p>FLISOL Campinas 2013.</p>
<div class="fb-like" data-href="http://www.facebook.com/flisolcampinas/" data-send="true" data-width="100" data-show-faces="true" data-colorscheme="dark"></div>
</div><!-- End of footer widget -->
<!-- Start of footer tweet -->
<div id="footer_tweet">
<!-- Start of twitter message content -->
<div class="twitter_message_content">
<!-- Start of tweet -->
<div class="tweet">
</div><!-- End of tweet -->
</div><!-- End of twitter message content -->
</div><!-- End of footer tweet -->
<!-- Start of footer right -->
<div class="footer_right">
<h5>Apoio & Patrocínio</h5>
<ul>
<li><a href="http://www.buscape.com.br" target="_blank"><img width="100" src="/img/apoio/buscapedev.png" /></a></li>
<li><a href="http://www.imasters.com.br" target="_blank"><img width="100" src="/img/apoio/imasters.png" /></a></li>
<li><a href="http://www.phpburn.com" target="_blank"><img width="100" src="/img/apoio/phpburn.png" /></a></li>
<li><a href="http://www.phpsp.org.br" target="_blank"><img width="100" src="/img/apoio/phpsp.png" /></a></li>
<li><a href="http://soujava.org.br/regionais/campinas" target="_blank"><img width="100" src="/img/apoio/soujavacampinas.png" /></a></li>
</ul>
<h5>Sites do Evento</h5>
<ul>
<li><a href="http://www.flisol.net" target="_blank">Geral</a></li>
<li><a href="http://www.flisolcampinas.net" target="_blank">Campinas</a></li>
<li><a href="http://www.twitter.com/flisolcampinas" target="_blank">Twitter</a></li>
<li><a href="https://www.facebook.com/flisolcampinas" target="_blank">Página Facebook</a></li>
<li><a href="http://flisol.net/FLISOL2013/Brasil" target="_blank">Outras Cidades</a></li>
</ul>
</div><!-- End of footer right -->
</div><!-- End of footer -->
<div class="clear"></div>
</div><!-- End of footer wrapper -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1167851-14']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</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 = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>