-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
134 lines (134 loc) · 4.27 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
<?php
include 'Core/init.php' ;
?>
<!DOCTYPE html>
<HTML lang = "en">
<HEAD>
<META http-equiv = "Content-Type" content = "text/html; charset = utf-8" />
<META charset = "utf-8" />
<META name = "viewport" content = "width=device-width, initial-scale = 1" />
<META name = "author" content = "capt_MAKO | Sneha Bharti" />
<TITLE>ISTE|KNIT, Sultanpur</TITLE>
<?php
include 'Include/files.php' ;
?>
<SCRIPT type = "text/javascript" >
$(document).ready(function() {
$('a[href*=#]').each(function() {
if ((location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')) && (location.hostname == this.hostname) && (this.hash.replace(/#/,''))) {
var $targetId = $(this.hash), $targetAnchor = $('[name=' + this.hash.slice(1) +']') ;
var $target = $targetId.length ? $targetId : $targetAnchor.length ? $targetAnchor : false ;
if ($target) {
var targetOffset = $target.offset().top ;
$(this).click(function() {
$("#nav li a").removeClass("active") ;
$(this).addClass('active') ;
$('html, body').animate({scrollTop: targetOffset}, 1000) ;
return false ;
}) ;
}
}
}) ;
}) ;
</SCRIPT>
<SCRIPT type = "text/javascript" >
$(document).ready(function() {
$("#collage-container img").mouseover(function() {
$("#collage-container img").css("z-index",1) ;
$(this).css("z-index",999) ;
$(this).fadeOut(100,function() {
$(this).fadeIn(1000) ;
}) ;
}) ;
}) ;
</SCRIPT>
<SCRIPT type = "text/javascript" >
$(document).ready(ajustamodal) ;
$(window).resize(ajustamodal) ;
function ajustamodal() {
var altura = $(window).height() - 160 ;
$(".ativa-scroll").css({"height":altura,"overflow-y":"auto"}) ;
}
</SCRIPT>
<SCRIPT type = "text/javascript" >
$(window).load(function() {
$(".se-pre-con").fadeOut("slow");;
});
</SCRIPT>
</HEAD>
<BODY>
<DIV class = "se-pre-con"></DIV>
<?php
include 'Include/forgot_password.php' ;
include 'Include/forgot_username.php' ;
include 'Include/feedback.php' ;
include 'Include/login.php' ;
include 'Include/signup.php' ;
include 'Include/admin_login.php' ;
include 'Include/user_panel.php' ;
include 'Include/Members/final.php' ;
include 'Include/Members/third.php' ;
include 'Include/Members/second.php' ;
include 'Include/Members/first.php' ;
include 'Include/Members/alumni.php' ;
include 'Include/header.php' ;
?>
<DIV id = "slide1">
<DIV class = "content">
<H1>ISTE</H1></BR></BR>
<H1>KNIT, Sultanpur</H1>
</DIV>
</DIV>
<DIV id = "slide2">
<DIV class = "content" >
<SECTION class = "cd-horizontal-timeline">
<DIV class = "timeline">
<DIV class = "events-wrapper">
<DIV class = "events">
<OL>
<?php
get_dates($database_handler) ;
?>
</OL>
<SPAN class = "filling-line" aria-hidden = "true"></SPAN>
</DIV>
</DIV>
<UL class = "cd-timeline-navigation">
<LI><A href= "#0" class = "prev inactive">Prev</A></LI>
<LI><A href= "#0" class = "next">Next</A></LI>
</UL>
</DIV>
<DIV class = "events-content">
<OL>
<?php
get_events($database_handler) ;
?>
</OL>
</DIV>
</SECTION>
</DIV>
</DIV>
<DIV id = "slide3">
<DIV class = "content"></DIV>
<DIV class = "container">
<DIV class = "row">
<?php
show_projects($database_handler) ;
?>
</DIV>
</DIV>
</DIV>
<DIV id = "slide4">
<DIV class = "content">
<BUTTON type = "button" class = "btn btn-info btn-lg" data-toggle = "modal" data-target = "#myModal5" id = "button">Final Year</BUTTON>
<BUTTON type = "button" class = "btn btn-info btn-lg" data-toggle = "modal" data-target = "#myModal6" id = "button">Third Year</BUTTON>
<BUTTON type = "button" class = "btn btn-info btn-lg" data-toggle = "modal" data-target = "#myModal7" id = "button">Second Year</BUTTON>
<BUTTON type = "button" class = "btn btn-info btn-lg" data-toggle = "modal" data-target = "#myModal8" id = "button1">First Year</BUTTON>
<BUTTON type = "button" class = "btn btn-info btn-lg" data-toggle = "modal" data-target = "#myModal9" id = "button2">Aluminis</BUTTON>
</DIV>
</DIV>
<?php
include 'Include/footer.php' ;
?>
</BODY>
</HTML>