ed5f849 by pradeep at 2013-04-29 |
1 |
<!DOCTYPE html> |
|
2 |
<head> |
|
3 |
<meta charset="utf-8"> |
|
4 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
5 |
<title>Follow The Sheep</title> |
|
6 |
<meta name="description" content=""> |
|
7 |
<meta name="viewport" content="width=device-width"> |
78bedd9 by Pradeep at 2013-05-10 |
8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
ed5f849 by pradeep at 2013-04-29 |
9 |
<!--<link rel="stylesheet" href="css/bootstarp.css"/>--> |
|
10 |
<link rel="stylesheet" href="css/bootstrap-responsive.min.css"/> |
|
11 |
<link rel="stylesheet" href="css/bootstrap-responsive.css"/> |
|
12 |
<link rel="stylesheet" href="css/bootstrap.min.css"/> |
|
13 |
<link rel="stylesheet" href="css/normalize.css"> |
|
14 |
<link rel="stylesheet" href="css/main.css"> |
|
15 |
<script src="js/vendor/modernizr-2.6.1.min.js"></script> |
|
16 |
</head> |
|
17 |
<body> |
|
18 |
<div><h1 id="title"><a href="index.html" style="text-decoration:none;">Follow the Sheep</a></h1> |
|
19 |
<div class="navigation"> |
|
20 |
<ul class="nav nav-pills"><!--<li><a href="index.html"> Home</a></li>--> |
|
21 |
<li><a href="travelogue.html">Travel Blogs</a></li> |
|
22 |
<li><a href="data.html">Data</a></li> |
|
23 |
<li><a href="tracks.html">Tracks</a></li> |
|
24 |
<li><a href="images.html">Images</a></li> |
|
25 |
<li><a href="audios.html">Audios</a></li> |
|
26 |
<li><a href="videos.html">Videos</a></li> |
|
27 |
</ul></div><hr></div> |
fffad28 by pradeep at 2013-04-30 |
28 |
<h3 id="hometravel" style="margin-left:50px;">Travelogues</h3> |
ed5f849 by pradeep at 2013-04-29 |
29 |
<div id="content" class="content"> |
|
30 |
<div id="inside" class="inside"><a href="travelogue.html"><img id="image_home_2" class="box" src="images/track1.jpg" alt="images" title="Track showing 13 shepherds location near Sreenivasa Nagara and Kallukamba"/></a> |
|
31 |
<a href="travelogue.html"><img id="image_home_2" class="box" src="images/track2.jpg" alt="images" title="Grazing points at Somalapura Cross"></a> |
|
32 |
<a href="travelogue.html"><img id="image_home_3" class="box" src="images/track3.jpg" alt="images" title="The track details out the path that shepherds took"></a><hr/></div> |
fffad28 by pradeep at 2013-04-30 |
33 |
<h3 id="homegallery" style="margin-left:50px;">Image-Gallery</h3> |
ed5f849 by pradeep at 2013-04-29 |
34 |
<div id="inside1" class="inside"> |
|
35 |
<a href="images.html"><img id="image_home_4" class="box" src="images/tent.jpg" alt="images" title="image gallery"/></a> |
|
36 |
<a href="images.html"><img id="image_home_5" class="box" src="images/sheep1.jpg" alt="images" title="image gallery"/></a> |
|
37 |
<a href="images.html"><img id="image_home_6" class="box" src="images/tent3.jpg" alt="images" title="image gallery"/></a><hr> |
|
38 |
</div> |
|
39 |
<div id="inside2" class="inside"> |
|
40 |
<a href="http://mitan.in/followsheep/followsheepinterest"><img id="image_home_7" class="box" src="images/followsheepmain.jpg" alt="images" title="follow the sheep main page"/></a> |
|
41 |
<a href="firsttrip.html"><img id="image_home_8" class="box" title="belgaum to kankagiri track" src="images/belgaum_map.jpg" alt="images"/></a> |
|
42 |
<a href="audiovideos.html"><img id="image_home_9" class="box" src="images/audiovideo.jpg" alt="images" title="audios and videos"/></a> |
|
43 |
</div> |
|
44 |
</div> |
|
45 |
</body> |
|
46 |
</html> |
|
47 |
|