-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.29 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
<head>
<meta charset="utf-8"/>
<link rel="stylesheet"
href="style.css"
type="text/css">
<title>Home</title>
</head>
<header>
<h1>Dimitri Stamatiou</h1>
<ul id="mainnav">
<li><a href="aboutme.html">About me</a> | </li>
<li><a href="exp.html">My Experience</a></li>
</ul>
</header>
<body>
<h2>Brief Introduction</h2>
<p>
My name is Dimitri Stamatiou and I have completed my Bachelor in Applied Information Technology with a Major in Networking and Security at Griffith University, and am really interested in a career in cyber security.
</p>
<h2>What Experience Do you Have?</h2>
<p>
My Previous work experience and employment experience can be found <a href="exp.html">here</a>, other than that experience, my github and gitlab are good recources that I use to store the source code to both my university projects, and personal projects.
</p>
<h2>Are you willing to learn new skills?</h2>
<p>
Yes, I am 100% willing to learn new skills. In fact, learning new skills fits in perfectly with my costant aspiration for improvement. I believe that eventhough no one can be perfect, we can constantly improve ourselves and get prety close to perfect.
</p>
</body>
<footer>Dimitri Stamatiou</footer>