inital release

This commit is contained in:
2023-04-06 11:21:03 +02:00
parent a72dc96045
commit 0c28cb9a0d
5 changed files with 217 additions and 10 deletions

View File

@@ -43,11 +43,16 @@
<body>
<div class="page">
<h1>Hi, I'm Mike 👋🏻 👨🏻‍💻</h1>
<p>I'm a student and a frontend developer creating websites in many technologies and frameworks. I also want to get closer to the metal 🔨 so I create software in C++, C# and Python. Electron is terrifying me :electron:.</p>
<p>I built a <a href="https://github.com/eRgo35/Project-TSI">Web App</a> using Angular Material framework, a simple <a href="https://github.com/eRgo35/Server-Manager">Server Manager</a> program for Windows and much more! I'm also a co-author of a Discord <a href="https://github.com/HiveMindStudios/MelvinJS">multipurpose bot</a> written in JavaScript.</p>
<p>I'm having a lot of fun with the latest technologies, mainly Cryptocurrencies 💰 and Artificial Inteligence 👁️.</p>
<div class="bio">
<div>
<p>I'm a student and a frontend developer creating websites in many technologies and frameworks. I also want to get closer to the metal 🔨 so I create software in C++, C# and Python. Electron is terrifying me ⚛.</p>
<p>I built a <a href="https://github.com/eRgo35/Project-TSI">Web App</a> using Angular Material framework, a simple <a href="https://github.com/eRgo35/Server-Manager">Server Manager</a> program for Windows and much more! I'm also a co-author of a Discord <a href="https://github.com/HiveMindStudios/MelvinJS">multipurpose bot</a> written in JavaScript.</p>
<p>I'm having a lot of fun with the latest technologies, mainly Cryptocurrencies 💰 and Artificial Inteligence 👁️.</p>
</div>
<img src="assets/mike-czyz.webp" class="avatar" width="2.5in" height="2.5in"/>
</div>
<h2>Find Mike around the web 🌎:</h2>
<ul>
<li>take a look at my <a href="https://github.com/eRgo35">GitHub</a> 🐙</li>
@@ -57,6 +62,28 @@
</ul>
<p>Psst! You can also take a look at my <a href="https://github.com/eRgo35/dots">dotfiles</a> and find my latest rice 🍚.</p>
<p>[📎 <a href="assets/resume.pdf"">resume</a>] [📧 <a href="mailto:mike@czyz.icu?subject=Hi">contact</a>]</p>
<div class="footer">
<div class="copyright">
Copyright &copy; <span id="year">2023</span> All rights reserved
</div>
<div class="gpg">
🔑
<a href="assets/mike-czyz-public.asc" class="pgp-key">
<span>710D</span>
<span>3407</span>
<span>D37F</span>
<span>F123</span>
</a>
</div>
</div>
</div>
<script>
window.onload = () => {
document.querySelector("#year").innerHTML = new Date().getFullYear();
};
</script>
</body>
</html>