This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathindex.html
36 lines (31 loc) · 1.75 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Stylesheets-->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/default.css?update=01112013">
<!-- Jquery Plugins-->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="js/raphael.js?update=01112013"></script>
<script type="text/javascript" src="js/paths.js?update=01112013"></script>
<script type="text/javascript" src="js/init.js?update=01112013"></script>
<script type="text/javascript" src="js/jquery.tipsy.js?update=01112013"></script>
<title>Interactive Turkey Map with RaphaelJS</title>
</head>
<body>
<div class="container">
<h1>Interactive Turkey Map with RaphaelJS</h1>
<div id="map">
<div id="detail"> </div>
</div>
<p>Interactive Turkey Map uses RafaelJs plugin.</p>
<div style="width:250px; margin:0 auto; text-align:center;">
<p style="display:inline;"><a href="https://twitter.com/share" class="twitter-share-button" data-via="SelenGora">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></p>
<p style="display:inline;"><span>©2012</span> <a href="http://twitter.com/selengora/" target="blank">@SelenGora</a></p>
</div>
</div>
<a href="https://github.com/SelenGora/TurkeyMap"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>