Merge pull request #25 from RedNumber1/main

added peertube and removed post news
This commit is contained in:
Seth Cottle 2024-07-30 14:23:28 -04:00 committed by GitHub
commit 6f6421e093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 13 deletions

View file

@ -456,6 +456,16 @@ button:hover,
filter: brightness(90%);
}
/* Peertube */
.button.button-peertube {
color: #000000;
background-color: #FCE8DB;
border: 1px solid #000000;
}
.button.button-peertube:hover,
.button.button-peertube:focus {
filter: brightness(90%) }
/* Pixelfed */
.button.button-pixelfed {
color: #000000;
@ -475,16 +485,6 @@ button:hover,
.button.button-playstation:focus {
filter: brightness(90%) }
/* Post.news */
.button.button-post-news {
color: #ffffff;
background-color: #678BFF;
}
.button.button-post-news:hover,
.button.button-post-news:focus {
filter: brightness(90%);
}
/* Qobuz */
.button.button-qobuz {
color: #ffffff;

View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="2799 -911 16 22">
<g>
<path fill="#211f20" d="M2799-911v11l8-5" />
<path fill="#737373" d="M2799-900v11l8-6" />
<path fill="#f1680d" d="M2807-905v10l8-5" />
<path fill="transparent" d="M2807-895v-10l-8 5z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 290 B

View file

@ -232,6 +232,10 @@
<!-- Partiful -->
<a class="button button-partiful" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/partiful.svg" alt="Partiful Logo">Partiful</a><br>
<!-- Peertube -->
<a class="button button-peertube" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/peertube.svg" alt="Peertube Logo">Peertube</a>
<br>
<!-- Pixelfed -->
<a class="button button-pixelfed" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/pixelfed.svg" alt="Pixelfed Logo">Pixelfed</a>
<br>
@ -240,9 +244,6 @@
<a class="button button-playstation" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/playstation.svg" alt="PlayStation Logo">PlayStation</a>
<br>
<!-- Post.news -->
<a class="button button-post-news" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/post-news.svg" alt="Post.news Logo">Post.news</a><br>
<!-- Qobuz -->
<a class="button button-qobuz" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/qobuz.svg" alt="Qobuz Logo">Listen on Qobuz</a>
<br>