mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 12:09:44 -04:00
Final Draft
This commit is contained in:
parent
8a6b7a2ffb
commit
400a77a5b1
2 changed files with 28 additions and 16 deletions
|
|
@ -27,13 +27,18 @@ li {
|
|||
font-size: 25px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
a, a:visited, a:hover, a:active {
|
||||
a, a:active {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.tipjar {
|
||||
width: 15em;
|
||||
height: 15em;
|
||||
|
|
|
|||
37
index.html
37
index.html
|
|
@ -10,30 +10,37 @@
|
|||
<script src="https://kit.fontawesome.com/f26d369dc4.js" crossorigin="anonymous">
|
||||
</script>
|
||||
|
||||
<title>Bryan Ramos - Technologist</title>
|
||||
<title>Bryan Ramos - Professional Technologist</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<h1>Bryan Ramos</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="mailto:bryan@codecologist.dev" class="fa-solid fa-envelope"></a></li>
|
||||
<li><a href="https://twitter.com/Codecologist" class="fa-brands fa-twitter"></a></li>
|
||||
<li><a href="https://github.com/codecologist" class="fa-brands fa-github"></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCqr3HoBvla1s9hK5CCKI_Kg" class="fa-brands fa-youtube"></a></li>
|
||||
<li><a href="pgpkey.html" class="fa-sharp fa-solid fa-key"></a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="mailto:bryan@codecologist.dev" class="fa-solid fa-envelope"></a></li>
|
||||
<li><a href="https://twitter.com/Codecologist" class="fa-brands fa-twitter"></a></li>
|
||||
<li><a href="https://github.com/codecologist" class="fa-brands fa-github"></a></li>
|
||||
<li><a href="https://www.youtube.com/channel/UCqr3HoBvla1s9hK5CCKI_Kg" class="fa-brands fa-youtube"></a></li>
|
||||
<li><a href="pgpkey.html" class="fa-sharp fa-solid fa-key"></a></li>
|
||||
</ul>
|
||||
|
||||
<h2>My goal is to invest my time and energy working to return
|
||||
the self-sovereign ownership of data and human rights in the digital age.</br></br>
|
||||
<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
|
||||
self-sovereign identity ownership and selective sharing</br>
|
||||
of personal data.
|
||||
</br></br>
|
||||
|
||||
I believe that peer-to-peer protocols combined with cryptography are
|
||||
the key to achieve this through the establishment of digital privacy tools,
|
||||
increased user interconnectivity and the disintermediation of personal data.</br></br>
|
||||
I believe that the increased propagation in peer-to-peer networking combined
|
||||
with a growing public understanding of cryptographic technologies present a unique
|
||||
opportunity to achieve this by allowing for greater adoption of interoperable global standards
|
||||
of digital privacy tools, trust-minimized communications protocols
|
||||
and the disintermediation of private information.
|
||||
</br></br>
|
||||
|
||||
When I'm not working I spend my time exercising, reading, cooking and spending
|
||||
time with family.</br></br>
|
||||
When I'm not working you can find me exercising, pursuing passion projects, writing,
|
||||
reading, cooking and spending time with family.
|
||||
</br></br>
|
||||
|
||||
Visit my GitHub to view my work. Contact me with inquiries using the links above.
|
||||
</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue