-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
175 lines (128 loc) · 5.38 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="Voting System - Main Page" />
<meta name="description" content="Voting System - Main Page" />
<meta name="author" content="florikodra" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="theme-color" content="#4169E1">
<title>Voting System - Main Page</title>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,500i,600,700,800,900|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800">
<!-- Plugins -->
<link rel="stylesheet" type="text/css" href="css/plugins-css.css" />
<!-- revoluation -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen" />
<!-- Typography -->
<link rel="stylesheet" type="text/css" href="css/typography.css" />
<!-- Shortcodes -->
<link rel="stylesheet" type="text/css" href="css/shortcodes/shortcodes.css" />
<!-- Style -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Responsive -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
</head>
<body>
<div class="wrapper">
<!--=================================
preloader -->
<div id="pre-loader">
<img src="images/pre-loader/loader-03.svg" alt="">
</div>
<!--=================================
preloader -->
<!--=================================
our-services -->
<section class="our-services page-section-ptb gray-bg">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="section-title text-center">
<h2>Welcome to iVOTE</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-text box-shadow text-center mb-30 white-bg">
<div class="feature-icon">
<span aria-hidden="true" class="ti-check-box"></span>
</div>
<div class="fature-info">
<h4 class="text-back pt-20 pb-10">Voting Sistem</h4>
<p>Front-end Panel for all registered users that want to vote or to see results.</p>
<a class="button mt-20" href="login.php">Go to page</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="feature-text box-shadow text-center mb-30 white-bg">
<div class="feature-icon">
<span aria-hidden="true" class="ti-email"></span>
</div>
<div class="fature-info">
<h4 class="text-back pt-20 pb-10">Contact / Report</h4>
<p>Simple interface for all visitors or voters to contact or report any problem.</p>
<a class="button mt-20" href="report.php">Go to page</a>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="feature-text box-shadow text-center mb-30 white-bg">
<div class="feature-icon">
<span aria-hidden="true" class="ti-user"></span>
</div>
<div class="fature-info">
<h4 class="text-back pt-20 pb-10">Admin Panel</h4>
<p>Restricted area only of admins of this system.</p>
<a class="button mt-20" href="cpanel/index.php">Go to page</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=================================
our-services -->
<footer class="footer page-section-pt black-bg">
<div class="container">
<div class="footer-widget mt-60 ">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 xs-mb-20">
<p class="mt-15"> ©Copyright <span id="copyright"> <script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script></span> Voting System. All Rights Reserved </p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 text-right">
<div class="footer-social mt-10">
<ul class="list-inline text-right xs-text-left">
<li><a href="report.php">Report a Problem</a> </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<div id="back-to-top"><a class="top arrow" href="#top"><i class="fa fa-angle-up"></i> <span>TOP</span></a></div>
<!--=================================
jquery -->
<!-- jquery -->
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<!-- plugins-jquery -->
<script type="text/javascript" src="js/plugins-jquery.js"></script>
<!-- plugin_path -->
<script type="text/javascript">var plugin_path = 'js/';</script>
<!-- REVOLUTION JS FILES -->
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="revolution/js/revolution-custom.js"></script>
<!-- custom -->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>