-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (30 loc) · 1.07 KB
/
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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Your World</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.transparent-grey{
background-color:rgba(133,133,133,0.7);
}
</style>
</head>
<body>
<div class="jumbotron" style="background-image: url(images/banner_map.jpeg);">
<div class="container text-center transparent-grey">
<h1 text-shadow=>Welcome to Your World</h1>
<h2>An enrichment education program for GIS and Cartography</h2>
</div>
</div>
<div class="container text-center">
<h1>Providing students an introduction to the skills and opportunities in the fields of GIS,
Computer Science, and Cartography through in-person, hands-on, instructor lead
workshops </h1>
<h2>Contact Ian Tangert: </br>
[email protected]</h2>
</div>
</body>
</html>