ionicsoft / vidon

A student project to create a video on demand web service. Will only host public-access content.
0 stars 1 forks source link

Web design #34

Closed Wyvernix closed 5 years ago

Wyvernix commented 5 years ago
  1. Layout
  2. Theme
  3. More content

Layout pages:

Resources

Wyvernix commented 5 years ago

Here is the design tool for Bootstrap that Sam mentioned: https://www.layoutit.com/build. Use the preview button to see what the finished product looks like.

Wyvernix commented 5 years ago

Here's the docs on theming bootstrap sites: https://getbootstrap.com/docs/4.3/getting-started/theming/

And here's the doc describing us using it with rails: https://github.com/twbs/bootstrap-rubygem

And the list of bootstrap variables that can be changed: https://github.com/twbs/bootstrap-rubygem/blob/master/assets/stylesheets/bootstrap/_variables.scss

I'm currently upgrading the site to bootstrap 4, so changes will need to be made to/after that branch.