Simple Website Refactor

This commit is contained in:
Bryan 2022-10-28 01:38:52 -04:00
parent 1d535006fa
commit e4abea631d
6 changed files with 68 additions and 376 deletions

View file

@ -1,60 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bryan Ramos :: Developer</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="bryan, ramos, developer, freelance, fullstack">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Righteous&family=Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="css/styles.css">
<script src="https://kit.fontawesome.com/f26d369dc4.js" crossorigin="anonymous">
</script>
<title>Bryan Ramos - 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>
<h2>I invest my time and energy towards returning
self-sovereignty in the digital age.</br></br>
<section class="navbar">
<div class="socialicons">
<a href="mailto: bryan@codecologist.dev"><i class="fa-solid fa-square-envelope"></i></a>
<a href="https://github.com/codecologist"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/Codecologist"><i class="fa-brands fa-square-twitter"></i></a>
<a href="https://www.youtube.com/channel/UCqr3HoBvla1s9hK5CCKI_Kg"><i class="fa-brands fa-youtube"></i></a>
<a href="pgpkey.html"><i class="fa-solid fa-key"></i></a>
</section>
I believe that peer-to-peer protocols and cryptography are
the key to achieve this through the establishment of digital data privacy tools,
increased user transparency and the disintermediation of the web.</br></br>
<section class="heading">
<h1>Bryan Ramos</h1>
</section>
Visit my GitHub to view my work. Contact me with inquiries using the links above.
<!-- <h1>Projects</h1>
-->
<h1>Tips for Coffee!</h1>
BTC: bc1qa8tqxcahjxe63yvn50v5jzxqxez2mfntynv2dc</br></br>
<img class="tipjar" src="assets/btctipjar.png">
<section class="technologies">
<div class="technologiesIconsGrid">
<i class="fa-brands fa-html5 fa-3x"></i>
<i class="fa-brands fa-css3 fa-3x"></i>
<i class="fa-brands fa-js fa-3x"></i>
<i class="fa-brands fa-git-alt fa-3x"></i>
<!-- <i class="fa-brands fa-digital-ocean fa-3x"></i>
<i class="fa-brands fa-aws fa-3x"></i> -->
<i class="fa-brands fa-vuejs fa-3x"></i>
<i class="fa-brands fa-bitcoin fa-3x"></i>
<i class="fa-solid fa-bolt fa-3x"></i>
<i class="fa-brands fa-ethereum fa-3x"></i>
<i class="fa-brands fa-rust fa-3x"></i>
<i class="fa-brands fa-react fa-3x"></i>
<i class="fa-brands fa-docker fa-3x"></i>
<i class="fa-brands fa-android fa-3x"></i>
<i class="fa-brands fa-wordpress fa-3x"></i>
<i class="fa-brands fa-linux fa-3x"></i>
<i class="fa-brands fa-node-js fa-3x"></i>
<i class="fa-brands fa-angular fa-3x"></i>
<i class="fa-solid fa-cloud-arrow-up fa-3x"></i>
<i class="fa-brands fa-python fa-3x"></i>
</div>
</section>
</body>
</html>