-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (57 loc) · 3.33 KB
/
index.html
File metadata and controls
67 lines (57 loc) · 3.33 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="/css/normalise.css">
<link rel="stylesheet" href="/css/skeleton.css" media="screen" title="no title">
<title>James' life</title>
</head>
<body>
<div class="image">
<img src="images/London.jpg" alt="London" height="200px" width="100%" />
<h1>James' EDA Experience</h1>
</div>
<div class="container">
<div class="row">
<div class="four columns">
<nav>
<img src="images/Me.jpg" alt="Me" height="100px" width="100px" />
<ul>
<li><a href="../index.html">about me</a></li>
<li><a href="./blog/c1-reflection-blog.html">reflection</a></li>
<li><a href="./blog/c1-time-and-habits-blog.html">time and habits</a></li>
<li><a href="./blog/quote-generator.html">Quote Generator</a></li>
<li><a href="./blog/c2-emotional-intelligence.html">SIY 1</a></li>
<li><a href="./blog/c3-meditation-process.html">SIY 2</a></li>
<li><a href="./blog/c4-daily-mindfulness.html">SIY 3</a></li>
<li><a href="./blog/c5-self-confidence.html">SIY 4</a></li>
<li><a href="./blog/c6-control.html">SIY 5</a></li>
<li><a href="./blog/c7-motivation.html">SIY 6</a></li>
<li><a href="./blog/t2-html-css-dom-p1.html">tech 1</a></li>
<li><a href="./blog/t2-html-css-dom-p2.html">tech 2</a></li>
<li><a href="./blog/t3-design-to-web-blog.html">tech 3</a></li>
<li><a href="./blog/t4-javascript-basics.html">tech 4</a></li>
<li><a href="./blog/t5-problem-solving.html">tech 5</a></li>
<li><a href="./blog/t6-js-language.html">tech 6</a></li>
<li><a href="./blog/t6-scope.html">tech 7</a></li>
</ul>
</nav>
</div>
<div class="eight columns">
<div class="content">
<h2>about me</h2>
<p>
In my 18 years I have lived back and forth between the U.K. and New Zealand. I was born in my Mum's home town in the U.K., Rotherham, South Yorkshire. It's a pretty miserable town, as it used to have all the coal mines until they were all shut down, therefore,
it's not a very thriving town. When I was six years old I moved out to Christchurch, New Zealand with my family as my dad is from NZ. I've made a move between the two, three times now.
</p>
<p>
I've been back in NZ since the end of July and so far it's good to be back, even though it's winter, the weather has actually been pretty good. My pirmary reason for coming back to NZ was to do the Dev academy. I've always had a great interest in software,
without actually knowing much about it. I thought the Dev Academy would be an ideal way for me to learn and develop some skills which will undeniably be very useful.
</p>
</div>
</div>
</div>
</div>
</body>
</html>