Updated with dark theme, pfp, cleaner UI

This commit is contained in:
Bryan Ramos 2023-02-27 12:33:05 -05:00
parent 7b2dfac39f
commit 379b902db7
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 52 additions and 19 deletions

BIN
assets/avatar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -1,6 +1,11 @@
html {
display: inline-block;
margin: auto;
max-width: 100%;
color: white;
background-color: #1B262C;
padding: 0;
border: 0;
}
body {
@ -15,11 +20,18 @@ h1 {
margin: 0;
border: 0;
padding: 0;
}
h2 {
font-size: 95%;
text-align: center;
}
h2 {
font-size: 95%;
border: 0;
padding: 0;
}
ul {
text-align: center;
}
li {
list-style-type: none;
display: inline-block;
@ -27,7 +39,7 @@ li {
font-size: 25px;
border: 0;
margin: 0;
padding-right: 5px;
padding-right: 15px;
}
a, a:active {
@ -39,7 +51,23 @@ a:hover {
color: gray;
}
.pfp {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
width: 180px;
height: 180px;
}
.tipjar {
width: 15em;
height: 15em;
}
}
.gpg {
border: none;
width: 81%;
background-color: #222831;
border-radius: 15px;
}

View file

@ -10,15 +10,18 @@
<script src="https://kit.fontawesome.com/f26d369dc4.js" crossorigin="anonymous">
</script>
<title>Bryan Ramos - Technologist</title>
<title>Bryan Ramos - Developer</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/LARPologist" class="fa-brands fa-twitter"></a></li>
<li><a href="https://iris.to/#/profile/npub17374whevgs040xkd48gr99g0xmpxd9snqt57dsfvtp0jcjt8yjeq49rdyt"
class="fa-solid fa-kiwi-bird"></a></li>
<li><a href="https://github.com/bryram" class="fa-brands fa-github"></a></li>
@ -26,13 +29,13 @@
<li><a href="pgpkey.html" class="fa-sharp fa-solid fa-key"></a></li>
</ul>
<h2>My goal is to invest my skills empowering fundamental human rights
in the digital age through the creation of software with a focus on
sovereign identity ownership and selective sharing</br>
of personal data.
<h2>
My goal is to invest in the empowerment of fundamental human rights
in the digital age through the creation and promotion of software promting
sovereign identity ownership and selective sharing of personal data.
</br></br>
I believe that the increased propagation in distributed networking technologies combined
The increased propagation in distributed networking technologies combined
with a greater public understanding of assymetric cryptography present a unique
opportunity to achieve this by allowing for greater adoption of interoperable global standards
of digital privacy tools, trust-minimized communications protocols
@ -40,18 +43,19 @@
</br></br>
When I'm not working you can find me exercising, pursuing passion projects, writing,
reading, cooking and spending time with family.
reading, cooking and spending time with my family.
</br></br>
Visit my GitHub to view my work. Contact me with inquiries using the links above.
Contact with inquiries using the links above.</br>
Please encrypt any sensitive information using the provided PGP key.
</h2>
<!-- <h1>Articles</h1>-->
<!-- <h1>Resources</h1>-->
<h1>Tips for Coffee!</h1>
BTC: bc1qa8tqxcahjxe63yvn50v5jzxqxez2mfntynv2dc</br></br>
<img class="tipjar" src="assets/btctipjar.png">
<h1>Donations Appreciated</h1>
<img class="tipjar" src="assets/btctipjar.png"></br>
BTC: bc1qa8tqxcahjxe63yvn50v5jzxqxez2mfntynv2dc
</body>
</html>

View file

@ -4,14 +4,16 @@
<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">
<title>Bryan Ramos - PGP Key</title>
</head>
<body>
👉 <a href="assets/public.key">Download Key</a> 👈
🔑<a href="assets/public.key" class="download">Key File</a>
<br/><br/>
<div class="gpg">
-----BEGIN PGP PUBLIC KEY BLOCK-----<br/><br/>
mQINBGP0BgMBEAC2v+n9plI0p+TqIrmvz7JHoYbtUK3NDkyNeIsgS+sE5nfLB1Ef<br/>
@ -121,7 +123,6 @@ OEpwdDwa67AtzYKG0ssOJI+po9TlbKYS4O4H8XnPhYSOEw8eObNPYCX7jyAjXloo<br/>
1hbflYLyMYo1BxGR6bPS9gJA2w==<br/>
=5uun<br/>
-----END PGP PUBLIC KEY BLOCK-----
</div>
</body>
</html>