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

Convert new site theme to Bootstrap #353

Merged

Conversation

areynold
Copy link
Collaborator

This completes preliminary theme conversion begun in #345. Emphasis is on complete conversion of the site to a common template. Further refinement is needed, but those may now be handled as discrete tasks.

The template has been rewritten to use Bootstrap, providing mobile-friendly pages and a deep library of well-documented styles.

I'm using the bootstrap-sass-official Bower module, so bootstrap can be updated using the bower update command. I am tracking the package components in version control so editors can test their revisions without having to install additional software.

We're using SASS to build only the Bootstrap modules we're using, and for Commotion-specific styles. The main stylesheet is defined at /css/main.scss, and pulls in the necessary SASS modules to be compiled when the site is built.

Templates and content are inconsistent across languages. I've pulled in the most recent updates, but many pages were never translated, particularly in the French site. Several template and include files (e.g., the main navigation) need to be rewritten to be language aware. In most cases, the translated include files must be created first. Even on translated pages, links often point back to the main English site.

Blog posts and warning labels are language aware, and may serve as a model for other page components.

jheretic added a commit that referenced this pull request Nov 16, 2015
@jheretic jheretic merged commit 66ea44f into opentechinstitute:staging Nov 16, 2015
@jheretic
Copy link
Member

Thanks @areynold! This is great!

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

Successfully merging this pull request may close these issues.

None yet

2 participants