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 ee687be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@

<body>
<!-- Navigation -->
<header>
<!-- <header>
{% include navigation.html %}
</header>
</header> -->

<!-- Page content -->
<main>
{{ content }}
</main>

<!-- Footer -->
<footer>
<!-- <footer>
{% include footer.html %}
</footer>
</footer> -->

<!-- External JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
Expand Down
29 changes: 17 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,29 @@
<!-- 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="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="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>
<p class="fs-5 fw-light text-center mb-0">Technical Support</p>
<p class="fs-5 fw-light text-center mt-0">Full-Stack Web Development</p>
<p class="fs-5 fw-light text-center mt-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><em>Portfolio Under Construction</em></span>
<span class="hero-flair-gear-1 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 +44,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 +63,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 +80,4 @@ <h2 class="site-heading">Contact Information</h2>
{% endfor %}
</div>
</div>
</section>
</section> -->

0 comments on commit ee687be

Please sign in to comment.