Add a "nice" header image
This commit is contained in:
parent
cc629b7b4b
commit
4361e42f46
4553
assets/moved-to-xmpp.svg
Normal file
4553
assets/moved-to-xmpp.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 233 KiB |
@ -6,9 +6,13 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="shortcut icon" href="//chapril.org/sites/v2.chapril.org/squelettes/css/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="//chapril.org/sites/v2.chapril.org/squelettes/css/favicon.ico" type="image/x-icon">
|
||||||
<style>
|
<style>
|
||||||
body { text-align: center; padding-top: 10px; font: 20px Helvetica, sans-serif; color: #333; background-color: white;}
|
body { text-align: center; font: 20px Helvetica, sans-serif; color: #333; background-color: white; max-width: 600px; margin: auto;}
|
||||||
h1 { font-size: 28px; }
|
h1 { font-size: 28px; text-align: center; margin: 5px;}
|
||||||
article { display: inline-block; text-align: left; margin: 0 auto; }
|
body > header > img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
article { display: inline-block; text-align: left; margin: 0 auto; padding: 10px;}
|
||||||
div { padding: 5px; }
|
div { padding: 5px; }
|
||||||
footer { font-size: 14px; }
|
footer { font-size: 14px; }
|
||||||
a { color: #ff9843; text-decoration: none; }
|
a { color: #ff9843; text-decoration: none; }
|
||||||
@ -65,8 +69,11 @@ img.app, img.store {
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="assets/moved-to-xmpp.png" alt="J'ai déménagé !" height="74"><br/>
|
<header>
|
||||||
|
<img src="assets/moved-to-xmpp.svg" alt="J'ai déménagé sur XMPP !"/>
|
||||||
|
</header>
|
||||||
<article>
|
<article>
|
||||||
|
<h1>J'ai déménagé !</h1>
|
||||||
<p>Je suis désormais joignable pour tchatter sur le réseau indépendant Jabber/XMPP.</p>
|
<p>Je suis désormais joignable pour tchatter sur le réseau indépendant Jabber/XMPP.</p>
|
||||||
<p>Mon adresse XMPP : <strong>{{username}}@chapril.org</strong></p>
|
<p>Mon adresse XMPP : <strong>{{username}}@chapril.org</strong></p>
|
||||||
<u>Pour me joindre :</u><br/>
|
<u>Pour me joindre :</u><br/>
|
||||||
|
Loading…
Reference in New Issue
Block a user