This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
75 lines (59 loc) · 2.58 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>CSSU - New Website Coming Soon</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<script type="text/javascript" src="js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="js/jquery.countdown.js"></script>
<script type="text/javascript" src="js/jquery.tipsy.js"></script>
<script type="text/javascript" src="js/jquery.subscribe.js"></script>
<script type="text/javascript" src="js/jquery.contact.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
<div id="wrapper">
<header>
<a class="logo" href="index.html"><img src="images/logo.png" alt="logo" title="logo" /></a>
</header>
<div id="book">
<div class="top-page"></div>
<div class="content-page">
<div class="top-spiral"></div>
<div class="bottom-spiral"></div>
<div id="cform">
<div class="row"></div>
<h3>Get in touch with us:</h3>
<div class="form-wrapper in-touch">
<div id="message"></div>
</div><!--end form-wrapper-->
</div><!--end cform-->
<div id="home">
<div class="row"></div>
<h2>Our new website is currently under construction!</h2>
<div class="row"></div>
<div class="row"></div>
<h3>We`re working hard and believe we`ll launch the website in:</h3>
<div id="countdown"></div>
<div class="clear"></div>
<div class="row"></div>
</div><!--end home-->
</div><!--end content-page-->
<div class="bottom-page">
<ul class="social">
<!-- Change the # with the link to your social page. -->
<li><a class="facebook tooltip" href="https://www.facebook.com/UofTCSSU/" title="Facebook"></a></li>
<!-- You can add to social list buttons for digg, delicious, vimeo and dropbox. Just delete the brackets from below -->
<!-- <li><a class="digg tooltip" href="#" title="Digg"></a></li>
<li><a class="delicious tooltip" href="#" title="Delicious"></a></li>
<li><a class="vimeo tooltip" href="#" title="Vimeo"></a></li>
<li><a class="dropbox tooltip" href="#" title="DropBox"></a></li>
-->
</ul>
</div><!--end bottom-page-->
</div><!--end book-->
<p class="copyright">Copyright © CSSU - All Rights Reserved</p>
</div><!--end wrapper-->
<script type="text/javascript" src="js/jquery.placeholder.js"></script> <!-- placeholder html5 tag support for IE and Old Browsers -->
</body>
</html>