1 |
<!DOCTYPE html> |
2 |
<html> |
3 |
<head> |
4 |
<meta charset="utf-8"> |
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
6 |
<title>Follow The Sheep</title> |
7 |
<meta name="description" content=""> |
8 |
<meta name="viewport" content="width=device-width"> |
9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 |
<!--<link rel="stylesheet" href="css/bootstarp.css"/>--> |
11 |
<link rel="stylesheet" href="css/bootstrap-responsive.min.css"/> |
12 |
<link rel="stylesheet" href="css/bootstrap-responsive.css"/> |
13 |
<link rel="stylesheet" href="css/bootstrap.min.css"/> |
14 |
<link rel="stylesheet" href="css/normalize.css"> |
15 |
<link rel="stylesheet" href="css/main.css"> |
16 |
<script src="js/vendor/modernizr-2.6.1.min.js"></script> |
17 |
</head> |
18 |
<body> |
19 |
<div id="header"> |
20 |
<div id="title"><h1><a href="index.html" style="text-decoration:none;">Follow the Sheep</a></h1></div> |
21 |
<div class="navigation"> |
22 |
<ul class="nav nav-pills"> |
23 |
<li><a href="travelogue.html">Travel blogs</a></li> |
24 |
<li><a href="data.html">Data</a></li> |
25 |
<li><a href="tracks.html">Tracks</a></li> |
26 |
<li><a href="images.html">Images</a></li> |
27 |
<li><a href="audios.html">Audios</a></li> |
28 |
<li><a href="videos.html">Videos</a></li> |
29 |
</ul></div> |
30 |
</div> |
31 |
|
32 |
|
33 |
|
34 |
<div id="container"> |
35 |
<h3 style="margin-left:20px;">Place: Somalapura cross, Kampli Date: 06-Jan-2013</h3> |
36 |
<div class="inside"> |
37 |
<div class="align" style="margin-left:25px;"> |
38 |
<h3>What's in a lamb?</h3> |
39 |
<video width="300" height="240" controls> |
40 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheep.ogv" type="video/ogg"> |
41 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.mp4" type="video/mp4"> |
42 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.webm" type="video/webm"> |
43 |
Your browser does not support the video tag. |
44 |
</video></div></div> |
45 |
|
46 |
<hr> |
47 |
|
48 |
<h3 style="margin-left:20px;">Place: Sreenivasa Nagara, Kurugodu Date: 31-Mar-2013</h3> |
49 |
<div class="inside"> |
50 |
<div class="align" style="margin-left:25px;"> |
51 |
<h3>Interacting with shepherd female family members</h3> |
52 |
<video width="300" height="240" controls> |
53 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/shepherd.ogv" type="video/ogg"> |
54 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/butterchunner.mp4" type="video/mp4"> |
55 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/butterchunner.webm" type="video/webm"> |
56 |
Your browser does not support the video tag. |
57 |
</video> |
58 |
|
59 |
|
60 |
<hr></div></div> |
61 |
|
62 |
<!--<h2>All Tracks</h2>--> |
63 |
<!--<div id="container"> |
64 |
<div class="box"> |
65 |
<span id="vtext" class="text" style="margin-left:-40px;"><b>Place: Somalapura cross, Kampli</b></span><hr/> |
66 |
|
67 |
<div class="inside" style="display:inline"> |
68 |
<h3>What's in a lamb?</h3> |
69 |
<video width="300" height="240" controls> |
70 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheep.ogv" type="video/ogg"> |
71 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.mp4" type="video/mp4"> |
72 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.webm" type="video/webm"> |
73 |
Your browser does not support the video tag. |
74 |
</video></div><hr/> |
75 |
|
76 |
<!--<h3>Exploring withsheep</h3> |
77 |
<video width="300" height="240" controls> |
78 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/exploring_with_sheep.mp4" type="video/mp4"> |
79 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/exploring_with_sheep.webm" type="video/webm"> |
80 |
Your browser does not support the video tag. |
81 |
</video> |
82 |
</div>--> |
83 |
<!--<div class="box"> |
84 |
<span id="vtext1" class="text" style="margin-left:-40px;"><b>Place: Sreenivasa Nagara, Kurugodu</b></span><hr/> |
85 |
|
86 |
<div class="inside" style="display:inline"> |
87 |
|
88 |
<h3>Interacting with shepherd female family members</h3> |
89 |
<video width="300" height="240" controls> |
90 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/shepherd.ogv" type="video/ogg"> |
91 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/butterchunner.mp4" type="video/mp4"> |
92 |
<source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/butterchunner.webm" type="video/webm"> |
93 |
Your browser does not support the video tag. |
94 |
</video> |
95 |
</div> |
96 |
|
97 |
|
98 |
|
99 |
<!--<iframe width="400" height="250" src="http://mitan.in/foddllowsheep/socionity/jan2013gallery/Video/sheepvid.mp4" frameborder="0" allowfullscreen></iframe></a>--> |
100 |
<!--<center><iframe width="400" height="250" src="http://www.youtube.com/embed/Gz27sDcWWVo" frameborder="0" allowfullscreen></iframe></center>--> |
101 |
<!--<span class="text1">content</span><hr></div>--> |
102 |
</div> |
103 |
</body> |
104 |
</html> |