Skip to content

Commit 5075bdd

Browse files
committed
Rough in spot for google form link
1 parent e2a23e8 commit 5075bdd

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

index.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ helper: ["Peter Cerda", "Richie Hodel", "Cindy Sopko"] # boxed, comma-separa
1818
email: ["pschloss@umich.edu"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"]
1919
collaborative_notes: https://pad.carpentries.org/2024-04-02-umich # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2023-10-12-umich)
2020
eventbrite: "" # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used)
21+
googleform: "https://forms.gle/LxdVqS6Co15XM7fJA"
2122
material: "R for Plotting, The Unix Shell, Intro to git & GitHub, R for Data Analysis, Writing Reports with R Markdown"
2223
---
2324
{% comment %} See instructions in the comments below for how to edit specific sections of this workshop template. {% endcomment %}
@@ -46,25 +47,12 @@ It looks like you are setting up a website for a Software Carpentry curriculum b
4647
{% endunless %}
4748
{% endif %}
4849

49-
{% comment %}
50-
EVENTBRITE
50+
<h2 id="general">Registration</h2>
51+
<a href="{{page.googleform}}">Registration Link</a> You will need to sign in to your Google account to view the registration Google Forms.
5152

52-
This block includes the Eventbrite registration widget if
53-
'eventbrite' has been set in the header. You can delete it if you
54-
are not using Eventbrite, or leave it in, since it will not be
55-
displayed if the 'eventbrite' field in the header is not set.
56-
{% endcomment %}
57-
{% if page.eventbrite %}
58-
<strong>Some adblockers block the registration window. If you do not see the
59-
registration box below, please check your adblocker settings.</strong>
60-
<iframe
61-
src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt"
62-
frameborder="0"
63-
width="100%"
64-
height="280px"
65-
scrolling="auto">
66-
</iframe>
67-
{% endif %}
53+
<h2 id="general">General Information</h2>
54+
55+
{% comment %}
6856

6957

7058
<h2 id="general">General Information</h2>

0 commit comments

Comments
 (0)