-
Notifications
You must be signed in to change notification settings - Fork 10
/
head.html
43 lines (34 loc) · 1.08 KB
/
head.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>GIS/MEA 584: Mapping and Analytics Using UAS</title>
<link rel="shortcut icon" href="./img/favicon.ico" />
<link href="layout.css" rel="stylesheet" type="text/css" media="screen">
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="outercontainer">
<div id="container">
<header>
<div id="header-image">
<h1>GIS/MEA 584:<br>Mapping and Analysis Using UAS</h1>
</div>
<nav>
<ul class="nav">
<li><a href="index.html">Syllabus</a></li>
<!--
Entries for topics index are created from files specified in build.sh
(likely the schedule page), so check that when changing what schedule
file to use here.
-->
<li><a href="schedule.html">Schedule</a></li>
<li><a href="logistics.html">Course logistics</a></li>
<li><a href="topics.html">Topics</a></li>
<!--<li><a href="lectures.html">Lectures</a></li>-->
<li><a href="projects.html">Projects</a></li>
<li><a href="workshop.html">Workshop</a></li>
</ul>
</nav>
</header>
<main>