mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +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%);
|
||||
}
|
||||
|
||||
.a-special{
|
||||
text-decoration: "underline" !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.no-mobile-display{
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -27,9 +27,17 @@
|
||||
src="{{ conf['WALLPAPER_URL'] }}">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h1 class="mt-4 title-responsive text-color-special ths-text-cg">
|
||||
Tel: 0911 / 7530-177 <br>
|
||||
Fax: 0911 / 7568-722
|
||||
<h1 class="mt-4 title-responsive text-color-special ths-text-cg"
|
||||
style="line-height:30px;">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user