112 lines
4.8 KiB
HTML
112 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="index.css">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
|
|
<title>Santeri Huotari - Resume</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Santeri Huotari</h1>
|
|
<p>Programmer | Game Developer | IT Support</p>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<section id="about">
|
|
<h2>About Me</h2>
|
|
<p>
|
|
Welcome to my website! I am a highly motivated professional with experience in programming,
|
|
game development, and IT support. I have been an active Linux user for about three years now.
|
|
</p>
|
|
</section>
|
|
|
|
<section id="experience">
|
|
<h2>Experience</h2>
|
|
<div>
|
|
<h3>Game Developer</h3>
|
|
<p><strong>Kouvola Vocational College</strong> - Kouvola</p>
|
|
<p><em></em><em></em></p>
|
|
<ul>
|
|
<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>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h3>IT support</h3>
|
|
<p><strong>Finnish Meteorological Institute</strong> - Helsinki</p>
|
|
<p><em>17.10.2022</em> - <em>14.8.2023</em></p>
|
|
<ul>
|
|
<li>Worked in user administration, mainly creating, editing and deleting user accounts.</li>
|
|
<li>Also included generic IT support for other employees.</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Education</h2>
|
|
<div class="">
|
|
<h3>Vocational College - Game Developer</h3>
|
|
<p><strong>Kouvola Vocational College</strong></p>
|
|
<p><em>10.8.2026</em> - <em>29.5.2019</em></p>
|
|
<ul>
|
|
<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>Learned C# programming, Unity, GIMP and Blender.</li>
|
|
</ul>
|
|
<h3>University of Applied Sciences - Game Programmer</h3>
|
|
<p><strong>South-Eastern Finland University of Applied Sciences</strong></p>
|
|
<p><em>19.8.2019</em> - <em>Present</em></p>
|
|
<ul>
|
|
<li>Studies on game development with even more focus on programming.</li>
|
|
<li>Learned C++ and more advanced C# programming.</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="skills">
|
|
<h2>Skills</h2>
|
|
<ul>
|
|
<li>Programming languages: C#, C++, Python</li>
|
|
<li>Game development: Unity</li>
|
|
<li>Web development: HTML, CSS, JavaScript</li>
|
|
<li>Version control: Git</li>
|
|
<li>GNU/Linux usage</li>
|
|
<li>Server administration</li>
|
|
<li>IT support: Troubleshooting, Networking, User administration</li>
|
|
<li>IT support tools/services: <br>
|
|
- Hyena<br>
|
|
- Microsoft O365 suite<br>
|
|
- Microsoft Exchange online<br>
|
|
- Azure<br>
|
|
- Jira<br>
|
|
- Agora<br>
|
|
- Ivanti secure access<br>
|
|
- CommuniGate Pro<br>
|
|
- Google authenticator/Micorosft authenticator<br>
|
|
- ssh<br>
|
|
</ul>
|
|
</section>
|
|
|
|
<section id="projects">
|
|
<h2>Projects</h2>
|
|
<p>
|
|
<p>Gitea profile: <a href="https://git.huotari.cc/huotari" target="_blank" rel="noopener noreferrer">https://git.huotari.cc</a></p>
|
|
</p>
|
|
</section>
|
|
|
|
<section id="contact">
|
|
<h2>Contact Me</h2>
|
|
<p>
|
|
Thank you for visiting my website. If you have any questions or would like to discuss potential
|
|
opportunities, please feel free to contact me using the information below.
|
|
</p>
|
|
<p><i class="fa fa-envelope" aria-hidden="true"></i> Email: santeri@huotari.cc</p>
|
|
<p><i class="fa fa-phone" aria-hidden="true"></i> Phone: +358 45 6638599</p>
|
|
<p><i class="fa fa-linkedin-square" aria-hidden="true"></i><a href="https://www.linkedin.com/in/santeri-h-b54546128/" target="_blank" rel="noopener noreferrer">LinkedIn</a></p>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|