mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-07-06 13:20:50 +00:00
Compare commits
4 Commits
ef135101a0
...
survey
Author | SHA1 | Date | |
---|---|---|---|
49ca3f532d | |||
dc2b404dc2 | |||
ba011d55f3 | |||
c9254f2df6 |
25
.drone.yml
25
.drone.yml
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: deploy to biobulkbende.org
|
|
||||||
steps:
|
|
||||||
- name: build container
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
username:
|
|
||||||
from_secret: docker_reg_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_reg_passwd
|
|
||||||
repo: decentral1se/biobulkbende.org
|
|
||||||
tags: latest
|
|
||||||
|
|
||||||
- name: deployment
|
|
||||||
image: decentral1se/stack-ssh-deploy:latest
|
|
||||||
settings:
|
|
||||||
stack: biobulkbende_org
|
|
||||||
host: biobulkbende.org
|
|
||||||
port: 12345
|
|
||||||
deploy_key:
|
|
||||||
from_secret: drone_ssh_vps_biobulbende_org
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- main
|
|
13
README.md
13
README.md
@ -1,10 +1,9 @@
|
|||||||
# biobulkbende.org
|
# biobulkbende.org
|
||||||
|
|
||||||
[](https://drone.autonomic.zone/biobulkbende/biobulkbende.org)
|
|
||||||
|
|
||||||
> https://biobulkbende.org
|
> https://biobulkbende.org
|
||||||
|
|
||||||
Our public website made by members!
|
Our public website made by members.
|
||||||
|
|
||||||
## Hacking
|
## Hacking
|
||||||
|
|
||||||
- Make sure you have installed git, node.js and npm
|
- Make sure you have installed git, node.js and npm
|
||||||
@ -21,6 +20,7 @@ The folder `/assets` is only for developement while the folde `/bundle` contains
|
|||||||
### Html
|
### Html
|
||||||
|
|
||||||
There are two pages:
|
There are two pages:
|
||||||
|
|
||||||
- `index.html` (Dutch)
|
- `index.html` (Dutch)
|
||||||
- `/en/index.html` (English)
|
- `/en/index.html` (English)
|
||||||
|
|
||||||
@ -29,6 +29,7 @@ Changes to the text can be done directly to these files without having to run an
|
|||||||
### (S)CSS
|
### (S)CSS
|
||||||
|
|
||||||
The CSS files to be changed are stored in /assets/scss which contains:
|
The CSS files to be changed are stored in /assets/scss which contains:
|
||||||
|
|
||||||
- /base (global CSS declarations)
|
- /base (global CSS declarations)
|
||||||
- /modules (specific CSS declarations)
|
- /modules (specific CSS declarations)
|
||||||
|
|
||||||
@ -46,6 +47,7 @@ The final file is stored in `/bundle/scripts` and provide the JS to `index.html`
|
|||||||
### Media
|
### Media
|
||||||
|
|
||||||
The media are stored in `/assets/media` containing:
|
The media are stored in `/assets/media` containing:
|
||||||
|
|
||||||
- Icons
|
- Icons
|
||||||
- Fonts
|
- Fonts
|
||||||
- Images
|
- Images
|
||||||
@ -59,8 +61,3 @@ If you want to change an Image you have to put it in `/assets/media/images` and
|
|||||||
### Video
|
### Video
|
||||||
|
|
||||||
The video is stored on vimeo.
|
The video is stored on vimeo.
|
||||||
## Deployment
|
|
||||||
|
|
||||||
Just push commits and our [CD config](https://drone.autonomic.zone/biobulkbende/biobulkbende.org) will deploy the website.
|
|
||||||
|
|
||||||
Once the [mirrored repository](https://git.autonomic.zone/biobulkbende/biobulkbende.org) synchronises, the deploy will run.
|
|
||||||
|
@ -446,7 +446,7 @@
|
|||||||
also a chance to meet other members and have an affordable
|
also a chance to meet other members and have an affordable
|
||||||
vegan dinner cooked by our members. During the pick-up day we
|
vegan dinner cooked by our members. During the pick-up day we
|
||||||
have an introduction for people interested to join the co-op.
|
have an introduction for people interested to join the co-op.
|
||||||
This takes place at 8pm sharp.
|
This takes place at 7pm sharp.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="#" class="btn btn--pickupday open-modal"
|
<a href="#" class="btn btn--pickupday open-modal"
|
||||||
@ -486,13 +486,9 @@
|
|||||||
<h2 class="modal__title">Join <strong>Biobulkbende</strong></h2>
|
<h2 class="modal__title">Join <strong>Biobulkbende</strong></h2>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<p class="modal__description">
|
<p class="modal__description">
|
||||||
Due to COVID-19 restrictions the introduction is currently held
|
The introduction is currently held physically at ZOHO at 7pm during the pick-up day on the first Monday of the month.<br>
|
||||||
online at 8pm at this link
|
To become a member shoot us an email at <a href="mailto: membership@biobulkbende.org">membership@biobulkbende.org</a>.<br>
|
||||||
<a href="http://meet.jit.si/bbb_introduction" target="_blank"
|
For general questions please write to <a href="mailto: info@biobulkbende.org">info@biobulkbende.org</a>.
|
||||||
>http://meet.jit.si/bbb_introduction</a
|
|
||||||
>.<br />
|
|
||||||
For any question shoot us an email at
|
|
||||||
<a href="mailto: info@biobulkbende.org">info@biobulkbende.org</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -457,7 +457,7 @@
|
|||||||
te leren kennen en samen te genieten van een betaalbare
|
te leren kennen en samen te genieten van een betaalbare
|
||||||
veganistische maaltijd van de kookwerkgroep. Op elke ophaaldag
|
veganistische maaltijd van de kookwerkgroep. Op elke ophaaldag
|
||||||
houden we een introductiebijeenkomst voor potentiële nieuwe
|
houden we een introductiebijeenkomst voor potentiële nieuwe
|
||||||
leden. De introductie vindt plaats om 20:00.
|
leden. De introductie vindt plaats om 19:00.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="#" class="btn btn--pickupday open-modal"
|
<a href="#" class="btn btn--pickupday open-modal"
|
||||||
@ -498,13 +498,9 @@
|
|||||||
<h2 class="modal__title">Join <strong>Biobulkbende</strong></h2>
|
<h2 class="modal__title">Join <strong>Biobulkbende</strong></h2>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<p class="modal__description">
|
<p class="modal__description">
|
||||||
Vanwege de COVID-19 restricties vindt de introductie tijdelijk
|
De introductie vindt momenteel fysiek plaats bij ZOHO om 19.00 uur tijdens onze maandelijkse ophaaldag op de eerste maandag van de maand.<br />
|
||||||
online plaats om 20.00 uur via deze link
|
Om lid te worden kun je ons een e-mail op <a href="mailto: membership@biobulkbende.org">membership@biobulkbende.org</a>.<br>
|
||||||
<a href="http://meet.jit.si/bbb_introduction" target="_blank"
|
Voor algemene vragen kun je mailen naar <a href="mailto: info@biobulkbende.org">info@biobulkbende.org</a>.
|
||||||
>http://meet.jit.si/bbb_introduction</a
|
|
||||||
>.<br />
|
|
||||||
Mocht je vragen hebben, stuur ons een mailtje
|
|
||||||
<a href="mailto: info@biobulkbende.org">info@biobulkbende.org</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
30
app/survey.html
Normal file
30
app/survey.html
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Biobulkbende - Survey</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/tripetto-runner-foundation"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/tripetto-runner-autoscroll"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/tripetto-services"></script>
|
||||||
|
<script>
|
||||||
|
var tripetto = TripettoServices.init({ token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiN3ZzOEh0c2RudlZGdDBEYThqbVhWNXNUc1VQb0hkVGRlSkNYVDRMNFJjcz0iLCJkZWZpbml0aW9uIjoiVFVBQ1hmbFlFVldkTThyVTA2amVsWEZhWUtrek51MHFRdXlZcFBVN2FNZz0iLCJ0eXBlIjoiY29sbGVjdCJ9.i_-M5y-2EyS7585xtb0mpUHyMYTpoYpRIFK7yKvUszA" });
|
||||||
|
|
||||||
|
TripettoAutoscroll.run({
|
||||||
|
element: document.body, /* Or supply your own element here */
|
||||||
|
definition: tripetto.definition,
|
||||||
|
styles: tripetto.styles,
|
||||||
|
l10n: tripetto.l10n,
|
||||||
|
locale: tripetto.locale,
|
||||||
|
translations: tripetto.translations,
|
||||||
|
attachments: tripetto.attachments,
|
||||||
|
onSubmit: tripetto.onSubmit
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
3495
package-lock.json
generated
3495
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user