forked from byuweb/HTML-Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagetype4-update1.html
111 lines (86 loc) · 4.39 KB
/
pagetype4-update1.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
107
108
109
110
111
<!doctype html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Page Title</title>
<meta name="description" content="Description about your department." />
<meta name="author" content="Your Department Name" />
<meta name="keywords" content="keyword 1, keyword 2, keyword 3" />
<meta name="viewport" content="width=device-width" />
<!-- Add your favicon here -->
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="change-this-directory/img/favicon.ico" />
<!-- Basic styles -->
<link rel="stylesheet" href="css/mobile.css" />
<link media="all and (min-width:200px)" rel="stylesheet" href="css/style.css">
<script src="http://byuweb.github.com/Global-Assets/js/modernizr.basic.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<header id="main-header" role="banner">
<div id="header-top" class="wrapper">
<div id="logo">
<h2><a href="http://www.byu.edu/">Brigham Young University</a></h2>
<!-- Use the following line instead of the one above if you want your parent organization included in the header -->
<!-- <h2><a href="http://www.byu.edu/">Brigham Young University</a> | <a href="#" id="parent">Parent Organization</a></h2> -->
</div>
<a href="#" id="site-name">BYU News</a>
<div id="search-container" role="search">
<!-- This is the default search form, linking to BYU's search page. If a user does not have javascript enabled, they'll get this form. If they have javascript, this content will be replaced with Google's custom search (from the script at the bottom of the page). -->
<form class="basic-search" action="http://home.byu.edu/home/search" role="form">
<input id="search" type="search" name="search" />
<input id="search-submit" type="submit" value="Search" />
</form>
<!-- This container holds the Google custom search, if enabled -->
<div class="gcse-wrapper">
<gcse:search></gcse:search>
</div>
</div>
</div>
</header>
<div id="content" class="wrapper clearfix" role="main">
<div id="breadcrumb" role="navigation">
<div id="breadcrumb-home">
<a href="#">Home</a>
<div class="bread-drop">
<a href="www.byu.edu">BYU Home</a>
<a href="#">Organization Home</a>
<a href="#">Two Pages Above</a>
</div>
</div>
› <a href="#">One Page Above</a>
› This page's main title
</div>
<h1>Main Title</h1>
<h2>Sub Title</h2>
<p>Content for App goes here.</p>
</div>
<footer role="contentinfo">
<div id="footer-bottom">
<p><a href="http://byui.edu/">BYU-Idaho</a> <a href="http://byuh.edu/">BYU-Hawaii</a> <a href="http://www.ldsbc.edu/">LDS Business College</a> <a href="http://lds.org/">The Church of Jesus Christ of Latter-day Saints</a></p>
<p><a href="http://home.byu.edu/home/copyright">Copyright© 2011, All Rights Reserved</a></p>
</div>
</footer>
<!--CONTENT END-->
<!-- JS -->
<!-- JQuery 1.9 -->
<script src="http://byuweb.github.com/Global-Assets/js/jquery-1.9.1.min.js"></script>
<script>window.jQuery || document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"><\/script>')</script>
<!-- Add JQuery Migrate if needed -->
<!-- <script src="http://byuweb.github.com/Global-Assets/js/jquery-migrate-1.1.1.min.js"></script> -->
<script src="js/script.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>