forked from hakierspejs/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmore.html
More file actions
19 lines (18 loc) · 788 Bytes
/
more.html
File metadata and controls
19 lines (18 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: Więcej
layout: default
---
<style>
p ~ ul {
margin-top: 1em;
color: var(--dark-color);
}
</style>
<h2>{% include icons/more.html %}Więcej</h2>
<p>Poniżej znajduje się lista odnośników, które przybliżą Ci działalność hakierspejsu.</p>
<ul>
<li>{% include icons/heart.html %}<a href="{{ "/manifesto.html" | relative_url }}">Apel</a></li>
<li>{% include icons/wallet.html size="16" %}<a href="{{ "/skladki.html" | relative_url }}">Składki</a></li>
<li>{% include icons/diagram.html %}<a href="//github.com/hakierspejs" title="przenosi na inną stronę - repozytorium kodu stowarzyszenia">Git</a></li>
<li>{% include icons/book.html %}<a href="//github.com/hakierspejs/wiki/wiki" title="przenosi na inną stronę - wiki towarzyszenia">Wiki</a></li>
</ul>