This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (57 loc) · 2.16 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/fonts/Linearicons-Free-v1.0.0/icon-font.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mukta">
<link rel="icon" type="image/png" href="favicon.png">
<title>texx Web</title>
</head>
<body>
<section id="udPreLoader">
<div id="udDots">
<p>Loading</p>
<div class="udDot" style=" animation-name:udPreLoader_1;"></div>
<div class="udDot" style=" animation-name:udPreLoader_2;"></div>
<div class="udDot" style=" animation-name:udPreLoader_3;"></div>
<div class="udDot" style=" animation-name:udPreLoader_4;"></div>
</div>
<div id="udBgLeft" class="udPreHalf"></div>
<div id="udBgRight" class="udPreHalf"></div>
</section>
<div class="heading">
<div class="typewriter">
<h1>Welcome to texx!</h1>
</div>
</div>
<div class="loginFormBox">
<p class="grayText">Your Account</p>
<br>
<div class="email">
<span class="lnr lnrUser"></span>
<input type="text" name="username" class="input" placeholder="Username or eMail"><br/>
</div>
<div class="password">
<span class="lnr lnrLock"></span>
<input type="password" name="password" class="input" placeholder="Password"><br/>
</div>
<br>
<button class="buttonBlue">Login</button>
<br>
<br>
<br>
<div class="register">
<p>No account yet? <a href="#">Register here!</a></p>
</div>
</div>
<div class="bottom-right-logo">
<a href="#"><img src="assets/images/logo_light.png" height="41px" width="95.28571428571429px"></a>
</div>
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/preLoader.js"></script>
</body>
</html>