-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
130 lines (83 loc) · 4.51 KB
/
404.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
<!DOCTYPE html>
<html lang="en-us">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404 Page not found</title>
<meta name="description" content="General Ocean Turbulence Model">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<link rel="stylesheet" href="https://gotm-model.github.io/css/bootstrap.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,700,400italic">
<link rel="stylesheet" href="https://gotm-model.github.io/css/font-awesome.min.css">
<link rel="stylesheet" href="https://gotm-model.github.io/css/owl.carousel.css">
<link rel="stylesheet" href="https://gotm-model.github.io/css/owl.theme.css">
<link href="https://gotm-model.github.io/css/style.sea.css" rel="stylesheet" id="theme-stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="https://gotm-model.github.io/css/custom.css" rel="stylesheet">
<link rel="shortcut icon" href="https://gotm-model.github.io/img/favicon.png">
</head>
<body>
<div id="all">
<div class="container-fluid">
<div class="row row-offcanvas row-offcanvas-left">
<div id="sidebar" class="col-xs-6 col-sm-4 col-md-3 sidebar-offcanvas">
<div class="sidebar-content">
<h1 class="sidebar-heading"><a href="https://gotm-model.github.io/">GOTM</a></h1>
<p class="sidebar-p">General Ocean Turbulence Model</p>
<p class="sidebar-p"></p>
<p class="sidebar-p">GOTM is the result of the effort by a number of people to make 'state-of-the-art' turbulence model for natural waters. Since its inception more than 20 years ago GOTM has grown into a full-fledged 1D water column model with a very extended configuration possibilities including coupling to a collection of bio-geochemical models.</p>
<p class="sidebar-p">Developed by a group of volunteers over 20+ years.</p>
<ul class="sidebar-menu">
<li><a href="https://gotm-model.github.io/portfolio/">Home</a></li>
<li><a href="https://gotm-model.github.io/cases/info/">Case info</a></li>
<li><a href="https://gotm-model.github.io/publications/">Publications</a></li>
<li><a href="https://gotm-model.github.io/blog/">Blogs</a></li>
<li><a href="https://gotm-model.github.io/history/">History</a></li>
<li><a href="https://gotm-model.github.io/about/">About</a></li>
</ul>
<p class="social">
<a href="https://github.com/gotm-model/code" data-animate-hover="pulse" class="external">
<i class="fa fa-github"></i>
</a>
</p>
<div class="copyright">
<p class="credit">
©2016 GOTM |
Template by <a href="https://bootstrapious.com/free-templates" class="external">Bootstrapious.com</a>
& ported to Hugo by <a href="https://github.com/kishaningithub">Kishan B</a>
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-9 content-column white-background">
<div class="small-navbar visible-xs">
<button type="button" data-toggle="offcanvas" class="btn btn-ghost pull-left"> <i class="fa fa-align-left"> </i>Menu</button>
<h1 class="small-navbar-heading"><a href="https://gotm-model.github.io/">GOTM</a></h1>
</div>
<div class="row">
<div class="col-lg-8">
<div class="content-column-content">
<h1>Page not found</h1>
<p><a href="https://gotm-model.github.io/">Return to the home page</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://gotm-model.github.io/js/jquery.min.js"></script>
<script src="https://gotm-model.github.io/js/bootstrap.min.js"></script>
<script src="https://gotm-model.github.io/js/jquery.cookie.js"> </script>
<script src="https://gotm-model.github.io/js/ekko-lightbox.js"></script>
<script src="https://gotm-model.github.io/js/jquery.scrollTo.min.js"></script>
<script src="https://gotm-model.github.io/js/masonry.pkgd.min.js"></script>
<script src="https://gotm-model.github.io/js/imagesloaded.pkgd.min.js"></script>
<script src="https://gotm-model.github.io/js/owl.carousel.min.js"></script>
<script src="https://gotm-model.github.io/js/front.js"></script>
</body>
</html>