-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (115 loc) · 5.91 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Buscador inteligente institucional">
<meta name="author" content="Jasson">
<title>Infograbber - Home </title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/infograbber-logo.png">
</head>
<body class="bg-dark text-white">
<nav class="bg-dark fixed-top navbar navbar-dark navbar-expand-md">
<img src="/infograbber-logo.png" class="mh-100 mw-100 overflow-auto position-relative user-select-all" width="50" height="50"/>
<a class="navbar-brand" href="#">Infograbber</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
</li>
</ul>
<form class="form-inline mt-2 mt-md-0">
</form>
</div>
</nav>
<div id="mensaja" class="carousel slide" data-ride="carousel">
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="rounded-circle" src="img/ubicacion-logo.png" alt="Generic placeholder image" width="140" height="140">
<h2>Ubicación</h2>
<p>Para investigar sobre alguna ubicación geográfica, municipio, zona, estado.</p>
<p><a class="btn btn-primary" role="button" href="ubicacion.html">Buscar »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="img/tematica-logo.png" alt="Generic placeholder image" width="140" height="140">
<h2>Temática</h2>
<p>Para investigar sobre alguna temática en general.</p>
<p></p>
<p><a class="btn btn-primary" role="button" href="tematica.html">Buscar »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="img/persona-logo.png" alt="Generic placeholder image" width="140" height="140">
<h2>Actor</h2>
<p>Para investigar sobre un actor, institución, personaje.</p>
<p><a class="btn btn-primary" href="actor.html" role="button">Buscar »</a></p>
</div>
<!-- /.col-lg-4 -->
</div>
<div class="row">
<div class="col-lg-4">
<img class="rounded-circle" src="img/institucional-logo.png" alt="Generic placeholder image" width="140" height="140">
<h2>Institucional</h2>
<p>Herramienta para investigar en bases de datos institucionales.</p>
<p><a class="btn btn-primary" href="institucional.html" role="button">Buscar »</a></p>
</div>
<div class="col-lg-4">
<img class="rounded-circle" src="img/web-crawler-logo.png" alt="Generic placeholder image" width="140" height="140">
<h2>Redes Sociales</h2>
<p>Herramienta para extraer información de redes sociales.</p>
<p><a class="btn btn-primary" href="redes-sociales.html" role="button">Buscar »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="img/ayuda-logo.png" alt="Generic placeholder image" width="140" height="140">
<h2>Ayuda</h2>
<p>¿Necesitas ayuda en general para utilizar la herramienta?</p>
<p></p>
<p><a class="btn btn-primary" href="#" role="button">Ayuda »</a></p>
</div>
<!-- /.col-lg-4 -->
<!-- /.col-lg-4 -->
</div>
<!-- /.row -->
<!-- START THE FEATURETTES -->
<div class="row featurette">
</div>
<div class="row featurette">
</div>
<div class="row featurette">
</div>
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="float-right"></p>
<p>© 2022 Jasson</p>
</footer>
</div>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="assets/js/holder.min.js"></script>
</body>
</html>