Skip to content

Commit 94504df

Browse files
committed
Add open spaces form, additional activities link, and scavenger hunt info
1 parent 1309ff5 commit 94504df

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

content/events/2024-boston/program.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,47 @@ Title = "Program"
33
Type = "program"
44
Description = "Program for DevOpsDays Boston 2024"
55
+++
6+
7+
<div class="addendums">
8+
<div class="addendum">
9+
10+
<h3>Open Spaces</h3>
11+
12+
On Day 1 and Day 2 afternoons, all attendees are invited to [submit a topic of interest for open spaces using this form](https://forms.gle/zvNfXVZx3Pddi2U49).
13+
14+
</div>
15+
<div class="addendum">
16+
17+
<h3>Scavenger Hunt</h3>
18+
19+
To participate in our main giveaway, obtain a scavenger hunt card at the registration desk, complete it, and return it to the registration desk *no later than 2pm on Day 2 (Tuesday)*.
20+
21+
</div>
22+
<div class="addendum">
23+
24+
<h3>Additional Activities</h3>
25+
26+
If you're interested in additional activities happening after open spaces on Day 1 and Day 2, please refer to [this document](https://docs.google.com/document/d/1_Xks6_OLkLSIAsNxm0mtbcnradqaw5g2LGTpqRPd2nE/edit?usp=sharing).
27+
28+
29+
</div>
30+
</div>
31+
32+
<div style="clear:both;"></div>
33+
34+
<style type="text/css">
35+
.addendums {
36+
display: flex;
37+
flex-direction: row;
38+
flex-wrap: wrap;
39+
align-content: stretch;
40+
align-items: flex-start;
41+
margin: 2em 0 2em 0;
42+
}
43+
.addendum {
44+
flex-grow: 1;
45+
min-width: 400px;
46+
max-width: 40em;
47+
padding-right: 2em;
48+
}
49+
</style>

0 commit comments

Comments
 (0)