Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: ZotHacks Title SVG animation #80

Merged
merged 27 commits into from
Nov 3, 2023
Merged

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    54d4be4 View commit details
    Browse the repository at this point in the history
  2. update: increase stroke width

    tyleryy committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e2f476f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. update: new svg

    tyleryy committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c4929d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4506c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a8caf9 View commit details
    Browse the repository at this point in the history
  4. fix: adjusted timings

    tyleryy committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8e745d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix: timing

    tyleryy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0696fde View commit details
    Browse the repository at this point in the history
  2. fix: more timing adjustments

    tyleryy committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c7bc994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33dd8bf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. fix: responsive svg

    tyleryy committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d5d017f View commit details
    Browse the repository at this point in the history
  2. fix: removed old title svg

    tyleryy committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b07368b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix: added useEffect dep

    tyleryy committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4550cea View commit details
    Browse the repository at this point in the history
  2. fix: remove unused imports

    tyleryy committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    00b601e View commit details
    Browse the repository at this point in the history
  3. fix: adjusted clamp

    tyleryy committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    300a51b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    814a012 View commit details
    Browse the repository at this point in the history
  2. update: refactored animated title

    fix: visually hidden title
    
    update: refactored animated title
    
    Use lined paper vector and remove unnecessary nav (#62)
    
    * fix: use lined paper vector and remove unnecessary nav
    
    * fix: stick nav bar to top of screen
    
    * fix: remove sticky navbar for mobile
    
    ---------
    
    Co-authored-by: Sam Der <sder@uci.edu>
    
    fix: change resources PNGs to SVGs
    
    hotfix: heart and star sticker positioning
    
    Add ZotHacks Open Graph Properties (#71)
    
    * feat: add OG image
    
    * fix: use opengraph-image for OG generation
    
    Create Sanity resources schema (#91)
    
    * feat: resource schema
    
    * feat: icon, preview, and color field description
    
    update: TikTok logo and improved alt text (#83)
    
    * update: TikTok logo and improved alt text
    
    * fix: switch to svg version
    
    fix: use container spacing for resource page (#79)
    
    * fix: use container spacing for resource page
    
    * temp: fix row/col setup
    
    * remove col div
    
    update: remove apply links and mentor section (#89)
    
    * update: remove apply links and mentor section
    
    * fix: restore apply button, adjust wording
    
    * fix: disabled mentor apply button
    tyleryy committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a7f50e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e88893 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. update: zothacks 2023

    tyleryy committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cef2b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fe5ed9 View commit details
    Browse the repository at this point in the history
  3. fix: removed extra import

    tyleryy committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e4fa6b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix: added variant type

    tyleryy committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    66e401b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge branch 'main' of https://github.com/HackAtUCI/zothacks-site-2023

    …into feature/svg-animation
    tyleryy committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9063899 View commit details
    Browse the repository at this point in the history
  2. fix: changed import path

    tyleryy committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    30c8afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912e496 View commit details
    Browse the repository at this point in the history
  4. Feature: SVG ZotHacks Title animation

    * update: created getSchedule file
    
    * update: synced sanity data with schedule component
    
    * feat: update event schema
    
    * feat: group events by day
    
    * feat: format date ranges
    
    * fix: group events by America/Los_Angeles day
    
    * fix: event order asc
    
    * fix: remove resources from nav
    
    ---------
    
    Co-authored-by: Tyler Yu <tyleryy@uci.edu>
    
    Fix frontend issues on resources page (#103)
    
    * fix: backend description text overflow
    
    * feat: new ResourceCard component
    
    removed unused assets
    
    * fix: key prop error
    
    * fix: remove unused components
    
    * fix: references to unused images
    
    * refactor: short-circuit and color fixes
    
    * Fix transformed filter glitches for webkit
    
    - Include `translateZ(0)` when applying transform to drop shadow filter
    
    ---------
    
    Co-authored-by: Taesung Hwang <taesungh@uci.edu>
    
    fix: title and location mobile alignment (#109)
    
    feat: frontend resources section
    
    feat: starter packs section
    
    removed placeholder config files
    
    feat: add day of week to schedule (#110)
    
    * feat: add day of week to schedule
    
    * fix: replace weekday list with date format
    
    * fix: long month and date format
    
    update: restore resources link in navbar
    
    fix: timezone inconsistencies (#119)
    
    * fix: timezone inconsistencies
    
    * fix: timezone inconsistencies
    
    fix: backend resources grid issue
    
    feature: clipboard paper animation (#116)
    
    undefined
    
    Feature/clipboard animation update (#123)
    
    * feature: clipboard paper animation
    
    * fix: padding adjustment on date
    
    * fix: border radius and page animation update
    
    feat: incident response form
    
    fix: remove open in new window icon
    
    Setup animated countdown on schedule page (#93)
    
    * setup: basic framer countdown
    
    * fix: removed useRef, changed animation exit value
    
    * update: temporarily disabled slide up animation
    
    * fix: conditional day render
    
    * fix: precompute time
    
    * fix: margin for the countdown
    
    * update: added loading bar
    
    * fix: rename to Loader
    
    * feat: time until hacking countdown timer
    
    * fix: clipboard styling
    
    ---------
    
    Co-authored-by: Tyler Yu <tyleryy@uci.edu>
    Co-authored-by: Alexander Liu <a@alexanderliu.com>
    
    fix: match time zones on server and client
    
    fix: missing date-fns-tz import (#126)
    
    fix: disable page scroll x (#125)
    
    refactor: move homepage from views folder to app folder
    
    refactor: convert components to arrow functions and reexport
    
    feat: devpost
    
    fix: changed import path
    
    fix: added ease and moved component
    alexanderl19 authored and tyleryy committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8dbdbca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de9178f View commit details
    Browse the repository at this point in the history
  6. fix: unused asset

    tyleryy committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    428451d View commit details
    Browse the repository at this point in the history