-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
150 lines (121 loc) · 6.05 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SciPyLA 2018 - A conferência de Python científico na América Latina">
<meta name="author" content="A comunidade SciPyLA">
<title>SciPyLA 2018</title>
<!-- Bootstrap core CSS -->
<link href="../assets/css/bootstrap.min.css" rel="stylesheet">
<!-- SciPyLA Bootstrap theme -->
<link href="../assets/css/theme.css" rel="stylesheet">
<!-- Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="../assets/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="../assets/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="../assets/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="../assets/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="../assets/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="../assets/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="../assets/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="../assets/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="../assets/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="../assets/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="../assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="../assets/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="../assets/icons/favicon-16x16.png">
<link rel="manifest" href="../assets/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="../assets/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="../assets/css/fonts.css" rel="stylesheet">
<link href="../assets/css/Roboto+Condensed+Yanone+Kaffeesatz.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../assets/css/custom.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]>
<script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../assets/vendors/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: transparent;
clear: left;
}
</style>
<script language="javascript">
window.route = {section: 'example', page: 'index'}
</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', '../assets/vendors/analytics.js', 'ga');
ga('create', 'UA-80867706-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse text-uppercase" ng-app="scipyla.mainnav"
ng-controller="MainNavCtl">
<ng-include src="'../assets/views/menu_ppal.html'"></ng-include>
</nav>
<div ng-app="scipyla.footer" ng-controller="MainFooterCtl">
<div ng-include="'../assets/views/menu_ppal.html'"></div>
</div>
<div class="container" ng-app="scipyla.md" id="container">
<div class="row">
<div class="col-xs-12">
<div markdown-it ng-include="'../docs/pt/example.pt.md'" class="md">
</div>
</div>
</div>
</div>
<footer id="footer" class="footer text-center">
<div class="container">
<div class="btn-group btn-group-lg">
<a href="https://facebook.com/scipyla" type="button" class="btn btn-primary btn-social btn-round">
<span class="icon-6"></span>
</a>
<a href="http://twitter.com/scipyla" type="button" class="btn btn-primary btn-social btn-round">
<span class="icon-7"></span>
</a>
<a href="https://plus.google.com/116952396338000992599" type="button"
class="btn btn-primary btn-social btn-round">
<span class="icon-8"></span>
</a>
<a href="https://ar.linkedin.com/grps/SciPy-Latin-America-8344796/about" type="button"
class="btn btn-primary btn-social btn-round">
<span class="icon-9"></span>
</a>
</div>
<p>Copyright 2017 © <a href="http://scipyla.org">SciPy Latinamerica</a></p>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../assets/vendors/ie10-viewport-bug-workaround.js"></script>
<script src="../assets/vendors/jquery.min.js"></script>
<script src="../assets/vendors/bootstrap.min.js"></script>
<script src="../assets/vendors/angular.min.js"></script>
<script src="../assets/vendors/angular-route.min.js"></script>
<script src="../assets/vendors/angular-sanitize.min.js"></script>
<script src="../assets/vendors/markdown-it.min.js"></script>
<script src="../assets/vendors/ng-markdownit.min.js"></script>
<script src="../assets/js/mainnav.js"></script>
<script src="../assets/js/md.js"></script>
</body>
</html>