-
Notifications
You must be signed in to change notification settings - Fork 3
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
Needed - Schedule module #15
Comments
Schedule module is almost done. I have a problem with spacing each piece of data, as you can see in this pic below My code for the table in Jade is
Have not uploaded these changes to GitHub |
Cool! Since we don't have a schedule, we don't want this on the homepage yet. We'll keep it for when it's ready though! |
Why is there a copy of index.html and index.css back in the gulp project? I think we refactored those. |
Yeah, was going to clean the schedule up when it's time to merge. I'm not sure why there is an index.html and index.css in Gulp, but it hasn't affected the code output. I'll clean it up though |
This one will be a little tricker. We need a dynamic schedule page. It should be modular so that we could throw the html/css/js onto any page or drop it in any container and have it just work. Think of this less as a page and more as a module.
The schedule data will be delivered via JSON from some api service. Don't worry about this yet. Imagine you'll be working with something like this: https://gist.github.com/suBDavis/536179a2f8673842355a
The text was updated successfully, but these errors were encountered: