-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (38 loc) · 1.71 KB
/
index.html
File metadata and controls
46 lines (38 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About — Allan Pereira Abrahão</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="wrap">
<h1 class="name">Allan Pereira Abrahão</h1>
<p class="tagline">Software developer. Interested in full stack development, programming languages, cryptocurrencies, learning tools and games.</p>
<!-- divider line with googly eyes centred on it; the pupils track the mouse -->
<div class="divider">
<hr />
<div class="eyes">
<div class="eye"><div class="pupil"></div></div>
<div class="eye"><div class="pupil"></div></div>
</div>
</div>
<div class="section">
<div class="section-label">About</div>
<p>Software developer with a focus on building clean, purposeful products. I care about code quality, platform fundamentals, and creating tools that are genuinely useful, whether that's an interactive learning platform, a reference for engineers, or a technical side project built from scratch.</p>
</div>
<div class="section">
<div class="section-label">Contact</div>
<div class="links">
<a class="link" href="mailto:allan8tech@gmail.com">allan8tech@gmail.com</a>
<a class="link" href="https://www.linkedin.com/in/allan-pereira-abrahao/" target="_blank">LinkedIn</a>
<a class="link" href="https://github.com/all-an" target="_blank">Projects / Github</a>
<a class="link" href="pages/learn/learn.html">Learn</a>
<a class="link" id="games-link" href="pages/games/chess/front-chess-page/front-chess-page.html">Chess</a>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>