Skip to content

Commit

Permalink
Added overnight booking form
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwisdom committed Oct 12, 2024
1 parent 0330c2f commit ca261aa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/night_guests_form.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
We welcome friends of Newspeak House to stay with us for a maximum of 5 days.

If you are interested, please complete the form below. We will try to get back to you in a few days!

<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSckt6EScYoGSkx_7YYc78VMQUmvLzW4YTYl6GSmcYcjf2lETQ/viewform?embedded=true"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
allowfullscreen
webkitallowfullscreen
mozallowfullscreen
>
Loading…
</iframe>
</div>
6 changes: 6 additions & 0 deletions docs/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ img.float-right {
}
}

@media only screen and (max-width: 780px) {
a, code, li, p, small {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
}
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ theme:
name: simple-blog
custom_dir: custom_theme
favicon: images/favicon.png
extra_files: CNAME
nav:
- Home: index.md
- Day Guests: day_guests.md
- Stay at Newspeak House: night_guests_form.md
extra_css:
- stylesheets/style.css
extra_files:
- CNAME
extra:
analytics:
provider: custom
Expand Down

0 comments on commit ca261aa

Please sign in to comment.