-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
168 lines (134 loc) · 4.43 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
<html>
<head>
<link rel='stylesheet prefetch' href='css/social.css'>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/jpg" href="image/res.png">
<style>
body {
background-image: url(image/back.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.card {
background-image: url(image/back4.png);
background-repeat: no-repeat;
background-size: 100% 100%;
//background-color: white;
//box-shadow: 0 4px 8px 0 #2f712d;
max-width: 600px;
max-height: 2500px;
margin: auto;
text-align: center;
}
.container {
padding: 0 60px;
}
.title {
font-family: monospace;
color: #000000;
font-size: 18px;
}
button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a {
text-decoration: none;
font-size: 15px;
color: black;
font-family: cursive
}
button:hover,
a:hover {
opacity: 0.7;
}
/* Style all font awesome icons */
.button1 {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #4CAF50;
width: 50%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
}
.button2 {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #1254b1;
width: 50%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
}
.text {
padding: 10px 10px 10px 10px;
font-family: sans-serif;
color: #000000;
font-size: 30px;
;
text-align: left;
}
.text2 {
padding: 10px 10px 10px 10px;
font-family: sans-serif;
color: #000000;
font-size: 25px;
;
text-align: left;
}
.button1:hover,
.form button1:active,
.form button1:focus {
background: #43A047;
}
.button2:hover,
.form button2:active,
.form button2:focus {
background: #0a479b;
}
h1{
font-family: serif;
}
</style>
</head>
<body>
<?php include('/homenav.html'); ?>
<div class="card">
<pre>
</pre>
<div class="container">
<div class="text2">
<p>The main objective of the Website is to provide the examination result to the student in a simple way.This project is useful for students and institutions for getting the results in simple manner.It is an application tool for displaying the results in secure way. </p>
<p>The system is intended for the student. And the privileges that are provided to student are to read his/her result by providing student user name and password.
<br> The whole result analyzer will be under the control of the Teachers(administrator) and the admin as the full privileges to read, write and execute the result. </p>
<p class="title">Developed by <a href="home_contact.php"> Akash Shingha Bappy</a> </p>
</div>
<!-- <button class="buttom button1" onclick="location.href='login.html';" value="Cancel">Login</button>
<p></p>
<button class="buttom button2" onclick="location.href='contact.html';" value="About"> Contact with admin </button> -->
<div>
<pre>
</pre> </div>
</div>
</div>
</body>
</html>