ed5f849 by pradeep at 2013-04-29 | 1 | <!DOCTYPE html> |
52369d3 by Pradeep at 2013-06-13 | 2 | <html> |
ed5f849 by pradeep at 2013-04-29 | 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"> |
|
52369d3 by Pradeep at 2013-06-13 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | <!--<link rel="stylesheet" href="css/bootstarp.css"/>--> |
|
ed5f849 by pradeep at 2013-04-29 | 11 | <link rel="stylesheet" href="css/bootstrap-responsive.min.css"/> |
52369d3 by Pradeep at 2013-06-13 | 12 | <link rel="stylesheet" href="css/bootstrap-responsive.css"/> |
13 | <link rel="stylesheet" href="css/bootstrap.min.css"/> |
|
ed5f849 by pradeep at 2013-04-29 | 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> |
|
52369d3 by Pradeep at 2013-06-13 | 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> |
|
ed5f849 by pradeep at 2013-04-29 | 21 | <div class="navigation"> |
52369d3 by Pradeep at 2013-06-13 | 22 | <ul class="nav nav-pills"> |
23 | <li><a href="travelogue.html">Travel blogs</a></li> |
|
ed5f849 by pradeep at 2013-04-29 | 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> |
|
52369d3 by Pradeep at 2013-06-13 | 29 | </ul></div> |
30 | </div> |
|
ed5f849 by pradeep at 2013-04-29 | 31 | |
52369d3 by Pradeep at 2013-06-13 | 32 | <div id="container"> |
33 | <h2 style="margin-left:10px;">Audio Links:</h2> |
|
34 | <h3 style="margin-left:20px;">Place: Somalapura cross, Kampli Date: 06-Jan-2013</h3> |
|
35 | <div class="inside"> |
|
36 | <div class="align" style="margin-left:25px;"> |
|
37 | <ul><li> |
|
38 | <h4>Conversation with Vajir - Audio Recording</h4> |
|
ed5f849 by pradeep at 2013-04-29 | 39 | <audio controls> |
40 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/Memo.ogg" type="audio/ogg"> |
|
52369d3 by Pradeep at 2013-06-13 | 41 | </audio></li></ul> </div></div> |
42 | <hr> |
|
43 | ||
44 | <h3 style="margin-left:20px;">Place: Sreenivasa Nagara, Date: 31-Mar-2013</b></h3> |
|
45 | <div class="inside"> |
|
46 | <div class="align" style="margin-left:25px;"> |
|
47 | <ul> |
|
48 | <li><h4>Interview with shepherd's son - Audio Recording</h4> |
|
ed5f849 by pradeep at 2013-04-29 | 49 | <audio controls> |
50 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/interaction_with_kid.ogg" type="audio/ogg"> |
|
52369d3 by Pradeep at 2013-06-13 | 51 | </audio></li> |
52 | </div></div> |
|
ed5f849 by pradeep at 2013-04-29 | 53 | |
52369d3 by Pradeep at 2013-06-13 | 54 | <div class="inside"> |
55 | <div class="align"> |
|
56 | <li> |
|
57 | <h4>Interview with shepherd servant - Audio Recording</h4> |
|
ed5f849 by pradeep at 2013-04-29 | 58 | <audio controls> |
59 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/interaction_with_servant.ogg" type="audio/ogg"> |
|
52369d3 by Pradeep at 2013-06-13 | 60 | </audio></li></div> |
ed5f849 by pradeep at 2013-04-29 | 61 | |
52369d3 by Pradeep at 2013-06-13 | 62 | <div class="inside"> |
63 | <div class="align"> |
|
64 | <li> |
|
65 | <h4>Interview with shepherd(Mr.Basappa) - Audio Recording</h4> |
|
ed5f849 by pradeep at 2013-04-29 | 66 | <audio controls> |
67 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/interaction_with_shepherd.ogg" type="audio/ogg"> |
|
52369d3 by Pradeep at 2013-06-13 | 68 | </audio></li></ul> |
69 | </div> |
|
70 | </div> |
|
ed5f849 by pradeep at 2013-04-29 | 71 | |
52369d3 by Pradeep at 2013-06-13 | 72 | <h2 style="margin-left:10px;">Video Links:</h2> |
73 | <h3 style="margin-left:20px;">Place: Somalapura cross, Kampli Date: 06-Jan-2013</h3> |
|
74 | <div class="inside"> |
|
75 | <div class="align" style="margin-left:25px;"> |
|
76 | <ul><li> <h4>What's in a lamb?</h4> |
|
ed5f849 by pradeep at 2013-04-29 | 77 | <video width="300" height="240" controls> |
78 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheep.ogv" type="video/ogg"> |
|
79 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.mp4" type="video/mp4"> |
|
80 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/sheepvid.webm" type="video/webm"> |
|
81 | Your browser does not support the video tag. |
|
52369d3 by Pradeep at 2013-06-13 | 82 | </video></li></ul></div></div> |
ed5f849 by pradeep at 2013-04-29 | 83 | |
52369d3 by Pradeep at 2013-06-13 | 84 | <hr> |
85 | <h3 style="margin-left:20px;">Place: Somalapura cross, Kampli Date: 06-Jan-2013</h3> |
|
86 | <div class="inside"> |
|
87 | <div class="align" style="margin-left:25px;"> |
|
88 | <ul><li><h4>Interacting with shepherd female family members</h4> |
|
ed5f849 by pradeep at 2013-04-29 | 89 | <video width="300" height="240" controls> |
90 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/shepherd.ogv" type="video/ogg"> |
|
52369d3 by Pradeep at 2013-06-13 | 91 | <source src="http://mitan.in/followsheep/socionity/jan2013gallery/Video/butterchunner.mp4" type="video/mp4"> |
ed5f849 by pradeep at 2013-04-29 | 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 | ||
52369d3 by Pradeep at 2013-06-13 | 96 | |
97 | </li></ul></div> |
|
98 | </div> |
|
99 | </div> |
|
ed5f849 by pradeep at 2013-04-29 | 100 | </body> |
101 | </html> |