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

Needed - Schedule module #15

Open
subdavis opened this issue Jun 30, 2016 · 5 comments
Open

Needed - Schedule module #15

subdavis opened this issue Jun 30, 2016 · 5 comments

Comments

@subdavis
Copy link
Member

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

@subdavis subdavis changed the title Needed - Schedule Page Needed - Schedule module Jun 30, 2016
@neilbd
Copy link
Contributor

neilbd commented Aug 7, 2016

Schedule module is almost done. I have a problem with spacing each piece of data, as you can see in this pic below

image

My code for the table in Jade is
`.shell.blue.schedule-shell
#schedule.anchor
.container
.subsection.row.content
.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1.content
h2 Schedule
p Our schedule for HackNC! Click ____ for our complete list of workshops

            .col-md-2
                h3 Friday
                table#friday(style="width:100%")

            .col-sm-4.col-md-2.col-md-offset-2
                h3 Saturday
                table#saturday(style="width:100%")

            .col-sm-4.col-md-2.col-md-offset-2
                h3 Sunday
                table#sunday(style="width:100%")`

Have not uploaded these changes to GitHub

@neilbd
Copy link
Contributor

neilbd commented Aug 9, 2016

Created new changes for the schedule in neil_schedule branch. Here is a pic of what it looks like now
screen shot 2016-08-08 at 9 54 32 pm

@subdavis
Copy link
Member Author

subdavis commented Aug 9, 2016

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!

@subdavis
Copy link
Member Author

subdavis commented Aug 9, 2016

Why is there a copy of index.html and index.css back in the gulp project? I think we refactored those.

@neilbd
Copy link
Contributor

neilbd commented Aug 10, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants