hacks-guide-minimal-mistake.../test/_pages/splash-page.md
Michael Rose 93c4fbc4b9 Color "skins" (#1242)
* Add YIQ Color Contrast mixin
* Remove text underline from `.btn` links
* Move YIQ variables
* Simplify button classes using YIQ color contrast mixin
  - DRY up button CSS using Sass list and YIQ color contrast mixin.
  - Move `color` and `background-color` to new `btn--primary` class instead of assinging on the default class. Removes the need to override them.
* Add `.btn--primary` to buttons that just had `.btn`
* Apply changes to `/docs`
* Add `.btn--primary` class
* Update CHANGELOG and history
* Add sample form
* Abstract colors away into Sass variables for easier themeing
* Add "dark" skin
* Replace hardcoded color with SCSS variable
* Invert Font Awesome icons' colors in author sidebar and footer
* Add Sass changes to `/docs`
* Use primary button type instead of inverse
* Add missing `!default` on `$muted-text-color`
* Add `contrast` and `sunrise` skin colors
* Add `dirt` skin color
* Add `air` skin color option
* Add `mint` skin color
* Add `btn--primary` class to Submit Comment button
* Set skin to `default`
* Document skin color options
* Add note about skin SCSS import

Close #1208
2017-09-12 12:01:43 -04:00

2.7 KiB

title layout permalink date header excerpt intro feature_row feature_row2 feature_row3 feature_row4
Splash Page splash /splash-page/ 2016-03-23T11:48:41-04:00
overlay_color overlay_filter overlay_image cta_label cta_url caption
#000 0.5 /assets/images/unsplash-image-1.jpg Download https://github.com/mmistakes/minimal-mistakes/ Photo credit: [**Unsplash**](https://unsplash.com)
Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop.
excerpt
Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`
image_path alt title excerpt
assets/images/unsplash-gallery-image-1-th.jpg placeholder image 1 Placeholder 1 This is some sample content that goes here with **Markdown** formatting.
image_path alt title excerpt url btn_label btn_class
/assets/images/unsplash-gallery-image-2-th.jpg placeholder image 2 Placeholder 2 This is some sample content that goes here with **Markdown** formatting. #test-link Read More btn--primary
image_path title excerpt
/assets/images/unsplash-gallery-image-3-th.jpg Placeholder 3 This is some sample content that goes here with **Markdown** formatting.
image_path alt title excerpt url btn_label btn_class
/assets/images/unsplash-gallery-image-2-th.jpg placeholder image 2 Placeholder Image Left Aligned This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"` #test-link Read More btn--primary
image_path alt title excerpt url btn_label btn_class
/assets/images/unsplash-gallery-image-2-th.jpg placeholder image 2 Placeholder Image Right Aligned This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"` #test-link Read More btn--primary
image_path alt title excerpt url btn_label btn_class
/assets/images/unsplash-gallery-image-2-th.jpg placeholder image 2 Placeholder Image Center Aligned This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"` #test-link Read More btn--primary

{% include feature_row id="intro" type="center" %}

{% include feature_row %}

{% include feature_row id="feature_row2" type="left" %}

{% include feature_row id="feature_row3" type="right" %}

{% include feature_row id="feature_row4" type="center" %}