From c507c341387845e4170178611ad66708e02cd717 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Sat, 30 Apr 2022 01:19:30 +0200 Subject: [PATCH] add new images and css --- src/app.scss | 12 ++++++++---- src/elements/Contacts.svelte | 2 +- src/elements/JobElement.svelte | 19 +++++++++++++++---- src/elements/Jobs.svelte | 15 ++++++++------- src/elements/Menu.svelte | 8 ++------ src/model/jobs.json | 10 +++++----- src/model/portfolio.json | 12 ++++++------ src/model/training.json | 4 ++-- src/routes/index.svelte | 20 ++++++++++++-------- static/3dprinter.jpg | Bin 313669 -> 0 bytes static/3dprinter.webp | Bin 0 -> 113352 bytes static/ALTEN.jpg | Bin 54869 -> 0 bytes static/ALTEN.webp | Bin 0 -> 6908 bytes static/QContainer.png | Bin 28405 -> 0 bytes static/QContainer.webp | Bin 0 -> 10764 bytes static/alternative-studio.png | Bin 10499 -> 0 bytes static/alternative-studio.webp | Bin 0 -> 1404 bytes static/custom-keyboard.jpg | Bin 312071 -> 0 bytes static/custom-keyboard.webp | Bin 0 -> 111066 bytes static/favicon.webp | Bin 0 -> 608 bytes static/logo-athesys.png | Bin 7536 -> 0 bytes static/logo-athesys.webp | Bin 0 -> 3926 bytes static/logo-jatus-tech.png | Bin 52767 -> 0 bytes static/logo-jatus-tech.webp | Bin 0 -> 4770 bytes static/logoSeveri.png | Bin 19533 -> 0 bytes static/logoSeveri.webp | Bin 0 -> 3432 bytes static/profile_pic.jpg | Bin 20058 -> 0 bytes static/profile_pic.webp | Bin 0 -> 9450 bytes static/saxonhilllogo.jpg | Bin 26369 -> 0 bytes static/saxonhilllogo.webp | Bin 0 -> 6834 bytes static/techweb.png | Bin 1138997 -> 0 bytes static/techweb.webp | Bin 0 -> 118206 bytes static/unipd-universita-di-padova.png | Bin 32187 -> 0 bytes static/unipd-universita-di-padova.webp | Bin 0 -> 94740 bytes static/webpage.png | Bin 287925 -> 0 bytes static/webpage.webp | Bin 0 -> 80054 bytes static/workstation.jpg | Bin 239048 -> 0 bytes static/workstation.webp | Bin 0 -> 76390 bytes 38 files changed, 59 insertions(+), 43 deletions(-) delete mode 100644 static/3dprinter.jpg create mode 100644 static/3dprinter.webp delete mode 100644 static/ALTEN.jpg create mode 100644 static/ALTEN.webp delete mode 100644 static/QContainer.png create mode 100644 static/QContainer.webp delete mode 100644 static/alternative-studio.png create mode 100644 static/alternative-studio.webp delete mode 100644 static/custom-keyboard.jpg create mode 100644 static/custom-keyboard.webp create mode 100644 static/favicon.webp delete mode 100644 static/logo-athesys.png create mode 100644 static/logo-athesys.webp delete mode 100644 static/logo-jatus-tech.png create mode 100644 static/logo-jatus-tech.webp delete mode 100644 static/logoSeveri.png create mode 100644 static/logoSeveri.webp delete mode 100644 static/profile_pic.jpg create mode 100644 static/profile_pic.webp delete mode 100644 static/saxonhilllogo.jpg create mode 100644 static/saxonhilllogo.webp delete mode 100644 static/techweb.png create mode 100644 static/techweb.webp delete mode 100644 static/unipd-universita-di-padova.png create mode 100644 static/unipd-universita-di-padova.webp delete mode 100644 static/webpage.png create mode 100644 static/webpage.webp delete mode 100644 static/workstation.jpg create mode 100644 static/workstation.webp diff --git a/src/app.scss b/src/app.scss index b129a22..bc31fb5 100644 --- a/src/app.scss +++ b/src/app.scss @@ -16,14 +16,14 @@ $basecolor:#E5E5E5; $basecolor2:#FFFFFF; // $basecolor2:#FCA311; -$accent2: #FCA311; +$accent2: #256EFF; $contrast: #14213D; $contrast2: #000000; $img-contrast: #14213D; $text-color: #011936; -$border-color: #D77A61; -$button-border-color: #D77A61; +$border-color: #256EFF; +$button-border-color: #256EFF; $min-tablet: 768px; $min-desktop: 1024px; @@ -67,6 +67,8 @@ $default-border-radius:5px; } } + + a { text-decoration:none; color: $text-color; @@ -76,4 +78,6 @@ button{ color: $text-color; } -h1, h2, h3 {} \ No newline at end of file +h1, h2, h3 { + font-weight: normal; +} \ No newline at end of file diff --git a/src/elements/Contacts.svelte b/src/elements/Contacts.svelte index d25d012..0f9a014 100644 --- a/src/elements/Contacts.svelte +++ b/src/elements/Contacts.svelte @@ -1,7 +1,7 @@
- profile + profile