summaryrefslogtreecommitdiff
path: root/index.html
blob: 3530e7e64c3b339c1254a1398c887b6cd0a415be (plain)
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
<!DOCTYPE html>

<html lang="en-us">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="author" content="Rafael Marçalo">
		<meta name="description" content="Rafael's Personal Website">
		<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
		<link rel="stylesheet" type="text/css" href="styles/style.css">
		<title>Rafael Marçalo</title>
	</head>
	<body>
		<div id="header">
			<h1>Rafael Marçalo Website</h1>
			<nav>
				<a href="index.html">home</a>
				|
				<a href="archive.html">archive</a>
				|
				<a href="projects.html">projects</a>
				|
				<a href="donate.html">donate</a>
			</nav>
		</div>
		<div id="content" class="text">
			<h2>Welcome 👋</h2>
			<p>Hi, I'm Rafael Marçalo and welcome to my website!</p>
			<p>I'm a software engineer and I like to build stuff</p>
		</div>
		<div id="footer">
			<div id="contact">
				<p>Links: <a href="https://github.com/rafa-99">Github</a> | <a href="https://github.com/rafa-99/rafa-99.github.io/commits/master.atom">RSS Feed</a></p>
				<p>GPG: <a href="files/rafael.gpg">Public Key</a></p>
				<p>License: <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a></p>
			</div>
		</div>
	</body>
</html>