-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.html
50 lines (49 loc) · 1.84 KB
/
main.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Gdev - Corrientes GDG</title>
<meta name="description" content="Colaboradores GDG Corrientes">
<meta name="author" content="GDG Corrientes - Rep. Argentina">
<!—[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]—>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/font-awesome.css">
<link rel="shortcut icon" href="/img/confondo.png" >
<style>
body { padding-top: 60px; }
</style>
<link href="../css/bootstrap-responsive.min.css" rel="stylesheet">
<script src="js/OAuthLib.js"></script>
<!-- Al Cargar la Página, Asíncronamente carga el Cliente JS de Google APIs por Performance -->
<script src="https://apis.google.com/js/client.js?onload=init"></script>
</head>
<body>
<header class="navbar-fixed-top" style="background-color: #F1F1fF1">
<div id="userPanel" align="right">
<img id="userFoto" style="float:right; padding: 5px" src=""/>
<div id="userName" style="float:right; padding-top: 17px; color: #666"></div>
<input id="userID" type="hidden">
</div>
</header>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">GDev - Corrientes GDG</a>
<div class="btn-group pull-right">
{{estado}}
{{menudrop}}
</div>
<ul class="nav">
<li class="active"><a href="#">Inicio</a></li>
<li><a href="#about">Acerca de</a></li>
<li><a href="#contact">Contacto</a></li>
</ul>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="../js/bootstrap.min.js"></script>
</body>
</html>