mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Add 'alt' attribute on all images that were missing
This commit is contained in:
parent
7661b613a8
commit
f5ac358967
@ -5,7 +5,7 @@ h1: CSS with superpowers
|
||||
|
||||
|
||||
.hero-lockup
|
||||
%p.hero-image= image_tag "illustrations/glasses.svg", height: "160"
|
||||
%p.hero-image= image_tag "illustrations/glasses.svg", height: "160", alt: "Glasses"
|
||||
%p.introduction
|
||||
Sass is the most mature, stable, and powerful professional grade CSS
|
||||
extension language in the world.
|
||||
|
@ -6,7 +6,7 @@ title: Install Sass
|
||||
%ol.list-columns
|
||||
%li.gui-application
|
||||
%h3 Applications
|
||||
%p= image_tag "illustrations/mouse.svg", class: "header-image", height: "160"
|
||||
%p= image_tag "illustrations/mouse.svg", class: "header-image", height: "160", alt: "Mouse"
|
||||
%p
|
||||
There are a good many applications that will get you up and running
|
||||
with Sass in a few minutes for Mac, Windows, and Linux. You can download
|
||||
@ -58,7 +58,7 @@ title: Install Sass
|
||||
|
||||
%li.command-line-unix
|
||||
%h3 Command Line
|
||||
%p= image_tag "illustrations/keyboard.svg", class: "header-image", height: "160"
|
||||
%p= image_tag "illustrations/keyboard.svg", class: "header-image", height: "160", alt: "Keyboard"
|
||||
%dl#install-ruby-linux
|
||||
%dt Linux
|
||||
%dd
|
||||
|
@ -54,17 +54,17 @@ title: Brand Guidelines
|
||||
.logos
|
||||
%h3 Standard
|
||||
%ul.list-columns
|
||||
%li= image_tag "styleguide/color.png", height: "80"
|
||||
%li= image_tag "styleguide/seal-color.png", height: "80"
|
||||
%li= image_tag "styleguide/color.png", height: "80", alt: "Sass"
|
||||
%li= image_tag "styleguide/seal-color.png", height: "80", alt: "Sass"
|
||||
|
||||
%h3 White
|
||||
%ul.list-tiled.swatch-color-background-shade
|
||||
%li= image_tag "styleguide/white.png", height: "80"
|
||||
%li= image_tag "styleguide/seal-color-reversed.png", height: "80"
|
||||
%li= image_tag "styleguide/seal-black-reversed.png", height: "80"
|
||||
%li= image_tag "styleguide/white.png", height: "80", alt: "Sass"
|
||||
%li= image_tag "styleguide/seal-color-reversed.png", height: "80", alt: "Sass"
|
||||
%li= image_tag "styleguide/seal-black-reversed.png", height: "80", alt: "Sass"
|
||||
|
||||
%h3 Black
|
||||
%ul.list-columns
|
||||
%li= image_tag "styleguide/black.png", height: "80"
|
||||
%li= image_tag "styleguide/seal-black.png", height: "80"
|
||||
%li= image_tag "styleguide/black.png", height: "80", alt: "Sass"
|
||||
%li= image_tag "styleguide/seal-black.png", height: "80", alt: "Sass"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user