-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (47 loc) · 2.67 KB
/
index.html
File metadata and controls
53 lines (47 loc) · 2.67 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Compleaks 2.0 - Página Inicial</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Marcelo Pereira Rodrigues" />
<!-- Bootstratp -->
<link rel="stylesheet" href="bootstrap-3.2.0-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-3.2.0-dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="Standards/standards.css">
</head>
<body style="text-align: center;">
<!-- Cabeçalho -->
<div class="container">
<a style="color: inherit;" href="index.html"><h1 style="margin-top: 50px; margin-bottom: 50px">Compleaks 2.0<sup><sup><sub>beta</sub></sup></sup></h1></a>
</div> <!-- /container -->
<div class="container">
<a type="button" href="Procurar Material.html" class="btn bg-primary" style="width: 200px; margin-top: 20px"><strong>Material</strong></a>
<a type="button" href="Contribuir.html" class="btn bg-primary" style="width: 200px; margin-top: 20px"><strong>Contribuir</strong></a>
</div> <!-- /container -->
<p style="margin-top: 60px; margin-bottom: 10px">Desenvolvido por:<br></p>
<div class="container">
<a class="btn" href="https://www.facebook.com/DACompSI">
<img style="width: 100px; opacity: 0.9; margin: 10px;" src="imagens/DACompSI.png" alt="DACompSI" class="img-responsive center-block" />
</a>
<a class="btn" href="http://ijunior.com.br/site/">
<img style="width:200px; opacity: 0.9; margin: 10px;" src="http://ijunior.com.br/site/img/faixa/logo.png" alt="UFMG Informática Jr. Logo" class="img-responsive center-block" />
</a>
</div>
<!-- Bootstrap -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="bootstrap-3.2.0-dist/js/bootstrap.min.js"></script>
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="bootstrap-3.2.0-dist/js/bootstrap.min.js"></script>
<!-- Analytics -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57013942-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>