-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-me.html
49 lines (48 loc) · 1.88 KB
/
about-me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Me</title>
<link rel="stylesheet" href="css/about_me.css">
<link rel="icon" href="logos/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<nav id="horizontal-bar">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="videos.html">Videos</a>
</li>
<li>
<a href="about-me.html">About me</a>
</li>
</ul>
</nav>
<br>
<h1>About Me</h1>
<div class="img">
<img src="img/about_me.jpg" alt="António Correia">
<p class="aboutme">
António Eduardo Costa Correia, also known as Alamaos, born February 2, 1998, and from Azores, Portugal.
Founder of the GhostSyndicate clan, started his gaming career back in 2007, whose presence has been strong among
the most famous games and ending up winning the "World Students Championship 2007" in the very same year he
started gaming. Then in 2009 became one of the very first to ever play Minecraft and host a server that reached
an average of 500 players daily till it ended in 2012 when all servers/computers got fried by a thunderstorm
which also terminated his gaming career. It was in 2018 that he managed to restart his gaming career which
stands till today.<br><br>
Currently studying Computer Sciences at Universidade dos Açores, he dreams about being one of the world's
greatest developers and programmers on the gaming feel and wishes to be able to bring his former
community back to life.
</p>
</div>
<footer>
<span>Copyright © 2022 | Universidade dos Açores | António Eduardo Costa Correia</span>
</footer>
</body>
</html>