-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.html
206 lines (175 loc) · 6.74 KB
/
form.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<meta name="description" content="CareerCoach helps students and professional excel in the career of their choice!">
<meta name="keywords" content="career, guidance, couselling, academics, profession">
<meta name="author" content="Lakshay Karnwal, Abhirup Singh">
<link rel="icon" type="image/png" sizes="32x32" href="images/career coach logo.png">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="app/css/style.css">
<title>CareerCoach | Register</title>
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
<div class="spinner-wrapper">
<div class="spinner"></div>
</div>
<header class = "header hide-for-mobile">
<nav class="container contianer--pall flex flex-jc-sb flex-ai-c">
<a href="index.html" class= "header__logo">
<img src="images/career coach banner.png" alt="Easybank">
</a>
<!--<a href="#" class="header__menu hide-for-desktop">
<span></span>
<span></span>
<span></span>
</a>-->
<div class="header__links hide-for-mobile">
<a href="index.html">Home</a><a href="service.html">Services</a><a href="about.html">About</a><a href="#contact">Contact</a>
</div>
<a href="service.html" class="button header__cta hide-for-mobile" >Register</a>
</nav>
</header>
<div class="menu__hamburger hide-for-desktop">
<div class= "menu__line"></div>
<div class= "menu__line"></div>
<div class= "menu__line"></div>
</div>
<ul class="menu__nav_links">
<li><a href="index.html">Home</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="about.html">About</a></li>
</ul>
<div class = "registercontainer" style= "background-image: url('images/university overlay.png');">
<div class="register animate">
<form name="registered" method="post" data-netlify="true">
<div class="register">
<table class ="table" align="center" style="position: static;">
<tr>
<td>First name:</td>
<td><input type="text" id="name" name="first_name" ></td>
</tr>
<tr>
<td>Last name:</td>
<td><input type="text" id="name" name="last_name" ></td>
</tr>
<tr>
<td>Phone no:</td>
<td><input type="tel" id="name" name="phone" ></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="email" id="name" name="email" ></td>
</tr>
<tr>
<td>DOB:</td>
<td><input type="date" id="name" name="DOB" placeholder="dd-mm-yyyy"></td>
</tr>
<tr>
<td>Educational Institute:</td>
<td><input type="text" id="name" name="Institute" ></td>
</tr>
<tr>
<td>Gender:</td>
<td><input type="radio" id="name" name="Gender" value="male">Male<input type="radio" id="name" name="Gender" value="female">Female<input type="radio" id="name" name="Gender" value="other">Other</td>
</tr>
<tr>
<td>
<input type="submit" class="subbtn" value ="Submit" style = "padding: 7px 30px;
background: -webkit-gradient(linear, left top, right top, from(#6D3E8D), to(#49A09D));
background: linear-gradient(to right, #6D3E8D, #49A09D);
border-radius: 50px;
border: 0;
font-family: 'Poppins', sans-serif;
color: #E5E5E5;
cursor: pointer;
font-weight: 500;
font-size: 13px;
-webkit-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;">
<!-- <button class="subbtn" type="button" value="Submit" formaction="/connect.php">Submit</button>-->
</td>
</tr>
</table>
</div>
</form>
</div>
</div>
<div id="contact">
<form name="contact" method="post" data-netlify="true">
<h1 id="hcon">Have a question ?</h1>
<table class="contact__table" align="center">
<tr class = "contact__tr">
<td class = "contact__td"><input type="text" id="cont" name="full_name"
placeholder="Full Name"></td>
</tr>
<tr class= "contact__tr">
<td class = "contact__td"><input type="email" id="cont" name="e-mail"
placeholder="Email"></td>
</tr>
<tr class = "contact__tr">
<td class = "contact__td"><textarea rows="3" cols="20" id="cont" name="Message"
placeholder="Type your Message here"></textarea></td>
</tr>
</table>
<button class="conbtn" type="submit">Submit</button>
</form>
</div>
<footer class= "footer">
<footer class="footer__content container container--pall">
<a class="footer__logo" href="index.html">
<img src="images/logo bw.png"/>
</a>
<div class="footer__social">
<a href="https://www.facebook.com/" target="_blank">
<img src="images/icon-facebook.svg" alt="Facebook">
</a>
<a href="https://www.instagram.com/" target="_blank">
<img src="images/icon-instagram.svg" alt="Instagram">
</a>
<a href="https://in.pinterest.com/" target="_blank">
<img src="images/icon-pinterest.svg" alt="Pinterest">
</a>
<a href="https://twitter.com/?lang=en" target="_blank">
<img src="images/icon-twitter.svg" alt="Twitter">
</a>
<a href="https://www.youtube.com/" target="_blank">
<img src="images/icon-youtube.svg" alt="Youtube">
</a>
</div>
<div class ="footer__links col1">
<a href="index.html">Home</a>
<a href="service.html">Services</a>
</div>
<div class ="footer__links col2">
<a href="about.html">About</a>
<a href="#contact">Contact</a>
</div>
<div class="footer__cta">
<a href="https://istebits.com/" target="_blank" class="button conbtn">istebits.com</a>
<div class="footer__copyright">
Sponsored by ISTEBITS
</div>
</div>
</footer>
</footer>
<script src="app/js/script.js"></script>
<script src="jquery-3.5.1.js"></script>
<script>
$(document).ready(function() {
//Preloader
preloaderFadeOutTime = 500;
function hidePreloader() {
var preloader = $('.spinner-wrapper');
preloader.fadeOut(preloaderFadeOutTime);
}
hidePreloader();
});
</script>
</body>
</html>