-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (101 loc) · 4.66 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Jaidev Vasudevan (thejdev.com)</title>
<link rel="stylesheet" href="css/reset-fonts-grids.css" type="text/css" />
<link rel="stylesheet" href="css/screen.css" type="text/css" />
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
<!-- jquery and colorbox script -->
<link rel="stylesheet" href="scripts/colorbox/colorbox.css" type="text/css" />
<script src="scripts/jquery-1.7.1.min.js"></script>
<script src="scripts/colorbox/jquery.colorbox-min.js"></script>
<script>
jQuery(document).ready(function () {
jQuery('a.gallery').colorbox({ opacity:0.5 , rel:'gallery' });
});
</script>
<!-- Google Analytics Tracking Script -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28950611-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="yui-skin-sam">
<div id="custom-doc" class="yui-t7">
<div id="hd" role="banner" >
<h1>Jaidev</h1><h1>Vasudevan</h1>
</div>
<div id="bd" role="main">
<div class="yui-g">
<a href="http://thejdev.com">thejdev.com</a>
<a href="rwss.html">rural water supply</a>
<a href="mailto:[email protected]?subject=Hi%20there,">email</a>
</div>
<div class="yui-gd">
<div class="yui-u first">
<h2>Hi there.</h2>
<h4>
My name is <b>Jaidev Vasudevan</b>. I am mechanical <b>engineer</b> from Brisbane, Australia. <br><br>
I work for an engineering consultancy in the <b>oil, gas & energy </b> industry. Recently I have been involved with the <b>engineering design</b> of gas production & pipeline facilities in Queensland. <br><br>
When not working, I like to run & ride (although not at the same time). I also like to <b>travel</b>.</h4>
</div>
<div class="yui-u" style="margin-top:59px;">
<a class='gallery' href="photos/home-me.jpg" title="In the Solomon Islands.">
<img src="photos/home-thumb-me.jpg" width="100%" alt="" />
</a>
</div>
</div>
<div class="yui-g">
<h2>Water & Sanitation</h2>
I have an interest in water & sanitation, particularly in developing countries. In mid-2011, I spent a year living in the Solomon Islands & working as a volunteer engineer with the Australian Government's AYAD program. <br><br>
Additional information about my time in the Solomons and the work I assisted with may be found from the following links:
<ul>
<li>Vasudevan, S. (July 2012). <a href="http://www.waterengineeringaustralia.com.au/pdf/wea_0712.pdf">Expanding water and sanitation in the Solomon Islands.</a> Water Engineering Australia.</li>
<li>Vasudevan, S. (November 2011). <a href="rwss.html">Working in the Solomons.</a> GHD YP Newsletter.</li>
</ul>
<br>A few photos of the Solomons are shown below.
</div>
<div class="yui-gb" style="padding-top: 50px;">
<div class="yui-u first">
<a class='gallery' href="photos/home-1.jpg" title="At Marovo Lagoon for my first few water surveys">
<img src="photos/home-thumb-1.jpg" width="100%" alt="" />
</a>
</div>
<div class="yui-u">
<a class='gallery' href="photos/home-2.jpg" title="A typical village community in the Solomon Islands">
<img src="photos/home-thumb-2.jpg" width="100%" alt="" />
</a>
</div>
<div class="yui-u">
<a class='gallery' href="photos/home-3.jpg" title="A standpipe supplying a house near Vangunu">
<img src="photos/home-thumb-3.jpg" width="100%" alt="" />
</a>
</div>
</div>
</div>
<div class="yui-ge">
<div class="yui-u first">
<h2> Contact me. </h2>
Send me a message via LinkedIn or email me at:<br>
mail <i>at</i> thejdev.com
</div>
<div class="yui-u" style="margin-top:59px;">
<a href="http://www.linkedin.com/in/jaidevv">
<img src="http://www.linkedin.com/img/webpromo/btn_viewmy_120x33.png" width="120" height="33" border="0" alt="View Jaidev Vasudevan's profile on LinkedIn">
</a>
</div>
</div>
</div>
<!-- <div id="ft" role="contentinfo"><p>(c) Jaidev Vasudevan</p></div> -->
</div>
<br>© Jaidev Vasudevan
</body>
</html>