From 51e5f87d2dfe1a1f8bb34ee313b333585e88eee8 Mon Sep 17 00:00:00 2001 From: Daniel Fletcher <90067982+DanielTheFletch@users.noreply.github.com> Date: Sat, 16 Dec 2023 19:43:25 -0500 Subject: [PATCH] Fix relative URL paths --- _includes/footer.html | 6 +-- _includes/navigation.html | 2 +- _layouts/default.html | 4 +- _posts/2023-12-14-placeholder-post.md | 38 +++++++++---------- _projects/proj-caesars-cipher.html | 2 +- _projects/proj-cash-register.html | 2 +- _projects/proj-palindrome-checker.html | 2 +- _projects/proj-personal-portfolio.html | 2 +- _projects/proj-product-landing-page.html | 2 +- _projects/proj-random-quote-machine.html | 2 +- _projects/proj-recipes-from-hyrule.html | 2 +- _projects/proj-roman-numeral-converter.html | 2 +- _projects/proj-survey-form.html | 2 +- .../proj-technical-documentation-page.html | 2 +- .../proj-telephone-number-validator.html | 2 +- _projects/proj-tribute-page.html | 2 +- activity.html | 2 +- index.html | 14 +++---- projects.html | 4 +- 19 files changed, 47 insertions(+), 47 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 87ef236..17cda3a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -32,7 +32,7 @@ Site Links {% for item in site.data.navigation %} @@ -46,7 +46,7 @@ Technologies Used {% for item in site.data.footer.technology %} @@ -60,7 +60,7 @@ Primary Contact {% for item in site.data.footer.contact %} diff --git a/_includes/navigation.html b/_includes/navigation.html index c368677..1fb8319 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -20,7 +20,7 @@   {{ item.name }} {% else %} - +   {{ item.name }} {% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index ff25b2f..5f150b5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ - + diff --git a/_posts/2023-12-14-placeholder-post.md b/_posts/2023-12-14-placeholder-post.md index 0a32b2f..983ca70 100644 --- a/_posts/2023-12-14-placeholder-post.md +++ b/_posts/2023-12-14-placeholder-post.md @@ -32,30 +32,30 @@ Fletcher's Portfolio site. ##### **Core site pages** {% assign page_link = site.data.navigation[0].link %} -- Home – Learn about +- Home – Learn about me, both personally and professionally. You can also find my primary contact information here, as well as a brief walkthrough of the site's main pages—that's what you're reading right now! {% assign page_link = site.data.navigation[1].link %} -- Activity – A blog of +- Activity – A blog of sorts that also serves as a changelog for my portfolio. I aim to create new posts whenever I update the site, whether that be adding new projects, implementing new features, or working in key bug fixes. {% assign page_link = site.data.navigation[2].link %} -- Projects – Take a look +- Projects – Take a look at the multitude of projects I have worked on, ranging from Harvard University academic submissions to personal passion projects. This page contains a rotating selection of three featured projects and a comprehensive index of all my past project work. {% assign page_link = site.data.navigation[3].link %} -- Certifications – Check +- Certifications – Check out all the certifications I have earned so far in my computer science journey, complete with links to the corresponding certification credentials. {% assign page_link = site.data.navigation[4].link %} -- Links – All of my +- Links – All of my relevant online profiles are listed here, including those found on learning sites, networking platforms, and the like. {% assign page_link = site.data.navigation[5].link %} -- Resources – Look into +- Resources – Look into some of the *incredible* resources that have helped me get to where I am now. Seriously, I would not be where I am today without these resources and the amazing people behind them. All relevant links included. @@ -64,43 +64,43 @@ All relevant links included. ##### **Starter pack of published projects** {% assign proj = site.projects | find: "name", "proj-survey-form.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-tribute-page.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-technical-documentation-page.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-product-landing-page.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-rgb-defender.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-personal-portfolio.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-palindrome-checker.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-roman-numeral-converter.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-caesars-cipher.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-telephone-number-validator.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-cash-register.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-recipes-from-hyrule.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} {% assign proj = site.projects | find: "name", "proj-random-quote-machine.html" %} -- {{ proj.title }} +- {{ proj.title }} – {{ proj.desc }} --- diff --git a/_projects/proj-caesars-cipher.html b/_projects/proj-caesars-cipher.html index 0b28c82..acf9b9c 100644 --- a/_projects/proj-caesars-cipher.html +++ b/_projects/proj-caesars-cipher.html @@ -50,7 +50,7 @@

Related Projects

{% assign related_projects = site.projects | where: "related", "FCC JS Algorithms" | sort: "related_key" %} {% for project in related_projects %}
- +
{% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-cash-register.html b/_projects/proj-cash-register.html index 7ec46c0..bc79083 100644 --- a/_projects/proj-cash-register.html +++ b/_projects/proj-cash-register.html @@ -49,7 +49,7 @@

Related Projects

{% assign related_projects = site.projects | where: "related", "FCC JS Algorithms" | sort: "related_key" %} {% for project in related_projects %}
- +
{% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-palindrome-checker.html b/_projects/proj-palindrome-checker.html index 6f44517..b2ea341 100644 --- a/_projects/proj-palindrome-checker.html +++ b/_projects/proj-palindrome-checker.html @@ -55,7 +55,7 @@

Related Projects

{% assign related_projects = site.projects | where: "related", "FCC JS Algorithms" | sort: "related_key" %} {% for project in related_projects %}
- +
{% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-personal-portfolio.html b/_projects/proj-personal-portfolio.html index ce1d703..36233df 100644 --- a/_projects/proj-personal-portfolio.html +++ b/_projects/proj-personal-portfolio.html @@ -51,7 +51,7 @@

Related Projects

{% assign related_projects = site.projects | where: "related", "Responsive Web Design" | sort: "related_key" %} {% for project in related_projects %}
- +
{% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-product-landing-page.html b/_projects/proj-product-landing-page.html index 645ceab..ebd7f40 100644 --- a/_projects/proj-product-landing-page.html +++ b/_projects/proj-product-landing-page.html @@ -52,7 +52,7 @@

Related Projects

{% assign related_projects = site.projects | where: "related", "Responsive Web Design" | sort: "related_key" %} {% for project in related_projects %}
- +
{% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-random-quote-machine.html b/_projects/proj-random-quote-machine.html index b7ddda7..b051c6c 100644 --- a/_projects/proj-random-quote-machine.html +++ b/_projects/proj-random-quote-machine.html @@ -59,7 +59,7 @@

Related Projects

{% assign related_projects = site.projects | where: "related", "FCC Front End Libraries" | sort: "related_key" %} {% for project in related_projects %}
- +
{% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-recipes-from-hyrule.html b/_projects/proj-recipes-from-hyrule.html index 3aa8104..6fd4650 100644 --- a/_projects/proj-recipes-from-hyrule.html +++ b/_projects/proj-recipes-from-hyrule.html @@ -40,7 +40,7 @@

Project Details

{{ page.desc }}

The Odin Project places immense focus on working in your own environment and overcoming any related logistical hurdles. For my first project, I felt that this should be the main focus—I had never worked with Git before, and I already had prior HTML/CSS experience from freeCodeCamp certifications.

{% assign survey_form_project = site.projects | find: "title", "Survey Form" %} -

That said, I still ended up with a website that I like! I incorporated content from The Legend of Zelda: Tears of the Kingdom (wait... haven't I done that before?) to devise a simple recipe index, featuring three in-game recipes.

+

That said, I still ended up with a website that I like! I incorporated content from The Legend of Zelda: Tears of the Kingdom (wait... haven't I done that before?) to devise a simple recipe index, featuring three in-game recipes.

Relevant links:

  • Project: Recipes | The Odin Project
  • diff --git a/_projects/proj-roman-numeral-converter.html b/_projects/proj-roman-numeral-converter.html index a6a7cbe..ad667e4 100644 --- a/_projects/proj-roman-numeral-converter.html +++ b/_projects/proj-roman-numeral-converter.html @@ -56,7 +56,7 @@

    Related Projects

    {% assign related_projects = site.projects | where: "related", "FCC JS Algorithms" | sort: "related_key" %} {% for project in related_projects %}
    - +
    {% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-survey-form.html b/_projects/proj-survey-form.html index f978b28..22905b9 100644 --- a/_projects/proj-survey-form.html +++ b/_projects/proj-survey-form.html @@ -52,7 +52,7 @@

    Related Projects

    {% assign related_projects = site.projects | where: "related", "Responsive Web Design" | sort: "related_key" %} {% for project in related_projects %}
    - +
    {% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-technical-documentation-page.html b/_projects/proj-technical-documentation-page.html index aa2830b..f360263 100644 --- a/_projects/proj-technical-documentation-page.html +++ b/_projects/proj-technical-documentation-page.html @@ -54,7 +54,7 @@

    Related Projects

    {% assign related_projects = site.projects | where: "related", "Responsive Web Design" | sort: "related_key" %} {% for project in related_projects %}
    - +
    {% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-telephone-number-validator.html b/_projects/proj-telephone-number-validator.html index fd1a063..2e463d0 100644 --- a/_projects/proj-telephone-number-validator.html +++ b/_projects/proj-telephone-number-validator.html @@ -55,7 +55,7 @@

    Related Projects

    {% assign related_projects = site.projects | where: "related", "FCC JS Algorithms" | sort: "related_key" %} {% for project in related_projects %}
    - +
    {% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/_projects/proj-tribute-page.html b/_projects/proj-tribute-page.html index 8ac974e..be5f85f 100644 --- a/_projects/proj-tribute-page.html +++ b/_projects/proj-tribute-page.html @@ -61,7 +61,7 @@

    Related Projects

    {% assign related_projects = site.projects | where: "related", "Responsive Web Design" | sort: "related_key" %} {% for project in related_projects %}
    - +
    {% assign shortened_date = project.date | date_to_string | split: " " | shift | join: " " %} diff --git a/activity.html b/activity.html index b0644ba..db7e283 100644 --- a/activity.html +++ b/activity.html @@ -13,7 +13,7 @@

    Latest Post

    {% assign latest = site.posts | first %}