footer logo added
This commit is contained in:
parent
e094449e2c
commit
1c95b5af67
@ -9807,3 +9807,13 @@ textarea.form-control {
|
|||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.footer-logo {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
padding-bottom: 0;
|
||||||
|
max-width: 250px;
|
||||||
|
height: 250px;
|
||||||
|
}
|
||||||
|
|||||||
36
images/logo/Warmseal-White-Transparent.svg
Normal file
36
images/logo/Warmseal-White-Transparent.svg
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1800 1800">
|
||||||
|
<defs>
|
||||||
|
<style>
|
||||||
|
.cls-1 {
|
||||||
|
font-size: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-2, .cls-3 {
|
||||||
|
font-family: Arial-Black, Arial;
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-2, .cls-3, .cls-4 {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
font-size: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3 {
|
||||||
|
font-size: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-4 {
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<text class="cls-2" transform="translate(381.34 1296.37) scale(.96 1)"><tspan x="0" y="0">Warmseal</tspan></text>
|
||||||
|
<text class="cls-1" transform="translate(264 1411.15) scale(.96 1)"><tspan x="0" y="0">The Roofing Specialists</tspan></text>
|
||||||
|
<text class="cls-3" transform="translate(611.89 1117.61) scale(.96 1)"><tspan x="0" y="0">W</tspan></text>
|
||||||
|
<polygon class="cls-4" points="283.88 1117.61 97.5 1117.61 402 803 402 521.08 539.43 521.08 545 657 900 307.88 900.78 490.01 283.88 1117.61"/>
|
||||||
|
<polygon class="cls-4" points="1517.88 1117.61 1708.49 1117.61 900 307.88 900.78 490.01 1517.88 1117.61"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
@ -3,8 +3,9 @@
|
|||||||
<div class="row mb-5">
|
<div class="row mb-5">
|
||||||
<div class="col-md-6 col-lg">
|
<div class="col-md-6 col-lg">
|
||||||
<div class="ftco-footer-widget mb-4">
|
<div class="ftco-footer-widget mb-4">
|
||||||
<h2 class="logo"><a href="#"><span class="flaticon-roof-2 mr-2"></span>Warmseal</a></h2>
|
<a class="navbar-brand d-flex footer-logo" href="index.php">
|
||||||
<p>The Roofing Specialists.</p>
|
<img src="<?= $URLcorection ?>images/logo/Warmseal-White-Transparent.svg" class="img-fluid" alt="Warmseal Logo">
|
||||||
|
</a>
|
||||||
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-4">
|
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-4">
|
||||||
<li class="ftco-animate"><a href="#"><span><i class="fab fa-twitter"></i></span></a></li>
|
<li class="ftco-animate"><a href="#"><span><i class="fab fa-twitter"></i></span></a></li>
|
||||||
<li class="ftco-animate"><a href="#"><span><i class="fab fa-facebook"></i></span></a></li>
|
<li class="ftco-animate"><a href="#"><span><i class="fab fa-facebook"></i></span></a></li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user