Skip to content

Commit 1402f42

Browse files
committed
refactor: Update footer to use container-footer class
- Changed container to container-footer in footer element - Maintains all existing footer links and structure
1 parent 569f9a1 commit 1402f42

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

index.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -514,19 +514,6 @@ <h3>AiTomatic Suite</h3>
514514
</div>
515515
</section>
516516

517-
<section id="contact">
518-
<div class="container">
519-
<h2>--| Get in Touch |--</h2>
520-
<p>Interested in working together or have a question? Please don't hesitate to reach out!</p>
521-
<div class="contact-button-container">
522-
<a href="contact.html" class="btn-contact-us">
523-
<i class="fas fa-envelope"></i>
524-
Contact Me
525-
</a>
526-
</div>
527-
</div>
528-
</section>
529-
530517
<section id="galleries" class="reveal">
531518
<div class="container">
532519
<h2 class="section-heading">--| Interactive Galleries |--</h2>
@@ -554,9 +541,23 @@ <h3>Version TimeTravel</h3>
554541
</div>
555542
</div>
556543
</section>
544+
545+
<section id="contact">
546+
<div class="container">
547+
<h2>--| Get in Touch |--</h2>
548+
<p>Interested in working together or have a question? Please don't hesitate to reach out!</p>
549+
<div class="contact-button-container">
550+
<a href="contact.html" class="btn-contact-us">
551+
<i class="fas fa-envelope"></i>
552+
Contact Me
553+
</a>
554+
</div>
555+
</div>
556+
</section>
557+
557558
</main>
558559
<footer>
559-
<div class="container">
560+
<div class="container-footer">
560561
<ul>
561562
<li data-tooltip="Connect on LinkedIn">
562563
<a href="https://www.linkedin.com/in/thomasbutleruk/" target="_blank" rel="noopener" data-text="LinkedIn">

0 commit comments

Comments
 (0)