diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 33 |
1 files changed, 25 insertions, 8 deletions
@@ -6,7 +6,7 @@ <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="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> @@ -18,20 +18,37 @@ | <a href="projects.html">projects</a> | - <a href="services.html">services</a> - | - <a href="archive.html">archive</a> - | <a href="donate.html">donate</a> - | - <a href="contact.html">contact</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>In this website you'll find some of info about me, as well as some blog posts I write in my free time. I try to to keep this website as minimalist as possible while try to get the most out of it.</p> + <p>I'm a software engineer mostly focused as a web developer. In my free time I mainly do Unix/Linux stuff, like scripting, OS maintenance and management, etc...</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-Icon-1788C.svg"> <a href="https://git.rafaelmarcalo.xyz/">Git Server</a></li> + <li><img class="inlineSvg" src="images/searxng-wordmark.svg"> <a href="https://searxng.rafaelmarcalo.xyz/">SearXNG Instance</a></li> + </ul> + </div> + + <div id="footer"> + <div id="contact"> + <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> |