Skip to content

Commit

Permalink
Education section rewrite and style edited
Browse files Browse the repository at this point in the history
  • Loading branch information
jame581 committed Feb 21, 2024
1 parent 88efb6f commit d4e50e2
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions Portfolio/Pages/Index.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@page "/"
@using Portfolio.Components

<PageTitle>Jan Mesarč - Portfolio</PageTitle>
<PageTitle>Jan Mesarc - Portfolio</PageTitle>

<AnchorNavigation />

Expand All @@ -10,7 +10,7 @@
<div class="resume-section-content">
<h1 class="mb-0">
Jan
<span class="text-primary">Mesarč</span>
<span class="text-primary">Mesarc</span>
</h1>
<div class="subheading mb-5">
Czech Republic
Expand All @@ -19,7 +19,7 @@
<p class="lead mb-3">
Hi, I'm a passionate game programmer and web developer. Some of the skills and technologies I use are:
- <strong>C#</strong>, <strong>C/C++</strong>, HTML, CSS, TypeScript
- <strong>ASP.NET</strong>, Xamarin Forms, <strong>.NET MAUI</strong>, Unity, <strong>Unreal Engine</strong>.
- <strong>ASP.NET</strong>, Xamarin Forms, <strong>.NET MAUI</strong>, Unity, <strong>Unreal Engine</strong>.
</p>
<p class="lead mb-3">
I have been interested in IT technologies since I was a kid, and programming has become my favorite hobby.
Expand Down Expand Up @@ -266,12 +266,15 @@
<h3 class="mb-0">University of Pardubice</h3>
<div class="subheading mb-3">Master's degree</div>
<div>Information Technology</div>
<p>
In September 2019 I finally completed my diploma thesis and gratuaded in University of
Pardubice, again.
So, trust me I am an Engineer :) Currently, I am helping at the
University of Pardubice as an instructor of Introduction to C and C#.
</p>
<ul>
<li>During my master’s program, I continued to deepen my programming skills. I explored advanced topics in software development, including design patterns, algorithms, and software architecture.</li>
<li>As part of my master’s program, I delved into the fascinating world of advanced data structures and algorithms. I studied topics such as AVL trees, threaded binary trees, expression trees, and B-trees.</li>
<li>Throughout my master’s journey, I engaged with advanced C# and C++ classes that went beyond the basics. I honed my skills in object-oriented programming, inheritance, polymorphism, and design patterns.</li>
<li>
Completed my diploma thesis Design and implementation of a multiplatform mobile application for a smart home
</li>
<li>Served as an instructor for Introduction to C and C# for 2 years</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2017 - September 2019</span></div>
</div>
Expand All @@ -280,24 +283,25 @@
<h3 class="mb-0">University of Pardubice</h3>
<div class="subheading mb-3">Bachelor’s degree</div>
<div>Information Technology</div>
<p>
I have decided to continued in studies and found out that the University of Pardubice has a
really good majors in IT.
I successfully graduated in June 2017 from Information Technologies in University of
Pardubice.
</p>
<ul>
<li>Explored excellent IT majors at the University of Pardubice</li>
<li>As part of my studies, I had the opportunity to explore the exciting world of game development using Unity.</li>
<li>Throughout my study time, I immersed myself in various programming courses like Java, C/C++, C#. These classes ignited my passion for coding and problem-solving.</li>
<li>One of the most captivating aspects of my studies was diving into data structures, algorithms or databases. Understanding how data is organized and optimized for efficient processing fascinated me.</li>
<li>Completed my bachelor thesis Development of a multi-platform game in Unity3D</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2014 - June 2017</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">VOŠ a SŠT Česká Třebová</h3>
<div class="subheading mb-3">Electrical Engineering Program</div>
<p>
I studied at the Technical School in České Třebové, where I graduated in 2014 in Electrical
Engineering. But it was not my cup of tea and I always enjoyed IT department and
programming.
</p>
<ul>
<li>I successfully completed the Cisco Certified Network Associate (CCNA) program, covering modules 1, 2, and 3.</li>
<li>During my studies, I delved into fascinating topics related to networking and operating systems. These subjects ignited my interest and laid the foundation for my IT journey.</li>
<li>Realized my passion lies in IT and programming</li>
</ul>
</div>
<div class="flex-shrink-0"><span class="text-primary">2010 - 2014</span></div>
</div>
Expand Down Expand Up @@ -340,10 +344,10 @@
<td>C++</td>
<td>Proficient</td>
<td>Game development, Unreal Engine</td>
</tr>
</tr>
</tbody>
</table>

<div class="subheading mb-3">Frameworks & Tools</div>
<table class="table">
<thead>
Expand Down Expand Up @@ -421,7 +425,7 @@
<li>Traveling, which I like to do whenever I have some free time and explore new places and cultures.</li>
<li>Snowboarding, which I like to do in the winter and enjoy the thrill and challenge of the slopes.</li>
</ul>
</p>
</p>
<p>
As a game developer, I have a strong curiosity and passion for learning new skills and technologies that can enhance my game development abilities.
I enjoy exploring different frameworks, platforms, and languages that can help me create games that are fun, immersive, and challenging.
Expand Down

0 comments on commit d4e50e2

Please sign in to comment.