-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (172 loc) · 6.92 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!doctype html>
<html lang="es">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-170081093-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-170081093-1');
</script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" >
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/styles.css">
<!--<script src="js/js.js"></script>-->
<script src="js/jquery-3.4.1.min.js" ></script>
<title>Inicio</title>
</head>
<body>
<!-- NavBAR -->
<nav class="navbar navbar-expand-lg navbar-light bg-light bg-dark navbar-dark" >
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#" style="color: #fffefe">Inicio</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" style="color: #fffefe" href="windows.html" id="navbardrop" data-toggle="dropdown">
Windows
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="windows.html">SERVICIOS</a>
<a class="dropdown-item" href="windows.html#windowsPreconfiguraciones">Preconfiguraciones</a>
<a class="dropdown-item" href="windows.html#windowsAD">Active Directory</a>
<a class="dropdown-item" href="windows.html#windowsDNS">DNS</a>
<a class="dropdown-item" href="windows.html#windowsDHCP">DHCP</a>
<a class="dropdown-item" href="windows.html#windowsHTTPyFTP">HTTP & FTP</a>
<a class="dropdown-item" href="windows.html#windowsSMTP">SMTP</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" style="color: #fffefe" href="linux.html" id="navbardrop" data-toggle="dropdown">
Linux
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="linux.html#linuxIPSTATIC">IP STATIC</a>
<a class="dropdown-item" href="linux.html#linuxDNS">DNS</a>
<a class="dropdown-item" href="linux.html#linuxDHCP">DHCP</a>
<a class="dropdown-item" href="linux.html#linuxFTP">FTP</a>
<a class="dropdown-item" href="linux.html#linuxHTTP">HTTP</a>
<a class="dropdown-item" href="linux.html#linuxSMTP">SMTP</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html" style="color: #fffefe">Acerca de</a>
</li>
</ul>
</div>
</nav>
<!-- Titulo Encabezado -->
<div class="jumbotron text-center" style="background-color:#212529; color: #fffefe; isolation: isolate">
<h1 >INSTALAR Y CONFIGURAR SERVIDOR EN WINDOWDS & LINUX</h1>
<hr class="my-4" style="border: 1px solid white;">
<p>Joham Sebastian Medina Corredor</p>
</div>
<!-- Contenedor General -->
<div class="container">
<!-- Titulo Introduccion -->
<div class="jumbotron jumbotron-fluid " style="background-color: #1d8348; color: #fffefe; isolation: isolate">
<div class="container">
<h1 class="display-5 text-center">INTRODUCCION</h1>
<p class="lead text-center">En esta pagina encontrara un tutorial paso a paso de como instalar un servidor web que ofresca los servicios de DNS, DHCP, FTP, STMP & HTTP en los dos principales sistemas operativos: Windows y Linux</p>
</div>
</div>
<!-- Carusel de Imagenes -->
<div class="row justify-content-center">
<div class="col-10">
<div class="bd-example">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<a href="windows.html">
<img src="images/Server2012.jpg" class="d-block w-100" alt="...">
</a>
</div>
<div class="carousel-item">
<a href="linux.html">
<img src="images/linux.png" class="d-block w-100" alt="...">
<!-- </a> -->
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<!-- Footer -->
<footer class="py-4 bg-dark text-white-50" style=" isolation: isolate ">
<div class="container text-center">
<small>Copyright © Joham Sebastian Medina Corredor</small>
</div>
</footer>
<!-- Footer -->
<!-- Boton de ir ARRIBA -->
<span class="goTOP">
<i class="fas fa-arrow-alt-circle-up"></i>
</span>
<!-- Scrip de boton de ir ARRIBA-->
<script type="text/javascript">
$(document).ready(function(){
$('.goTOP').click(function(){
$('body, html').animate({
scrollTop: '0px'
}, 300);
});
$(window).scroll(function(){
if( $(this).scrollTop() > 0 ){
$('.goTOP').slideDown(300);
} else {
$('.goTOP').slideUp(300);
}
});
});
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/all.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--
Codigo para DARK MODE
Use 'isolation: isolate' en los elementos que no se desean cambiar el color del fondo
-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script>
var options = {
bottom: '80px', // default: '32px'
right: '10px', // default: '32px'
left: 'unset', // default: 'unset'
time: '0.5s', // default: '0.3s'
mixColor: '#fff', // default: '#fff'
backgroundColor: '#fff', // default: '#fff'
buttonColorDark: '#100f2c', // default: '#100f2c'
buttonColorLight: '#fff', // default: '#fff'
saveInCookies: true, // default: true,
label: '🌓', // default: ''
autoMatchOsTheme: true // default: true
}
const darkmode = new Darkmode(options);
darkmode.showWidget();
</script>
</body>
</html>