Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View gavinworks's full-sized avatar

Gavin Works gavinworks

View GitHub Profile
@gavinworks
gavinworks / foundation-vcard_markup.html
Last active December 18, 2015 13:59
FOUNDATION: HTML - vCard Markup
<div id="company-name-here" class="vcard">
<div class="adr">
<div class="org"><a class="url" href="{{ url:site }}">{{ settings:site_name }}</a></div>
<div class="street-address">{{ variables:add_street }}</div>
<span class="locality">{{ variables:add_locality }}</span>
<span class="region">{{ variables:add_region }}</span>
<span class="postal-code">{{ variables:add_postcode }}</span>
</div>
<div class="tel"><!-- Duplicate this div for other phones like cell nos. etc -->
<span class="type visually-hidden">work</span>
@gavinworks
gavinworks / .gitignore
Created July 24, 2019 13:51
General gitignore file
# Numerous pesky always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~