Skip to content

Commit be8a06c

Browse files
committed
Attendee booklet
1 parent 2198eb1 commit be8a06c

18 files changed

+757
-646
lines changed

about.html

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<li><a href="faq.html">faq</a></li>
3939
<li><a href="team.html">team</a></li>
4040
<li><a href="sponsors.html">sponsors</a></li>
41+
<li><a href="dayof.html">attendees</a></li>
4142
</ul>
4243
</div>
4344
</div>

booklet.css

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
2+
/* Sponsors Page */
3+
.sponsor-row {
4+
padding: 0% 10% 0% 10%;
5+
text-align: center;
6+
max-width: 100%;
7+
}
8+
.sponsor-image {
9+
margin: 0 auto;
10+
padding: 20px 10px 20px 10px;
11+
}
12+
img.platinum {
13+
max-width: 100%;
14+
width: 700px;
15+
}
16+
img.gold {
17+
width: 450px;
18+
}
19+
img.silver {
20+
width: 300px;
21+
}
22+
img.bronze {
23+
width: 200px;
24+
}
25+
26+
/* Day Of Page */
27+
div.dayof {
28+
padding: 0% 15% 5% 15%;
29+
}
30+
div.blue-section {
31+
background-color: #2f306d;
32+
margin: 0 auto;
33+
padding: 0;
34+
width: 100%;
35+
background-size: contain;
36+
}
37+
div.pink-section {
38+
background-color: #921860;
39+
}
40+
div.green-section {
41+
background-color: #175140;
42+
}
43+
44+
h1.dayof {
45+
font-family: 'Bungee Inline';
46+
color: #f7cbe6;
47+
font-size: 20px;
48+
text-align: center;
49+
}
50+
h2.dayof, h3.dayof {
51+
font-family: 'Bungee Inline';
52+
color: #d3d3df;
53+
font-size: 16px;
54+
text-align: center;
55+
padding: 10px;
56+
}
57+
h3.dayof {
58+
font-family: 'Lobster';
59+
}
60+
p.dayof {
61+
font-family: 'Muli';
62+
color: #d3d3df;
63+
font-size: 16px;
64+
}
65+
p.recruiting {
66+
font-family: 'Bungee Inline';
67+
padding-top: 15px;
68+
}
69+
p.time {
70+
color: #f7cbe6;
71+
margin: 0 auto;
72+
}
73+
button.dayof {
74+
background-color: #d3d3df;
75+
font-family: 'Muli';
76+
color: #921860;
77+
font-size: 18px;
78+
border: solid white 2px;
79+
margin: 0 auto;
80+
text-align: center;
81+
}
82+
div.access {
83+
margin: 0 auto;
84+
text-align: center;
85+
padding: 20px;
86+
}

0 commit comments

Comments
 (0)