new screens
This commit is contained in:
parent
b384f74cf5
commit
09003a3048
5 changed files with 4 additions and 4 deletions
BIN
public/img/screen/email.png
Normal file
BIN
public/img/screen/email.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 168 KiB |
Binary file not shown.
Before Width: | Height: | Size: 44 KiB |
Binary file not shown.
Before Width: | Height: | Size: 218 KiB |
BIN
public/img/screen/toot.png
Normal file
BIN
public/img/screen/toot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
|
@ -48,17 +48,17 @@
|
|||
<div class="column col-4 mt-2 libre">
|
||||
<div class="card text-primary">
|
||||
<div class="card-image">
|
||||
<img src="img/screen/mstdn.png" class="img-responsive">
|
||||
<img src="img/screen/toot.png" class="img-responsive">
|
||||
</div>
|
||||
<div class="card-header">
|
||||
<div class="card-title h5">Mastodon</div>
|
||||
<div class="card-subtitle "><span class="chip bg-success">{{$lang.services_btn_opensource}}</span> <span class="chip bg-success">{{$lang.services_btn_federated}}</span> <span class="chip">mstdn.gnous.eu</span></div>
|
||||
<div class="card-subtitle "><span class="chip bg-success">{{$lang.services_btn_opensource}}</span> <span class="chip bg-success">{{$lang.services_btn_federated}}</span> <span class="chip">toot.gnous.eu</span></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
{{$lang.services_mastodon_description}}
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<a href="https://mstdn.gnous.eu" target="_blank" class="btn btn-primary">{{$lang.services_btn_join}}</a>
|
||||
<a href="https://toot.gnous.eu" target="_blank" class="btn btn-primary">{{$lang.services_btn_join}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -102,7 +102,7 @@
|
|||
<div class="column col-4 mt-2 centralised">
|
||||
<div class="card text-primary">
|
||||
<div class="card-image">
|
||||
<img src="img/screen/mail.png" class="img-responsive">
|
||||
<img src="img/screen/email.png" class="img-responsive">
|
||||
</div>
|
||||
<div class="card-header">
|
||||
<div class="card-title h5">GnousMail</div>
|
||||
|
|
Loading…
Reference in a new issue