-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (72 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>EWC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="font/iconsmind/style.css" />
<link rel="stylesheet" href="font/simple-line-icons/css/simple-line-icons.css" />
<link rel="stylesheet" href="css/vendor/bootstrap.min.css" />
<link rel="stylesheet" href="css/vendor/bootstrap-float-label.min.css" />
<link rel="stylesheet" href="css/main.css" />
<style>
.fb {
border-color: white;
border-width: 1px;
background: transparent;
}
.google {
background-color: #dd4b39;
color: white;
}
.a{
width: 40%;
margin-left: 2%;
}
.b{
padding-left: 12px;
}
.c{
padding-left: 12%;
}
.btn{
background:transparent;
}
</style>
</head>
<body class="background show-spinner">
<div class="fixed-background"></div>
<main>
<div class="container">
<div class="row h-100">
<div class="col-12 col-md-10 mx-auto my-auto">
<div class="card auth-card">
<div class="position-relative image-side "><div class="c">
<div class="d"><img src="" style=" height: 140px"></div>
<p class=" text-white h2"><font size="10%"><b>EWC</b></font></p>
<p class="white mb-0">
<b><font size="3%"> Lets make a revolution out of trash and nourish a healthy generation...</font></b>
</p>
</a>
<form><br>
<label class="form-group has-float-label mb-4">
<a href="#" class="fb btn" onclick="window.location.href='login.html'" style="width: 25%; padding-right: 5%;padding-left: 5%">
<b> Login </b>
</a>
</label>
<hr class="a">
<p class="b"><b> Don't you have an account?</b></p>
<button class="btn btn-primary btn-block" type="button" onclick="window.location.href='signup.html'" id="btn-signup" style="background:transparent; border-color:white ; padding-left: 4%; padding-right: 4%"><font color="black"><b>Sign Up</b></font></button>
</form></div> </div> </div>
</div>
</div>
</div>
</div>
</main>
<script src="js/vendor/jquery-3.3.1.min.js"></script>
<script src="js/vendor/bootstrap.bundle.min.js"></script>
<script src="js/dore.script.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>