-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path)index.html
32 lines (31 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<title>Tim's GIS Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!--<link rel="stylesheet" href="https://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css"> -->
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<link href="/lib/jquery.bxslider.css" rel="stylesheet" />
<script src="/js/jquery.bxslider.min.js"></script>
<!-- <script src="https://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script> -->
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 id="header">Tim's GIS Page</h1>
<br></br>
<div id="CensusDescr">Census Map: <a href="http://timw1984.github.io/Census/">This is a census map I have created for the Esri Data Viz App Challenge </a>
<div></div>
<a href="http://timw1984.github.io/Census/" > <img src="images/Census.png" alt="census" ></a>
</div>
<br></br>
<div id="AdvDrwDescr">Advanced Draw: <a href="http://timw1984.github.io/AdvancedDraw/">This is an Advanced Draw widget for the ArcGIS Javascript API </a> </div>
<div id="mySlider">
<ul class="bxslider">
<li><a href='http://timw1984.github.io/Census/' title=''><img src="images/Census.png" title="Census Application" /></a></li>
<li><a href='http://timw1984.github.io/AdvancedDraw/' title=''><img src="images/AdvDraw.png" title="Advanced Draw" /></a></li>
<li><a href='http://timw1984.github.io/Location/' title=''><img src="images/location.png" title="Location Application" /></a></li>
</ul>
</div>
</body>
</html>