summaryrefslogtreecommitdiff
path: root/index.html
blob: ec27529012beda08d71136df01f5c5bf0a5af42d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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="images/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>Rafa's Website</h1>
			<nav>
				<a href="index.html">home</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 taking a master's in software engineering while working as a full-stack developer. In my free time I mainly do Unix/Linux stuff, like scripting, OS maintenance and management, etc... I also tend from time to time, to develop software in order to learn new things or to improve my skills.</p>
			<p>On this website I mostly post guides on Unix/Linux stuff but I might also post some other random content that might occur.</p>
			<p>Feel free to checkout some of my content in the links below:</p>
			<ul class="clearList">
				<li>📜 <a href="posts.html">Posts</a></li>
				<li>📚 <a href="books.html">Library</a></li>
				<li>🗣️ <a href="people.html">People</a></li>
				<li>🌎 <a href="web.html">Web</a></li>
				<li>🗃️ <a href="references.html">References</a></li>
			</ul>

			<p>I also have publicly available:</p>
			<ul class="clearList">
				<li><img class="inlineSvg" src="images/git.svg"> <a href="https://git.rafaelmarcalo.xyz/">Git Server</a></li>
				<li><img class="inlineSvg" src="images/searxng.svg"> <a href="https://searxng.rafaelmarcalo.xyz/">SearXNG Instance</a></li>
			</ul>

			<h3>Work and Business Inquiries</h3>
			<p>I am open to paid consulting if you need some kind of expertise I have. If so, give me your full view of what you need in a email along with a payment offer.</p>

		</div>

		<div id="footer">
			<div id="contact">
				<p>Email: <a href="mailto:public@rafaelmarcalo.xyz">public@rafaelmarcalo.xyz</a></p>
				<p>Github: <a href="https://github.com/rafa-99">rafa-99</a></p>
				<p>GPG: <a href="files/etc/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>