added mailsig

master
Adrien W 4 years ago
parent 4d5de94f8b
commit 3db3e0b63b

@ -7,7 +7,15 @@ RewriteRule ^solutions\.html$ /solutions.php [L]
# nginx rules
#rewrite ^index\.html$ /index.php last
#rewrite ^cgu\.html$ /cgu.php last
#rewrite ^interventions\.html$ /interventions.php last
#rewrite ^solutions\.html$ /solutions.php last
#location /index {
# rewrite ^/index\.html$ /index.php last;
#}
#location /cgu {
# rewrite ^/cgu\.html$ /cgu.php last;
#}
#location /interventions {
# rewrite ^/interventions\.html$ /interventions.php last;
#}
#location /solutions {
# rewrite ^/solutions\.html$ /solutions.php last;
#}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -13,7 +13,7 @@
@font-face {
font-family: 'League Gothic';
src: url('fonts/LeagueGothic/LeagueGothic-Regular.otf');
src: local('☺'), url('fonts/LeagueGothic/LeagueGothic-Regular.woff') format('woff'), url('fonts/LeagueGothic/LeagueGothic-Regular.ttf') format('truetype');
src: local('☺'), url('fonts/LeagueGothic/LeagueGothic-Regular.woff') format('woff'), url('fonts/LeagueGothic/LeagueGothic-Regular.woff2') format('woff2'), url('fonts/LeagueGothic/LeagueGothic-Regular.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@ -24,7 +24,7 @@
@font-face {
font-family: 'Raleway';
src: url('fonts/Raleway/Raleway-Light.otf');
src: local('☺'), url('fonts/Raleway/Raleway-Light.woff') format('woff'), url('fonts/Raleway/Raleway-Light.ttf') format('truetype');
src: local('☺'), url('fonts/Raleway/Raleway-Light.woff') format('woff'), url('fonts/Raleway/Raleway-Light.woff2') format('woff2'), url('fonts/Raleway/Raleway-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}

@ -0,0 +1,7 @@
<div style="background-color: #1b1c1d; width: 420px; height: 196px; margin: 0; padding: 0">
<img src="https://clawd.fr/assets/img/mailsig.png" alt="CLAWD.FR - Hébergeur engagé" title="CLAWD.FR - Hébergeur engagé" />
</div>
<div style="background-color: #ffffff; width: 420px; margin: 10px 0; padding: 0">
<a href="https://clawd.fr" target="_blank" style="float: left; font-family: monospace; font-weight: bolder; font-size: 20px; color: #274c77; border-bottom: 1px solid #274c77; text-decoration: none;">https://clawd.fr</a>
<a href="mailto:contact@clawd.fr" target="_blank" style="float: right; font-family: monospace; font-weight: bolder; font-size: 20px; color: #274c77; border-bottom: 1px solid #274c77; text-decoration: none;">contact@clawd.fr</a>
</div>
Loading…
Cancel
Save