mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
104 lines
4.8 KiB
HTML
104 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Boofdev - About</title>
|
|
<link rel="shortcut icon" href="../data/images/logoround.png">
|
|
<link rel="icon" type="image/x-icon" href="../data/images/logoround.png">
|
|
<link rel="stylesheet" href="../data/style/style.css">
|
|
<script src="../index-allpage.js" defer></script>
|
|
<link rel="stylesheet" href="../data/style/offline-theme-dark.css">
|
|
<link rel="stylesheet" href="../data/style/offline-language-english.css">
|
|
<script src="https://hexahigh.github.io/cdn/js/min/offline.min.js"></script>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
<meta name="CurrentPage" content="about">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="#index-intro-contact-btn" id="skip-nav">Skip Navigation</a>
|
|
|
|
<nav>
|
|
<img src="../data/images/logoround.png" alt="Boofdev">
|
|
<p class="text">Boofdev</p>
|
|
<ul id="nav-pc">
|
|
<li><a href="../index.html">Home</a></li>
|
|
<li><a href="../about" id="nav-active">About me</a></li>
|
|
<li><a href="../news/">News</a></li>
|
|
<li><a href="../projects">Projects</a></li>
|
|
<li><a href="../index.html#contact">Contact</a></li>
|
|
<li><a target="_blank" href="https://patreon.com/boofdev" id="nav-donate">Donate</a></li>
|
|
</ul>
|
|
<ul id="nav-mobile">
|
|
<li id="nav-menu-li"><button id="nav-menu"><img src="../data/images/menu.svg" alt="menu"
|
|
id="nav-menu-img"></button></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div class="nav-mobile-content-close">
|
|
<ul>
|
|
<li><a href="../index.html">Home</a></li>
|
|
<li><a href="../about" id="nav-active">About me</a></li>
|
|
<li><a href="../news/">News</a></li>
|
|
<li><a href="../projects">Projects</a></li>
|
|
<li><a href="../index.html#contact">Contact</a></li>
|
|
<li><a target="_blank" href="https://patreon.com/boofdev" id="nav-donate-mobile">Donate</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<a href="#" class="scrollTop"><img src="../data/images/top.svg" alt="Top"></a>
|
|
|
|
<div id="index-content">
|
|
<div>
|
|
<h1><span style="color: #1470e9;">About me</span></h1>
|
|
<h3 class="text">I enjoy playing video games and programming.</h3>
|
|
</div>
|
|
<div>
|
|
<br>
|
|
<p class="text">My real name is Simon and i live in a city called Fredrikstad in Norway.</p>
|
|
<p class="text">I like playing games, coding and modding games.</p>
|
|
<p class="text">I have been interested in computers for a very long time.</p>
|
|
<p class="text">Im good at HTML, Css, Javascript, Python and Lua.</p>
|
|
<p class="text">My favorite type of music is Electro Swing.</p>
|
|
<p class="text">I like archiving websites and books to the Internet Archive.</p>
|
|
<p class="text">I dont program for profit and im currently only doing this for fun.</p>
|
|
<p class="text">Im open for commisions and you can hire me to make something.</p>
|
|
<br>
|
|
<p class="colorurl"><a class="colorurl" href="../data/text/dsa-public-key.txt">DSA public-key</a></p>
|
|
<p class="colorurl"><a class="colorurl" href="../data/text/rsa-public-key.txt">RSA public-key</a></p>
|
|
<p class="text" style="text-align: right;">Last updated: 26/03/2023</p>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="footer-links-wrapper">
|
|
<div class="footer-links">
|
|
<p>Quick Links</p>
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="../about">About me</a></li>
|
|
<li><a href="../news/">News</a></li>
|
|
<li><a href="../index.html/#contact">Contact</a></li>
|
|
<li><a href="../projects">Projects</a></li>
|
|
<li><a href="../privacy.html">Privacy Policy</a></li>
|
|
<li><a target="_blank" href="https://patreon.com/boofdev">Donate</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-links">
|
|
<p>Social Links</p>
|
|
<ul>
|
|
<li><a href="mailto:admin@boofdev.eu.org">Email</a></li>
|
|
<li><a href="https://github.com/hexahigh">Github</a></li>
|
|
<li><a href="https://www.youtube.com/@Boofydev">Youtube</a></li>
|
|
</ul>
|
|
</div>
|
|
<img src="../data/images/new-kopi.svg" width="75em" style="top: 50%;" alt="Copy Me">
|
|
</div>
|
|
<p><span class="current-year">2023</span> © Boofdev</p>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html> |