-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (53 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<title>Emilios Antoun</title>
<link rel="icon" href="images/favicon-32x32.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Emilios Antoun</h1>
<nav class="in-page-nav">
<a href="index.html">Home</a>
<a href="aboutMe.html">About</a>
</nav>
</header>
<main class="home-main">
<section class="welcome">
<h2>Who?</h2>
<p>
My name is Emilios Antoun. I am from Cyprus and I am currently working
as an Engineer at Penfold
</p>
</section>
<section class="tldr">
<h2>TL;DR</h2>
<ul>
<li>
This page is a quick summary of me, my aspirations and interests.
</li>
<li>I had the priviledge of having a multiculture background.</li>
<li>I am very interested by programming.</li>
<li>I love buildings things.</li>
<li>I like music alot.</li>
</ul>
</section>
<section class="contact">
<h2>Contact</h2>
<nav>
<a href="https://www.linkedin.com/in/emilios-antoun-a0abb2163/"
><img
src="logos/scaled-down-linkedin.png"
alt="The logo of Linkedin"
/></a>
<a href="https://github.com/Emil-Ant"
><img src="logos/GitHub-Mark-32px.png" alt="The logo of Github"
/></a>
</nav>
</section>
</main>
</body>
</html>