From e738dbf7c93cd5e1b93202b4364efa4cedcf9ee0 Mon Sep 17 00:00:00 2001 From: Bady <bady@disroot.org> Date: Fri, 16 Oct 2020 18:21:12 +0530 Subject: [PATCH] Add Peertube icon to homepage --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 96a98a7..4a16602 100644 --- a/index.html +++ b/index.html @@ -228,9 +228,15 @@ </svg> <span class="get-in-touch">Gitlab</span> </a> + <a href="https://videos.fsci.in/accounts/fscamp/videos" target="_blank" rel="noopener" title="Peertube"> + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> + <path d="M3,0v12l9-6L3,0z M3,12v12l9-6L3,12z M12,6v12l9-6L12,6z"/> + </svg> + <span class="get-in-touch">Peertube</span> + </a> </div> <div class="icon-row secondary"> - <ul> + <ul style="padding:0"> <li> <a href="https://git.fosscommunity.in/fsfi/camp" target="_blank" rel="noopener" title="Wesbite source repo - Merge requests are welcome"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#dddddd" fill="none" stroke-linecap="round" stroke-linejoin="round"> -- GitLab