Skip to content

Instantly share code, notes, and snippets.

@rianrietveld
Last active November 25, 2020 10:46
Show Gist options
  • Select an option

  • Save rianrietveld/df030cf25ca752200e1906cb461c3e09 to your computer and use it in GitHub Desktop.

Select an option

Save rianrietveld/df030cf25ca752200e1906cb461c3e09 to your computer and use it in GitHub Desktop.

Revisions

  1. rianrietveld renamed this gist Nov 25, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. rianrietveld created this gist Nov 25, 2020.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <div class="header__logo">
    <a href="home-url">
    <span class="screen-reader-text">Logo [company name], links to the homepage</span>
    <svg class="header__logo--svg" width="80px" height="80px"
    viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
    role="presentation"
    focusable="false">
    [g's...]
    </svg>
    </a>
    </div>