This repository has been archived by the owner on Feb 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (78 loc) · 2.83 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Classrooms</title>
<link rel="stylesheet" href="./bundles/css/style.css" type="text/css" media="all">
<link href="./bundles/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all">
<link href="//fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800" rel="stylesheet">
</head>
<body>
<div id="page" class="page">
<section class="main bg bg1" style="background-color: rgba(0, 0, 0, 0); margin-top: 0px; background-image: url("bundles/images/code.gif"); outline: none; cursor: inherit;">
<div class="layer">
<div class="bottom-grid">
<div class="logo">
<h1></h1>
</div>
<div class="links">
<ul class="links-unordered-list">
<li class="active">
<a href="#" class="editContent" style="outline: none; cursor: inherit;">Login</a>
</li>
<li class="">
<a href="#" class="editContent" style="outline: none; cursor: inherit; outline-offset: -2px;">Register</a>
</li>
</ul>
</div>
</div>
<div class="content-Layot">
<div class="text-center icon">
<div class="logo">
<h1 align="center"><img src="bundles/images/Untitled-1.png" width="198"></h1>
</div>
</div>
<div class="content-bottom">
<form action="#" method="post">
<div class="field-group editContent">
<div class="icon-field">
<span class="fa fa-user" aria-hidden="true"></span>
</div>
<div class="wthree-field">
<input name="text1" id="text1" type="text" value="" placeholder="Username" required="">
</div>
</div>
<div class="field-group editContent">
<div class="icon-field">
<span class="fa fa-lock" aria-hidden="true" style="outline: none; cursor: inherit;"></span>
</div>
<div class="wthree-field">
<input name="password" id="myInput" type="Password" placeholder="Password">
</div>
</div>
<div class="wthree-field">
<button type="submit" class="btn" style="border-radius: 0px; font-size: 16px; background-color: rgb(153, 0, 255);">Get Started</button>
</div>
<ul class="list-login">
<li class="switch-agileits">
<label class="switch editContent">
<input type="checkbox">
<span class="slider round"></span>
keep Logged in
</label>
</li>
<li>
<a href="#" class="text-right editContent">forgot password?</a>
</li>
<li class="clearfix"></li>
</ul>
<ul class="list-login-bottom">
<li class=""></li>
</ul>
</form>
</div>
</div>
</div>
</div>
</section></div>
</body></html>