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:
2026-02-26 15:23:40 +00:00
parent dd651e4ebb
commit 63f40c4791
12 changed files with 36 additions and 45 deletions

View File

@@ -88,19 +88,18 @@
</main>
<footer>
<p>&copy; 2025 Group 18. All rights reserved.</p>
<p>&copy; 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>