-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (88 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Harry's idiot website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="harrison.jpg" alt="Harrison Gowland profile picture"></td>
<td><h1>Harrison Gowland</h1>
<p><em>President and CEO of <strong><a href="https://www.gowlandpublishing.co.uk">Gowland Publishing</a></strong></em></p>
<p>
Student journalist at the <a href="https://www.twitter.com/CfJKent">University of Kent Centre for Journalism</a>, intern reporter for
KMTV in Gillingham, script editor for Rasmus Makes Game, author of <a href="https://www.amazon.co.uk/President-Cabbage-Harrison-Gowland-ebook/dp/B07G1NSJJN">President Cabbage: A
Thrilling Biopic of a Nation in Crisis</a>.
</p></td>
</tr>
<tr>
</tr>
</table>
<hr />
<h3>Bibliography</h3>
<ul>
<li>Gowland, H. President Cabbage: A Thrilling Biopic of a Nation in Crisis, independently
published, 2018.</li>
<ul>
<li><em>Published independently through Amazon's Kindle Direct Publishing system in August, 2018.</em></li>
</ul>
</ul>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019-present</td>
<td>Intern, KMTV</td>
</tr>
<tr>
<td>2018-present</td>
<td>President, Gowland Publishing</td>
</tr>
<tr>
<td>2018-2019</td>
<td>President, Creative Writing Society, University of Kent</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr />
<h3>Skills</h3>
<table>
<tbody>
<tr>
<td>Creative Writing</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Game design</td>
<td>⭐⭐⭐⭐</td>
</tr>
<td>Copyediting</td>
<td>⭐⭐⭐⭐</td>
<td>Copywriting</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td>Video editing</td>
<td>⭐⭐⭐⭐</td>
<td>C# Development</td>
<td>⭐⭐⭐</td>
</tr>
<td>Journalism</td>
<td>⭐⭐⭐</td>
<td>Web development</td>
<td>⭐</td>
</tr>
</tbody>
</table>
<br />
<a href="hobbies.html">My Hobbies</a>
<br>
<a href="contact.html">Contact me</a>
</body>
</html>