Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pennlabs/website
Penn Labs website
https://github.com/pennlabs/website
hacktoberfest
Last synced: about 6 hours ago
JSON representation
Penn Labs website
- Host: GitHub
- URL: https://github.com/pennlabs/website
- Owner: pennlabs
- License: mit
- Created: 2020-01-16T02:16:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:54:01.000Z (9 days ago)
- Last Synced: 2024-11-06T19:44:38.721Z (9 days ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://pennlabs.org
- Size: 69.4 MB
- Stars: 10
- Watchers: 8
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pennlabs.org
Website for Penn Labs.
---
### Short term todo
- [x] Favicon
- [x] Parallax scrolling
- [x] Horizontally oriented hero image on mobile
- [x] Bio as markdown
- [x] Resources page
- [x] Fix "member since"
- [x] All products page
- [x] Fade in animations
- [x] Logo for each product
- [x] Fix laggy SVG loading on first page load; this was fixed by adding fade in animations to things visible in the viewport on page load
- [x] Animate product show page
- [x] Add links to visit products
- [x] Animate blog index page
- [x] Animate member page
- [x] Style author preview at bottom of blog post; especially on mobile
- [x] Suggestions form (either Airtable or Typeform?)
- [x] Animate blog post page
- [x] Team page
- [x] List blog posts by member on member show page
- [x] Port over blog content from Medium
- [x] Google Analytics
- [x] Images for all of the products
- [x] Product pages content
- [x] Team page
- [x] Metadata, metadata image
- [x] Show images of authors on blog posts
- [x] List blog posts by member on member show page
- [x] Be able to load member images with gatsby-image for lazy loading: https://github.com/graysonhicks/gatsby-plugin-remote-images
- [x] Use Gatsby image for author preview...
- [x] Load blog images with gatsby image sharp
- [x] Safari: add intersection observer polyfill
- [x] Illustrations on about page
- [x] Add precommit hook
- [x] Fix SVG rendering issues in Safari
- [x] Link to join listserv (Mailchimp)
- [x] Outlines on everything
- [x] Apply page; note that apps are no longer open
- [x] Animate apply page
- [x] Apply page hero image and hero content
- [x] Blog index page hero image and hero content### Longer term todo
- [ ] Alumni profiles and page (link from team page)
- [ ] More blog posts
- [ ] Google tag manager
- [ ] More visual content for each product page in markdown
- [ ] Debug exported graphql query error message when running `yarn dev`
- [ ] Port over to `typescript-eslint` (`tslint` is deprecated)
- [ ] Better mailchimp state management