Skip to content

Commit

Permalink
Replace index.html with "under construction" message
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTheFletch committed Oct 2, 2024
1 parent 18f70a4 commit 8000b24
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 36 deletions.
24 changes: 12 additions & 12 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="container-fluid bg-primary-subtle border-top border-primary border-4 h-auto mb-0 px-3 py-5">
<div class="row row-cols-1 row-cols-md-2 row-cols-xl-4 text-center text-md-start">
<!-- <div class="container-fluid bg-primary-subtle border-top border-primary border-4 h-auto mb-0 px-3 py-5">
<div class="row row-cols-1 row-cols-md-2 row-cols-xl-4 text-center text-md-start"> -->

<!-- Site information -->
<div class="col col-xl-5 my-2" id="footer-site-info">
<!-- <div class="col col-xl-5 my-2" id="footer-site-info">
<ul class="footer-item-list list-unstyled">
{% assign info = site.data.footer.site-info %}
<span class="footer-title-info">
Expand All @@ -24,10 +24,10 @@
<a class="footer-link-info" href={{ info.license.link }}>{{ info.license.phrase }}</a>
</li>
</ul>
</div>
</div> -->

<!-- Site links (same as navigation) -->
<div class="col col-xl-2 my-2" id="footer-site-links">
<!-- <div class="col col-xl-2 my-2" id="footer-site-links">
<ul class="footer-item-list list-unstyled">
<span class="footer-title">Site Links</span>
{% for item in site.data.navigation %}
Expand All @@ -38,10 +38,10 @@
</li>
{% endfor %}
</ul>
</div>
</div> -->

<!-- Technology used -->
<div class="col col-xl-2 my-2" id="footer-technology">
<!-- <div class="col col-xl-2 my-2" id="footer-technology">
<ul class="footer-item-list list-unstyled">
<span class="footer-title">Technologies Used</span>
{% for item in site.data.footer.technology %}
Expand All @@ -52,10 +52,10 @@
</li>
{% endfor %}
</ul>
</div>
</div> -->

<!-- Contact information -->
<div class="col col-xl-2 my-2" id="footer-contact">
<!-- <div class="col col-xl-2 my-2" id="footer-contact">
<ul class="footer-item-list list-unstyled">
<span class="footer-title">Primary Contact</span>
{% for item in site.data.footer.contact %}
Expand All @@ -66,7 +66,7 @@
</li>
{% endfor %}
</ul>
</div>
</div> -->

</div>
</div>
<!-- </div>
</div> -->
16 changes: 8 additions & 8 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!-- Bootstrap style navbar -->
<nav class="navbar navbar-expand-xl bg-primary h-auto">
<div class="container-fluid">
<!-- <nav class="navbar navbar-expand-xl bg-primary h-auto">
<div class="container-fluid"> -->

<!-- Navbar title and collapse toggle for responsiveness -->
<span class="navbar-brand text-white fw-bolder">Daniel Fletcher's Portfolio</span>
<!-- <span class="navbar-brand text-white fw-bolder">Daniel Fletcher's Portfolio</span>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-content" aria-controls="navbar-content" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</button> -->

<!-- Navbar options -->
<div class="collapse navbar-collapse" id="navbar-content">
<ul class="navbar navbar-nav d-flex justify-content-around mb-2 mb-xl-0">
<!-- <div class="collapse navbar-collapse" id="navbar-content">
<ul class="navbar navbar-nav d-flex justify-content-around mb-2 mb-xl-0"> -->

<!-- Add each button and correctly label current page -->
{% for item in site.data.navigation %}
<!-- {% for item in site.data.navigation %}
<li class="nav-item mx-xl-2">
{% if page.url == item.link %}
<a href="#" class="nav-link active text-white" aria-current="page">
Expand All @@ -30,4 +30,4 @@
</ul>
</div>
</div>
</nav>
</nav> -->
31 changes: 15 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,24 @@

<!-- Hero -->
<section class="container-fluid bg-dark fg-light page-heading mx-0 px-0 py-0" id="hero-landing-page">
<div class="d-flex flex-column justify-content-start align-items-center pt-0 pt-md-3 pt-lg-5 min-vh-100 mh-100 w-100">
<div class="d-flex flex-column justify-content-center align-items-center pt-0 pt-md-3 pt-lg-5 min-vh-100 mh-100 w-100">

<h1 class="text-center">Daniel Fletcher</h1>
<p class="fs-5 fw-light text-center mb-0">Technical Support</p>
<p class="fs-5 fw-light text-center my-0">Full-Stack Web Development</p>
<p class="fs-5 fw-light text-center my-0">Video Game Development & Design</p>

<div class="container d-flex justify-content-center align-items-center my-5 pt-5">
<span class="hero-flair-gear-1 fs-4 mx-4"><i class="fa-solid fa-gear"></i></span>
<span class="fst-italic fs-4 mx-4 text-center">Portfolio Under Construction</span>
<span class="hero-flair-gear-2 fs-4 mx-4"><i class="fa-solid fa-gear"></i></span>
<span class="hero-flair-gear-3 fs-4 mx-4"><i class="fa-solid fa-gear"></i></span>
</div>
<h1 class="text-center">Daniel Fletcher</h1>
<p class="fs-5 fw-light text-center mb-0">Software Engineer</p>
<p class="fs-5 fw-light text-center mt-0">Aspiring Game Developer</p>
<div class="container d-flex justify-content-center align-items-center mt-5">
<span class="hero-flair-gear-4 fs-4 mx-4"><i class="fa-solid fa-gear"></i></span>
<span class="hero-flair-gear-5 fs-4 mx-4"><i class="fa-solid fa-gear"></i></span>
<span class="hero-flair-gear-6 fs-4 mx-4"><i class="fa-solid fa-gear"></i></span>
</div>

</div>
</section>

<!-- About me -->
<section class="container main-section pb-4" id="about-me">
<!-- <section class="container main-section pb-4" id="about-me">
<h2 class="site-heading">About Me</h2>
<div class="container-fluid mx-0 mt-2 px-0">
<div class="clearfix">
Expand All @@ -39,10 +38,10 @@ <h2 class="site-heading">About Me</h2>
<p>All that's to say, my learning journey is far from over. On the contrary: It's just getting started.</p>
</div>
</div>
</section>
</section> -->

<!-- Site walkthrough -->
<section class="container pb-4" id="site-walkthrough">
<!-- <section class="container pb-4" id="site-walkthrough">
<h2 class="site-heading">Site Walkthrough</h2>
<ul class="mt-2">
{% assign page_home = site.html_pages | find: "name", "index.html" %}
Expand All @@ -58,10 +57,10 @@ <h2 class="site-heading">Site Walkthrough</h2>
{% assign page_resources = site.html_pages | find: "name", "resources.html" %}
<li><a class="external-link fw-bold" href={{ page_resources.url | relative_url }}>Resources</a> &ndash; Look into some of the <span class="fst-italic">incredible</span> 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.</li>
</ul>
</section>
</section> -->

<!-- Contact information -->
<section class="container-fluid bg-dark fg-light pb-3 text-center" id="contact-info">
<!-- <section class="container-fluid bg-dark fg-light pb-3 text-center" id="contact-info">
<h2 class="site-heading">Contact Information</h2>
<p class="site-subheading">Links will open in a new tab.</p>
<div class="container">
Expand All @@ -75,4 +74,4 @@ <h2 class="site-heading">Contact Information</h2>
{% endfor %}
</div>
</div>
</section>
</section> -->

0 comments on commit 8000b24

Please sign in to comment.