forked from students-alumni-cell-iitkgp/sac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
selection.php
104 lines (94 loc) · 2.32 KB
/
selection.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
<html>
<head>
<title></title>
<link rel="icon" href="img/meet_14.png">
<link rel="stylesheet" href="css/materialize.min.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<?php include 'navbar.php';?>
<style type="text/css">
body {
}
#intro{
line-height: 40px;
}
.card-panel{
width: 100% !important;
}
.headl{
background-color: #666;
color: white;
border-radius: 5px;
border-color: black;
}
.input{
background-color: silver;
text-align: center;
border-radius: 5px;
border-color: black;
display: inline-block;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 55;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
overflow-y: scroll;
transition: 0.5s;
padding-top: 60px;
text-align:center;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s
}
.sidenav a:hover{
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#ajax{
width: 60% !important;
background-color: #fff;
margin-left: 20%;
padding: 50px;
margin-bottom: 50px;
z-index: 50000;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
#ajax{
width: 90%;
margin:5%;
}
}
@media screen and (min-height: 992px) {
#button{
display: none;
}
}
</style>
<body>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScUc23lsZQr2X6d6UP5CDuxjle2EeejE4vU_bBELCtMUjUhng/viewform?embedded=true" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<?php include 'footer.php';?>
</body>
</html>