mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 20:19:43 -04:00
60 lines
No EOL
2.5 KiB
HTML
60 lines
No EOL
2.5 KiB
HTML
<!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">
|
|
|
|
<script src="https://kit.fontawesome.com/f26d369dc4.js" crossorigin="anonymous">
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<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>
|
|
|
|
<section class="heading">
|
|
<h1>Bryan Ramos</h1>
|
|
</section>
|
|
|
|
<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> |