116 lines
4.7 KiB
HTML
116 lines
4.7 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">
|
|
<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 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.
|
|
</p>
|
|
<!-- Add more information about yourself here -->
|
|
</section>
|
|
|
|
<section id="experience">
|
|
<h2>Experience</h2>
|
|
<div>
|
|
<h3>Game Developer</h3>
|
|
<p><strong>Company Name</strong> - Location</p>
|
|
<p><em>Start Date</em> - <em>End Date</em></p>
|
|
<ul>
|
|
<li>Developed and maintained interactive and engaging games.</li>
|
|
<li>Collaborated with cross-functional teams to design and implement game features.</li>
|
|
<li>Optimized game performance and identified and fixed bugs.</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h3>Software Developer</h3>
|
|
<p><strong>Company Name</strong> - Location</p>
|
|
<p><em>Start Date</em> - <em>End Date</em></p>
|
|
<ul>
|
|
<li>Worked on various software projects and applications.</li>
|
|
<li>Contributed to the full software development lifecycle, from concept to deployment.</li>
|
|
<li>Implemented new features and improved existing codebase.</li>
|
|
</ul>
|
|
</div>
|
|
<!-- Add more experience sections for IT Support roles, if applicable -->
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Education</h2>
|
|
<div class="">
|
|
<h3>Vocational College - Game Developer</h3>
|
|
<p><strong>Kouvola Vocational College</strong></p>
|
|
<p><em>Start Date</em> - <em>End Date</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>Start Date</em> - <em>End Date</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>IT support: Troubleshooting, Networking</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>
|
|
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>
|
|
<!-- Add your project details here -->
|
|
</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>Email: santeri@huotari.cc</p>
|
|
<p>Phone: +358 45 6638599</p>
|
|
<p>LinkedIn: linkedin.com/in/your-profile</p>
|
|
<!-- Add any other contact information you want to include -->
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|