-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.html
195 lines (168 loc) · 10.3 KB
/
application.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="application.css">
<title>ACME COLLEGE | Science and commerce</title>
</head>
<body>
<!-- top banner -->
<div class="top-banner">
<div class="container">
<div class="small-bold-text banner-text self-color">
<p>
<marquee behavior="scroll" direction="left" scrollamount='3' onmouseover='this.stop()'
onmouseout='this.start()'>Dear Sir and Madam,
Greeting from Telangana Academy for Skill and Knowledge (TASK), Department of ITE&C, Government
of
Telangana. |
We are glad to inform you that all the college can start the training session for this Academic
year. |
You can select the course and fix the schedule by login in your college account on TASK
portal. |
Click here for list of courser/ service offerings: https://task.telangana.gov.in/courses
For each training course/session need batch size is 50-60 members.
|
We are also inform you that, TASK has released Student registration notification for the
academic year 2023-2024.</marquee>
</p>
</div>
</div>
</div>
<!-- nav bar -->
<nav>
<div class="container main-nav flex" id="NavBar">
<a href="#" class="company-logo">
<img src="./img/logo.png" alt="Acme logo">
</a>
<div class="nav-links">
<ul class="flex">
<li><a href="./index.html" class="hover-link ">Home</a></li>
<li><a href="#glance" onclick="toggleMenu()" class="hover-link"><strong class="Home">Application</strong></a></li>
<!-- <li><a href="#comment_section01" onclick="toggleMenu()" class="hover-link">Reviews</a></li>
<li><a href="#About_us" onclick="toggleMenu()" class="hover-link">About us</a></li> -->
<!-- <li><a href="#" class="hover-link">Contact us</a></li> -->
<!-- <li><a href="#" class="hover-link secondary-button">Sign in</a></li> -->
<li><a href="./login.html" target="_blank" class="hover-link primary-button">sign in</a></li>
<li><a href="./demo.html" target="_blank" class="hover-link primary-button signup_btn">Sign up</a></li>
</ul>
</div>
</div>
</nav>
<!-- application form section -->
<!-- <div class="body" id="container">
<form action="#">
<div class="user-details">
<h2>Application</h2>
<div class="input-box">
<span class="details">Full Name</span>
<input type="text" placeholder="Enter your name" required>
</div>
<div class="input-box">
<span class="details">Email</span>
<input type="email" placeholder="Enter your Email" required>
</div>
<div class="input-box">
<span class="details">Phone number</span>
<input type="number" max-length="10" placeholder="phone number" required>
</div>
<div class="input-box">
<label for="Course">Course</label>
<select name="Course" id="course">
<option value="not selected"> </option>
<option value="BSC">BSC</option>
<option value="B.com General">B.com General</option>
<option value="B.com computer Application">B.com computer application</option>
<option value="BCA">BCA</option>
<option value="BBA">BBA</option>
</select>
</div>
<div class="input-box">
<div>Gender
<input type="radio" class="gender" id="male" name="gender">
<label for="male">Male</label>
<input type="radio" class="gender" id="female" name="gender">
<label for="female">Female</label>
</div>
</div>
<div class="button">
<ul>
<li><a href="#" target="_blank" class="hover-link primary-button">Submit</a></li>
</ul>
</div>
</div>
</form>
</div> -->
<!-- application form section -->
<section class="body">
<div class="wrapper">
<form id="signup_register product" method="post" action="#" name="admission_form">
<h1>Application Form</h1>
<div class="input-box" for="Name">
<input type="text" id="Name" name="Name" placeholder="Full Name" required>
<i class='bx bxs-user'></i>
</div>
<div class="input-box" for="email">
<input type="email" id="email" name="Email" placeholder="Email" required>
<i class='bx bxs-user'></i>
</div>
<div class="input-box dob_gpa" for="dob_gpa">
<input type="date" id="dob" name="dob" placeholder="Date of Birth" required>
<i class='bx bxs-lock-alt'></i>
<input type="number" min="0" max="1000" id="gpa" name="gpa" placeholder="Total marks in Inter" required>
<i class='bx bxs-lock-alt'></i>
</div>
<div class="input-box" for="number">
<input type="number" id="number" name="number" minlength="10" maxlength="10" placeholder="Phone number" required>
<i class='bx bxs-lock-alt'></i>
</div>
<div class="input-section">
<label for="Course">Course :</label>
<select required name="Course" id="course">
<option value="not selected">Not selected</option>
<option value="BSC">BSC</option>
<option value="B.com General">B.com General</option>
<option value="B.com computer Application">B.com computer application</option>
<option value="BCA">BCA</option>
<option value="BBA">BBA</option>
</select>
</div>
<!-- <div class="input-radio" name="gender" for="gender">Gender :
<input type="radio" class="gender" value="male" id="male" name="male">
<label for="male">Male</label>
<input type="radio" class="gender" value="female" id="female" name="female">
<label for="female">Female</label>
</div> -->
<div class="remember-forget">
<label>
<input required type="checkbox">I agree <span class="termsconditions">terms and
conditions.</span></label>
</div>
<div>
<!-- <a href="#"><button id="reset" value="reset" type="Reset" class="red-btn btn">Reset</button></a> -->
<a href="./contactyou.html"><button type="submit" name="name" value="Submit"
class="btn">Submit</button></a>
<!-- <button class="click btn" name="submit">Submit</button> -->
</div>
</form>
<!-- <div class="register-link">
<p>Have account?</p>
<a href="./login.html">Log in</a>
</div> -->
</div>
</section>
<footer style="height: 10vh;"></footer>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbzr9Jviqu6ll0h7zhSDfGip5B2-8US3bfE4npDwuw-C8hgjoz_ghDi6C7KwuwDZfh6c/exec'
const form = document.forms['admission_form']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => alert("Thanks for Contacting us..! We Will Contact You Soon..."))
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html