Skip to content

Commit

Permalink
remove circuitbreakers banner and add iframe for airtable form; shoul…
Browse files Browse the repository at this point in the history
…d also implement redirect and fix css margin-top
  • Loading branch information
shushugah committed Nov 18, 2024
1 parent 7cfbb94 commit 56b102d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ header_links:
text: Join
- url: /events
text: Events
- url: /circuit-breakers
text: Circuit Breakers
- url: /chapters
text: Chapters

links:
- url: /subscribe
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta http-equiv="Content-Security-Policy" content="base-uri 'none';
connect-src 'self' https://www.googleapis.com https://actionnetwork.org;
default-src 'none';
frame-src https://calendar.google.com https://app.netlify.com;
frame-src https://airtable.com https://calendar.google.com https://app.netlify.com;
block-all-mixed-content;
font-src 'self';
img-src 'self' https://actionnetwork.org *.s3.amazonaws.com https://techworkersberlin.com https://techwerkers.nl;
Expand Down
3 changes: 1 addition & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ <h1 class="title">
</div>
</div>
</div>
</header>
{% include conf.html %}
</header>
8 changes: 8 additions & 0 deletions airtable_form.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
title: Get involved
languages: ['en']
permalink: /get-involved
---

<iframe class="airtable-embed" src="https://airtable.com/embed/appJrthJnZ1Jc47Lo/pagHm2D1afp1gJMw4/form" frameborder="0" onmousewheel="" width="100%" height="2700px" style="background: transparent; border: 1px solid #ccc;"></iframe>

0 comments on commit 56b102d

Please sign in to comment.