-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootcamp.html
74 lines (54 loc) · 3.29 KB
/
bootcamp.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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Home ← Ravi Shanker</title>
<meta name="author" content="Ravi Shanker" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="stylesheets/syntax.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="stylesheets/screen_page.css" type="text/css" media="all" />
<link rel="stylesheet" href="stylesheets/print.css" type="text/css" media="print" />
<!-- Interactive elements (e.g., Javascript controlled) -->
<link rel="stylesheet" href="stylesheets/widgets.css" type="text/css" media="all" />
<!-- Page specific stylesheets -->
</head>
<body id="Home">
<div id="site">
<div id="header">
<h1><a href="#" title="My Personal Site">Ravi Shanker</a></h1>
<ul class="nav">
<li><a class="home" href="#">Home</a></li>
<li><a class="info" href="#">Info</a></li>
<li><a class="work" href="#">Work</a></li>
<li><a class="code" href="#">Code</a></li>
</ul>
</div> <!-- site -->
<div id="page">
<img src='images/Ravi_Profile.jpg' width='120px' title='Ravi Shanker' class='inset right' alt='Photo of Ravi Shanker at Sydney Opera House' />
<h1 id='welcome'>Welcome</h1>
<p>I’m Ravi Shanker, a 30-something Australian, product, program, management, programmer, Artist, and mobile-nerd—amongst other things. You can find out more about me by poking around the links above and below.</p>
<div class="section">
<h1 id='research'>Work</h1>
<p>My day job is as a <a href='http://au.linkedin.com/in/rshanker'>Product/Program Manager</a> in Digital Media at the major Telecoms, Financial Services and Transportation companies</p>
<p>Find out more about <a href='http://au.linkedin.com/in/rshanker'>my work</a></p>
</div> <!-- section -->
<div class="section">
<h1 id='blogs'>Blogs</h1>
<p>I keep a ruby blog called <em><a href='http://rubycraft.tumblr.com/'>Ruby Craft</a></em> on Ruby, Ruby on Rails</p>
<p>Go to my RubyCraft blog<a href='http://rubycraft.tumblr.com/'>my work</a></p>
</div> <!-- section -->
<div class="section">
<h1 id='twitter'><a href='http://twitter.com/ravi_m_shanker'>Twitter</a></h1>
<div id='tweet'>
<a href="https://twitter.com/ravi_m_shanker" class="twitter-follow-button" data-show-count="false">Follow @ravi_m_shanker</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>
</div>
</div> <!-- section -->
<div class='section'>
<h1 id='reading'><a href='http://librarything.com/home/ravishanker'>Reading</a></h1>
<div id="we2b8f20c3929fa72da57a88951b3cb0a"></div><script type="text/javascript" charset="UTF-8" src="http://www.librarything.com/widget_get.php?userid=ravishanker&theID=we2b8f20c3929fa72da57a88951b3cb0a"></script>
</div>
</div> <!-- page -->
</div> <!-- site -->
</body>
</html>