From 62ff8c76d1d71c1bf2f7d163a8acaed35af32e05 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Thu, 19 Nov 2020 19:35:04 -0500 Subject: [PATCH] styling changes, cleanup, updated res nav --- src/components/Nav.svelte | 9 +-- src/components/ProjNav.svelte | 4 ++ src/components/Resume_Nav.svelte | 6 +- src/components/Social.svelte | 6 ++ src/routes/_layout.svelte | 10 +--- src/routes/about.svelte | 16 ++--- src/routes/livestream.svelte | 45 +++++--------- src/routes/projects/_layout.svelte | 1 + src/routes/resume/_layout.svelte | 6 +- src/routes/resume/education.svelte | 91 ++++++++++++++++------------- src/routes/resume/experience.svelte | 34 +++++------ src/template.html | 6 -- static/css/global.css | 4 ++ 13 files changed, 115 insertions(+), 123 deletions(-) diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index ea682e0..bc278a3 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -4,7 +4,7 @@ - diff --git a/src/components/ProjNav.svelte b/src/components/ProjNav.svelte index d166a39..9afb9fe 100644 --- a/src/components/ProjNav.svelte +++ b/src/components/ProjNav.svelte @@ -61,5 +61,9 @@ width: max-content; margin: auto; } + + li{ + box-shadow: 0px 0px 5px #000000; + } } \ No newline at end of file diff --git a/src/components/Resume_Nav.svelte b/src/components/Resume_Nav.svelte index eca7a22..24d3e8a 100644 --- a/src/components/Resume_Nav.svelte +++ b/src/components/Resume_Nav.svelte @@ -7,7 +7,6 @@
  • Experience
  • Education
  • Esports
  • -
  • Projects
  • \ No newline at end of file diff --git a/src/components/Social.svelte b/src/components/Social.svelte index 6e5cbfd..a293921 100644 --- a/src/components/Social.svelte +++ b/src/components/Social.svelte @@ -22,4 +22,10 @@ a:hover{ color: red; } + + @media only screen and (max-width: 769px) { + .social{ + padding: 1em; + } + } \ No newline at end of file diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 4dd529d..ef95260 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -18,22 +18,14 @@ .spacer{ height: 5vh; } - - hr{ - background-color: red; - max-width: 20vw; - margin-top: 2em; - margin-bottom: 2em; - } -
    +
    -
    \ No newline at end of file diff --git a/src/routes/about.svelte b/src/routes/about.svelte index f77960f..857f923 100644 --- a/src/routes/about.svelte +++ b/src/routes/about.svelte @@ -8,8 +8,6 @@
    -
    -

    sup

    @@ -20,7 +18,11 @@

    -
    +
    + +desk and assorted things + +

    Q&A

    @@ -40,15 +42,9 @@

    -
    -
    \ No newline at end of file diff --git a/src/routes/resume/education.svelte b/src/routes/resume/education.svelte index 2dc9fb8..40ebc6c 100644 --- a/src/routes/resume/education.svelte +++ b/src/routes/resume/education.svelte @@ -4,23 +4,26 @@

    Education

    - -
    -

    Georgia State University | Clarkston, GA

    - -

    Associate's Computer Science

    -

    2012-2017

    -
    +
    + +
    +

    Georgia State University | Clarkston, GA

    + +

    Associate's Computer Science

    +

    2012-2017

    +
    -
    +
    - -
    -

    Pennridge R.C. High School | Perkasie, PA

    - -

    High School Diploma

    -

    2004 – 2009

    -
    + +
    +

    Pennridge R.C. High School | Perkasie, PA

    + +

    High School Diploma

    +

    2004 – 2009

    +
    + +
    @@ -31,33 +34,35 @@

    Certifications

    - -
    -

    LPIC-1

    - -

    Linux Professional Institute, License LPI000298926

    -

    February 2014 – February 2019

    -
    +
    + +
    +

    LPIC-1

    + +

    Linux Professional Institute, License LPI000298926

    +

    February 2014 – February 2019

    +
    -
    +
    - -
    -

    SUSE Certified Linux Administrator (SUSE CLA)

    - -

    SUSE Linux Enterprise Server 11, Certification ID number: 10251725

    -

    February 2014 – February 2019

    -
    + +
    +

    SUSE Certified Linux Administrator (SUSE CLA)

    + +

    SUSE Linux Enterprise Server 11, Certification ID number: 10251725

    +

    February 2014 – February 2019

    +
    -
    +
    - -
    -

    SMALL UNMANNED AIRCRAFT SYSTEM - FAA License (SUAS Part 107)

    - -

    Federal Aviation Administration, Certification ID number: 4408742

    -

    July 2020 – July 2022

    -
    + +
    +

    SMALL UNMANNED AIRCRAFT SYSTEM - FAA License (SUAS Part 107)

    + +

    Federal Aviation Administration, Certification ID number: 4408742

    +

    July 2020 – July 2022

    +
    +

    @@ -67,15 +72,19 @@ \ No newline at end of file diff --git a/src/template.html b/src/template.html index d232941..2a7e94c 100644 --- a/src/template.html +++ b/src/template.html @@ -51,12 +51,6 @@ because `src/client.js` references it -->
    %sapper.html%
    - diff --git a/static/css/global.css b/static/css/global.css index 1fdcb4c..7eb6d29 100644 --- a/static/css/global.css +++ b/static/css/global.css @@ -37,6 +37,10 @@ hr{ margin-bottom: 2em; } +.spacer{ + height: 2em; +} + @media (min-width: 400px) { body { font-size: 16px;