From e0b907820d806834c1816220baeb25fdc1923b17 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sat, 2 Sep 2023 18:21:47 +0200 Subject: [PATCH] added button to download cv --- assets/css/style.css | 12 ++++++++++++ index.html | 16 ++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 84da0b2..9f82633 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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 --------------------------------------------------------------*/ diff --git a/index.html b/index.html index 61c5443..b9b5e4d 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@

Arnaud Fauconnet

-

I'm a Computer Science student

+

I'm a Computer Science graduate

@@ -266,10 +266,17 @@

Professional Experience

-

Senior graphic design specialist

-
2019 - Present
-

Università della Svizzera Italiana, Lugano, CH

+

UROP

+
Summer 2023
+

Internship - Università della Svizzera Italiana, Lugano, CH

+ UROP + (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

  • Lead in the design, development, and implementation of the graphic, layout, and production communication materials
  • @@ -302,6 +309,7 @@
+ Download my CV