forked from UCL-WAMS/indigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner-image.html
129 lines (104 loc) · 5.43 KB
/
banner-image.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
<!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]-->
<style type='text/css'>.photograph--show {background-image:url('images/banner-head-image.jpg');}</style>
<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>
require(["app/general","app/searchWithAutoComplete"]);//load the default stuff
</script>
</head>
<body id="index" class="layout-vertical layout-vertical--nav-2col
">
<header class="header header--desktop">
<a class="header__close" href="#"><img src="//cdn.ucl.ac.uk/indigo/images/close.png" alt="X" />Close</a>
<div class="masthead">
<div class="wrapper clearfix">
<div class="masthead__search">
<form action="//search.ucl.ac.uk/s/search.html" method="get">
<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="hidden" name="collection" value="website-meta">
<input type="hidden" name="profile" value="_website">
<input type="hidden" name="tab" value="websites">
<input type="submit" name="submit" value="Go" class="btn btn--primary 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="/" class="masthead__link">UCL Home</a>
</li>
<li class="masthead__item"><a href="/prospective-students" class="masthead__link">Prospective students</a>
</li>
<li class="masthead__item"><a href="/students" class="masthead__link">Current students</a>
</li>
<li class="masthead__item"><a href="/staff" class="masthead__link">Staff</a>
</li>
</ul>
</nav>
</div>
</div><!-- end .masthead -->
<div class="wrapper">
<div class="photograph photograph--show">
<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/indigo/images/ucl-logo.svg" alt="UCL logo" id="logo" class="brand__logo">
</div>
<p class="photograph__description">A nascent retina, generated from a 3D embryonic stem cell culture</p>
</div><!-- end .photograph -->
</div>
</header><!-- end .header -->
</body>
</html>