forked from HariKishorePec/Student-Election-System
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.php
More file actions
32 lines (31 loc) · 1.36 KB
/
Copy pathabout.php
File metadata and controls
32 lines (31 loc) · 1.36 KB
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
<!DOCTYPE html>
<html>
<head>
<title>About |SES</title>
<link href="https://fonts.googleapis.com/css?family=Secular+One" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="master.css">
<style type="text/css">
.content{
max-width: 650px;
border: 5px solid #e1e1e1;
padding: 20px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<h1>Student Election System </h1>
<div class="content">
Student Election System is a online election system, which can be used for normal class election processes. For example, election of a
class Representative, Student secretary, and other posts.
<p>When it comes to Voting by students, this platform will serve the better way. First you have to have a admin account.There can only be one admin account, and it has superuser access to database. Next, all the voters have to first register in the forum and then he/she can cast vote. One can cast only one vote, identified by user's unique ID/ student ID. </p>
<p>So use it for your real life purposes, and have fun.</p>
<p>Site wide look and feel can be changed in master.css</p>
<p> Admin username and password is 'admin'.</p>
</div>
<br>
<p style="text-align: center; "><a href="index.php" style=" background-color: #000aff; padding: 8px 25px;">Back</a></p>
</body>
</html>