-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
106 lines (89 loc) · 4.03 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="http://www.longboardhfx.ca/css/custom.css" type="text/css">
<link rel="stylesheet" href="http://www.longboardhfx.ca/css/content.css" type="text/css">
<link rel="stylesheet" href="http://www.longboardhfx.ca/css/misc.css" type="text/css">
<link rel="stylesheet" type="text/css" media="screen, print" href="http://www.longboardhfx.ca/css/uniform.css">
<title>Longboard HFX</title>
<!--Begin Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33098354-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!--End Google Analytics-->
</head>
<body class="main">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<div class="header">
<!--<div class="ctn-boundary-login clearfix"> -->
<div class="ctn-boundary clearfix">
<div class="mainLogo">
<h2><a href="http://www.longboardhfx.ca/" title="Back to Longboard Halifax Home Page">Longboard Halifax</a></h2>
</div>
<div class="mainTitle">
<h1>Longboard Halifax</h1>
<h5>... site coming soon!</h5>
</div>
</div> <!-- end-of ctn-boundary -->
</div><!-- Header -->
<div class="mainnav">
<ul id="tab_menu">
<!--TopNavigation-->
<li class="tab"><a href="http://www.facebook.com/longboardhalifax">Facebook Page</a></li>
<li class="tab"><a href="http://www.facebook.com/groups/longboardhalifax" >Facebook Group</a></li>
<li class="tab"><a href="http://goo.gl/maps/Tdu5">Ryan's Map of Hills</a></li>
<li class="tab"><a href="http://www.youtube.com/user/HFXLongboarding" >YouTube Videos</a></li>
<!--End TopNavigation-->
</ul>
</div>
<div id="navigation">
</div>
<!-- Begin Content -->
<span id="content">
<div id="channels">
<!-- Content -->
<p>This site is now under construction!
<br>
<a href="./scratch-site" target="_tab">Here</a> is were the live action will likely be happening. And when we're done, we'll move it to the main page.<br>
If you have any issues, or suggestions, contact us <a href="https://github.com/longboardhfx/longboardhfx.github.com/issues" target="_tab">here</a>
</p>
<p>EVENT NOTICE: There is an event in the planning stages: no firm details yet but it looks like July 28th with a rain date of the 29th.
<br>Check the facebook group as this site isn't up yet.
</p>
<p>So far it's just an empty template I made for an old co-op job. It should look familiar to Dal students.
<br>But I don't plan to keep it looking like the the my.dal.ca login page!
<br>When I have some time I'll do something here, if you're interested in helping contact me via the facebook group</p>
</div>
</span>
<!-- End Content -->
<div class="footer">
<div class="ctn-boundary">
<p>
<b>Longboard Halifax</b>
<br>Halifax, Nova Scotia, Canada
<br><span class="copyright">© 2012<script type="text/javascript">document.write("-" + (new Date()).getFullYear())</script> Longboad Halifax</span>
</p>
<ul>
<!-- DalFooter Nav -->
<li class="first-child"><a href="http://www.facebook.com/longboardhalifax">FB Page</a></li>
<li><a href="http://www.facebook.com/groups/longboardhalifax">FB Group</a></li>
<li><a href="http://www.youtube.com/user/HFXLongboarding">YouTube</a></li>
<li class="last-child"><a href="./about">About</a></li>
<!-- End DalFooter Nav -->
</ul>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</body></html>