- Added the favicons in the source directory
- Disabled the automatic favicon creator. It's doesn't need to run on build each time.
- Fixed the name of the icons in the meta data
The reasoning behind removing the inline shadow is that it's uneeded.
It's a distraction, and the overall theme wants to go the flat route.
The reasoning behind making the stripe smaller, is that when it's too
tall it's distracting, also 0.5 em seems to be a bit too much, especially
when compared against the logo thicker part ( 8px ). I've lowered it to half
of that 0.22em ~= 4px.
There isn't enough contrast between the code blocks and the code. Adjusted the opacity to increase contrast. We can readjust later once we get a chance to create some Sassy code block related color treatment. This is a temporary fix to #5.
- We don't really have large code blocks just yet. Some of the code blocks had just enough content to cause scroll bars. We can adjust later if we have larger code blocks. My personal preference is to not have code blocks scroll vertically.
- Restructured the content to focus on the 2 ways to get Sass installed: GUI & the command line
- Added icons (they need to be converted to SVG or webfonts so they look pretty)
- Added a version YML file so we can add the current Sass version, name and release notes in a single location to use throughout the site.
* Moved CSS, JS, Images into an assets folder
* Adjusted the file structure a bit for CSS, JS, Images.
* Added a fonts folder
* Cleaned up the config a bit so it's easier to read through
* Added some KSS placeholders to tinker with a bit
* Added zepto.js so we can be a bit more friendly on mobile devices/modern browsers
* Added some basic responsive breakpoints
* Added a scaffold.css and theme.css so we can separate out layout pieces from the theme. This will let us retheme the site easier, or have multiple themes if we're feeling frisky
* Removed some HTML5 boilerplate pieces that we don't need
* Added some basic structural css partials