Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
82 lines (80 loc) · 2.94 KB
/
Copy pathindex.html
File metadata and controls
82 lines (80 loc) · 2.94 KB
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
<!DOCTYPE html>
<html>
<head>
<metacharset="UTF-8">
<title>Trust Me</title>
<linkrel="stylesheet" href="css/reset.css">
<linkrel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|RobotoDraft:400,100,300,500,700,900'>
<linkrel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>
<linkrel="stylesheet" href="css/style.css">
</head>
<body>
<divclass="pen-title">
</div>
<divclass="container">
<divstyle="filter:alpha(opacity=50); opacity:0.5;" class="card"></div>
<divstyle="background-color: rgba(0, 139, 139, 0.5)" class="card">
<h1class="title">Log In</h1>
<divclass="input-container">
<inputtype="text" id="Username" required="required"/>
<labelfor="Username">CURP</label>
<divclass="bar"></div>
</div>
<divclass="input-container">
<inputtype="password" id="Password" required="required"/>
<labelfor="Password">Password</label>
<divclass="bar"></div>
</div>
<divclass="button-container">
<buttonclass="myButton" onclick="document.location.href='inicio/index.html'" ><span><aclass="myLink">Go</a></span></button>
</div>
<br>
<divclass="pen-title2">
<divclass="button-container">
<inputtype="checkbox" name="condiciones" checked="checked"/><span2>Remember Me</span2>
</div>
</div>
<divclass="footer"><ahref=""><h6>Forgot your password?</h6></a></div>
</form>
</div>
<divclass="card alt">
<divclass="toggle"></div>
<h1class="title">Register
<divclass="close"></div>
</h1>
<form>
<divclass="input-container">
<inputtype="text" id="Username" required="required"/>
<labelfor="Username">CURP</label>
<divclass="bar"></div>
</div>
<divclass="input-container">
<inputtype="text" id="Username" required="required"/>
<labelfor="Username">Name</label>
<divclass="bar"></div>
</div>
<divclass="input-container">
<inputtype="text" id="Username" required="required"/>
<labelfor="Username">Email address</label>
<divclass="bar"></div>
</div>
<divclass="input-container">
<inputtype="password" id="Password" required="required"/>
<labelfor="Password">Password</label>
<divclass="bar"></div>
</div>
<divclass="input-container">
<inputtype="password" id="Repeat Password" required="required"/>
<labelfor="Repeat Password">Repeat Password</label>
<divclass="bar"></div>
</div>
<divclass="button-container">
<button><span>Next</span></button>
</div>
</form>
</div>
</div>
<scriptsrc='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<scriptsrc="js/index.js"></script>
</body>
</html>