mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 19:10:10 -07:00
Minor tweaks to portfolio website.
This commit is contained in:
parent
e2fb128737
commit
b866a664c3
2 changed files with 27 additions and 5 deletions
|
@ -171,6 +171,10 @@ iframe[src*=itch] {
|
||||||
--bs-body-color: 120, 161, 187;
|
--bs-body-color: 120, 161, 187;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-logo {
|
||||||
|
max-height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
font-family: VT323, monospace;
|
font-family: VT323, monospace;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
|
28
index.html
28
index.html
|
@ -67,9 +67,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col-1"></div>
|
||||||
<p>Greetings! I am a human who enjoys pixel art, programming, and penguins.</p>
|
<div class="col-4">
|
||||||
<p>Sometimes, I also make games.</p>
|
<img class="main-logo" src="img/branding/LunarPenguin_newPalette_transparency.webp"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-7">
|
||||||
|
<p>Greetings! I am <span title="pronounced 'Kai'">Kaj Forney</span> (he/him). I am a human who enjoys pixel art, programming, and penguins.</p>
|
||||||
|
<p>I am currently a sophomore student at Boise State University, majoring in Games, Interactive Media, and Mobile Technology.<br>My passion is for using games to help make the world a brighter place.</p>
|
||||||
|
<p>My current primary focus is learning and building my skills in level design and 3D modeling.</p>
|
||||||
<p>This site displays a few of the things I've made or helped to make.</p>
|
<p>This site displays a few of the things I've made or helped to make.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,8 +191,11 @@
|
||||||
<p>[Localization/QA]</p>
|
<p>[Localization/QA]</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<p>I assisted in a minor role with Mr. Saitou, a game created by Laura Shigihara (Morizora Studios). My role in the project primarily involved organizing a team of various testers and translators, as well as providing additional QA testing across Windows, Linux, and Nintendo Switch.</p>
|
<p>I assisted in a minor role with Mr. Saitou, a game created by Laura Shigihara (Morizora Studios).
|
||||||
<p>In addition, I created the localized versions of the game's graphical assets used for eight different languages in the PC release, while maintaining their original visual style.</p>
|
My role in the project primarily involved organizing a team of various testers and translators,
|
||||||
|
as well as providing additional QA testing across Windows, Linux, and Nintendo Switch.</p>
|
||||||
|
<p>In addition, I created the localized versions of the game's graphical assets used for eight of the
|
||||||
|
languages for the PC release, while maintaining their original visual style.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -221,6 +229,7 @@
|
||||||
birthday gift. My portion of the project included the implementation of the game's playable,
|
birthday gift. My portion of the project included the implementation of the game's playable,
|
||||||
interactive credits sequence, as well as general level design, and subtitles for the game's boss
|
interactive credits sequence, as well as general level design, and subtitles for the game's boss
|
||||||
rap sequence.</p>
|
rap sequence.</p>
|
||||||
|
<p>This project provided me with an opportunity to dive into the Godot Engine further, as well as learn to work on a complex project as part of a team.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -358,6 +367,15 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h1 class="section-title">OTHER PLACES I EXIST</h1>
|
<h1 class="section-title">OTHER PLACES I EXIST</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<!--My email is intentionally absent... I don't like the idea of putting a working email address directly on a public-facing site.
|
||||||
|
If I were to do that, it would look something like this, and would be in the table below:
|
||||||
|
<div class="col">
|
||||||
|
<a href="mailto:kaj@example.com" target="_blank" aria-label="Email">
|
||||||
|
<h2 title="Email">
|
||||||
|
<i class="fa-solid fa-envelope"></i>
|
||||||
|
</h2>
|
||||||
|
</a>
|
||||||
|
</div> -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a href="https://youtube.com/@lunar_penguin" target="_blank" aria-label="YouTube">
|
<a href="https://youtube.com/@lunar_penguin" target="_blank" aria-label="YouTube">
|
||||||
|
|
Loading…
Reference in a new issue