This commit is contained in:
Donavon McDowell 2023-06-26 14:01:42 -06:00
parent 6c5b656193
commit 213decea30
9 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 470 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 181 KiB

View File

@ -3,7 +3,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../stylesheets/styles.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="assets/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16" />
@ -11,7 +11,7 @@
</HEAD>
<BODY>
<HEADER>
<img src="../../assets/mpe-logo.png" class="logo">
<img src="../assets/mpe-logo.png" class="logo">
</HEADER>
<DIV class="textured-background">
<DIV style="padding: 40px; display: flex; width: 70%;">
@ -179,7 +179,7 @@
</DIV>
<FOOTER>
<div style="display: flex; flex-direction: row;">
<img src="../../assets/mpe-logo-standard.png" class="footer-logo">
<img src="../assets/mpe-logo-standard.png" class="footer-logo">
<p>© Copyright 2023 MPE Engineering Ltd. All rights reserved.</p>
</div>
</FOOTER>