-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (39 loc) · 1.67 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
<!DOCTYPE HTML>
<html>
<head>
<title>MicrocefaliaVis</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Banner -->
<section id="banner">
<h2><strong>MicrocefaliaVis</strong> </h2>
<p>Um projeto da cadeira de Visualização de dados</p>
<ul class="actions">
<li><a href="https://docs.google.com/presentation/d/1ooP40Fw9gE6jkSuUeT0ZgpqErprgkHGbOmRJBDGTpjw/edit?usp=sharing" class="button special">Apresentação</a></li>
<li><a href="https://lrexxx.github.io/microcefaliavis-visualizacao-2017-1/main.html" class="button default">Demo</a></li>
</ul>
</section>
<!-- One -->
<section id="one" class="wrapper special">
<div class="inner">
<header class="major">
<h2>Equipe</h2>
<div id="team">
<center>
<a href="https://github.com/ArthurFreitas" target="_blank"><img class="profile" src="images/profile_abf2.jpg" title="Arthur Freitas"></a>
<a href="https://github.com/lrexxx" target="_blank"><img class="profile" src="images/profile_lre.jpg" title="Leonardo Espíndola"></a>
</center>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>