-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (53 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tec Visitantes</title>
<link rel="stylesheet" href="./styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet">
<!-- Importacion de CSS Minificado de Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body style="background-color: #e0e0e0 !important;">
<div>
<!-- image of initial page -->
<div class="blueGradient">
<img src="./logo.gif" class="img-fluid" alt="Responsive image">
</div>
<div class ="container-big bg-black ">
<h4 class="blackaccess text-white">Acceso a la red inalámbrica para visitantes del Tecnológico de Monterrey.</h4>
</div>
<div class="container-fluid bgyellow1 border border-black">
<p class="text-black" ><span style="font-weight: 700">Alumnos, Profesores y Colaboradores</span>
<span style="font-weight: 400">deben conectarse a la red </span><span style="font-weight: 700">"Tec". </span><span style="font-weight: 400">En "Tec-Visitantes" no tendrán acceso a las herramientas académicas.</span>
</p>
</div>
<!-- image of the white part -->
<div class ="container-fluid bgwhite1 border border-black">
<div class="row">
<div class="col-md-12">
<h4 class="colortxt2" style="padding-top: 10px; margin-bottom: -8px;">Políticas y condiciones de uso del servicio.</h4>
<span class ="colortxt2" style="font-weight: 400"> Al hacer uso de este servicio, yo el usuario (en adelante el visitante) me comprometo a respetar y cumplir las siguientes políticas: </h4>
</div>
</div>
<div class="htmlTerms border border-black">
<iframe
class="terms"
src="./terms.html"
width="100%"
height="96%"
scrolling="auto"
data-dashlane-frameid="398"
></iframe>
</div>
<h4 class="colorRedtxt2">IMPORTANTE:<span style="font-weight: 400"> Alumnos inscritos, Profesores y Colaboradores deben conectarse a la red</span> "Tec".</h4>
<a href="./Acces.html" class="btn btn-secondary btn-sm">Acepto las políticas</a>
</div>
<h6 style="color: black; margin-left: 25px; font-family: tahoma; font-size: 13px;">D.R. Tecnológico de Monterrey, Coordinación de Telecomunicaciones y Redes.</h6>
<!-- Importacion de JS Minificado de Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</div>
</body>