Compare commits

..

No commits in common. "6cedce907b32d6570b291b7d6f4764a7f67919a9" and "77676b8e965f0bfcaa3f6265e43f29552a59a73b" have entirely different histories.

1 changed files with 15 additions and 11 deletions

View File

@ -19,6 +19,7 @@
Welcome to my resume website! I am a highly motivated professional with experience in programming, Welcome to my resume website! I am a highly motivated professional with experience in programming,
game development, and IT support. I have been a proud Linux user for three years now. game development, and IT support. I have been a proud Linux user for three years now.
</p> </p>
<!-- Add more information about yourself here -->
</section> </section>
<section id="experience"> <section id="experience">
@ -26,21 +27,23 @@
<div> <div>
<h3>Game Developer</h3> <h3>Game Developer</h3>
<p><strong>Kouvola Vocational College</strong> - Kouvola</p> <p><strong>Kouvola Vocational College</strong> - Kouvola</p>
<p><em></em><em></em></p> <p><em>Start Date</em> - <em>End Date</em></p>
<ul> <ul>
<li>Worked on a small team to make an educational game for hairdresser students.</li> <li>Worked on a small team to make an educational game for hairdresser students.</li>
<li>Programmed parts of the game using C# language and Unity game engine.</li> <li>Programmed parts of the game using C# language and Unity game engine.</li>
</ul> </ul>
</div> </div>
<div> <div>
<h3>IT support</h3> <h3>Software Developer</h3>
<p><strong>Finnish Meteorological Institute</strong> - Helsinki</p> <p><strong>Company Name</strong> - Location</p>
<p><em>17.10.2022</em> - <em>14.8.2023</em></p> <p><em>Start Date</em> - <em>End Date</em></p>
<ul> <ul>
<li>Worked in user administration, mainly creating, editing and deleting user accounts.</li> <li>Worked on various software projects and applications.</li>
<li>Also included generic IT support for other employees.</li> <li>Contributed to the full software development lifecycle, from concept to deployment.</li>
<li>Implemented new features and improved existing codebase.</li>
</ul> </ul>
</div> </div>
<!-- Add more experience sections for IT Support roles, if applicable -->
</section> </section>
<section> <section>
@ -48,7 +51,7 @@
<div class=""> <div class="">
<h3>Vocational College - Game Developer</h3> <h3>Vocational College - Game Developer</h3>
<p><strong>Kouvola Vocational College</strong></p> <p><strong>Kouvola Vocational College</strong></p>
<p><em>10.8.2026</em> - <em>29.5.2019</em></p> <p><em>Start Date</em> - <em>End Date</em></p>
<ul> <ul>
<li>Learned how to develop games from start to end.</li> <li>Learned how to develop games from start to end.</li>
<li>Mostly focused on programming, but also learned some texturing and 3D modeling.</li> <li>Mostly focused on programming, but also learned some texturing and 3D modeling.</li>
@ -56,7 +59,7 @@
</ul> </ul>
<h3>University of Applied Sciences - Game Programmer</h3> <h3>University of Applied Sciences - Game Programmer</h3>
<p><strong>South-Eastern Finland University of Applied Sciences</strong></p> <p><strong>South-Eastern Finland University of Applied Sciences</strong></p>
<p><em>August 19, 2019</em> - <em>Present</em></p> <p><em>Start Date</em> - <em>End Date</em></p>
<ul> <ul>
<li>Studies on game development with even more focus on programming.</li> <li>Studies on game development with even more focus on programming.</li>
<li>Learned C++ and more advanced C# programming.</li> <li>Learned C++ and more advanced C# programming.</li>
@ -71,8 +74,6 @@
<li>Game development: Unity</li> <li>Game development: Unity</li>
<li>Web development: HTML, CSS, JavaScript</li> <li>Web development: HTML, CSS, JavaScript</li>
<li>Version control: Git</li> <li>Version control: Git</li>
<li>GNU/Linux usage</li>
<li>Server administration</li>
<li>IT support: Troubleshooting, Networking</li> <li>IT support: Troubleshooting, Networking</li>
<li>IT support tools/services: <br> <li>IT support tools/services: <br>
- Hyena<br> - Hyena<br>
@ -91,8 +92,10 @@
<section id="projects"> <section id="projects">
<h2>Projects</h2> <h2>Projects</h2>
<p> <p>
Showcase some of the projects you have worked on. Include brief descriptions and any relevant links or
demos to demonstrate your skills and accomplishments.
</p> </p>
<!-- Add your project details here -->
</section> </section>
<section id="contact"> <section id="contact">
@ -104,6 +107,7 @@
<p>Email: santeri@huotari.cc</p> <p>Email: santeri@huotari.cc</p>
<p>Phone: +358 45 6638599</p> <p>Phone: +358 45 6638599</p>
<p>LinkedIn: linkedin.com/in/your-profile</p> <p>LinkedIn: linkedin.com/in/your-profile</p>
<!-- Add any other contact information you want to include -->
</section> </section>
</div> </div>
</body> </body>