mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-10 01:28:32 +01:00
add wa number and format accordingly
This commit is contained in:
@@ -11,6 +11,11 @@ body {
|
|||||||
#background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(105,154,194,1) 35%, rgba(105,154,194,1) 78%, rgba(255,255,255,1) 100%);
|
#background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(105,154,194,1) 35%, rgba(105,154,194,1) 78%, rgba(255,255,255,1) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.a-special{
|
||||||
|
text-decoration: "underline" !important;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.no-mobile-display{
|
.no-mobile-display{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,9 +27,17 @@
|
|||||||
src="{{ conf['WALLPAPER_URL'] }}">
|
src="{{ conf['WALLPAPER_URL'] }}">
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="mt-4 title-responsive text-color-special ths-text-cg">
|
<h1 class="mt-4 title-responsive text-color-special ths-text-cg"
|
||||||
Tel: 0911 / 7530-177 <br>
|
style="line-height:30px;">
|
||||||
Fax: 0911 / 7568-722
|
<strong>Tel:</strong> <a class="a-special" href="09117530177"> 0911 / 7530-177 </a>
|
||||||
|
<br>
|
||||||
|
<strong>Mail:</strong> <a class="a-special" href="info@thermoscan.de">
|
||||||
|
info@thermoscan.de
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
<strong>
|
||||||
|
<a href="https://wa.me/4915122752122">WhatsApp</a>
|
||||||
|
</strong>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user