-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (103 loc) · 5.08 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
<!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.0">
<link rel="icon" type="image/x-icon" href="./public/icon/favicon.ico"/>
<title>SIGLEY | Principal</title>
<!-- Bootstrap core CSS-->
<link href="./public/css/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template-->
<link href="./public/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template-->
<link href="./public/css/sb-admin.css" rel="stylesheet">
<!-- Customizes styles-->
<link href="./public/css/w3.css" rel="stylesheet">
<link href="./public/css/my_css.css" rel="stylesheet">
<link href="./public/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="./public/css/banner.css">
<link rel="stylesheet" href="./public/css/slider particles.css">
</head>
<body onload="myFunction()" background="./public/images/fondo.jpg">
<noscript>Su navegador no soporta Javascript o tiene esta función desactivada</noscript>
<!-- Loader -->
<div id="loader"></div>
<!-- Content -->
<div style="display:none;" id="myDiv" class="animate-bottom">
<div class="ancho-letras">
<!-- About Button -->
<a style="cursor: help; left: -600px; top: -150px; position: relative;" data-toggle="modal" data-target="#infoModal"
class="btn bg-dark text-white">
<i class="fa fa-fw fa-info"></i> <b>Acerca de...</b></a>
<div class="banner">
<div class="banner__item">
<p class="banner__title"><a href="./public/tarea ordenamiento.html">TAREA ORDENAMIENTO</a></p>
</div>
<div class="banner__item">
<p class="banner__title"><a href="./public/regulaciones tcp.html">REGULACIONES <br />FORMAS NO ESTATALES</a></p>
</div>
<div class="banner__item">
<p class="banner__title"><a href="./public/sistema empresarial.html">POLÍTICA <br />SISTEMA EMPRESARIAL</a></p>
</div>
</div>
<img id="escudo" src="./public/images/escudo.png" alt="escudo" width="250" height="150">
</div>
<div id="particles-js">
</div>
</div>
<!-- Footer -->
<footer class="sticky-footer bg-black">
<div class="container">
<div class="text-center">
<small>© Contraloría Provincial Matanzas 2021</small>
</div>
</div>
</footer>
<!-- About -->
<div class="modal fade" id="infoModal" tabindex="-1" role="dialog" aria-labelledby="infoModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="infoModalLabel"><i class="fa fa-fw fa-wrench"></i> Acerca de..</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" style="text-align: justify; font-size: medium; font-style: italic; line-height: 1.5;">
Este sitio fue conformado con el objetivo de facilitar el trabajo
con las disposiciones jurídicas, así como el estudio
o consulta de las mismas para los auditores de la Contraloría
Provincial de Matanzas, fue creada en soporte web,
constituyendo el producto final de un compendio de normas y leyes
para realizar el proceso de auditoría más interactivo.
<br /><br />
<b style="font-style: italic;">
<div class="text-center">Creada por:</div>
<br />
Arián Castellanos Rodríguez
</b>
<br />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<!-- Bootstrap core JavaScript-->
<script src="./public/js/jquery/jquery.min.js"></script>
<script src="./public/css/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="./public/js/jquery/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages-->
<script src="./public/js/sb-admin.min.js"></script>
<script src="./public/js/javascript.js"></script>
<!-- Particles -->
<script src="./public/js/particles.js"></script>
<script src="./public/js/app.js"></script>
<!-- <script src="js/jquery.js"></script> -->
<script src="./public/js/slider particles.js"></script>
</body>
</html>