added button to download cv
This commit is contained in:
parent
a66dd82bbc
commit
e0b907820d
@ -647,6 +647,12 @@ section {
|
||||
/*--------------------------------------------------------------
|
||||
# My Resume
|
||||
--------------------------------------------------------------*/
|
||||
.resume {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.resume .resume-title {
|
||||
font-size: 26px;
|
||||
font-weight: 700;
|
||||
@ -704,6 +710,12 @@ section {
|
||||
border: 2px solid #82909c;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
background: #ffb727;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# My Services
|
||||
--------------------------------------------------------------*/
|
||||
|
16
index.html
16
index.html
@ -63,7 +63,7 @@
|
||||
<section id="hero">
|
||||
<div class="hero-container">
|
||||
<h1 data-aos="zoom-in">Arnaud Fauconnet</h1>
|
||||
<h2 data-aos="fade" data-aos-delay="1000">I'm a Computer Science student</h2>
|
||||
<h2 data-aos="fade" data-aos-delay="1000">I'm a Computer Science graduate</h2>
|
||||
<span data-aos="fade-down" data-aos-delay="2000"><a href="#about" class="btn-scroll scrollto" title="Scroll
|
||||
Down"><i class="bx bx-chevron-down"></i></a></span>
|
||||
</div>
|
||||
@ -266,10 +266,17 @@
|
||||
<div data-aos="fade-up">
|
||||
<h3 class="resume-title">Professional Experience</h3>
|
||||
<div class="resume-item">
|
||||
<h4>Senior graphic design specialist</h4>
|
||||
<h5>2019 - Present</h5>
|
||||
<p><em>Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||
<h4>UROP</h4>
|
||||
<h5>Summer 2023</h5>
|
||||
<p><em>Internship - Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||
<p>
|
||||
<a
|
||||
href="https://www.inf.usi.ch/en/informatics-research/internships/students">UROP</a>
|
||||
(Undergraduate Research Opportunities
|
||||
Program) is an internship offered to the
|
||||
top five students that apply and allows
|
||||
you to work with a research group of
|
||||
your choice. I chose to work
|
||||
<ul>
|
||||
<li>Lead in the design, development, and implementation of the graphic, layout, and
|
||||
production communication materials</li>
|
||||
@ -302,6 +309,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<a href="/assets/pdf/Fauconnet_Arnaud_CV.pdf" class="btn mt-lg-3" data-aos="fade-up">Download my CV </a>
|
||||
</section><!-- End My Resume Section -->
|
||||
|
||||
<!-- ======= My Services Section ======= -->
|
||||
|
Loading…
Reference in New Issue
Block a user