From 53ab455f456831559cb304ac70e7a574d6e233d2 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Fri, 3 Jun 2022 15:09:59 -0700 Subject: [PATCH] Added checklist animation --- .DS_Store | Bin 6148 -> 0 bytes css/general.css | 373 +++++++++++++++++++++++++++---------------- img/.DS_Store | Bin 6148 -> 0 bytes index.html | 50 ++++-- js/scroll_element.js | 1 + 5 files changed, 273 insertions(+), 151 deletions(-) delete mode 100644 .DS_Store delete mode 100644 img/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 02a0be4a91bfa3e37b8c2701a9a72f8c600ce055..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKL2uJA6n<_4OE)2U0I>^FB(Brw7$6Xr(2WCEg5UtCBui<-QhRDr%2ZX#b?{?2 z@=y3LoZx%5hnAM9H-t7n$^M?7-{QzloX=bS z%{zCWyyzX~BdJbwVI;75X}f0e6u!XuQ}(B5EOR9Xh;jaP8c;?#jUmc04Jn3*hmdg_ zsAyCdsllwXVy<9c4Cz)Bxgcm0a*k+F7mmIy2)B+bNh$T|Go&6;2~J+;h}#RC27O$5 zyT2~vV0h`wzV`mcrK{W(>=bYctWtpYhX9Q+v{)I`TL(IQ1ps;oYlE+U{(%7pfT6|8 zAR;hfs6ay%_KG3w-9Z>S=0lrb88mbf`pH1)KtP1)65q z=JWsA`S<@i$&H)>PJs)hfbjOC{VqzfXX{dNeAWhN@6p&euQI49=Y5Phpx1Z`4Uh-_&k_z#W{zd*1^VIhL~A_Pw(CPD1(pX-~QDU30&7KTJ- zj@h@F-TBye+-?>?Xw3(wKodZNDp>5X`9Wk{bV+v1B7-5tIKc~^F}kWI{iWG%a0Z-# zO=Cbm?jE{$#S~w@-(EH8vDoIvH=*qi7Z{_W#{}<)xTJRSo469BW8@=W&KmG zMBeO>{aJRt-1mEH`Eu8h%fG~xdVj;wrhQl2P*2bz8~fW(tk>uaI0I{CK=y}76)X*F z#k6&>Nml@3L30xJPl4CU{{Qw?zBgnR~pue>W*NSk6@XD-B3cx z&iFA+M<^A&bq1V)MFw{DXH(Aqv(@+iMJNB|3^)V-ih)qHJM9*iWM}Kr;^eH2)Ca1F n%&QfX3mZF*Q%8>C18NeEMd=Vr!&;FRivJNvGTimeline
- +
8/12 6:00pm Opening Ceremony
- +
8/12 6:30pm Hacking Begins
- +
8/14 12:00pm Hacking Ends
- +
8/14 2:00pm Project Presentations
- +
8/14 3:30pm Awards Ceremony @@ -186,31 +186,51 @@
-

Signup Instructions

+

Signup Checklist

-

1. Sign up w/ this form

-

- These questions are used to gauge your experience and skills so we can pair you with others

+
+ + +
+

- These questions are used to gauge your experience and skills so we can pair you with others

-

2. Join the Discord

+
+ + +

- Please change your nickname to your First and Last name

-

3. Create/join a team

+
+ + +

- Join teams in the Discord Server!

-

4. Start discussing ideas for a project

+
+ + +

- Between now and the start of the hackathon is a great time to come up with project ideas & download any software you may need
@@ -220,13 +240,19 @@

-

5. Wait for the hackathon to start!

+
+ + +

- Mark your calendars, Aug 12 - 14

+ *click each circle to cross out that step
diff --git a/js/scroll_element.js b/js/scroll_element.js index a1e8a0d..96392eb 100644 --- a/js/scroll_element.js +++ b/js/scroll_element.js @@ -9,6 +9,7 @@ const observer = new IntersectionObserver(entries => { }); }); + observer.observe(document.querySelector('#description-heading')); observer.observe(document.querySelector('#event-main-box')); observer.observe(document.querySelector('#timeline')); observer.observe(document.querySelector('#signup-article'));