Compare commits

..

No commits in common. "c4b515bf89fa23722ab9db396464c28749444a38" and "c9e6ed1e500f9d01949c925b072fbf6624ba019f" have entirely different histories.

13 changed files with 42 additions and 123 deletions

3
.gitignore vendored
View File

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

View File

@ -1,29 +0,0 @@
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,11 +1 @@
# 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,34 +7,3 @@ 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,19 +2,18 @@
title: "RIPE 87 Local Hub - Tallinn, Estonia"
description: "28 - 29 November 2023"
cascade:
featured_image: '/tallinn.jpg'
featured_image: '/images/gohugo-default-sample-hero-image.jpg'
---
{{< rawhtml >}}
Register for the local meeting
<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 >}}
Meeting plan
### Ripe 87 Local hub
K-space hackerspace will be hosting Ripe 87 Local hub in Tallinn, Estonia
K-space is hosting a local hu
For all additional information regarding the event please [check the main RIPE 87 website](https://ripe87.ripe.net)
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>

View File

@ -1,29 +1,12 @@
---
title: "Attend"
featured_image: ''
# featured_image: ''
description: "We'd love to hear from you"
type: page
menu: main
---
## 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)
Reg form
<!--
Name
Org (optional)
Email
Phone
Notes
-->
{{< rawhtml >}}
<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>
<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>
{{< /rawhtml >}}

View File

@ -1,17 +1,19 @@
---
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 class="tc meeting-plan">
<table>
<thead>
<tr>
<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>
<th></th>
<th><b>Tuesday</b><br>28 November</th>
<th><b>Wednesday</b><br>29 November</th>
</tr>
</thead>
<tbody>
@ -58,7 +60,6 @@ menu: main
<tr>
<td>17:30</td>
<td>Coffee Break</td>
<td></td>
</tr>
<tr>
<td>18:00</td>

View File

@ -1,12 +1,20 @@
---
title: "Venue"
featured_image: ''
# featured_image: ''
description: "Akadeemia tee 21/1, Tallinn"
type: page
menu: main
---
## 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).
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
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,11 +1,13 @@
baseURL = ''
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'RIPE 87 Local Hub at K-space.ee'
theme = 'ananke'
[params]
body_classes = "avenir bg-white"
body_classes = "avenir white"
custom_css = ["style.css"]
# site_logo = "img/logo.svg"
[[params.ananke_socials]]
name = "instagram"
url = "https://www.instagram.com/kspace.ee"

View File

@ -1 +0,0 @@
<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 tc" role="contentinfo">
<div class="f5 no-underline white-80 pv2 ph3 tc">
<p>&copy; {{ now.Format "2006"}} K-SPACE MTÜ</p>
<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>
<p>Registration number 80397632</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>
<a href="mailto:info@k-space.ee">info@k-space.ee</a></p>
<a href="tel:+3726659651">+372 665 96 51</a></p>
</div>
</footer>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 KiB