updates
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 181 KiB |
@ -3,7 +3,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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-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-32x32.png" sizes="32x32" />
|
||||||
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16" />
|
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16" />
|
||||||
@ -11,7 +11,7 @@
|
|||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<HEADER>
|
<HEADER>
|
||||||
<img src="../../assets/mpe-logo.png" class="logo">
|
<img src="../assets/mpe-logo.png" class="logo">
|
||||||
</HEADER>
|
</HEADER>
|
||||||
<DIV class="textured-background">
|
<DIV class="textured-background">
|
||||||
<DIV style="padding: 40px; display: flex; width: 70%;">
|
<DIV style="padding: 40px; display: flex; width: 70%;">
|
||||||
@ -179,7 +179,7 @@
|
|||||||
</DIV>
|
</DIV>
|
||||||
<FOOTER>
|
<FOOTER>
|
||||||
<div style="display: flex; flex-direction: row;">
|
<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>
|
<p>© Copyright 2023 MPE Engineering Ltd. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</FOOTER>
|
</FOOTER>
|