-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
101 lines (92 loc) · 4.97 KB
/
index.php
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
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<title>Register | NEET Demo test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="icon" href="https://keltaking.co/favicon.ico" type="image/gif" sizes="20x20">
<link href="https://keltaking.co/favicon.ico" rel="apple-touch-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="CSS/kel.css">
<style>
.loader{
border: 5px solid #f3f3f3;
border-radius: 50%;
border-top: 5px solid #3498db;
width: 30px;
height: 30px;
-webkit-animation: spin 1s linear infinite; /* Safari */
animation: spin 1s linear infinite;
}
</style>
</head>
<body>
<div class="w3-theme">
<div class="w3-content">
<div class="w3-bar w3-padding" id="myNavbar">
<a href="login" class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large kel-hover w3-white"><i class="fa fa-sign-in"></i> Log in</a>
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right kel-hover" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="donate" class="w3-bar-item w3-button w3-hide-small kel-hover w3-hover-theme-dark w3-round w3-right"><i class="fa fa-rupee"></i> Donate</a>
<a href="results" class="w3-bar-item w3-button w3-hide-small kel-hover w3-hover-theme-dark w3-round"><i class="fa fa-th"></i> Results</a>
<a href="contact" class="w3-bar-item w3-button w3-hide-small kel-hover w3-hover-theme-dark w3-round w3-right"><i class="fa fa-envelope"></i> Contact</a>
<a href="login" class="w3-bar-item w3-button w3-hide-small kel-hover w3-round w3-right w3-white w3-hover-theme-dark"><i class="fa fa-sign-in"></i> Log in</a>
</div>
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-animate-top">
<a href="donate" class="w3-bar-item w3-button w3-theme-l1 w3-hover-theme-dark kel-hover" onclick="toggleFunction()"><i class="fa fa-rupee"></i> Donate</a>
<a href="results" class="w3-bar-item w3-button w3-theme-l1 w3-hover-theme-dark kel-hover" onclick="toggleFunction()"><i class="fa fa-th"></i> Results</a>
<a href="contact" class="w3-bar-item w3-button w3-theme-l1 w3-hover-theme-dark kel-hover" onclick="toggleFunction()"><i class="fa fa-envelope"></i> Contact</a>
<a href="login" class="w3-bar-item w3-button w3-theme-l1 w3-hover-theme-dark kel-hover" onclick="toggleFunction()"><i class="fa fa-sign-in"></i> Log in</a>
</div>
</div>
</div>
<div class="w3-padding-64 w3-theme-l1 bgimg">
<center>
<h1 class="w3-xlarge">
<b>FREE <span class="w3-theme-dark">NEET</span> PRACTICE TEST</b>
</h1>
<div class="w3-content w3-margin w3-card w3-center" style="max-width:400px">
<div class="w3-card w3-hover-shadow w3-animate-zoom" style="margin-top:20px;">
<div class="w3-light-gray w3-container w3-center" style="z-index:2;">
<div class="w3-padding-16">
<div class="w3-xlarge w3-bold w3-margin-top"><b>Register</b></div>
<div class="w3-center" style="padding-top:16px;">
Fill the following registration form and recieve login details in email. Answer the test in between 6-8 sept and receive results on 9th Sept.
</div>
<form class="w3-container w3-center w3-margin" id="register">
<div class="w3-margin-bottom w3-text-red" >
<center><div class="loader" id="loader" style="display:none;"></div></center>
<div id="error"></div>
</div>
<div class="w3-section">
<input type="text" class="w3-padding w3-round-xxlarge w3-border w3-hover-border-black" name="name" placeholder="Full Name" style="margin:0;width:90%;" required><br>
</div>
<div class="w3-section">
<input type="email" class="w3-padding w3-round-xxlarge w3-border w3-hover-border-black" name="email" placeholder="Email Id" style="margin:0;width:90%;" required><br>
</div>
<div class="w3-section">
<input type="tel" class="w3-padding w3-round-xxlarge w3-border w3-hover-border-black" name="contno" placeholder="Mobile number" pattern="[6-9]{1}[0-9]{9}" style="margin:0;width:90%;" required><br>
</div>
<div class="w3-section">
<select class="w3-padding w3-round-xxlarge w3-border w3-hover-border-black" style="margin:0;width:90%;" name="gender" required>
<option selected disabled>Gender</option>
<option value="male">Male</option>
<option value="female">Female</option>
</select>
</div>
<a href="login" class="kel-hover-2"><u>Already joined?</u></a>
<div class="w3-section">
<button type="button" class="kel-button w3-black w3-round w3-padding w3-border-black w3-black" onclick="register()">Register</button>
</div>
</form>
</div>
</div>
</div>
</div>
</center>
</div>
<script src="JS/page.js"></script>
</body>
</html>