-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
executable file
·66 lines (63 loc) · 2.4 KB
/
header.html
File metadata and controls
executable file
·66 lines (63 loc) · 2.4 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Fira+Sans:400,500italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen, projection, tv" />
<link rel="stylesheet" href="css/style-print.css" type="text/css" media="print" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="../js/fileChooserFeed.js"></script>
<script type="text/javascript" src="../js/minusIconAnim.js"></script>
</head>
<body>
<header class="lp-header" id="header">
<div class="judge-header">
<h1>Juez Virtual <span>Discant</span></h1>
<p>Juez para el curso de colegios, Capítulo Javeriano ACM</p>
</div>
<main class="container">
<div class="row">
<br />
<div class="col-xs-12 col-sm-3">
<a href="#skip-menu" class="hidden">Skip menu</a>
<ul class="nav nav-pills nav-stacked">
<li>
<a href="index.html">
<span class="glyphicon glyphicon-home"></span>
Inicio
</a>
</li>
<li>
<a href="upload_form.php">
<span class="glyphicon glyphicon-send"></span>
Enviar problema
</a>
</li>
<li>
<a href="insertar_usuario.html" >
<span class="glyphicon glyphicon-user"></span>
Crear usuario
</a>
</li>
<li>
<a href="puntajes.php">
<span class="glyphicon glyphicon-stats"></span>
Tabla de posiciones
</a>
</li>
<li>
<a href="insert_problem.html">
<span class="glyphicon glyphicon-plus-sign"></span>
Agregar problema
</a>
</li>
<li class="last">
<a href="mis_envios.html">
<span class="glyphicon glyphicon-transfer"></span>
Mis envios
</a>
</li>
</ul>
</div>
<div id="skip-menu"></div>