-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 903 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Environmental Informatics - KU Spring 2017</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/overview">Overview</a></li>
<li><a href="/syllabus">Syllabus</a></li>
<li><a href="/resources">Course Resources</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Environmental Informatics EVRN 420/720 Spring 2017</h1>
<p> <em>Combining evironmental problem solving and analytics</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/loeckete">github.com/loeckete</a></li>
</ul>
</footer>
</body>
</html>