Compare commits
No commits in common. "9f3e554624ae2656cd77bb48460c391b78be9a25" and "d73e02764105b2edab9b0034a7af7ae782e33046" have entirely different histories.
9f3e554624
...
d73e027641
@ -11,8 +11,7 @@
|
||||
--------------------------------------------------------------*/
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
/* --highlight: #ffb727; */
|
||||
--highlight: #f3a200;
|
||||
--highlight: #ffb727;
|
||||
--highlight-alt: #ffc85a;
|
||||
|
||||
--background: #fff;
|
||||
@ -682,45 +681,6 @@ section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.resume-content {
|
||||
max-height: 110vh;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.resume-content.expanded {
|
||||
display:block;
|
||||
max-height: none;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
.resume-fade {
|
||||
position: absolute;
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background: linear-gradient(to bottom, transparent, var(--background) 50%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.resume-fade.expanded {
|
||||
background: var(--background);
|
||||
}
|
||||
|
||||
.resume-btn {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
font-size: 1em !important;
|
||||
|
||||
border: none;
|
||||
text-align: center;
|
||||
z-index: 100;
|
||||
box-shadow: none !important;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.resume .resume-title {
|
||||
@ -733,7 +693,7 @@ section {
|
||||
|
||||
.resume .resume-item {
|
||||
padding: 0 0 20px 20px;
|
||||
margin-left: 8px;
|
||||
margin-top: -2px;
|
||||
border-left: 2px solid var(--resume-border);
|
||||
position: relative;
|
||||
}
|
||||
|
@ -161,19 +161,6 @@
|
||||
true
|
||||
);
|
||||
|
||||
on("click", "#resume-toggle", e => {
|
||||
console.log("sup")
|
||||
const sec = select("#resume-section");
|
||||
const btn = e.target;
|
||||
sec.classList.toggle("expanded");
|
||||
select(".resume-fade").classList.toggle("expanded");
|
||||
if (sec.classList.contains("expanded"))
|
||||
btn.innerHTML = 'Hide <i class="bi bi-chevron-up"></i>';
|
||||
else
|
||||
btn.innerHTML = 'Expand <i class="bi bi-chevron-down"></i>';
|
||||
AOS.refresh();
|
||||
})
|
||||
|
||||
/**
|
||||
* Scroll with ofset on page load with hash links in the url
|
||||
*/
|
||||
|
111
index.html
111
index.html
@ -441,78 +441,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
|
||||
<div data-aos="fade-up-left">
|
||||
<h3 class="resume-title">Professional Experience</h3>
|
||||
<div class="resume-content" id="resume-section">
|
||||
<div>
|
||||
<div class="resume-item">
|
||||
<h4>Research Lab Assistant</h4>
|
||||
<h5>August 2024 - June 2024</h5>
|
||||
<p><em>Part-time job at Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||
<p>
|
||||
Helped in various tasks in a the research lab of Prof. Laura Pozzi. This lab specializes in the
|
||||
automation of embedded processor customization, the design and compilation of innovative reconfigurable hardware, and
|
||||
techniques for Approximate Computing and Logic Synthesis.
|
||||
<ul>
|
||||
<li>Made a case study to investigate various optimization methods to improve the performance of an established system</li>
|
||||
<li>Refactored an entire codebase to make it more modular, cleaner and easier to use and extend</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-aos="fade-up">
|
||||
<div class="resume-item">
|
||||
<h4>Teaching assistant</h4>
|
||||
<h5>2022 - 2025</h5>
|
||||
<p><em>Part-time job at Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||
<p>
|
||||
Helped teachers with grading assignments and exams. Tried to create a meaningful
|
||||
connection with students that needed my help to make them succeed in completing
|
||||
their course. I loved being able to transmit my passion on to them and see the
|
||||
sparkles in their eyes when they learned about concepts I taught them.
|
||||
</p>
|
||||
</div>
|
||||
<div class="resume-item secondary">
|
||||
<h4 style="font-weight: normal">TA - Automata and Formal Langauges</h4>
|
||||
<h5>Autumn 2024</h5>
|
||||
<p><em>3 ECTS - Prof. Matthias Hauswirth</em></p>
|
||||
<ul>
|
||||
<li>Teaches the theoretical foundations of computing, focusing on formal models like finite automata and pushdown
|
||||
automata, and their role in defining and analyzing regular and context-free languages</li>
|
||||
<li>Closely participated in assignment and exam corrections</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="resume-item secondary">
|
||||
<h4 style="font-weight: normal">TA - Programming Fundamentals 2</h4>
|
||||
<h5>Spring 2023 & 2024</h5>
|
||||
<p><em>9 ECTS - Prof. Matthias Hauswirth</em></p>
|
||||
<ul>
|
||||
<li>One of the most important courses of the bachelor as it teaches first year
|
||||
students to write code in Java</li>
|
||||
<li>Took care of students with special needs along the semester and during the exams
|
||||
</li>
|
||||
<li>Mentored and lead small groups of students in their end-of-semester project</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="resume-item secondary">
|
||||
<h4 style="font-weight: normal">TA - Systems Programming</h4>
|
||||
<h5>Autumn 2022</h5>
|
||||
<p><em>6 ECTS - Prof. Antonio Carzaniga</em></p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Teaches fundamentals of C and C++ during the second year</li>
|
||||
<li>Closely participated in assignment and exam corrections</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="resume-item" data-aos="fade-up">
|
||||
<h4>UROP</h4>
|
||||
<h5>Summer 2023</h5>
|
||||
<p><em>Internship at Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||
@ -538,7 +470,42 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-aos="fade-up">
|
||||
<div class="resume-item">
|
||||
<h4>Teaching assistant</h4>
|
||||
<h5>2022 - present</h5>
|
||||
<p><em>Part-time job at Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||
<p>
|
||||
Helped teachers with grading assignments and exams. Tried to create a meaningful
|
||||
connection with students that needed my help to make them succeed in completing
|
||||
their course. I loved being able to transmit my passion on to them and see the
|
||||
sparkles in their eyes when they learned about concepts I taught them.
|
||||
</p>
|
||||
</div>
|
||||
<div class="resume-item secondary">
|
||||
<h4 style="font-weight: normal">TA - Programming Fundamentals 2</h4>
|
||||
<h5>Spring 2023 & 2024</h5>
|
||||
<p><em>9 ECTS - Prof. Matthias Hauswirth</em></p>
|
||||
<ul>
|
||||
<li>One of the most important courses of the bachelor as it teaches first year
|
||||
students to write code in Java</li>
|
||||
<li>Took care of students with special needs along the semester and during the exams
|
||||
</li>
|
||||
<li>Mentored and lead small groups of students in their end-of-semester project</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="resume-item secondary">
|
||||
<h4 style="font-weight: normal">TA - Systems Programming</h4>
|
||||
<h5>Autumn 2022</h5>
|
||||
<p><em>6 ECTS - Prof. Antonio Carzaniga</em></p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Teaches fundamentals of C and C++ during the second year</li>
|
||||
<li>Closely participated in assignment and exam corrections</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="resume-item" data-aos="fade-up">
|
||||
<h4>Front-end Intern</h4>
|
||||
<h5>Autumn 2022</h5>
|
||||
@ -576,12 +543,6 @@
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="resume-fade">
|
||||
<button id="resume-toggle" class="btn resume-btn">Expand <i class="bi bi-chevron-down"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user