forked from superuserdev/superuserdev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
69 lines (69 loc) · 2.93 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
title: Contact
layout: page
permalink: /contact/
---
<div itemtype="http://schema.org/Organization" itemscope="">
<h1>
<picture class="icon" itemprop="logo" itemtype="http://schema.org/ImageObject" itemscope="">
<meta itemprop="url" content="{{ '/img/icon-192.png' | absolute_url }}" />
<meta itemprop="height" content="192" />
<meta itemprop="width" content="192" />
<source srcset="{{ '/img/logos/super-user.svg' | absolute_url }}" type="image/svg+xml" />
<img src="{{ '/img/icon-192.png' | absolute_url }}" width="49" height="49" alt="Logo" />
</picture>
<span itemprop="name">SuperUserDev</span>
</h1>
<meta itemprop="url" content="{{ site.url }}" />
<address itemprop="location" itemtype="http://schema.org/PostalAddress" itemscope="">
<span itemprop="addressLocality">Mount Vernon</span>,
<span itemprop="addressRegion">Washington</span>
</address>
<blockquote itemprop="description">
Creating the best websites by focusing on what's important — the user
</blockquote>
<div itemprop="contactPoint" itemtype="http://schema.org/ContactPoint" itemscope="">
<meta itemprop="contactType" content="customer service" />
<meta itemprop="areaServed" content="US" />
<meta itemprop="availableLanguage" content="English" />
<a href="tel:+1-661-619-6712" title="+1-661-619-6712" itemprop="telephone" content="+1-661-619-6712">
<svg class="current-color icon">
<use xlink:href="{{ site.icons | absolute_url | append: '#call-start' }}" />
</svg>
<span class="no-mobile">+1-661-619-6712</span>
</a>
<br />
<a href="mailto:chris@chriszuber.com" title="chris@chriszuber.com" itemprop="email" content="chris@chriszuber.com">
<svg class="current-color icon">
<use xlink:href="{{ site.icons | absolute_url | append: '#mail-send' }}" />
</svg>
<span class="no-mobile">chris@chriszuber.com</span>
</a>
<br />
<a href="https://superuserdev.github.io" title="superuserdev.github.io" itemprop="url">
<svg class="current-color icon">
<use xlink:href="{{ site.icons | absolute_url | append: '#web-browser' }}" />
</svg>
<span class="no-mobile">superuserdev.github.io</span>
</a>
</div>
<hr />
<a href="https://twitter.com/sudodevteam" title="@SudoDevTeam" itemprop="sameAs" rel="noopener external">
<svg class="icon">
<use xlink:href="{{ site.icons | absolute_url | append: '#twitter' }}" />
</svg>
<span class="no-mobile">@SudoDevTeam</span>
</a>
<a href="https://www.linkedin.com/company/superuserdev/" title="LinkedIn" itemprop="sameAs" rel="noopener external">
<svg class="icon">
<use xlink:href="{{ site.icons | absolute_url | append: '#linkedin' }}" />
</svg>
<span class="no-mobile">LinkedIn</span>
</a>
<a href="https://plus.google.com/113117303106986445610" title="Google+" itemprop="sameAs" rel="noopener external">
<svg class="icon">
<use xlink:href="{{ site.icons | absolute_url | append: '#google+' }}" />
</svg>
<span class="no-mobile">Google+</span>
</a>
</div>