-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmongodb.html
More file actions
executable file
·166 lines (118 loc) · 5.58 KB
/
mongodb.html
File metadata and controls
executable file
·166 lines (118 loc) · 5.58 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>FLISoL Aragón || 2014</title>
<meta name="description" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" media="screen" href="css/superfish.css" />
<link rel="stylesheet" href="css/nivo-slider.css" media="all" />
<link rel="stylesheet" href="css/tweet.css" media="all" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="all" href="css/lessframework.css"/>
<!-- All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/modernizr-2.5.3.min.js"></script>
</head>
<body>
<!-- HEADER -->
<header>
<!-- header wrapper -->
<div class="wrapper cf">
<div id="logo">
<a href="index.html" ><img src="img/logo.png" alt="" /></a>
</div>
</div><!-- ENDS header wrapper -->
<!-- nav -->
<nav class="cf">
<div class="wrapper cf">
<ul id="nav" class="sf-menu">
<li><a href="index.html">Inicio<i><b></b></i></a></li>
<li><a href="acerca.html">Acerca de<i><b></b></i></a></li>
<li><a href="actividades.html">Actividades<i><b></b></i></a></li>
<li><a href="registro.html">Registro<i><b></b></i></a></li>
<li><a href="contacto.html">Contacto<i><b></b></i></a></li>
</ul>
<div id="combo-holder"></div>
</div>
</nav>
<!-- ends nav -->
</header>
<!-- ENDS HEADER -->
<!-- MAIN -->
<div role="main" id="main">
<div class="wrapper">
<!-- page-content -->
<div class="page-content">
<!-- entry-content -->
<div class="entry-content cf">
<h1>Salon Rojo 15:00</h1></br></br>
<h2>MongoDB</h2>
<p>MongoDB es un sistema de base de datos NoSQL orientado a documentos, desarrollado bajo el concepto de código abierto.</p>
<p>MongoDB forma parte de la nueva familia de sistemas de base de datos NoSQL. En vez de guardar los datos en tablas como se hace en las base de datos relacionales, MongoDB guarda estructuras de datos en documentos tipo JSON con un esquema dinámico, haciendo que la integración de los datos en ciertas aplicaciones sea más fácil y rápida.</p>
<p>En esta conferencia podrás aprender más sobre MongoDB y sus aplicaciones.</p>
<h2>Jorge Martinez</h2>
<p>Jorge tiene amplios conocimientos de diversos lenguajes de programación así como de múltiples tecnologías. Constantemente está aprendiendo, lo que lo hace estar siempre actualizado. Apasionado por la tecnología, actualmente trabaja en el Centro de Tecnología e Innovación.</p>
</div>
<!-- ENDS entry-content -->
<div class="c-1"></div>
<div class="c-2"></div>
<div class="c-3"></div>
<div class="c-4"></div>
</div><!-- ENDS page-content -->
</div>
</div>
<!-- ENDS MAIN -->
<footer>
<!-- wrapper -->
<div class="wrapper cf">
<!-- social -->
<div class="sb-holder cf">
<ul id="social-bar" class="cf">
<li class="left-corner"><i></i></li>
<li><a href="https://www.facebook.com/FlisolFesAragon" title="Me gusta" ><img src="img/social/Facebook.png" alt="Facebook" /></a></li>
<li><a href="https://twitter.com/FLISoL_Aragon" title="Síguenos" ><img src="img/social/Twitter.png" alt="twitter" /></a></li>
<li><a href="https://www.google.com" title="Agréganos a tus círculos" ><img src="img/social/Google+.png" alt="Google plus" /></a></li>
<li class="right-corner"><i></i></li>
</ul>
</div>
<!-- ENDS social -->
<!-- widgets -->
<ul class="widget-cols cf">
<li class="third-col">
<div class="widget-block">
<div id="tweets" class="footer-col tweet">
<h4>Tweets</h4>
</div>
</div>
</li>
</ul>
<!-- ENDS widgets -->
</div><!-- ENDS wrapper -->
</footer>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.1.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via build script -->
<script src="js/custom.js"></script>
<!-- superfish -->
<script src="js/superfish-1.4.8/js/hoverIntent.js"></script>
<script src="js/superfish-1.4.8/js/superfish.js"></script>
<script src="js/superfish-1.4.8/js/supersubs.js"></script>
<!-- ENDS superfish -->
<script src="js/tweet/jquery.tweet.js" ></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.nivo.slider.js" ></script>
<script src="js/css3-mediaqueries.js"></script>
<script src="js/tabs.js"></script>
<script src="js/poshytip-1.1/src/jquery.poshytip.min.js"></script>
<!-- end scripts -->
</body>
</html>