-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (79 loc) · 2.16 KB
/
index.html
File metadata and controls
82 lines (79 loc) · 2.16 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
</head>
<body>
<table>
<tr>
<td><img src="images/Connor-Profile-Picture.png" alt="This is a profile picture of Connor"></td>
<td>
<h1><a href="https://www.instagram.com/connorwalsh_98">Connor Walsh</a></h1>
<!-- Here I am adding italisized text to describe myself -->
<em>
<p>Junior Web Developer</p>
<p>I am a junior web developer and app developer who's skills specialise in web development technologies such as HTML5, CSS3, JavaScript and Kotlin for Android.</p>
</em>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>North Hertfordshire College</li>
<ol>
<li>Level 3 Extended Diploma in IT - Grade: D*D*D*</li>
<li>Level 2 Diploma in IT - Grade: Distinction* (D*)</li>
<li>Entry Level IT - Grade: Pass</li>
<li>GCSE English - Grade: 6 with Distinction* in spoken language</li>
<li>GCSE Mathematics - Grade: 4</li>
</ol>
<li>Kingston University</li>
<ol>
<li>Computer Science BSc Hons 4 year degree with sandwitch year</li>
</ol>
</ul>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table cellspacing = "10">
<tr>
<td>Android App Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Communication</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing = "10">
<tr>
<td>Python Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Ubuntu Linux</td>
<td>⭐</td>
</tr>
<tr>
<td>Microsoft Office</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h2><a href="hobbies.html">My Hobbies and Interests</a></h2>
<h2><a href="contact.html">Contact Me</a></h2>
</body>
</html>