website/portfolio/index.html

149 lines
8.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css?v1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>G2's Portfolio</title>
<link rel="icon" href="https://g2games.dev/icon.webp">
<meta property="og:title" content="G2">
<meta property="og:type" content="website">
<meta property="og:image" content="https://g2games.dev/portfolio/images/g2_splash.png">
<meta property="og:description" content="I make things">
<meta property="og:url" content="https://g2games.dev/portfolio">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="G2's portfolio">
</head>
<body>
<div class="maincontent" id="body">
<h1 style="text-align: center;font-size: 48pt;">Hi, I'm <span class="name">G2<span class="cursor">_</span></span></h1>
<div class="centerx">
<hr class="line" style="margin-bottom: 0;">
<h3 class="text_box" style="text-align:left;hyphens:auto;">
I am a full-stack software developer with system administration experience on Linux and Windows. Co-creator and maintainer of Dango Music Player and Dangoware. Experience in embedded systems programming.
Experienced in Rust, JavaScript (EMCAScript), TypeScript, Java, Bash, and Python, proficient in C/C++. Additionally, I have skills with creating webpages utilizing HTML and CSS, and utilizing VUE, EJS, and PugJS.
</h3>
<hr class="line" style="margin-top: 0;background-image: linear-gradient( to right, #0000, #7dc4e4 10%, #c6a0f6 50%, #ed8796 90%, #0000 );">
</div>
<h2 style="text-align: center;font-size: 30pt;">Projects</h2>
<br>
<div class="centerx double_column">
<a href="https://github.com/G2-Games/cross-usb" target="_blank"><div class="item">
<h2><icon style="color:#ee8fa5;">&#xf287;</icon> Cross USB</h2>
<p>A USB library which works seamlessly across most native and WASM targets.</p>
<hr class="line box-separator" style="background-image:linear-gradient(90deg,#0000 0%,#ee8fa5 5%,#0000)">
<p class="date">Feb. 2024</p>
</div></a>
<a href="https://github.com/G2-Games/minidisc-cli" target="_blank"><div class="item">
<h2><icon style="color:#dada61;">&#xf83e;</icon> minidisc-rs</h2>
<p>minidisc-rs is a library similar to linux-minidisc which allows for interfacing with NetMD and Hi-MD devices.</p>
<hr class="line box-separator" style="background-image:linear-gradient(90deg,#0000 0%,#dada61 5%,#0000)">
<p class="date">Sept. 2023 ⟶ Ongoing</p>
</div></a>
<a href="https://github.com/G2-Games/welcome.sh" target="_blank"><div class="item">
<h2><icon style="color:#a6da95;">&#xf120;</icon> welcome.sh</h2>
<p>welcome.sh is a beautiful welcome script for Bash and Zsh that is easy to install and adds a little personality to your shell!</p>
<hr class="line box-separator" style="background-image:linear-gradient(90deg,#0000 0%,#a6da95 5%,#0000)">
<p class="date">Sept. 2022 ⟶ Ongoing</p>
</div></a>
<a href="https://g2games.dev" target="_blank"><div class="item">
<h2><icon style="color:#b7bdf8;">&#xf51f;</icon> G2Games.dev</h2>
<p>My personal website, and a way for me to host services and other useful things. It kickstarted my web design learning process.</p>
<hr class="line box-separator" style="background-image:linear-gradient(90deg,#0000 0%,#b7bdf8 5%,#0000)">
<p class="date">Mar. 2020 ⟶ Ongoing</p>
</div></a>
<a href="https://blog.g2games.dev" target="_blank"><div class="item">
<h2><icon style="color:#8bd5ca;">&#xf304;</icon> My Blog</h2>
<p>My personal blog, built using the Hexo blog framework.</p>
<hr class="line box-separator" style="background-image:linear-gradient(90deg,#0000 0%,#8bd5ca 5%,#0000)">
<p class="date">May 2022 ⟶ Ongoing</p>
</div></a>
<a href="https://hwml.unl.edu" target="_blank"><div class="item">
<h2><icon style="color:#d5ac89;">&#xf19c;</icon> HWML Webpage</h2>
<p>The webpage for the Harold W. Manter Laboratory of Parasitology.</p>
<hr class="line box-separator" style="background-image:linear-gradient(90deg,#0000 0%,#d5ac89 5%,#0000)">
<p class="date">Sept. 2022 ⟶ Ongoing</p>
</div></a>
<a href="https://github.com/Dangoware/" target="_blank"><div class="item">
<h2><icon style="color:#d5ac89;">🍡</icon> Dangoware</h2>
<p>A group making interesting and useful software.</p>
<hr class="line box-separator" style="background-image:linear-gradient(90deg,#0000 0%,#9ed58b 5%,#0000)">
<p class="date">Oct. 2023 ⟶ Ongoing</p>
</div></a>
<div class="item" style="cursor: unset;">
<h2><icon>&#x2b;</icon> Future</h2>
<p>I'm always working on something, so a new project will probably pop up here in the near future.</p>
<p>In the meantime, check out the list of <a href="https://github.com/G2-Games?tab=repositories">my other repositories on GitHub.</a></p>
</div>
</div>
<hr class="line">
<h2 style="text-align: center;font-size: 30pt;">Contributions</h2>
<div class="centerx">
<h3 style="text-align:center;padding: 20px 0;">Contributions to open source projects which are not my own.</h3>
</div>
<br>
<div class="centerx double_column">
<a href="https://github.com/Taiko2k/TauonMusicBox/pull/1137/" target="_blank"><div class="item">
<h2>Tauon Music Box</h2>
<p>Fixed acquisition of URLs for display in Discord with rich presence</p>
</div></a>
<a href="https://github.com/rustwasm/wasm-bindgen/pull/3821" target="_blank"><div class="item">
<h2>WASM Bindgen</h2>
<p>Enabled the <code>UsbDevice.forget()</code> method</p>
</div></a>
<a href="https://github.com/MicrosoftDocs/PowerShell-Docs/pull/10567" target="_blank"><div class="item">
<h2>PowerShell</h2>
<p>Fixed some typos in the documentation</p>
</div></a>
<a href="https://github.com/systemd/systemd/pull/29473" target="_blank"><div class="item">
<h2>systemd</h2>
<p>Fixed an error in an explanation</p>
</div></a>
<a href="https://github.com/MiniDisc-wiki/atrac-api/pull/11" target="_blank"><div class="item">
<h2>ATRAC API</h2>
<p>Moved Docker container over to using a native Linux binary</p>
</div></a>
</div>
<hr class="line">
<div class="centerx">
<h2 style="text-align: center;font-size: 30pt;">Contact me:</h2>
<br>
<div class="contact">
<h1 style="font-size: 36pt;text-align: center;font-weight:normal;">
<icon>
<a href="https://github.com/G2-Games" target="_blank">&#xf09b;</a>
<a href="https://www.reddit.com/user/G2-Games" target="_blank">&#xf1a1;</a><br>
<a href="mailto:ke0bhogsg@gmail.com" target="_blank">&#x40;</a>
</icon></h1>
</div>
<div class="footer-right">
<p id="created">Site created using:</p>
<p><a href="https://github.com/catppuccin/catppuccin"><icon>&#xf09b;&#xf53f;</icon> Catppuccin</a></p>
<p><a href="https://github.com/FortAwesome/Font-Awesome"><icon>&#xf25e;&#xf4e7;</icon> Fontawesome</a></p>
</div>
<div class="footer-left">
<p title="I wonder what this button does..." style="cursor: pointer;" onclick="document.getElementById('body').classList.toggle('chromatic');"><icon>&#x3f;</icon></p>
</div>
</div>
</div>
</body>
</html>