forked from artfisica/atlasoutreach-webpage
-
Notifications
You must be signed in to change notification settings - Fork 3
/
dev_header.html
285 lines (248 loc) · 12 KB
/
dev_header.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
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="/DataAndTools/300lo.json"></script>
<script type="text/javascript" src="/DataAndTools/boost"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="http://atlas.cern/sites/atlas-public.web.cern.ch/files/favicon_0.ico" type="image/vnd.microsoft.icon">
<link rel="alternate" type="application/rss+xml" title="ATLAS RSS" href="http://atlas.cern/rss.xml">
<meta name="robots" content="noindex">
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<!-- JS -->
<script type="text/javascript" src="js/lib/jquery-1.12.3.min.js" ></script>
<script type="text/javascript" src="js/lib/angular.min.js"></script>
<script type="text/javascript" src="js/lib/angular-resource.min.js"></script>
<script type="text/javascript" src="js/lib/angular-route.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Adding modern button styles: June 7th, 2016-->
<link href="DataAndTools/css3/css/m-styles.min.css" rel="stylesheet">
<title>ATLAS | Open Data and Tools for Education</title>
<style type="text/css" media="all">
@import url("http://atlas.cern/modules/system/system.base.css?o68vyv");
@import url("http://atlas.cern/modules/system/system.menus.css?o68vyv");
@import url("http://atlas.cern/modules/system/system.messages.css?o68vyv");
@import url("http://atlas.cern/modules/system/system.theme.css?o68vyv");
</style>
<style type="text/css" media="all">
@import url("http://atlas.cern/sites/all/modules/cern_dev_status/css/dev_styling.css?o68vyv");
@import url("http://atlas.cern/sites/all/modules/cern_toolbar/css/remove_ext.css?o68vyv");
@import url("http://atlas.cern/modules/comment/comment.css?o68vyv");
@import url("http://atlas.cern/modules/field/theme/field.css?o68vyv");
</style>
<style type="text/css" media="all">
@import url("http://atlas.cern/modules/node/node.css?o68vyv");
@import url("http://atlas.cern/modules/search/search.css?o68vyv");
@import url("http://atlas.cern/modules/user/user.css?o68vyv");
@import url("http://atlas.cern/sites/all/modules/views/css/views.css?o68vyv");
@import url("http://atlas.cern/sites/all/modules/ckeditor/css/ckeditor.css?o68vyv");
</style>
<style type="text/css" media="all">
@import url("http://atlas.cern/sites/all/modules/shib_auth/shib_auth.css?o68vyv");
@import url("http://atlas.cern/sites/all/modules/ctools/css/ctools.css?o68vyv");
</style>
<link type="text/css" rel="stylesheet" href="/DataAndTools/css" media="all">
<style type="text/css" media="all">
@import url("http://atlas.cern/sites/all/modules/cern_toolbar/css/screen.css?o68vyv");
</style>
<style type="text/css" media="all">
@import url("http://atlas.cern/sites/atlas-public.web.cern.ch/themes/atlas/css/style.css?o68vyv");
</style>
<style>
p.huge {
font-size: 500%;
color:blue;
border: 1px solid black;
padding: 6px;
opacity: 0.7;
}
.site-header {
padding: 10px 0;
background: #0B80C3;
color: #BEE7FF;
margin-top: 0px;
margin-bottom: 0px;
}
.site-footer {
padding: 25px 0;
margin-top: 0px;
background-color: #E7E7E7;
}
.div {
border-top:0px;
border-bottom:0px;
border-color:#FFFFFF;
}
</style>
<!-- Tables Style: Note: This is changing the order of the footer wrt the atlas.cern website -->
<style>
table, th, td {
text-align: center;
}
th {
background-color: #0b80c3;
color: white;
}
</style>
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- end Bootstrap -->
<link rel="stylesheet" type="text/css" href="/image_style.css">
<link rel="stylesheet" type="text/css" href="/DataAndTools/toolbar.css">
<script type="text/javascript" src="/DataAndTools/jquery.min.js"></script>
<script type="text/javascript" src="/DataAndTools/jquery.once.js"></script>
<script type="text/javascript" src="/DataAndTools/drupal.js"></script>
<script type="text/javascript" src="/DataAndTools/cern_dev_status.js"></script>
<script type="text/javascript" src="/DataAndTools/atlas.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"atlas","theme_token":"6TE8IGqUExlIt3gtNmXXXoi9yuePV16PH88yda6Ar3M","js":{"sites\/atlas-public.web.cern.ch\/modules\/jquery_update\/replace\/jquery\/1.7\/jquery.min.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/cern_dev_status\/js\/cern_dev_status.js":1,"sites\/atlas-public.web.cern.ch\/themes\/atlas\/js\/atlas.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"sites\/all\/modules\/cern_dev_status\/css\/dev_styling.css":1,"sites\/all\/modules\/cern_toolbar\/css\/remove_ext.css":1,"modules\/comment\/comment.css":1,"modules\/field\/theme\/field.css":1,"sites\/atlas-public.web.cern.ch\/modules\/find_content\/find_content.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ckeditor\/css\/ckeditor.css":1,"sites\/all\/modules\/shib_auth\/shib_auth.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"http:\/\/fonts.googleapis.com\/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic":1,"sites\/all\/modules\/cern_toolbar\/css\/screen.css":1,"sites\/atlas-public.web.cern.ch\/themes\/atlas\/css\/style.css":1,"sites\/all\/modules\/cern_toolbar\/css\/ie.css":1}},"urlIsAjaxTrusted":{"\/":true}});
//--><!]]>
</script>
<div id="cern-toolbar" style="background-color:#0b80c3;">
<h1><a href="http://atlas.cern/" title="ATLAS public site" target="_blank">ATLAS Experiment</a></h1>
<div align="right">
<!-- Inclusion Surveys feedback google forms (01/19/2017) -->
<a href="https://goo.gl/forms/M9rf2AXk0cEXmjdA3" target="_blank" style="background-color:rgb(0,0,0);
background-image:-webkit-linear-gradient(top,rgb(0,0,0),rgb(20,20,20));
border:1px solid rgba(0,0,0,0);
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
border-top-left-radius:6px;
border-top-right-radius:6px;
display:inline-block;
font-size:15px;
text-align: center;
font-weight:bold;
height:35px;
line-height:30px;
margin-right:4px;
margin-top:4px;
min-width:8%;
outline:rgb(255,0,0) none 0px;
padding:3px 4px 3px 4px;
white-space:nowrap;
color:yellow!important">take our 15 seconds survey!...</a>
<!-- Long Survey in google form -->
<a href="https://goo.gl/forms/YhHNPkkaKCMOZ1Qh2" target="_blank" style="background-color:rgb(0,0,0);
background-image:-webkit-linear-gradient(top,rgb(0,0,0),rgb(20,20,20));
border:1px solid rgba(0,0,0,0);
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
border-top-left-radius:6px;
border-top-right-radius:6px;
display:inline-block;
font-size:15px;
text-align: center;
font-weight:bold;
height:35px;
line-height:30px;
margin-right:4px;
margin-top:4px;
min-width:8%;
outline:rgb(255,0,0) none 0px;
padding:3px 4px 3px 4px;
white-space:nowrap;
color:yellow!important">...or do you have 60 seconds?!</a>
<!-- End inclusion Surveys feedback google forms -->
<a href="/DataAndTools/repository.php" style="background-color:rgb(0,0,0);
background-image:-webkit-linear-gradient(top,rgb(0,0,0),rgb(20,20,20));
border:1px solid rgba(0,0,0,0);
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
border-top-left-radius:6px;
border-top-right-radius:6px;
display:inline-block;
font-size:15px;
text-align: center;
font-weight:bold;
height:35px;
line-height:30px;
margin-right:4px;
margin-top:4px;
min-width:8%;
outline:rgb(255,255,255) none 0px;
padding:3px 4px 3px 4px;
text-transform:uppercase;
white-space:nowrap;
color:white!important">Download</a>
<a href="/community.php" style="background-color:rgb(0,0,0);
background-image:-webkit-linear-gradient(top,rgb(0,0,0),rgb(20,20,20));
border:1px solid rgba(0,0,0,0);
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
border-top-left-radius:6px;
border-top-right-radius:6px;
display:inline-block;
font-size:15px;
text-align: center;
font-weight:bold;
height:35px;
line-height:30px;
margin-right:4px;
margin-top:4px;
min-width:8%;
outline:rgb(255,255,255) none 0px;
padding:3px 4px 3px 4px;
text-transform:uppercase;
white-space:nowrap;
color:white!important">Community</a>
</div>
</div>
<header class="site-header">
<div class="header-lower">
<div class="logo-wrapper">
<a href="/index.php" title="Home" rel="home" id="logo">
<img src="/DataAndTools/pictures/ndldmnejaodcolhd.png" alt="Home">
</a>
<div class="hamburger-wrapper">
<a class="hamburger" href="http://atlas.cern/#">
<img src="/DataAndTools/pictures/mob-nav.png" alt="Menu">
</a>
</div>
</div>
<div class="region region-header mobile-closed">
<div id="block-system-main-menu" class="block block-system block-menu">
<!-- Here is where the links on top should be defined -->
<div class="content">
<ul class="menu">
<li class="first expanded depth-1"><a href="/visualisations/" title="Visualisations">Get Started</a>
<ul class="menu">
<li class="first leaf depth-2"><a href="/visualisations/documentation.php" title="Documentation">Documentation</a></li>
<li class="leaf depth-2"> <a href="/visualisations/analyser-js.php" title="Histograms Analyser">Histogram Analyser</a></li>
<li class="last leaf depth-2"> <a href="/visualisations/root-browser.php" title="ROOT Browser">ROOTbrowser</a></li>
</ul>
</li>
<li class="expanded depth-1"><a href="/webanalysis" title="Web Analysis">Web Analysis</a>
<ul class="menu">
<li class="first leaf depth-2"><a href="/webanalysis/documentation.php" title="Documentation">Documentation</a></li>
<li class="last leaf depth-2"> <a href="/webanalysis/ROOTbooks.php" title="Web Analysis notebooks">Online ROOTbooks</a></li>
</ul>
</li>
<li class="last expanded depth-1"><a href="/extendedanalysis" title="Analysis ToolBox">Data & Tools</a>
<ul class="menu">
<li class="first leaf depth-2"><a href="/extendedanalysis/documentation.php" title="Documentation">Documentation</a></li>
<li class="leaf depth-2"> <a href="/extendedanalysis/datasets.php" title="Software Repository">Datasets</a></li>
<li class="leaf depth-2"> <a href="/extendedanalysis/software.php" title="Software Repository">Software</a></li>
<li class="last leaf depth-2"> <a href="/extendedanalysis/vm-toolbox.php" title="Virtual Machines Repository">Virtual Machines</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- Pop-up video script (Sep 2, 2016) -->
<link rel="stylesheet" type="text/css" href="/DataAndTools/YouTubePopUp.css">
<script src="http://code.jquery.com/jquery-1.12.1.min.js"></script>
<script type="text/javascript" src="/DataAndTools/YouTubePopUp.jquery.js"></script>
<script type="text/javascript">
jQuery(function(){
jQuery("a.video-1").YouTubePopUp();
jQuery("a.video-2").YouTubePopUp( { autoplay: 0 } ); // Disable autoplay
});
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://awesome-table.com/AwesomeTableInclude.js"></script>