-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (116 loc) · 6 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- BASICS -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Vox Populi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="public/css/isotope.css" media="screen" />
<link rel="stylesheet" href="public/js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="public/css/bootstrap.css">
<link rel="stylesheet" href="public/css/bootstrap-theme.css">
<link rel="stylesheet" href="public/css/style.css">
<!-- skin -->
<link rel="stylesheet" href="public/skin/default.css">
<link rel="stylesheet" href="public/css/font-awesome.min.css">
</head>
<body>
<section id="header" class="appear"></section>
<div class="navbar navbar-fixed-top" role="navigation" data-0="line-height:100px; height:100px; background-color:rgba(0,0,0,0.3);" data-300="line-height:60px; height:60px; background-color:rgba(0,0,0,1);">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="fa fa-bars color-white"></span>
</button>
<h1><a class="navbar-brand scrollup" href="#header" data-0="line-height:90px;" data-300="line-height:50px;">Vox Populi</a></h1>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" data-0="margin-top:20px;" data-300="margin-top:5px;">
<li><a href="#section-files">Material</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>
<section class="featured">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-6 col-md-offset-3">
<div class="align-center">
<i class="fa fa-cubes fa-5x mar-bot20"></i>
<h2 class="slogan"> Vox Populi </h2>
<p> Conocimiento. Compartido. </p>
</div>
</div>
</div>
</div>
</section>
<!-- section files -->
<section id="section-files" class="section appear clearfix">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="section-header">
<h2 class="section-heading animated" data-animation="bounceInUp">Material</h2>
</div>
</div>
</div>
<div class="row">
<nav id="filter" class="col-md-12 text-center">
<ul>
<li><a href="#" class="current btn-theme btn-small" data-filter="*">Todo</a></li>
<li><a href="#" class="btn-theme btn-small" data-filter=".a1">1er año</a></li>
<li><a href="#" class="btn-theme btn-small" data-filter=".a2">2do año</a></li>
<li><a href="#" class="btn-theme btn-small" data-filter=".a3">3er año</a></li>
<li><a href="#" class="btn-theme btn-small" data-filter=".a4">4to año</a></li>
<li><a href="#" class="btn-theme btn-small" data-filter=".a5">5to año</a></li>
</ul>
</nav>
<div class="col-md-12">
<div class="row">
<div class="portfolio-items isotopeWrapper clearfix col-md-8 col-md-offset-2" id="5">
<article class="col-md-2 isotopeItem align-center a1 info sis">
<a href="https://vox-pop.github.io/organizacion" class="fancybox"><i class="fa fa-file fa-2x"></i></a>
<h5><a href="https://vox-pop.github.io/organizacion">Organización de Computadoras</a></h5>
</article>
<article class="col-md-2 isotopeItem align-center a1 info sis">
<a href="https://vox-pop.github.io/arquitectura" class="fancybox"><i class="fa fa-file fa-2x"></i></a>
<h5><a href="https://vox-pop.github.io/arquitectura">Arquitectura de Computadoras</a></h5>
</article>
<article class="col-md-2 isotopeItem align-center a4 info sis">
<a href="https://vox-pop.github.io/syper" class="fancybox"><i class="fa fa-file fa-2x"></i></a>
<h5><a href="https://vox-pop.github.io/syper">Seguridad y Privacidad en Redes</a></h5>
</article>
<article class="col-md-2 isotopeItem align-center a2 info sis">
<a href="https://vox-pop.github.io/ibd" class="fancybox"><i class="fa fa-file fa-2x"></i></a>
<h5><a href="https://vox-pop.github.io/ibd">Introduccion a Bases de Datos - IBD</a></h5>
</article>
<article class="col-md-2 isotopeItem align-center a3 info sis">
<a href="https://vox-pop.github.io/syo" class="fancybox"><i class="fa fa-file fa-2x"></i></a>
<h5><a href="https://vox-pop.github.io/syo">Sistemas y Organizaciones - SyO</a></h5>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<a href="#header" class="scrollup"><i class="fa fa-chevron-up"></i></a>
<script src="public/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="public/js/jquery.js"></script>
<script src="public/js/jquery.easing.1.3.js"></script>
<script src="public/js/bootstrap.min.js"></script>
<script src="public/js/jquery.isotope.min.js"></script>
<script src="public/js/jquery.nicescroll.min.js"></script>
<script src="public/js/fancybox/jquery.fancybox.pack.js"></script>
<script src="public/js/skrollr.min.js"></script>
<script src="public/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="public/js/jquery.localscroll-1.2.7-min.js"></script>
<script src="public/js/stellar.js"></script>
<script src="public/js/jquery.appear.js"></script>
<script src="public/js/main.js"></script>
</body>
</html>