-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.HTML.HTML
60 lines (53 loc) · 2.06 KB
/
index.HTML.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="A:\Download\Prac\website work\style.CSS">
<meta charset="utf-8">
<title>Luke's Site</title>
</head>
<body>
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic1.codehs.com%2Fimg%2Fcourses%2Fpd2_icon.png&f=1&nofb=1" alt="Computer-science">
<h1 class="Name-color"><em><strong>Luke O'Donnell</strong></em></h1>
<p><em>Junior Developer</em></p>
<p><em><a href="A:\Download\Prac\website work\contact me.HTML">Contact Me</a></em></p>
<p><em><strong><a href="A:\Download\Prac\website work\Coverletter.HTML">Amazon Cover Letter</a></strong></em></p>
<br>
<hr>
<h2 class="About-color"><em><strong>About Me</strong></em></h2>
<p>Thank you for visiting my website,my name is Luke O'Donnell,I'm 24 years old and I'm currently learning to become a full stack web Developer and programmer.</p>
<p>Since 2017 I've been self employed running a small company that builds high end gaming computers and office computers,but in 2019 I finially pursued my passion and learned to code.</p>
<p>I started with C and am now learning C++ as I'm also interested in game design and have experiance with Cry-Engine5 and Unity.</p>
<hr>
<h2 class="Edu-color"><em><strong>Education</strong></em></h2>
<p>(Currently enrolled in)</p>
<ol class="List-color">
<li><em><strong>NUI Galway (Computer Science)</strong></em></li>
<li><a href="https://www.udemy.com/">Udemy(Full Stack Web Dev)</a></li>
<li><a href="https://www.edx.org/course/cs50s-introduction-to-computer-science">CS50(Computer Science)</a></li>
<li><a href="https://www.udemy.com/">Udemy(C & C++)</a></li>
</ol>
<hr>
<h2><em><strong>Skills</strong></em></h2>
<table border="5">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td>JS</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</body>
</html>