diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index d982d24..ea682e0 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -54,16 +54,8 @@ [aria-current] { position: relative; display: inline-block; - } - - [aria-current]::after { - position: absolute; - content: ''; - width: calc(100% - 1em); - height: .3em; background-color: #161616; - display: block; - bottom: 0px; + width: 100%; } a { @@ -72,4 +64,8 @@ padding: 1em 0.5em; display: block; } + + @media only screen and (max-width: 769px) { + + } diff --git a/src/components/ProjNav.svelte b/src/components/ProjNav.svelte index c6faa2b..d166a39 100644 --- a/src/components/ProjNav.svelte +++ b/src/components/ProjNav.svelte @@ -53,4 +53,13 @@ background-color: #161616; font-weight: 700; } + + @media only screen and (max-width: 769px) { + .navbar-nav{ + flex-direction: column; + text-align: center; + width: max-content; + margin: auto; + } + } \ No newline at end of file diff --git a/src/components/Resume_Nav.svelte b/src/components/Resume_Nav.svelte index c06f949..eca7a22 100644 --- a/src/components/Resume_Nav.svelte +++ b/src/components/Resume_Nav.svelte @@ -7,7 +7,6 @@
  • Experience
  • Education
  • Esports
  • -
  • Consulting
  • Projects
  • @@ -46,5 +45,15 @@ position: relative; display: inline-block; background-color: #161616; + width: 100%; } + + @media only screen and (max-width: 769px) { + .navbar-nav{ + flex-direction: column; + text-align: center; + width: max-content; + margin: auto; + } + } \ No newline at end of file diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 53e28c0..4dd529d 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -14,6 +14,7 @@ box-sizing: border-box; margin-top: 1em; } + .spacer{ height: 5vh; } diff --git a/src/routes/resume/consulting.svelte b/src/routes/resume/consulting.svelte deleted file mode 100644 index a422a34..0000000 --- a/src/routes/resume/consulting.svelte +++ /dev/null @@ -1,45 +0,0 @@ - - Consulting - - -

    Consulting

    - - -

    - Media - Melanie Colley Realty -

    - - -

    March 2020 - Current

    - -

    - Social Media Managment, Content Creation, Website Development, Design & SEO, Facebook Ads/Marketing. -

    - -
    - -

    - Media - Tabora Farms & Winery -

    - - -

    Febuary 2019 - June 2020

    - -

    - Social Media Managment, Website Development, Design & SEO. Tax & Licensing for Wine in multiple States. -

    - -
    - - \ No newline at end of file diff --git a/src/routes/resume/education.svelte b/src/routes/resume/education.svelte index 6738266..2dc9fb8 100644 --- a/src/routes/resume/education.svelte +++ b/src/routes/resume/education.svelte @@ -12,6 +12,8 @@

    2012-2017

    +
    +

    Pennridge R.C. High School | Perkasie, PA

    @@ -20,8 +22,12 @@

    2004 – 2009

    +
    +
    +
    +

    Certifications

    @@ -33,6 +39,8 @@

    February 2014 – February 2019

    +
    +

    SUSE Certified Linux Administrator (SUSE CLA)

    @@ -41,6 +49,8 @@

    February 2014 – February 2019

    +
    +

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

    @@ -51,14 +61,28 @@
    +
    + + + + \ No newline at end of file diff --git a/src/routes/resume/esports.svelte b/src/routes/resume/esports.svelte index 4d7a2bb..ee21c42 100644 --- a/src/routes/resume/esports.svelte +++ b/src/routes/resume/esports.svelte @@ -40,7 +40,19 @@ also worked as a player development coach providing counselling and dispute management.

    +
    + +
    + + + \ No newline at end of file