sgs006 / Udacity-Yearbook-Project

Optional Yearbook Collaboration for Udacity Front-End Scholarship Participants
41 stars 39 forks source link

Page Structures #15

Closed sgs006 closed 6 years ago

sgs006 commented 6 years ago

We need to figure out the structures for pages to make it easy for people to make additions. For example we should set up a style for the Resources page where the page follows a specific list of guidelines for additions. Like for example: All section headers should be<h2>with the class resourcesections. All sections should be set up with an <ol>and people can add <li> and <a href's> + descriptions to each <ol>in a particular section. I feel like if we had a style guide for each page it would make it easier to get a consistent look and for people to contribute.

For the Yearbook page I thought it would be neat if everyone got their own

or
to style with their names and links to their projects. We could set a limit for how big their sections are, but they could style it with whatever colors and fonts etc... they wanted to. I'm not sure if that would be too big of a mess or if it would make the page load really slow. Thoughts?

sgs006 commented 6 years ago

I added some page structures to Resources and Yearbook just to get things started. Not the whole thing obviously.