We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b577831 commit 908dcfeCopy full SHA for 908dcfe
1 file changed
pages/index.js
@@ -96,10 +96,22 @@ export default function Home() {
96
<p className={styles.subheading}>
97
<b>In-Person Event</b>
98
<div className={styles.subheading}>
99
- Feb 7, 2026 08:00AM PST - Feb 7, 2026 07:00PM PST
+ Feb 7, 2026 09:00AM PST - Feb 7, 2026 07:00PM PST
100
<br />
101
Tom Bradley International Hall, Room 300
102
</div>
103
+ <br />
104
+ <div className={styles.heroButtonContainer}>
105
+ <a href="https://docs.google.com/forms/d/e/1FAIpQLSeQhyWLlZb8DYMu7brLgqPt0E29JeJoX5KDD7fqV2rUWUvnXw/viewform?usp=dialog">
106
+ <button
107
+ className={
108
+ styles.bigFatPinkButtonThatSaysRegisterUnderTheTimersOrSmth
109
+ }
110
+ >
111
+ RSVP for in-person!
112
+ </button>
113
+ </a>
114
+ </div>
115
</p>
116
<Countdown />
117
<div className={styles.heroButtonContainer}>
0 commit comments