This commit is contained in:
Bryan Ramos 2023-06-29 15:08:29 -04:00
parent d699420309
commit e7dfd48c5b
2 changed files with 49 additions and 50 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View file

@ -1,16 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css"> <link rel="stylesheet" href="css/styles.css">
<script src="https://kit.fontawesome.com/f26d369dc4.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/f26d369dc4.js" crossorigin="anonymous"></script>
<script src="https://substackapi.com/widget.js" async></script> <script src="https://substackapi.com/widget.js" async></script>
<title>Bryan Ramos - Dev</title> <title>Developer / Technologist</title>
</head> </head>
<header> <header>
@ -21,58 +22,56 @@
<ul> <ul>
<li><a href="mailto:bryan@ramos.codes" class="fa-solid fa-envelope"></a></li> <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://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://github.com/itme-brain" class="fa-brands fa-github"></a></li>
<li><a href="pgpkey.html" class="fa-sharp fa-solid fa-key"></a></li> <li><a href="pgpkey.html" class="fa-sharp fa-solid fa-key"></a></li>
<li><a href="https://iris.to/#/profile/npub17374whevgs040xkd48gr99g0xmpxd9snqt57dsfvtp0jcjt8yjeq49rdyt" class="fa-sharp fa-solid fa-feather"></a></li> <li><a href="https://iris.to/#/profile/npub17374whevgs040xkd48gr99g0xmpxd9snqt57dsfvtp0jcjt8yjeq49rdyt"
class="fa-sharp fa-solid fa-feather"></a></li>
<li><a href="https://itmebrain.substack.com" class="fa-solid fa-blog"></a></li> <li><a href="https://itmebrain.substack.com" class="fa-solid fa-blog"></a></li>
</ul> </ul>
</header> </header>
<body> <body>
<h2> <h2>
Check out my work on Github.</br></br> Check out my work on Github.</br></br>
Contact with inquiries using the provided email or visit my socials.</br></br> Contact with inquiries using email or visit my socials using the above links.</br></br>
Please encrypt any sensitive information using the provided PGP key.</br></br> Please encrypt any sensitive information using the provided PGP key.</br></br>
</h2> </h2>
<!--TODO: Add Resources for Privacy, Security, Bitcoin etc. --> <div class="causes">
<!-- <h1>Resources</h1>--> <h1>Projects Supported</h1></br>
<a href="https://www.linuxfoundation.org/about/donate">Linux Foundation</a></br>
<a href="https://www.fsf.org/about/ways-to-donate/">Free Software Foundation</a></br>
<a href="https://bitcoin.org/en/bitcoin-core/contribute/">Bitcoin Core</a></br>
<a href="https://zeusln.app/about">Zeus App</a></br>
<a href="https://github.com/ElementsProject/lightning">Core Lightning</a><br>
<a href="https://github.com/nostr-protocol/nostr">Nostr</a></br>
<a href="https://nixos.org/donate.html">NixOS Foundation</a></br>
<a href="https://donate.torproject.org/">Tor Project</a></br>
</div></br></br>
<div class="causes"> <footer>
<h1>Projects Supported</h1></br> <p class="shill">
<a href="https://www.linuxfoundation.org/about/donate">Linux Foundation</a></br> Stay in touch and keep up-to-date with any articles I may publish
<a href="https://www.fsf.org/about/ways-to-donate/">Free Software Foundation</a></br> </p>
<a href="https://bitcoin.org/en/bitcoin-core/contribute/">Bitcoin Core</a></br> <div id="custom-substack-embed">
<a href="https://zeusln.app/about">Zeus App</a></br> <script>
<a href="https://github.com/nostr-protocol/nostr">Nostr</a></br> window.CustomSubstackWidget = {
<a href="https://nixos.org/donate.html">NixOS Foundation</a></br> substackUrl: "itmebrain.substack.com",
<a href="https://donate.torproject.org/">Tor Project</a></br> placeholder: "example@gmail.com",
</div></br></br> buttonText: "Confirm",
theme: "custom",
colors: {
<!-- TODO: Add this in once I start publishing a few articles primary: "#54982D",
<footer> input: "#1B262C",
<p class="shill"> email: "#A69F9F",
Stay in touch and keep up-to-date on any articles I may publish text: "#FFFFFF",
</p> }
<div id="custom-substack-embed"> };
<script> </script>
window.CustomSubstackWidget = { </div>
substackUrl: "itmebrain.substack.com", </footer>
placeholder: "example@gmail.com",
buttonText: "Confirm",
theme: "custom",
colors: {
primary: "#54982D",
input: "#1B262C",
email: "#A69F9F",
text: "#FFFFFF",
}
};
</script>
</div>
</footer> -->
</body> </body>
</html> </html>