Skip to content

Commit

Permalink
-- attempting to adjust content justification
Browse files Browse the repository at this point in the history
  • Loading branch information
greatcoltini committed Aug 26, 2022
1 parent 7e2a8d1 commit 12ae98d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
56 changes: 33 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ <h5>Third slide label</h5>

<div id="WORK" class="container">
<h1 class="display-5 fw-bold"></h1>
<div class="p-4 p-md-5 mb-4 rounded text-bg-dark">
<div class="p-4 p-md-5 mb-4 rounded text-bg-dark ">
<h1 class="display-4 fst-italic">WORK EXPERIENCE & CURRENT JOB</h1>
<p class="lead my-3"> In addition to the everlasting pursuit of knowledge, below outlines how I make my money to enable my pursuit...</p>
<div class="p-4 p-md-5 mb-4 rounded text-bg-dark">
<div class="col-md-6 px-0">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary">Six Nations of the Grand River</strong>
<h3 class="mb-0">Water Treatment Plant Operator</h3>
<div class="mb-1 text-muted">Aug 2021 -> Present</div>
<p class="card-text mb-auto">Working as a water treatment operator at a Class III water treatment plant.</p>
<div class="col align-self-center">
<div class="row g-0 justify-content-center border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column">
<strong class="d-inline-block mb-2 text-primary">Six Nations of the Grand River</strong>
<h3 class="mb-0">Water Treatment Plant Operator</h3>
<div class="mb-1 text-muted">Aug 2021 -> Present</div>
<p class="card-text mb-auto">Working as a water treatment operator at a Class III water treatment plant.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row mb-2">
Expand Down Expand Up @@ -309,6 +309,11 @@ <h1 class="display-4 fw-bold lh-1"> Programming Projects</h1>
<td> 1. A passion project expanding on the systems in place in a game I love.
<br> 2.</td>
</tr>
<tr class="table-success">
<th scope="row"> Waterbilling Fix </th>
<td> <a href="www.github.com"> Waterbilling Fix </a> </td>
<td> A python program that I wrote to solve a problem with regards to importing files into one of our company's programs </td>
</tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -340,25 +345,30 @@ <h1 class="display-5 fw-bold">-- GITHUB DATA --</h1>

<div class="container">
<footer class="py-3 my-3 border-top">
<div class="socials">
<a class="socials_links" href="https://github.com/greatcoltini" target="_blank">
<img class="image socialimg" src="githubicohov.png" alt="GitHub">
</a>
<a class="socials_links" href="https://instagram.com/greatcoltini" target="_blank">
<img class="image socialimg" src="greyinstaico.png" alt="Instagram">
</a>
<a class="socials_links" href="https://www.linkedin.com/in/colton-donkersgoed/" target="_blank">
<img class="image socialimg" src="greylinkedinico.png" alt="Indeed">
</a>
<a class="socials_links" href="https://www.facebook.com/colton.donkersgoed" target="_blank">
<img class="image socialimg" src="greyfbico.png" alt="Facebook">
</a>
<div class="row mb-2">
<div class="socials">
<a class="socials_links" href="https://github.com/greatcoltini" target="_blank">
<img class="image socialimg" src="githubicohov.png" alt="GitHub">
</a>
<a class="socials_links" href="https://instagram.com/greatcoltini" target="_blank">
<img class="image socialimg" src="greyinstaico.png" alt="Instagram">
</a>
<a class="socials_links" href="https://www.linkedin.com/in/colton-donkersgoed/" target="_blank">
<img class="image socialimg" src="greylinkedinico.png" alt="Indeed">
</a>
<a class="socials_links" href="https://www.facebook.com/colton.donkersgoed" target="_blank">
<img class="image socialimg" src="greyfbico.png" alt="Facebook">
</a>
</div>
</div>
<div class="row g-0 position-relative">
<p class="text-center text-muted">© 2022 COLTON DONKERSGOED</p>
</div>
</footer>
<p class="text-center text-muted">© 2022 COLTON DONKERSGOED</p>
</div>



<script>
// or enable responsive functionality:
GitHubCalendar(".calendar", "greatcoltini", { responsive: true });
Expand Down
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ h1 {
.socials {
display: block;
position: relative;
margin-left: 10vw;
float: left;
margin-left: 37%;
}

.socials_links {
Expand All @@ -45,6 +44,6 @@ h1 {
}

.socialimg {
width: 10vw;
height: 10vw;
width: 5vw;
height: 5vw;
}

0 comments on commit 12ae98d

Please sign in to comment.