Ethan Davidson's picture

Ethan Davidson made 9 contributions in release v7.0 !

Chief Scientist, Founder @FartLabs 🧪 Previous STEP, SWE intern @google ✨ Alum @acmcsufoss #🟦
  1. #1000 Finishing touches before 6.0
    5 commits (expand)
    1. Update +page.svelte TODO: Resolve issue 999!!!
    2. Merge branch 'main' into fix/999
    3. move 6 to root level
    4. Merge branch 'main' into fix/999
    5. Fixed dev logo path
  2. #1010 Add support for Genuary 2024
    7 commits (expand)
    1. add support for genuary 2024 https://genuary.art/
    2. filter media keeping only the current year
    3. Merge branch 'main' into genuary-2024
    4. Run `npm run all`
    5. Merge branch 'main' into genuary-2024
    6. Merge branch 'genuary-2024' of https://github.com/EthanThatOneKid/acmcsuf.com into genuary-2024
    7. Merge branch 'main' into genuary-2024
  3. #1011 Add capy-power map
    2 commits (expand)
    1. add capy-power element https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map
    2. move before parent
  4. #1014 Eliminate lorem ipsum on landing page
    2 commits (expand)
    1. eliminate lorem ipsum on landing page
    2. Update +page.svelte
  5. #1031 Update `global.css` file
    15 commits (expand)
    1. hero.svelte spacing and global.css updates
    2. wip
    3. fix alternating team sections
    4. update footer color
    5. update nav color
    6. fix navbar shadow
    7. Update global.css
    8. headers, brand-med => acm-heavy, acm-heavier
    9. replace brand-bold, brand-em with acm-heaviest
    10. global.css: replace brand-* class name with acm-*
    11. global.css: all colors are based on rgb values These changes improve reusability and utility of global.css variables. Script: ```ts const result = ``.split("\n").map((line) => { const [lhv, rhv] = line.split(":"); return `${lhv}-rgb: ${ rgbFromHexString(rhv).join(", ") };\n${lhv}: rgba(var(${lhv}-rgb), 1);`; }); console.log(result.join("\n")); function rgbFromHexString(code: string): [number, number, number] { const hex = code.trim().replace(/^#/, ''); return [ parseInt(hex.substring(0, 2), 16), parseInt(hex.substring(2, 4), 16), parseInt(hex.substring(4, 6), 16), ]; } ```
    12. stagger background color on teams and blog pages
    13. Update global.css
    14. add button color styles
    15. adjust team section padding
  6. #1033 Add `acmcsuf.com/colors`
    14 commits (expand)
    1. introduce colors page blocked by #1019.
    2. Merge branch 'main' into colors
    3. generate global.json file
    4. Create +layout.svelte
    5. wip
    6. replace ul with table
    7. Update color-id.svelte
    8. add target animation
    9. Merge branch 'main' into colors
    10. Merge branch 'main' into colors
    11. address comment Address: .
    12. fix weird alignment
    13. `/colors`
    14. Merge branch 'main' into colors
  7. #1044 Fix shortlink resolution bug
    4 commits (expand)
    1. wip
    2. Merge branch 'main' into fix/1019
    3. fixes shortlink resolution glitch
    4. Merge branch 'main' into fix/1019
  8. #1046 Hackathons museum
    13 commits (expand)
    1. wip
    2. Merge branch 'main' into fix/1027
    3. Merge branch 'main' into fix/1027
    4. Update hackathon.svelte
    5. Merge branch 'main' into fix/1027
    6. Merge branch 'main' into fix/1027
    7. WIP
    8. added handleIntersection
    9. added exit animation
    10. added event description to the hackathon object.
    11. added figure and figcaption for the image. added CSS to justify the text.
    12. Merge branch 'main' into fix/1027
    13. Fix errors
  9. #1047 Boardify: Remove mention of the `/boardd` slash command
    2 commits (expand)
    1. remove mention of the `/boardd` slash cmd
    2. Merge branch 'main' into fix/1035

Select a different release: