-
Notifications
You must be signed in to change notification settings - Fork 0
/
redes-sociales.html
71 lines (71 loc) · 3.23 KB
/
redes-sociales.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
<!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 - Redes Sociales </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="index.html">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="#">Redes Sociales<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>
<script async src="https://cse.google.com/cse.js?cx=344742814b7164a07"></script>
<div class="gcse-search"></div>
</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>