mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 21:29:14 +00:00
added footer + changed partner logos visual
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<script>
|
||||
import {
|
||||
Grid,
|
||||
Section,
|
||||
Container,
|
||||
Center,
|
||||
} from "$components";
|
||||
|
||||
</script>
|
||||
|
||||
<Section padding="small">
|
||||
<h3 class="text-3xl" style="font-weight: 300; padding-left: var(--site-padding); padding-bottom: var(--space-4);">MTÜ Lapikud</h3>
|
||||
<Grid>
|
||||
<Container maxWidth={true}>
|
||||
<address class="not-italic">
|
||||
Aadress: <a style="color: var(--orange)" href="https://maps.app.goo.gl/1pCDMVNaMD29G7y78">Akadeemia tee 5, 12616 Tallinn, Eesti</a>
|
||||
<br/>
|
||||
E-post: <a style="color: var(--orange)" href="mailto:lapikud@lapikud.ee">lapikud@lapikud.ee</a>
|
||||
<br/>
|
||||
Tel: <a style="color: var(--orange)" href="tel:+37258160799">+372 58 160 799</a>
|
||||
<br/>
|
||||
Messenger: <a style="color: var(--orange)" href="https://m.me/Lapikud" target="_blank" rel="noopener noreferrer">m.me/Lapikud</a>
|
||||
</address>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</Container>
|
||||
<Container></Container>
|
||||
</Grid>
|
||||
<Center><small style="color: var(--orange); padding-top: var(--space-6);">© 2026 MTÜ Lapikud</small></Center>
|
||||
</Section>
|
||||
Reference in New Issue
Block a user