forked from ualberta/institutional-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.html
More file actions
216 lines (183 loc) · 8.84 KB
/
base.html
File metadata and controls
216 lines (183 loc) · 8.84 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- The Meta: These two must be before <title> -->
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- The Title -->
<title>Framework Prototype</title>
<!-- The Other Meta -->
<meta name="description" content="University of Alberta">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- The Sheets -->
<!--[if lt IE 9]> <link href="./css/ualberta-ie.css" rel="stylesheet"><link href="./css/ualberta-ie-less.css" rel="stylesheet"> <![endif]-->
<!--[if IE 7]> <link href="./css/ualberta-ie7.css" rel="stylesheet"> <![endif]-->
<!--[if gt IE 8]><!--> <link href="./css/ualberta.css" rel="stylesheet"> <!--<![endif]-->
<!-- The Favicon -->
<link rel="shortcut icon" href="./ico/favicon.ico">
<!-- Le fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="./ico/apple-touch-icon-57-precomposed.png">
<!-- The Head Scripts: MODERNIZR ONLY! All others before </body> -->
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
</head>
<body>
<!-- Burn IE6 with fire -->
<!--[if lt IE 7]><p class=alert>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<header> <!-- Start Header -->
<div class="blade-container"><!-- Blade: http://www.imdb.com/title/tt0120611/ -->
<div class="blade-inner">
<a class="brand" href="#">
<!-- for faculties only <img src="./img/logo2.svg" alt="University of Alberta" /> -->
</a>
<nav class="blade-navigation">
<ul class="quick-links-container">
<li id="ql" class="dropdown">
<a href="#" id="dLabel" class="dropdown-toggle hidden-desktop" data-toggle="dropdown">
<span class="quick-links-text">
Quick Links <b class="caret"></b>
</span>
<span class="icon-bar quick-links-button"></span>
<span class="icon-bar quick-links-button"></span>
<span class="icon-bar quick-links-button"></span>
</a>
<ul class="quick-links" role="menu" aria-labelledby="dLabel">
<li role="menuitem"><a href="#">Find a Person</a></li>
<li role="menuitem"><a href="#">ONEcard</a></li>
<li role="menuitem"><a href="#">Bear Tracks</a></li>
<li role="menuitem"><a href="#">Maps</a></li>
<li role="menuitem"><a href="#">Mail</a></li>
<li role="menuitem"><a href="#">eClass</a></li>
<li role="menuitem"><a href="#">Libraries</a></li>
</ul>
</li>
</ul>
</nav>
<div class="blade-search">
<i class="icon-search"></i>
<input type="search" class="search-query" placeholder="search">
</div>
</div>
</div> <!-- End Blade: http://www.imdb.com/title/tt0359013/ -->
<div class="banner-container"> <!-- Start Banner -->
<div class="banner-inner">
<h1>
<span class="identifier"></span>
<span class="site-title">Faculty of Development</span>
</h1>
<div class="banner-logo">
<img src="http://www.ualberta.ca/~publicas/uofa/css/img/NavLogo.png" class="site-logo" alt="Site Logo" />
</div>
<nav class="audience-navigation">
<ul>
<li role="menuitem"><a href="#">Prospective Students</a></li>
<li role="menuitem"><a href="#">Current Students</a></li>
<li role="menuitem"><a href="#">Faculty & Staff</a></li>
<li role="menuitem"><a href="#">Alumni & Friends</a></li>
</ul>
</nav>
</div>
<div class="shadow-container"></div>
<div class="oval-container">
<div class="oval oval1"></div>
<div class="oval oval2"></div>
<div class="oval oval3"></div>
<div class="oval oval4"></div>
</div>
</div> <!-- End Banner -->
<div class="navigation-container"> <!-- Start Navigation -->
<nav id="main-nav" class="navigation-inner">
<ul>
<li>
<a class="navigation-toggle collapsed" data-toggle="collapse" data-target=".main-navigation">
Show Navigation <i class="icon-toggle-nav"></i>
</a>
<ul class="main-navigation collapse">
<li role="menuitem"><a href="#">Why UAlberta?</a></li>
<li role="menuitem"><a href="#">Faculties & Programs</a></li>
<li role="menuitem"><a href="#">Research</a></li>
<li role="menuitem"><a href="#">Admissions</a></li>
<li role="menuitem"><a href="#">Campus Life</a></li>
<li role="menuitem"><a href="#">News & Events</a></li>
<li role="menuitem" class="audience-link"><a href="#">Prospective Students</a></li>
<li role="menuitem" class="audience-link"><a href="#">Current Students</a></li>
<li role="menuitem" class="audience-link"><a href="#">Faculty & Staff</a></li>
<li role="menuitem" class="audience-link"><a href="#">Alumni & Friends</a></li>
</ul>
</li>
</ul>
</nav>
</div><!-- End Navigation -->
</header> <!-- End Header -->
<div class="content-wrapper">
<div class="page-title-row">
<div class="title-container container"> <!-- Container Start -->
<h2 class="page-title">Base Page</h2>
</div>
</div>
<div class="content-top-row">
<div class="content-container container"> <!-- Container Start -->
<div class="content-inner row-fluid">
<div class="span6 feature-area"> <!-- FMA Start -->
<p>top row</p>
</div> <!-- FMA End -->
</div>
</div> <!-- End Top Row -->
</div>
<div class="content-container container">
<div class="content-inner row-fluid"> <!-- Second Row Start -->
<div class="span5 primary-content-area">
<p>primary column</p>
</div>
<div class="span5 secondary-content-area clearfix">
<div class="secondary-row">
<p>secondary column</p>
</div>
</div>
<div class="span2 sidebar"> <!-- Sidebar Start -->
<p>sidebar</p>
</div> <!-- Sidebar End -->
</div> <!-- Second Row End -->
</div> <!-- Container End -->
</div>
<footer> <!-- Footer start -->
<div class="bottom-footer-row"> <!-- Footer Bottom Row Start -->
<div class="footer-container container"> <!-- Footer Container Start -->
<div class="footer-inner row-fluid"> <!-- Footer Inner Start -->
<div class="span9 footer-copyright">
<ul class="footer-quick-links">
<li><a href="#">Contact Us</a></li>
<li><a href="#">Feedback</a></li>
<li><a href="#">University Calendar</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Emergency</a></li>
<li><a href="#">Policies</a></li>
<li><a href="#">Weather</a></li>
<li><a href="#">Edmonton</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Keep in Touch</a></li>
</ul>
<p>
© 2012 University of Alberta 116 St. and 85 Ave., <br class="visible-phone" />Edmonton, AB, Canada T6G 2R3
</p>
</div>
<div class="span3 footer-right">
<a href="#">Back To Top</a>
</div>
</div> <!-- Footer Inner End -->
</div> <!-- Footer Container End -->
</div> <!-- Footer Bottom Row End -->
</footer> <!-- Footer End -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- scripts concatenated and minified via build script -->
<script src="./js/bootstrap.min.js"></script>
<!-- end scripts -->
</body>
</html>