Skip to content

Commit

Permalink
move footer items
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Jan 13, 2024
1 parent 2457d76 commit 9a2c809
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Vern Wolfley - WDD 230 - Web Frontend Development 1</title>
<title>Vern Wolfley - WDD 230 - Web Frontend Development</title>
<meta name="description" content="WDD 230 - Web Frontend Development course assignment portal for Vern Wolfley" />
<meta name="author" content="Vern Wolfley" />
<meta name="copyright" content="Copyright 2024" />
Expand Down Expand Up @@ -89,8 +89,6 @@ <h3>Information</h3>
<p>wdd-230-a9 <span id="cYear"></span> | Vern Wolfley | Arizona, USA</p>
<img id="azFlag" src="images/arizona-flag.png" alt="arizona arizona-flag" />
</div>

<p id="lastModified"></p>
<div class="social">
<a href="https://www.linkedin.com/in/vern-wolfley-b8322813/" target="_blank">
<img src="images/linkedin-logo.png" alt="instagram icon" />
Expand All @@ -102,6 +100,7 @@ <h3>Information</h3>
<img src="images/facebook-logo.png" alt="fb icon" />
</a>
</div>
<p id="lastModified"></p>
</footer>
<script src="scripts/getdates.js"></script>
</body>
Expand Down

0 comments on commit 9a2c809

Please sign in to comment.