-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathheader.html
More file actions
50 lines (44 loc) · 1.81 KB
/
header.html
File metadata and controls
50 lines (44 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>mumax3</title>
<link rel="icon" type="image/x-icon" href="nimble-cubes128.png">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-29YY0Q5W95"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-29YY0Q5W95');
</script>
</head>
<body>
<div id="header" style="display:flex;flex-direction:row;margin:0;">
<div>
<a href="index.html"><img id="header_img" src="nimble-cubes128.png" href="index.html" /></a>
</div>
<script src="header.js"></script>
<div style="flex:1;position:relative;">
<a href="index.html" style="color:black"><span style="font-size:48px"><b>mumax</b><sup>3</sup><br /></span>
GPU-accelerated micromagnetism <br /><br /></a>
<a class="pure-button pure-button-primary" href="index.html">Home</a>
<a class="pure-button pure-button-primary" href="download.html">Download</a>
<a class="pure-button pure-button-primary" href="examples.html">Examples</a>
<a class="pure-button pure-button-primary" href="https://mumax.ugent.be/mumax3-workshop/">Tutorial</a>
<a class="pure-button pure-button-primary" href="api.html">API</a>
<a class="pure-button pure-button-primary" href="https://groups.google.com/forum/#!forum/mumax2">Forum</a>
<a class="pure-button pure-button-primary" href="https://mumax.github.io/plus" id="mumaxplusbutton">
<div style="float:left;margin:0;">
See also:<br>
mumax<sup>+</sup>
</div>
<img src="https://mumax.github.io/plus/_static/nimble-plus.png">
</a>
</div>
</div>
<hr />
</body>
</html>