-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonal.html
More file actions
50 lines (50 loc) · 2.79 KB
/
Copy pathpersonal.html
File metadata and controls
50 lines (50 loc) · 2.79 KB
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
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12233647-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12233647-6');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>David Webster - Personal</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet">
<link href='styles.css' rel='stylesheet' type='text/css'>
</head>
<body class="personal">
<header>
<a href="/">Home</a>
<a href="/resume.html">Resume</a>
<a href="/projects.html">Projects</a>
<h1><a href="/personal.html">Personal</a></h1>
<a href="/interests.html">Interests</a>
<a href="/aspirations.html">Aspirations</a>
<a href="/contact.html">Contact</a>
</header>
<section>
<h2>Childhood</h2>
<p>I was born in Melbourne’s south east, and am the eldest of three children. I attended a government primary school and catholic secondary school. My father was a civil engineer and my mother was a full time parent.</p>
<p>I went on holidays with my family to Sydney, Queensland, central Australia and many places in Victoria.</p>
<p>I joined Cub Scouts when I was about 8 and continued through all the sections of Scouts up to Rovers (in my early 20s). I enjoyed camping and hiking trips on the Mornington Peninsula, Wilson’s Prom and Victoria’s high country, as well as the 1998 Jamboree in Queensland.</p>
</section>
<section>
<h2>Travels</h2>
<img src="img/thailand.jpg" alt="Thailand" />
<p>In my 20s I was lucky to have opportunities to travel overseas.</p>
<p>I visited New Zealand in 2003 and took a fantastic Contiki tour of both islands with a friend from uni.</p>
<p>In 2004 I went on an amazing Intrepid tour of China, and also visited Singapore.</p>
<p>In 2005 I was working for Infosys, and I went to their 2 month graduate training course in Mysore (India). After the training I toured South India, North India and Malaysia.</p>
<p>In 2006 I visited India again, to attend the wedding in Punjab of friend and colleague I met on my first visit.</p>
<p>In 2008 I went to Thailand with my (then) girlfriend (now wife!). We had a great time visiting Bangkok, Kanchanaburi, Chiang Mai, Phuket and Ko Samui.</p>
<p>In 2009 my wife and I spent a week in Vanuatu for our honeymoon.</p>
</section>
<section>
<h2>Family</h2>
<img src="img/family.jpg" alt="Family" />
<p>My wife and I now have two young daughters, and we still live in Melbourne’s south east.</p>
<p>We share our house with two dogs, two cats and my father-in-law.</p>
</section>
</body>
</html>