organizando el archivo con comentados para funcionar local y quitando porciones comentadas para ponerlas en otro arcrhivo
This commit is contained in:
parent
f46c7dee04
commit
a2a555e289
0
portalcautivo/cutof.html
Normal file
0
portalcautivo/cutof.html
Normal file
@ -1,11 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- <meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> -->
|
||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
<title>Bootstrap 101 Template</title>
|
||||
|
||||
@ -22,11 +29,13 @@
|
||||
margin-top: 3%;
|
||||
padding: 3%;
|
||||
}
|
||||
|
||||
.register-left {
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
margin-top: 4%;
|
||||
}
|
||||
|
||||
.register-left input {
|
||||
border: none;
|
||||
border-radius: 1.5rem;
|
||||
@ -39,11 +48,13 @@
|
||||
margin-bottom: 3%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.register-right {
|
||||
background: #f8f9fa;
|
||||
border-top-left-radius: 10% 50%;
|
||||
border-bottom-left-radius: 10% 50%;
|
||||
}
|
||||
|
||||
.register-left img {
|
||||
margin-top: 15%;
|
||||
margin-bottom: 5%;
|
||||
@ -51,23 +62,36 @@
|
||||
-webkit-animation: mover 2s infinite alternate;
|
||||
animation: mover 1s infinite alternate;
|
||||
}
|
||||
|
||||
@-webkit-keyframes mover {
|
||||
0% { transform: translateY(0); }
|
||||
100% { transform: translateY(-20px); }
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(-20px);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes mover {
|
||||
0% { transform: translateY(0); }
|
||||
100% { transform: translateY(-20px); }
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(-20px);
|
||||
}
|
||||
}
|
||||
|
||||
.register-left p {
|
||||
font-weight: lighter;
|
||||
padding: 12%;
|
||||
margin-top: -9%;
|
||||
}
|
||||
|
||||
.register .register-form {
|
||||
padding: 10%;
|
||||
margin-top: 10%;
|
||||
}
|
||||
|
||||
.btnRegister {
|
||||
float: right;
|
||||
margin-top: 10%;
|
||||
@ -80,6 +104,7 @@
|
||||
width: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.register .nav-tabs {
|
||||
margin-top: 3%;
|
||||
border: none;
|
||||
@ -88,6 +113,7 @@
|
||||
width: 28%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.register .nav-tabs .nav-link {
|
||||
padding: 2%;
|
||||
height: 34px;
|
||||
@ -96,9 +122,11 @@
|
||||
border-top-right-radius: 1.5rem;
|
||||
border-bottom-right-radius: 1.5rem;
|
||||
}
|
||||
|
||||
.register .nav-tabs .nav-link:hover {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.register .nav-tabs .nav-link.active {
|
||||
width: 100%;
|
||||
color: #0062cc;
|
||||
@ -106,14 +134,17 @@
|
||||
border-top-left-radius: 1.5rem;
|
||||
border-bottom-left-radius: 1.5rem;
|
||||
}
|
||||
|
||||
.register-heading {
|
||||
text-align: center;
|
||||
margin-top: 8%;
|
||||
margin-bottom: -15%;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
/* images sprites
|
||||
*/
|
||||
|
||||
.circle {
|
||||
cursor: pointer;
|
||||
width: 215px;
|
||||
@ -154,6 +185,7 @@
|
||||
OK
|
||||
=======================================================================================
|
||||
*/
|
||||
|
||||
.cursor,
|
||||
.cursor::before {
|
||||
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/953/ok_1.svg) no-repeat center center;
|
||||
@ -173,6 +205,7 @@
|
||||
transition: transform 550ms ease;
|
||||
transition: transform 550ms ease, -webkit-transform 550ms ease;
|
||||
}
|
||||
|
||||
.cursor::before {
|
||||
background-position: -43px -30px;
|
||||
content: "";
|
||||
@ -216,6 +249,7 @@
|
||||
transform: translateY(5px) translateZ(0px);
|
||||
transition: all 450ms 100ms cubic-bezier(0.68, -0.55, 0.265, 1.65);
|
||||
}
|
||||
|
||||
.circle:hover>.mask-b>.cursor {
|
||||
-webkit-transform: translate3d(-0.3em, 0.5em, 0);
|
||||
transform: translate3d(-0.3em, 0.5em, 0);
|
||||
@ -223,6 +257,7 @@
|
||||
transition: transform 450ms cubic-bezier(0.68, -0.55, 0.265, 1.65);
|
||||
transition: transform 450ms cubic-bezier(0.68, -0.55, 0.265, 1.65), -webkit-transform 450ms cubic-bezier(0.68, -0.55, 0.265, 1.65);
|
||||
}
|
||||
|
||||
.circle:hover>.mask-b>.cursor::before {
|
||||
-webkit-transform: translateX(-4px) translateZ(0px);
|
||||
transform: translateX(-4px) translateZ(0px);
|
||||
@ -252,10 +287,12 @@ figure {
|
||||
font-size: 0.8rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.credit-design a {
|
||||
color: #395f89;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* .btn-circle.btn-xl {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
@ -278,6 +315,7 @@ figure {
|
||||
width: 7em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.orange-circle-button:hover {
|
||||
color: #ffffff;
|
||||
background-color: #226093;
|
||||
@ -285,19 +323,20 @@ figure {
|
||||
border-color: #c7d400;
|
||||
|
||||
}
|
||||
|
||||
.orange-circle-button:visited {
|
||||
color: #ffffff;
|
||||
background-color: #c7d400;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
.orange-circle-link-greater-than {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container register">
|
||||
<div class="row">
|
||||
@ -329,51 +368,8 @@ figure {
|
||||
<input name="zone" type="hidden" value="$PORTAL_ZONE$">
|
||||
<input class="btn register nav-tabs register-left" name="accept" type="submit" value="Entrar">
|
||||
</form>
|
||||
<!-- <div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="First Name *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="Last Name *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="password" class="form-control" placeholder="Password *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="password" class="form-control" placeholder="Confirm Password *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="maxl">
|
||||
<label class="radio inline">
|
||||
<input type="radio" name="gender" value="male" checked>
|
||||
<span> Male </span>
|
||||
</label>
|
||||
<label class="radio inline">
|
||||
<input type="radio" name="gender" value="female">
|
||||
<span>Female </span>
|
||||
</label>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<!-- <div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<input type="email" class="form-control" placeholder="Your Email *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" minlength="10" maxlength="10" name="txtEmpPhone" class="form-control" placeholder="Your Phone *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="form-control">
|
||||
<option class="hidden" selected disabled>Please select your Sequrity Question</option>
|
||||
<option>What is your Birthdate?</option>
|
||||
<option>What is Your old Phone Number</option>
|
||||
<option>What is your Pet Name?</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="Enter Your Answer *" value="" />
|
||||
</div>
|
||||
<input type="submit" class="btnRegister" value="Register"/>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade show active" id="profile" role="tabpanel" aria-labelledby="profile-tab">
|
||||
@ -386,51 +382,8 @@ figure {
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- <button type="button" class="btn btn-default btn-circle btn-xl"><i class="glyphicon glyphicon-ok"></i></button>
|
||||
<button type="button" class="btn btn-primary btn-circle btn-xl"><i class="glyphicon glyphicon-list"></i></button>
|
||||
<button type="button" class="btn btn-success btn-circle btn-xl"><i class="fas fa-images"></i></i></button>
|
||||
<button type="button" class="btn btn-info btn-circle btn-xl"><i class="fab fa-wikipedia-w"></i></i></button>
|
||||
<button type="button" class="btn btn-warning btn-circle btn-xl"><i class="glyphicon glyphicon-remove"></i></button>
|
||||
<button type="button" class="btn btn-danger btn-circle btn-xl"><i class="fab fa-youtube"></i></button> -->
|
||||
</div>
|
||||
|
||||
<!-- <div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="First Name *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="Last Name *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="email" class="form-control" placeholder="Email *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" maxlength="10" minlength="10" class="form-control" placeholder="Phone *" value="" />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<input type="password" class="form-control" placeholder="Password *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="password" class="form-control" placeholder="Confirm Password *" value="" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="form-control">
|
||||
<option class="hidden" selected disabled>Please select your Sequrity Question</option>
|
||||
<option>What is your Birthdate?</option>
|
||||
<option>What is Your old Phone Number</option>
|
||||
<option>What is your Pet Name?</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="`Answer *" value="" />
|
||||
</div>
|
||||
<input type="submit" class="btnRegister" value="Register"/>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -438,9 +391,10 @@ figure {
|
||||
|
||||
</div>
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
|
||||
<!-- Estos enlaces son para que funcione local
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user