Compare commits

...

10 Commits

Author SHA1 Message Date
Erki Aas c4b515bf89 Show footer on mobile 2023-11-07 21:41:43 +02:00
Erki Aas 0aeed0ed94 Improve meeting plan and reg form styling 2023-11-07 21:34:21 +02:00
Erki Aas 32938b59bd Improve styling 2023-11-07 21:13:05 +02:00
Savva 188f75d120 Reduce pic size 2023-11-05 21:39:14 +02:00
Savva fed7e17ee8 Update baseURL 2023-11-05 21:35:54 +02:00
Savva 2591017166 Update README.md 2023-11-05 21:32:08 +02:00
Savva 6f768489bc Add Tallinn pic 2023-11-05 21:18:02 +02:00
Savva 2df4c9cb12 Adjust content 2023-11-05 21:00:44 +02:00
Savva 07b0ac0526 Add gitlab-ci 2023-11-05 16:23:42 +02:00
Savva a2df0a58b1 Add .gitignore 2023-11-05 16:23:29 +02:00
13 changed files with 123 additions and 42 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.DS_Store
resources
public

29
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,29 @@
variables:
HUGO_VERSION: 0.120.3
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
image:
name: golang:1.21-bookworm
pages:
script:
# Install brotli
- apt-get update
- apt-get install -y brotli
# Install Hugo
- curl -LJO https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb
- apt-get install -y ./hugo_extended_${HUGO_VERSION}_linux-amd64.deb
- rm hugo_extended_${HUGO_VERSION}_linux-amd64.deb
# Build
- hugo --gc --minify
# Compress
- find public -type f -regex '.*\.\(css\|html\|js\|txt\|xml\)$' -exec gzip -f -k {} \;
- find public -type f -regex '.*\.\(css\|html\|js\|txt\|xml\)$' -exec brotli -f -k {} \;
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

View File

@ -1 +1,11 @@
# ripe87.k-space.ee website
Build website with
```sh
hugo
```
Serve on localhost, watch for changes and rebuild website with
```sh
hugo serve
```

View File

@ -7,3 +7,34 @@ body {
footer {
margin-top: auto;
}
header {
background-position: center!important;
}
main {
padding-bottom: 4rem!important;
}
article header h1 {
text-align: center!important;
}
table.meeting-plan a {
text-decoration: none;
}
table.meeting-plan th {
padding-bottom: 0.7em;
}
table.meeting-plan td {
padding: 0.3em;
border-right: 1px solid #0000001a;
border-bottom: 1px solid #0000001a;
}
table.meeting-plan td:nth-last-child(1) {
border-right: 0;
}
table.meeting-plan tr:nth-last-child(1) td {
border-bottom: 0;
}

View File

@ -2,18 +2,19 @@
title: "RIPE 87 Local Hub - Tallinn, Estonia"
description: "28 - 29 November 2023"
cascade:
featured_image: '/images/gohugo-default-sample-hero-image.jpg'
featured_image: '/tallinn.jpg'
---
Register for the local meeting
{{< rawhtml >}}
Meeting plan
<div class="flex flex-auto flex-column flex-row-l justify-between mb5 mt3">
<a class="f5 link dim br3 ph3 pv3 mb2 dib white tc bg-navy w-25-l tex" href="meeting-plan/">Meeting plan</a>
<a class="f5 link dim br3 ph3 pv3 mb2 dib white tc bg-dark-blue" href="attend/">Register for the local meeting</a>
<a class="f5 link dim br3 ph3 pv3 mb2 dib white tc bg-dark-green w-25-l" href="venue/">Venue</a>
</div>
{{</ rawhtml >}}
K-space is hosting a local hu
### Ripe 87 Local hub
K-space hackerspace will be hosting Ripe 87 Local hub in Tallinn, Estonia
Join the RIPE 87 Local Hub at k-space!
If you want to actively participate in the meeting you have to be registeres as on online attendee on the Ripe 87 website (https://meeting-registration.ripe.net/meeting-pub/registration?4&meetingId=0baebe05-4707-471a-989a-cad0631456d6)
<p>For all additional information regarding the event please check the main <a href="ripe87.ripe.net">RIPE87 website</a></p>
For all additional information regarding the event please [check the main RIPE 87 website](https://ripe87.ripe.net)

View File

@ -1,12 +1,29 @@
---
title: "Attend"
# featured_image: ''
featured_image: ''
description: "We'd love to hear from you"
type: page
menu: main
---
Reg form
## Important information
- The venue has free WiFi
- We're still figuring out the food and drinks situation and update this page soon
- If you have registered but can't make it, please cancel promptly via [email](mailto:info@k-space.ee)
- If you want to actively participate in the meeting you have to be registeres as on online attendee [on the Ripe 87 website](https://meeting-registration.ripe.net/meeting-pub/registration?4&meetingId=0baebe05-4707-471a-989a-cad0631456d6)
- During the local hub meeting we will adhere to the same code of conduct as the main Ripe 87 event. You can find more information [here](https://ripe87.ripe.net/attend/code-of-conduct/). Please report any concerns via [email](mailto:info@k-space.ee)
- For any questions please reach us via [email](mailto:info@k-space.ee)
<!--
Name
Org (optional)
Email
Phone
Notes
-->
{{< rawhtml >}}
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeEW3QAgIGARtvcFIEkGOFduwfJ8lMAjeagqEpowANjTirPQg/viewform?embedded=true&hl=en" width="640" height="1118" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<iframe class="w-100" style="height: 1400px" src="https://docs.google.com/forms/d/e/1FAIpQLSeEW3QAgIGARtvcFIEkGOFduwfJ8lMAjeagqEpowANjTirPQg/viewform?embedded=true&hl=en" width="440" height="1118" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
{{< /rawhtml >}}

View File

@ -1,19 +1,17 @@
---
title: "Meeting plan"
# featured_image: ''
featured_image: ''
description: "28 - 29 November 2023"
type: page
menu: main
---
Via webcast in the venue.
Agenda is subject to change.
{{< rawhtml >}}
<table>
<table class="tc meeting-plan">
<thead>
<tr>
<th></th>
<th><b>Tuesday</b><br>28 November</th>
<th><b>Wednesday</b><br>29 November</th>
<th class="w-20" style="width: 100px"></th>
<th class="w-40" style="width: 200px"><b>Tuesday</b><br>28 November</th>
<th class="w-40" style="width: 200px"><b>Wednesday</b><br>29 November</th>
</tr>
</thead>
<tbody>
@ -60,6 +58,7 @@ Agenda is subject to change.
<tr>
<td>17:30</td>
<td>Coffee Break</td>
<td></td>
</tr>
<tr>
<td>18:00</td>

View File

@ -1,20 +1,12 @@
---
title: "Venue"
# featured_image: ''
featured_image: ''
description: "Akadeemia tee 21/1, Tallinn"
type: page
menu: main
---
k-space hackerspace
RIPE87 Local Hub will be held in Tallinn Tehnopol, 5th floor Kuberneetica maja.
Have questions? please call +372 665 96 51 or write an email info@k-space.ee
## Getting There
### By Car
### By Public Transportation
## K-space hackerspace
The RIPE87 Local Hub will be held in K-space.
K-space is a hackerspace located in Tehnopol Science and Business Park, on the 5th floor of the Cybernetics building (Küberneetika maja).
For any questions please reach out via [+372 665 96 51](tel:+3726659651) or [info@k-space.ee](info@k-space.ee)

View File

@ -1,13 +1,11 @@
baseURL = 'https://example.org/'
baseURL = ''
languageCode = 'en-us'
title = 'RIPE 87 Local Hub at K-space.ee'
theme = 'ananke'
[params]
body_classes = "avenir white"
body_classes = "avenir bg-white"
custom_css = ["style.css"]
# site_logo = "img/logo.svg"
[[params.ananke_socials]]
name = "instagram"
url = "https://www.instagram.com/kspace.ee"

View File

@ -0,0 +1 @@
<link href="https://fonts.cdnfonts.com/css/avenir" rel="stylesheet">

View File

@ -1,8 +1,8 @@
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="f4 fw4 no-underline white-70 dn dib-ns pv2 ph3">
<p>&copy; {{ now.Format "2006"}} K-SPACE MTÜ</p>
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3 tc" role="contentinfo">
<div class="f5 no-underline white-80 pv2 ph3 tc">
<p>&copy; {{ now.Format "2006"}} K-SPACE MTÜ</p>
<p>Registration number 80397632</p>
<a href="mailto:info@k-space.ee">info@k-space.ee</a></p>
<a href="tel:+3726659651">+372 665 96 51</a></p>
<a class="link white-80" href="mailto:info@k-space.ee">info@k-space.ee</a></p>
<a class="link white-80" href="tel:+3726659651">+372 665 96 51</a></p>
</div>
</footer>

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
static/tallinn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 KiB