Skip to content

Commit f99a27c

Browse files
committed
Capacity notice
1 parent f5de6a8 commit f99a27c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

summit/app/index.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,7 @@
5858

5959
<section class="main center">
6060
<div class="main-desc">Join us for an evening of breakout sessions and code labs, followed by an all-day summit of Polymer tech talks and an after hours event.</div>
61-
<div class="main-desc2"><span class="strong">Tickets are free</span>. Sign up to secure your spot!</div>
62-
<a href="https://polymer.eventfarm.com" target="_blank" data-outbound="register">
63-
<paper-button raised noink class="register-btn" tabindex="-1">
64-
Register
65-
</paper-button>
66-
</a>
61+
<div class="main-desc2"><span class="strong">We've reached capacity</span>! <br> You can sign up for <a href="https://polymer.eventfarm.com/orders/soldOut/7fff5387-0000-4556-a4c1-610d82a69538">the waitlist</a> or join us on the <a href="https://www.youtube.com/user/GoogleDevelopers">Google Developers YouTube channel</a> for the live stream.</div>
6762
</section>
6863

6964
<a class="amsterdam center middle" target="_blank" href="https://www.google.com/maps/place/Muziekgebouw+aan+'t+IJ/@52.3783041,4.9131203,15z/data=!4m2!3m1!1s0x0:0x84b02f41a342e459"

summit/app/styles/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body {
3636
a {
3737
text-decoration: none;
3838
font-size: inherit;
39-
color: inherit;
39+
color: #E91E63;
4040
}
4141

4242
.center {
@@ -141,7 +141,7 @@ a {
141141
line-height: 40px;
142142
}
143143

144-
.main-desc, main-desc2 {
144+
.main-desc, .main-desc2 {
145145
max-width: 568px;
146146
opacity: 0.87;
147147
text-align: center;

0 commit comments

Comments
 (0)