-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (83 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Andrew's Personal Page</title>
</head>
<body>
<table cellspacing="50px">
<tr>
<td><img src="./Images/andrew.e.jpg" alt="Photo of Andrew English"/></td>
<td><h1>Andrew G. English</h1>
<p>Apprentice Software Developer - <strong>Intact Software</strong></p>
<p>I am currently enrolled in a 2 year apprentice programme focusing primarily on software
development. To date, I have experience in using C#, html, CSS, JavaScript and
JQuery. I also have some experience in data security and ICT threats.</p>
</td>
</tr>
</table>
<hr/>
<h3>Education</h3>
<p>
<ul>
<li>Software Development Apprenticeship - <a href="https://www.rstc.ie/"> RSTC Dundalk </a> </li>
<li>MA Nationalism and Ethnic Conflict - UCD</li>
<li>BA History, Politics and International Relations - UCD</li>
</ul>
</p>
<hr/>
<h3>My Hobbies</h3>
<a href="hobbies.html">Here's a link to my hobbies</a>
<hr>
<h3>Work Experience</h3>
<table border="1px">
<tr>
<th>Dates</th>
<th>Occupation</th>
<th>Employer</th>
</tr>
<tr>
<td> 2019 - Present</td>
<td>Apprentice Software Developer</td>
<td>Intact</td>
</tr>
<tr>
<td>2016 - 2019</td>
<td>Painter & Decorator</td>
<td>Irish Painters LTD</td>
</tr>
<tr>
<td>2014 - 2015</td>
<td>Politics Tutor</td>
<td>University College Dublin</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="20px">
<tr>
<td>C#</td>
<td>⭐ ⭐ ⭐</td>
<td>HTML</td>
<td>⭐ ⭐ ⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐ ⭐</td>
<td>JavaScript</td>
<td>⭐ ⭐ ⭐⭐</td>
</tr>
<tr>
<td>Data Security</td>
<td>⭐ ⭐</td>
<td>Computer Maintenance</td>
<td>⭐ ⭐</td>
</tr>
</table>
<hr>
<h3>Contact Details</h3>
<a href="contact.html">Here's a link to my contact details</a>
</body>
</html>