Skip to content

Commit

Permalink
Start about
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Aug 25, 2024
1 parent ceddaa0 commit bcb461e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
14 changes: 8 additions & 6 deletions dist/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav">
<div class="container px-4 px-lg-5">
<img style="min-height:75px; max-height:75px;padding-right: 15px;" src="assets/img/potionstudios.png">
<a class="navbar-brand" href="index.html">Potion Studios</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
Expand All @@ -28,20 +29,21 @@
<ul class="navbar-nav ms-auto py-4 py-lg-0">
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="post.html">Sample Post</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="https://discord.gg/vP3PBGvgdW">Discord</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="https://modrinth.com/organization/potion-studios">Modrinth</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="contact.html">Mods</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Header-->
<header class="masthead" style="background-image: url('assets/img/about-bg.jpg')">
<header class="masthead" style="background-image: url('assets/img/image2.png')">
<div class="container position-relative px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="page-heading">
<h1>About Me</h1>
<span class="subheading">This is what I do.</span>
<h1>About Us</h1>
<span class="subheading">We make mods</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -90,7 +92,7 @@ <h1>About Me</h1>
</a>
</li>
</ul>
<div class="small text-center text-muted fst-italic">Copyright &copy; Your Website 2023</div>
<div class="small text-center text-muted fst-italic">Copyright &copy; Potion Studios 2024</div>
</div>
</div>
</div>
Expand Down
Binary file removed dist/assets/favicon.ico
Binary file not shown.
Binary file added dist/assets/img/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* Start Bootstrap - Clean Blog v6.0.9 (https://startbootstrap.com/theme/clean-blog)
* Copyright 2013-2023 Start Bootstrap
* Copyright 2013-2024 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
*/
/*!
Expand Down
8 changes: 2 additions & 6 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="https://discord.gg/vP3PBGvgdW">Discord</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="https://modrinth.com/organization/potion-studios">Modrinth</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="contact.html">Mods</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -58,11 +59,6 @@ <h1>Potion Studios</h1>
<h2 class="post-title">Oh The Biomes We've Gone</h2>
<h3 class="post-subtitle">The sequel to the timeless Oh The Biomes You'll Go mod</h3>
</a>
<p class="post-meta">
Posted by
<a href="#!">Start Bootstrap</a>
on September 24, 2023
</p>
</div>
<!-- Divider-->
<hr class="my-4" />
Expand Down
2 changes: 1 addition & 1 deletion dist/js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Start Bootstrap - Clean Blog v6.0.9 (https://startbootstrap.com/theme/clean-blog)
* Copyright 2013-2023 Start Bootstrap
* Copyright 2013-2024 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
*/
window.addEventListener('DOMContentLoaded', () => {
Expand Down
Binary file added src/assets/img/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bcb461e

Please sign in to comment.