-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
executable file
·76 lines (71 loc) · 2.74 KB
/
education.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
<!doctype html>
<html lang="en">
<head>
<title>Personal Website</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/education_slide.css"> <!-- links html to additional css styling page -->
<meta charset="UTF-8">
</head>
<body>
<div id="container">
<div id="header" class="toplevel-block"></div>
<div id="nav" class="toplevel-block">
<ul>
<li id="homepage" class="left">
<a href="index.html"><div></div></a>
</li>
<li id="biography" class="center">
<a href="biography.html"><div></div></a>
</li>
<li id="blog" class="right">
<a href="blog.html"><div></div></a>
</li>
</ul>
</div>
<div id="content" class="toplevel-block">
<div class="identifier-holder">
<img src="images/education identifier.jpg" title="main image-education">
</div>
<div id="education_text">
<section id="slideshow">
<div class="container">
<div class="slider">
<figure>
<img src="images/education - hvhs.jpg" width="700" height="200" />
<figcaption>Hutt Valley High School</figcaption>
</figure><!--
--><figure>
<img src="images/education - hutt intermediate.jpg" width="700" height="200" />
<figcaption>Hutt Intermediate School</figcaption>
</figure><!--
--><figure>
<img src="images/education - eastern hutt.jpg" width="700" height="200" />
<figcaption>Hutt Eastern Primary School</figcaption>
</figure>
</div>
</div>
</section>
<p>
I first began proper schooling after a year when I had migrated from China to NZ, and the primary school I transferred is known as Eastern Hutt School. I spent 6 years there, 3 years in Hutt Intermediate, and currently is studdying for the 3rd year in Hutt Valley High. I am currently aiming to get a job in the regions of biology/computer science, with the knowledge taught to me along with hopeful future universities to guide me as well.
</p>
</div>
</div>
<div id="footer" class="toplevel-block">
<div id="footer-wrapper">
<ul>
<li>
<a href="http://www.shutterstock.com/pic-136912637/stock-photo-black-leather-background.html?src=gzGSiPJp1C8sN6jQ0Wp0_w-1-2">Eky studio - stock photopgraphy agency. Body background</a>
</li>
<li>
<a href="https://twitter.com/richardlou01" target="_blank">Twitter</a>
<li/>
<li>
<a href="https://www.facebook.com/richard.lou.75" target="_blank">Facebook</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>