Update About page, minify avatars
|
@ -27,6 +27,15 @@
|
||||||
"name": "Arnold Schrijver",
|
"name": "Arnold Schrijver",
|
||||||
"site": "",
|
"site": "",
|
||||||
"gitacc": "codeberg.org/circlebuilder"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 8.9 KiB |
BIN
source/img/about/strypey.jpg
Normal file
After Width: | Height: | Size: 5.2 KiB |
|
@ -23,7 +23,7 @@ layout: layout
|
||||||
<% if (team[u].site) { %>
|
<% if (team[u].site) { %>
|
||||||
<li>• <span>site:</span> <a href="https://<%= team[u].site %>"><%= team[u].site %></a></li>
|
<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) { %>
|
<% if (team[u].gitacc) { %>
|
||||||
<li>• <span>code:</span> <a href="https://<%= team[u].gitacc %>"><%= team[u].gitacc %></a></li>
|
<li>• <span>code:</span> <a href="https://<%= team[u].gitacc %>"><%= team[u].gitacc %></a></li>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|