Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuperFriendly/project-hub
Project Hub
https://github.com/SuperFriendly/project-hub
Last synced: about 2 months ago
JSON representation
Project Hub
- Host: GitHub
- URL: https://github.com/SuperFriendly/project-hub
- Owner: SuperFriendly
- Created: 2014-03-15T22:07:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T20:38:53.000Z (over 3 years ago)
- Last Synced: 2024-07-31T18:20:26.168Z (5 months ago)
- Language: CSS
- Size: 13.7 KB
- Stars: 199
- Watchers: 8
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - SuperFriendly/project-hub - Project Hub (CSS)
README
Project Hub
===========Inspired by [Brad Frost](http://bradfrostweb.com/)—who I guess was [inspired by me](http://24ways.org/2013/project-hubs/)?—I’ve taken a pass at a new Project Hub.
Here are a few details on what I thought needed improvement:
- **Seeing the future.** Good Project Hubs document the past in a way that makes it easy for a client—or you—to keep track of the process. However, I’ve started to pre-populate the entire process for my clients so that they know not only what’s happened but also what’s coming up.
- **Focusing on a moment in time.** Though this Project Hub lets you see an entire project timeline, it’s still really valuable to know where you currently are in the process. By default, each milestone is labeled with a class name of `entry-future`, which keeps the upcoming milestone grayed out. Once you’ve completed a milestone, remove this class name; that will darken the text and place a checkmark next to it. Lastly, add a class of `entry-latest` to the latest milestone to auto-scroll the page. (You can also change this class name on line 18 of the JavaScript file.)You can see the finished result here: [project-hub.superfriend.ly](http://project-hub.superfriend.ly/)
Pull request or fork at your leisure. Happy Project Hubbing!