My personal website https://hugorodrigues.xyz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.0 KiB
50 lines
2.0 KiB
<!-- |
|
SPDX-FileCopyrightText: 2022 Hugo Rodrigues |
|
|
|
SPDX-License-Identifier: MIT |
|
--> |
|
|
|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta name="description" content="Geek since 1995"> |
|
<meta name="keywords" content="hugo rodrigues geek hugorodrigues"> |
|
<base href="https://hugorodrigues.xyz" /> |
|
|
|
<title> |
|
Hugo Rodrigues |
|
</title> |
|
|
|
|
|
<link rel="stylesheet" href="/static/lib/fontello/css/fontello.css"> |
|
<link rel="stylesheet" href="/static/css/style.css"> |
|
|
|
<link rel="icon" type="image/png" href="/static/image/favicon-32x32.png" sizes="32x32"> |
|
<link rel="icon" type="image/png" href="/static/image/favicon-16x16.png" sizes="16x16"> |
|
</head> |
|
<body lang="en"> |
|
<div id="content"> |
|
<div id="picture"> |
|
<img id="avatar" alt="Hugo Rodrigues" src="/static/image/mugshot.webp"/> |
|
</div> |
|
<div id="headline"> |
|
<h1>Hugo Rodrigues</h1> |
|
<h3>System Administrator @ <a href="https://www.vision-box.com/" title="Advanced Self-service Biometric solutions">Vision-Box</a></h3> |
|
</div> |
|
<div id="social"> |
|
<a href="https://www.linkedin.com/in/hmatosrodrigues/" title="LinkedIn"><i class="icon-linkedin"></i></a> |
|
<a href="https://codeberg.org/hugorodrigues" title="Git"><i class="icon-git"></i></a> |
|
<a href="mailto:hugorodrigues@hugorodrigues.xyz" title="Email"><i class="icon-mail"></i></a> |
|
<a href="https://keys.openpgp.org/vks/v1/by-email/hugorodrigues%40hugorodrigues.xyz" title="GPG Key"><i class="icon-key"></i></a> |
|
</div> |
|
<div id="messages"> |
|
<span id="message"></span><span class="blink hidden">█</span> |
|
</div> |
|
</div> |
|
<script src="/static/js/script.js"></script> |
|
</body>
|
|
|