Update About page, minify avatars

This commit is contained in:
lostinlight 2022-05-19 15:52:12 +03:00
parent e5f5dc8b1b
commit f5d1c314cd
6 changed files with 10 additions and 1 deletions

View File

@ -27,6 +27,15 @@
"name": "Arnold Schrijver",
"site": "",
"gitacc": "codeberg.org/circlebuilder"
},
{
"nickname": "strypey",
"fediacc": "https://mastodon.nzoss.nz/@strypey",
"avatar": "/img/about/strypey.jpg",
"info": "creator of this website's Wiki pages, community developer",
"name": "Danyl Strype",
"site": "",
"gitacc": "codeberg.org/circlebuilder"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -23,7 +23,7 @@ layout: layout
<% if (team[u].site) { %>
<li>• <span>site:</span> <a href="https://<%= team[u].site %>"><%= team[u].site %></a></li>
<% } %>
<li>• <span>Fedi account:</span> <a href="https://<%= team[u].fediacc %>"><%= team[u].fediacc %></a></li>
<li>• <span>fedi account:</span> <a href="https://<%= team[u].fediacc %>"><%= team[u].fediacc %></a></li>
<% if (team[u].gitacc) { %>
<li>• <span>code:</span> <a href="https://<%= team[u].gitacc %>"><%= team[u].gitacc %></a></li>
<% } %>