-
Notifications
You must be signed in to change notification settings - Fork 44
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
Improve the directory CSS layout with more StyleSheets #1
Comments
Will add to my PR provided no one beats me |
- reworked the index.html page to look like the codepen referenced in issue DevvitIO#1 - created stylesDirectory that holds .css files for pages
- references issue DevvitIO#1 that asks for external stylesheet to track styles - interpreted this as creating a directory that held css files of all pages - moved all css of current pages to external css files and are linked inside the html pages - work exactly like before except now css and html are seperated
If anyone wants to submit css to style the index page differently, while still prioritizing readablilty and a comfortable layout, i'll put in some functionality that chooses a random stylesheet on load and make another issue to allow people visiting the page to select different stylesheets, which will be named as your username from selection. I'll be editing this issue to reflect the new requirements. I'll find a few more example layouts to give you guys some ideas of alternative layout style, however if you want to simply change the color while keeping a similar layout, that's an option too |
references issue #1 by restyling the index page
Updated for 2018 hacktoberfest |
I want to work on this. |
Requirements
Allowance
Here are some ideas, but feel free to ignore all of them and do something completely different. Just make sure it meets the requirements outlined above
-Navigation
-Boxes
-Data columns
Misc cool CSS effects
SlideShow SVG animation Font Jerky Font Effect Smooth Font Effect 3D Font Effect Dramatic Font Shadow
The pages themselves should be annoying, but the directory they're on should be pleasant and usable.
Two issues will be created, one for putting buttons on the page that allow the user to choose from different style sheets and another to implement random functionality so that everytime the page loads, a random stylesheet is chosen.
The text was updated successfully, but these errors were encountered: