-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapgallery.html
50 lines (40 loc) · 2.83 KB
/
mapgallery.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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>3C GIS Day(s) 2021</title>
<meta name="description" content="Welcome to 3C GIS Day(s) 2021">
<meta name="keywords" content="gis, cleveland, columbus, cincinnati, case western reserve university, the ohio state university, university of cincinnati">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header role="banner" class="bg-dark">
<img width=800px src="./images/3Cgisday_banner.png" alt="GIS Day logo">
</header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" role="navigation">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="./index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./schedule.html">Schedule</a></li>
<li class="nav-item"><a class="nav-link" href="./keynote.html">Keynote Presentation</a></li>
<li class="nav-item"><a class="nav-link" href="./lightningtalks.html">Lightning Talks</a></li>
<li class="nav-item active"><a class="nav-link" href="./mapgallery.html">Map Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="./pastevents.html">Past Events</a></li>
</ul>
</div>
</nav>
<main role="main">
<p></p>
<h1>Map Gallery</h1>
<p>Map Gallery submissions have closed, and we are excited to showcase the work of our participants from Case Western Reserve University, The Ohio State University, and the University of Cincinnati.</p>
<p>Stay tuned, as the Map Gallery will be available for viewing beginning on <strong>Monday, November 15</strong>, and you'll be able to cast your vote for the "people's choice" prizes starting then as well!</p>
</main>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>