-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (111 loc) · 6.28 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
<!DOCTYPE html>
<html lang="es">
<head>
<title>Radar de ciencia, tecnología e innovación R-CTI</title>
<link rel="icon" type="image/x-icon" href="radar.png">
<!-- meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- css -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/ionicons.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:300italic,400italic,700italic,400,300,700|Oxygen:400,300,700' rel='stylesheet'>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
</head>
<body id="home">
<!-- ****************************** Preloader ************************** -->
<div id="preloader"></div>
<!-- ****************************** Sidebar ************************** -->
<nav id="sidebar-wrapper">
<a id="menu-close" href="#" class="close-btn toggle"><i class="ion-ios-close-empty"></i></a>
<ul class="sidebar-nav">
<li>
<a href="index.html">Principal</a>
</li>
<li>
<a href="nacional.html">Nacional</a>
</li>
<li>
<a href="hidalgo.html">Hidalgo</a>
</li>
<li>
<a href="https://forms.gle/CfPXhdxVYrey1xgS9">Descargar Bases de Datos</a>
</li>
</ul>
</nav>
<!-- ****************************** Header ************************** -->
<header id="header" class="sticky">
<section class="container">
<section class="row" id="logo_menu">
<section class="col-xs-8 text-left">
<h1 class="logo"> <img width="10%" src="radar.png"/> Radar de ciencia, tecnología e innovación R-CTI </h1>
</section>
<section class="col-xs-4">
<a id="menu-toggle" href="#" class="toggle wow rotateIn" data-wow-delay="1s"><i class="ion-navicon"></i></a>
</section>
</section>
</section>
</header>
<!-- ****************************** Banner ************************** -->
<section id="banner">
<section class="container">
<section class="row">
<div class="col-md-6">
<div class="headings">
<h4 class="wow animated fadeInDown"><b class="logo">Objetivo</b></h4>
<p class="animated fadeInLeft text-left wow" style="visibility: visible; animation-name: fadeInLeft;">El objetivo del Radar CTI es ser una herramienta tecnológica que sirva para la toma de decisiones entorno a la política pública de la Ciencia, Tecnología e Innovación. </p>
<div class="col-md-6">
<div class="d-grid">
<a class="btn btn-primary btn-block" href="nacional.html"> <center>
<h3>
Nacional </h3>
</center> </a>
</div>
</div>
<div class="col-md-6">
<div class="d-grid">
<a class="btn btn-primary btn-block" href="hidalgo.html"> <center>
<h3>
Hidalgo </h3>
</center> </a>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="col-md-6 hidden-xs hidden-sm">
<div class="hand-container">
<center class="wow animated fadeInRight">
<img class="border-radius-iframe" data-wow-duration="1.2s" width="100%" src="assets/img/radar2.gif">
</center>
<div class="clearfix"></div>
</div>
</div>
</section>
</section>
</section>
<!-- ****************************** Footer ************************** -->
<section id="footer">
<p class="copyright">IMAGEN CONSULTORES HIDALGO 2022</p>
</section>
<!-- All the scripts -->
<script src="assets/js/jquery-2.1.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>