itme-brain.github.io/index.html
2023-04-05 02:51:23 -04:00

49 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<script src="https://kit.fontawesome.com/f26d369dc4.js" crossorigin="anonymous">
</script>
<title>Bryan Ramos - Dev</title>
</head>
<body>
<img src="assets/avatar.jpg" alt="avatar" class="pfp">
<h1>Bryan Ramos</h1>
<ul>
<li><a href="mailto:bryan@ramos.codes" class="fa-solid fa-envelope"></a></li>
<li><a href="https://twitter.com/itme_brain" class="fa-brands fa-twitter"></a></li>
<li><a href="https://github.com/bryram" class="fa-brands fa-github"></a></li>
<li><a href="https://iris.to/#/profile/npub17374whevgs040xkd48gr99g0xmpxd9snqt57dsfvtp0jcjt8yjeq49rdyt"
class="fa-solid fa-kiwi-bird"></a></li>
<li><a href="pgpkey.html" class="fa-sharp fa-solid fa-key"></a></li>
</ul>
<h2>
Check out my work on Github and my socials.</br></br>
Contact with inquiries using the provided email.</br>
Please encrypt any sensitive information using the provided PGP key.</br></br>
</h2>
<!-- <h1>Articles</h1>-->
<!-- <h1>Resources</h1>-->
<h1>Projects Sponsored</h1></br>
<a href="https://bitcoin.org/en/bitcoin-core/contribute/">Bitcoin Core</a></br>
<a href="https://www.linuxfoundation.org/about/donate">Linux Foundation</a></br>
<a href="https://zeusln.app/about">Zeus LN</a></br>
</body>
</html>