forked from UCL-WAMS/indigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hero.html
161 lines (130 loc) · 6.29 KB
/
hero.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
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
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="lt-ie9 lt-ie8 no-js"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="lt-ie9 no-js"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset=utf-8 />
<meta name="author" content="UCL" />
<meta name="description" content="UCL Homepage" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- social meta -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@uclnews">
<meta name="twitter:title" content="UCL - London's Global University">
<meta name="twitter:description" content="UCL (University College London) is London's leading multidisciplinary university, with 8,000 staff and 25,000 students.">
<meta name="twitter:creator" content="@UCLWAMS">
<meta name="twitter:image:src" content="http://www.ucl.ac.uk/visual-identity/logos/standalone.png">
<meta property="og:image" content="http://www.ucl.ac.uk/visual-identity/logos/standalone.png" />
<meta property="og:title" content="UCL - London's Global University" />
<meta property="og:url" content="http://www.ucl.ac.uk" />
<meta property="og:site_name" content="UCL" />
<meta property="og:description" content="UCL (University College London) is London's leading multidisciplinary university, with 8,000 staff and 25,000 students." />
<meta property="og:type" content="website" />
<meta property="og:profile_id" content="uclofficial" />
<!-- end social meta -->
<title>UCL Design Language</title>
<link href="//static.ucl.ac.uk/indigo/css/screen.min.css" media="screen, projection" rel="stylesheet" type="text/css" />
<!--[if IE]><link href="//static.ucl.ac.uk/indigo/css/ie.min.css" rel="stylesheet" /><![endif]-->
<!--[if lt IE 8]><link href="//static.ucl.ac.uk/indigo/css/ie-old.min.css" rel="stylesheet" /><![endif]-->
<link rel="shortcut icon" href="//static.ucl.ac.uk/indigo/images/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileImage" content="favicon-144.png">
<script src="//static.ucl.ac.uk/indigo/js/lib/modernizr-custom.js"></script>
<script>
var cuttingTheMustard = document.querySelector && window.localStorage && window.addEventListener;
Modernizr.load({
//cutting the mustard as used by the BBC
test: cuttingTheMustard
//if old browser load the shiv
,
nope: [
'//static.ucl.ac.uk/indigo/js/lib/html5shiv-printshiv.min.js', '//static.ucl.ac.uk/indigo/js/lib/respond.min.js'
]
});
//set conditional assets for main.js
var globalSiteSpecificVars = {
pathToJquery: '//static.ucl.ac.uk/indigo/js/lib/jquery-1.9.1.min',
googleAnalyticsIdsArray: [] //specify array of site specific id's NOT UCL generic UA-943297-1
}
if (cuttingTheMustard) {
globalSiteSpecificVars.pathToJquery = "//static.ucl.ac.uk/indigo/js/lib/jquery-2.1.1.min";
}
</script>
<script src="//static.ucl.ac.uk/indigo/js/lib/require.min.js"></script>
<!-- <script src="//static.ucl.ac.uk/indigo/js/main.js"></script> -->
<script src="//static.ucl.ac.uk/indigo/js/main.js"></script>
<script>
require(["app/general"]); //load the default stuff
</script>
</head>
<body id="hero-view" class="layout-vertical layout-vertical--nav-2col
">
<header class="header header--desktop">
<a class="header__close" href="#">
<img src="//cdn.ucl.ac.uk/img/blank.gif" class="lazy" data-src="//static.ucl.ac.uk/indigo/images/close.png" alt="X" />Close</a>
<div class="masthead">
<div class="wrapper clearfix">
<div class="masthead__search">
<form action="#" method="get">
<!--
<div class="search-type">
<input type="radio" id="ucl-site" name="operation" value="1" checked="checked">
<label for="ucl-site" class="site">Site</label>
<input type="radio" id="ucl-search" name="operation" value="2">
<label for="ucl-search" class="staff">Directory</label>
</div>
-->
<div class="search-form">
<input type="search" placeholder="Search UCL websites, people and more" class="search-form__input search-form__input--search" value="">
</div>
<input type="submit" name="sumbit" value="Go" class="btn search-form__input search-form__input--submit" />
</form>
</div>
<nav class="masthead__nav m-clear">
<ul class="masthead__list">
<li class="masthead__item"><a href="//www.ucl.ac.uk/" class="masthead__link">UCL Home</a>
</li>
<li class="masthead__item"><a href="//www.ucl.ac.uk/prospective-students/" class="masthead__link">Prospective students</a>
</li>
<li class="masthead__item"><a href="//www.ucl.ac.uk/students/" class="masthead__link">Current students</a>
</li>
<li class="masthead__item"><a href="//www.ucl.ac.uk/staff/" class="masthead__link">Staff</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- end .masthead -->
<div class="wrapper">
<div class="photograph">
<div class="brand">
<p class="brand__heading">UCL Design Language</p>
<a href="/" class="brand__link"><span class="visually-hidden">Home</span></a>
<img src="//cdn.ucl.ac.uk/img/blank.gif" data-src="//static.ucl.ac.uk/indigo/images/ucl-logo.svg" alt="UCL logo" id="logo" class="brand__logo lazy">
</div>
<p class="photograph__description">A nascent retina, generated from a 3D embryonic stem cell culture</p>
</div>
<!-- end .photograph -->
</div>
<!-- end .wrapper -->
</header>
<!-- end .header -->
<div class="site-content wrapper">
<header class="header header--mobile">
<a class="header header__open" href="#">
<img src="//cdn.ucl.ac.uk/img/blank.gif" class="lazy" data-src="//static.ucl.ac.uk/indigo/images/mob-nav.png" alt="Menu" />
</a>
</header>
<div class="hero" style="background-image: url('http://lorempixel.com/1400/500')">
<div class="hero__content">
<div class="hero__body hero__body--background">
<h2 class="as-h5 hero__sub"><a href="">Page section</a></h1>
<h1 class="hero__title">Page title</h1>
<p class="hero__blurb">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et quasi quos saepe, illum vero cumque. Voluptatem, nihil similique consectetur, ad possimus provident praesentium labore nemo soluta voluptas a.</p>
</div>
</div>
</div>
</div>
</body>
</html>