-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwinner.php
executable file
·84 lines (79 loc) · 2.32 KB
/
winner.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PROGEEKS</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="img/png" href="img/logo.png"></link>
<style type="text/css">
.home_bg{
background:url(img/bg/bg.png)no-repeat transparent;
background-size: cover;
background-color: #fff;
width:100%;
height:100%;
z-index: 9999;
}
a{
text-decoration: none;
color: #4183D7 ;
background: #fff;
padding: 6px 20px;
margin-top: 270px;
display: inline-block;
font-size: 140%;
transition: 0.4s all;
}
a:hover{
text-decoration: none;
padding: 6px 40px;
}
</style>
</head>
<body class="home_bg">
<!--div class="well bs-component">
<!--fieldset style="font-size:20pt;">
PROGEEKS
</fieldset>
</div-->
<div style="background:url(img/bg/text_logo.png)no-repeat; margin-top:2%; background-size:200px; width:180px; height:50px"></div>
<center>
<h1><font color="#FFF">PROGEEKS RESULT</font></h1>
<br/>
<h2><font color="#00FFFF">COLLEGE</font></h2>
<div class="row">
<div class="col-lg-6">
<center>
<h2><font color="#00CC99">WINNER</font></h2>
<h3><font color="#FFF">NIT,Trichy</font></h3>
<h3><font color="white">Department of Computer Applications</font></h3>
</center>
</div>
<div class="col-lg-6">
<h2><font color="#00CC99">RUNNER</font></h2>
<h3><font color="white">Coimbatore Institute Of Technology</font></h3>
<h3><font color="white">Department of Computer Applications</font></h3>
</div>
</div>
<h2><font color="#00FFFF">ALUMNI</font></h2>
<div class="row">
<div class="col-lg-6">
<center>
<h2><font color="#00CC99">WINNER</font></h2>
<h3><font color="white">08MX26</font></h3>
<h3><font color="white">NAGESWARAN S</font></h3>
</center>
</div>
<div class="col-lg-6">
<h2><font color="#00CC99">RUNNER</font></h2>
<h3><font color="white">09MX55</font></h3>
<h3><font color="white">THIRUPPATHIRAJA B</font></h3>
</div>
</div>
</center>
</body>
</html>