-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage_header.html
More file actions
30 lines (26 loc) · 992 Bytes
/
page_header.html
File metadata and controls
30 lines (26 loc) · 992 Bytes
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
<div class="row">
<div class="col c12">
<h1 class="aligncenter"><a href="index.html">Isca</a></h1>
<p class="aligncenter slogan" style="font-size:1.25em">A framework for idealised global circulation modelling</p>
</div>
</div>
<div id="header">
<div id="title_exe">
<h1><a href="index.html"></a></h1> <!--add exe logo to page-->
</div>
<div id="title_isca_logo">
<h1><a href="index.html"></a></h1> <!--add exe logo to page-->
</div>
</div>
<div class="row">
<div class="col c12 aligncenter navmenu"style="margin-top:40px;font-size:1.1em;">
<p>
<a href="index.html" class="current">Home</a>
<a href="about.html">About Isca</a>
<a href="https://execlim.github.io/Isca/">Docs</a>
<a href="team.html">Our Team</a>
<a href="publications.html">Publications</a>
<a href="miscellany.html">Miscellany</a>
<a href="contact.html">Contact</a></p>
</div>
</div>