-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.php
45 lines (44 loc) · 1.33 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
<?php
?>
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<link href="css/style.css" rel="stylesheet" />
<title>ACM NIT Surat Chapter | Home</title>
<script src="//use.edgefonts.net/ubuntu:n3,i3,n4,i4,n5,i5,n7,i7:all.js"></script>
</head>
<body>
<div id="thecontainer">
<div id="headerblock">
<div id="logoandthings">
<span id="logosvnit"></span>
<span id="logotext"></span>
<span id="logochapter"></span>
</div>
<div id="navigationpanel">
<span>Home</span>
<span>Events</span><!-- place event archives here as well -->
<span>Team</span>
<span>About</span>
<span>Contact</span>
</div>
</div>
<div id="thecontent">
<!-- Populate this through JavaScript -->
</div>
<div id="thefooter">
<span id="copyright"></span>
<div id="plugins">
<span>Facebook</span>
<span>Twitter</span>
<span>Google+</span>
</div>
</div>
</div>
<noscript style="position: absolute;top: 0;height: auto; width: 100%;background: #f00;text-align: center;color: #fff">This site uses JavaScript for its normal functioning. You may experience trouble navigating at this page. Open the lite version <a href="http://nitsurat.acm.org/lite/">here</a>.
</noscript>
<script src="js/main.js"></script>
<script src="js/data.js"></script>
</body>
</html>