forked from GCOEN-complaint-portal/SGP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (213 loc) · 10.1 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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!-- HTML Begin- 472Lines -->
<!DOCTYPE html>
<html lang="en">
<!-- HEAD start -->
<head>
<!-- meta tags Required -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title -->
<title> GCOEN Complaint Portal </title>
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!-- JQERY Typed -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<!-- HEAD End -->
<!-- BODY start -->
<body>
<!-- scroll Button HTML -->
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<!-- NAVBAR start -->
<nav class="navbar">
<div class="max-width">
<!-- Navbar Heading -->
<div class="logo"><a href="#">GCOEN<span> SGP</span></a></div>
<!-- Navbar Sub-Content -->
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#" class="menu-btn">Register</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<!-- Navbar Sub-Content Button on Media Queries -->
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- NAVBAR End -->
<!-- HOME section start -->
<section class="home" id="home">
<div class="max-width">
<!-- Home Section Content -->
<div class="home-content">
<div class="text-1">Hello, I`m</div>
<div class="text-2">Student Grievance Portal</div>
<div class="text-3">and I'm here to register your Grievance of <br><span class="typing">Hostel</span></div>
<!-- Contact me Button -->
<a href="registerarion.html">Register <i class='bx bx-send'></i></a>
</div>
</div>
</section>
<!-- HOME section End -->
<!-- ABOUT section start -->
<section class="about" id="about">
<div class="max-width">
<!-- About Heading -->
<h2 class="title">About me</h2>
<!-- About Section Content -->
<div class="about-content">
<!-- About Section Content Left -->
<div class="column left">
<img src="GCOEN Logo.jpg" alt="GCOEN Nagpur">
</div>
<!-- About Section Content Right -->
<div class="column right">
<!-- <div class="text">I'm Saurabh Yadav and I'm a <span class="typing-2">Entrepreneur</span></div> -->
<p> Welcome to Government College of Engineering Nagpur. This Institute, commonly referred as GCOEN,
started from academic year 2016–17. It is affiliated to the Rashtrasant
Tukadoji Maharaj Nagpur University, Nagpur. Its campus is located at New Khapri, Nagpur.</p>
<br><br>
<p class="quote"> Inspired and live by, "Technology is Only as Valuable as the Problems It`s Trying
to Solve". </p>
</div>
</div>
</div>
</section>
<!-- ABOUT section End -->
<!-- Services section start -->
<section class="services" id="services">
<div class="max-width">
<!-- Services Heading -->
<h2 class="title">Steps</h2>
<!-- Services Section Content -->
<div class="serv-content">
<!-- Services Section Content-1 -->
<div class="card">
<!-- <img src="skill1.jpg" alt=""> -->
<div class="box">
<i class='bx bx-code-curly'></i>
<div class="text">1. Sign Up</div>
<p>Sign up to get your login id and password.For mobile based login, OTP verification
is mandatory.</p>
</div>
</div>
<!-- Services Section Content-2 -->
<div class="card">
<div class="box">
<i class='bx bxs-pencil'></i>
<div class="text">2. Choose Complaint Type</div>
<p>Click at desired radio button and select broad nature of complaint.</p>
</div>
</div>
<!-- Services Section Content-3 -->
<div class="card">
<div class="box">
<i class='bx bxs-pencil'></i>
<div class="text">3. Describe & Submit</div>
<p>Select category of complaint from drop-down list prompted by the system. Provide additional
details in the 'Complaint description' textbox and submit.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services section End -->
<!-- Contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<!-- Contact Heading -->
<h2 class="title">Contact Me</h2>
<!-- Contact Section Content -->
<div class="contact-content">
<!-- Contact Section Content Left -->
<div class="column left">
<div class="text">Get in Touch</div>
<div class="icon">
<a href="http://www.instagram.com/saurabh739" target="_blank"><i
class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/saurabh-yadav-469323208" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/iamsaurabb" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/Saurabb1086?t=AqvHGMP-XN4KWvxUrh6evw&s=09" target="_blank"><i
class="fab fa-twitter"></i></a>
</div>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<!-- <div class="head">Name</div> -->
<div class="sub-title">Government College Of Engineering Nagpur – GCOEN</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<!-- <div class="head">Location</div> -->
<div class="sub-title">New Khapri(Railway), Nagpur, India</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<!-- <div class="head">Email</div> -->
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<!-- Contact Section Content Right-->
<!-- <div class="column right">
<div class="text">Message Me</div> -->
<!-- Form Created -->
<!-- <form action="https://formsubmit.co/[email protected]" method="POST"> -->
<!-- Form Row-1 -->
<!-- <div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email ID" required>
</div>
</div> -->
<!-- Form Row-2 -->
<!-- <div class="field">
<input type="text" placeholder="Subject" required>
</div> -->
<!-- Form Row-3 -->
<!-- <div class="field textarea">
<textarea cols="75" rows="5" placeholder="Describe Project" required></textarea>
</div> -->
<!-- Form Row-4, Submit Button -->
<!-- <div class="button">
<button type="submit">Send<i class='bx bx-send'></i></button>
</div>
</form>
</div> -->
</div>
</div>
</section>
<!-- Contact section End -->
<!-- Footer section start -->
<footer>
<div>
<span>Created By <a href="file:///C:/Users/Administrator/Desktop/Nothing/Port2/index.html#"> GCOEN SGP</a> |
<span class="far fa-copyright "> 2022 All Rights
Reserved, GCOEN Nagpur</span></span>
</div>
</footer>
<!-- Footer section End -->
<!-- JavaScript -->
<script src="script.js"></script>
</body>
</html>