[LINKS] Added teleport
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1cddf80a67
commit
2aeab051aa
@ -61,7 +61,7 @@ tiles:
|
||||
-
|
||||
name: 'nextcloud'
|
||||
url: 'https://nextcloud.siempie.com'
|
||||
img: 'logos/nextcloud2.png'
|
||||
img: 'logos/nextcloud.png'
|
||||
bg_color: '#191414'
|
||||
txt_color: '#1db954'
|
||||
tags: ['files']
|
||||
@ -122,6 +122,14 @@ tiles:
|
||||
txt_color: '#1db954'
|
||||
tags: ['media']
|
||||
|
||||
-
|
||||
name: 'teleport'
|
||||
url: 'https://tele.simoncor.net'
|
||||
img: 'logos/teleport.png'
|
||||
bg_color: '#191414'
|
||||
txt_color: '#1db954'
|
||||
tags: ['infra']
|
||||
|
||||
-
|
||||
name: 'unifi'
|
||||
url: 'https://unifi.siempie.com'
|
||||
|
@ -157,6 +157,15 @@
|
||||
<div class="tile-title">spotify</div>
|
||||
</a>
|
||||
|
||||
<a class="tile tile-link" href="https://tele.simoncor.net" data-groups='infra' target="_blank">
|
||||
<div class="tile-box"
|
||||
data-title='teleport'
|
||||
data-url='https://tele.simoncor.net'
|
||||
data-bg-color='#191414'data-txt-color='#1db954'data-img='logos/teleport.png'style='background-color:#191414; color:#1db954'>
|
||||
<img class="logo" src="logos/teleport.png"></img></div>
|
||||
<div class="tile-title">teleport</div>
|
||||
</a>
|
||||
|
||||
<a class="tile tile-link" href="https://unifi.siempie.com" data-groups='infra' target="_blank">
|
||||
<div class="tile-box"
|
||||
data-title='unifi'
|
||||
|
BIN
public/logos/teleport.png
Normal file
BIN
public/logos/teleport.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
static/logos/teleport.png
Normal file
BIN
static/logos/teleport.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue
Block a user