Skip to content

Commit ebac132

Browse files
committed
Updated portfolio with new CV and project
1 parent 44b5656 commit ebac132

File tree

5 files changed

+123
-206
lines changed

5 files changed

+123
-206
lines changed

files/CavagninoMatteoCV.pdf

-506 KB
Binary file not shown.

files/Resume_Cavagnino_Matteo.pdf

82.8 KB
Binary file not shown.

img/ShakEngineLogo.png

12.7 KB
Loading

index.html

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ <h1>Matteo Cavagnino</h1>
3232
<a class="social" href="mailto:[email protected]" target="_blank"><i
3333
class="fa fa-envelope fa-2x"></i></a>
3434
<a class="social" href="https://github.com/Teo7297" target="_blank"><i class="fa fa-github fa-2x"></i></a>
35-
<a class="social" href="https://www.linkedin.com/in/matteo-cavagnino-25a677185/" target="_blank"><i
35+
<a class="social" href="https://www.linkedin.com/in/matteo-cavagnino/" target="_blank"><i
3636
class="fa fa-linkedin fa-2x"></i></a>
37-
<a class="social" href="/files/CavagninoMatteoCV.pdf" download target="_blank"><i
37+
<a class="social" href="/files/Resume_Cavagnino_Matteo.pdf" download target="_blank"><i
3838
class="fa fa-solid fa-file-pdf fa-2x"></i></a>
39-
<!-- class="fa fa-solid fa-file-arrow-down fa-2x"></i></a> -->
39+
<!-- class="fa fa-solid fa-file-arrow-down fa-2x"></i></a> -->
4040

4141
</div>
4242

@@ -46,12 +46,9 @@ <h1>Matteo Cavagnino</h1>
4646

4747
<div id="description">
4848
<p>
49-
Hi, I'm Matteo, a seasoned software engineer with extensive expertise in C++ programming and a profound
50-
understanding of CUDA and graphics technologies. My professional focus lies in high-performance
51-
computing and 3D environments, where I excel in optimizing performance and developing innovative
52-
solutions. I am passionate about pushing the boundaries of technology and constantly seeking new ways to
53-
enhance software efficiency and effectiveness. Let's connect and explore how I can contribute to your
54-
next groundbreaking project.
49+
Hi, I'm Matteo, a software engineer with expertise in C++ programming, CUDA accelerated algorithms and
50+
graphics development.
51+
My professional focus lies in high-performance computing and 3D environments.
5552
</p>
5653
</div>
5754

@@ -80,23 +77,14 @@ <h2 class="section-title">Personal Projects</h2>
8077
<hr class="thin">
8178
</div>
8279
<div id="projects-container">
80+
<button onclick="showProject(this); this.scrollIntoView();" id="ShakEngine" class="proj-btn"
81+
style="background-image: url('img/ShakEngineLogo.png'); background-size: contain; background-repeat: no-repeat; background-position: center;">
82+
</button>
8383
<button onclick="showProject(this); this.scrollIntoView();" id="Zombie" class="proj-btn"
8484
style="background-image: url('img/zombiePP.png');"></button>
85-
<!-- <button onclick="showProject(this); this.scrollIntoView();" id="angelwrath" class="proj-btn"
86-
style="background-image: url('img/IRA_thumb.png');"></button> -->
87-
<button onclick="showProject(this); this.scrollIntoView();" id="RPG" class="proj-btn"
88-
style="background-image: url('img/RPG_thumb.png');"></button>
89-
<!-- <button onclick="showProject(this); this.scrollIntoView();" id="skala" class="proj-btn"
90-
style="background-image: url('img/SKALA_thumb.png');"></button> -->
9185
<button onclick="showProject(this); this.scrollIntoView();" id="marsMarines" class="proj-btn"
9286
style="background-image: url('img/Mars_thumb.png');"></button>
9387
<button onclick="showProject(this); this.scrollIntoView();" id="openGL" class="proj-btn">OpenGL</button>
94-
<!-- <button onclick="showProject(this); this.scrollIntoView();" id="PHero" class="proj-btn"
95-
style="background-image: url('img/PHero_thumb.png');"></button> -->
96-
<!-- <button onclick="showProject(this); this.scrollIntoView();" id="Movie-store" class="proj-btn"
97-
style="background-image: url('img/MStore_thumb.png');"></button>
98-
<button onclick="showProject(this); this.scrollIntoView();" id="LiraRecognizer" class="proj-btn"
99-
style="background-image: url('img/Lira_thumb.png');"></button> -->
10088
</div>
10189

10290
<div id="project"></div>

0 commit comments

Comments
 (0)