On branch main
Changes to be committed: modified: css/indexStyle.css - Changed hero banner to be the proper color - Removed the gap between the header and the banner Deletions: images/ - deleted: images/facebook-icon.svg - deleted: images/generic project photo.jpg - deleted: images/generic_person.jfif - deleted: images/hero background.jpg - deleted: images/hero.jpg - deleted: images/hero_superhero_dark.jpg - deleted: images/hero_superhero_light.jpg - deleted: images/instagram-icon.svg modified: index.html - new file: images/mail_icon.svg modified: project.html - Fixed consistency issues from index.html to project.html #
This commit is contained in:
13
project.html
13
project.html
@@ -88,19 +88,18 @@
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Group 18. All rights reserved.</p>
|
||||
<p>© 2024 LewisPriceDev, All rights reserved.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://www.instagram.com/lewcifer_the_great/" target="_blank" aria-label="Instagram">
|
||||
<img src="./images/instagram-icon.svg" alt="">
|
||||
</a>
|
||||
<a href="https://www.facebook.com/lewprice140" target="_blank" aria-label="Facebook">
|
||||
<img src="./images/facebook-icon.svg" alt="">
|
||||
|
||||
<a class="mail-img" href="mailto:lewis.e.price@outlook.com">
|
||||
<img src="./images/mail_icon.svg" alt="lewis.price@outlook.com">
|
||||
</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/lewis-price-a79185195/" target="_blank" aria-label="LinkedIn">
|
||||
<img src="images/linkedin-icon.svg" alt="">
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user