-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
82 lines (78 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Intro Base de Datos</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<style type="text/css">
img.full{
width: 100%;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<h1 class="text-center">Introducción Base de Datos</h1>
<hr>
<div class="col-md-6">
<h2>Bloque I</h2>
<h3>1. Conceptos generales</h3>
<p class="text-center">
<img src="http://publicdomainvectors.org/photos/db.png" height="100">
<img src="http://publicdomainvectors.org/photos/db.png" height="100">
<img src="http://publicdomainvectors.org/photos/db.png" height="100">
</p>
<p class="text-center">
<a class="btn btn-block btn-primary" href="bloque-I/conceptos.html">Ver temas</a>
</p>
<hr>
<h3>2. Ejercicio Excel</h3>
<p class="text-center">
<img height="100" src="http://www.straxx.com/store/wp-content/uploads/2012/05/excel-2010-logo.png"/>
<img height="100" src="https://lh3.ggpht.com/e3oZddUHSC6EcnxC80rl_6HbY94sM63dn6KrEXJ-C4GIUN-t1XM0uYA_WUwyhbIHmVMH=w300"/>
<img height="100" src="https://www.openoffice.org/ui/VisualDesign/gifs/Icons/OOo30_final_mimetype/Galaxy_OOo3_calc-app_256.png"/>
</p>
<p class="text-center">
<a class="btn btn-block btn-primary" href="bloque-I/excel.html">Ver temas</a>
</p>
<hr>
</div>
<div class="col-md-6">
<h2>Bloque II</h2>
<h3>1. SQL + Ejercicio</h3>
<p class="text-center">
<img src="https://azure.microsoft.com/svghandler/sql-server-stretch-database/?width=600&height=315" height="100">
</p>
<p class="text-center">
<a class="btn btn-block btn-primary" href="bloque-II/sql.html">Ver temas</a>
</p>
<hr>
<h3>2. Ejercicio CartoDB</h3>
<p class="text-center">
<img height="100" src="http://did14.datainnovationday.org/wp-content/uploads/2013/12/cartodb-logo1.png">
</p>
<p class="text-center">
<a class="btn btn-primary btn-block" href="bloque-II/cartodb.html">Ver temas</a>
</p>
<hr>
</div>
</div>
</div>
</div>
<hr/>
<footer class="footer">
<div class="container">
<p class="text-muted">Pablo H. Paladino - <a href="http://twitter.com/palamago">@palamago</a></p>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>