-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (77 loc) · 1.74 KB
/
Copy pathindex.html
File metadata and controls
88 lines (77 loc) · 1.74 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
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Colin's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<td><a href="https://www.dccomics.com/characters/superman"><img src="Supermanflying (1).png" alt="Colin Superman"></a></td>
<td>
<h1><strong>Colin <a href="https://www.houseofnames.com/o-neill-family-crest">O'Neill</a> <strong></h1>
<p><em>Attempt at first Webpage</em></p>
<p>Biograph: This man is from County Wexford Ireland. Born in 1973. </p>
</td>
</table>
<hr>
<table>
<th>Year</th>
<th>Name</th>
<tr>
<td>2001</td>
<td>Jack O'Shea</td>
</tr>
<tr>
<td>2003-2005</td>
<td>Terry McCabe</td>
</tr>
</table>
<br>
<hr>
<a href="hobbies.html">My hobbies</a>
<h3>Education</h3>
<ol>
<li>Leaving Certification</li>
<li>Bachelor of Science in Applied Computing</li>
</ol>
<br>
<a href="Contact.html">My Contact Details</a>
<h1>Skill levels</h1>
<table cellspacing=10>
<tr>
<td>
<table>
<tr>
<td>JavaScript</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>AWS</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Visual Basic</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft Word</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>