Skip to content

Commit 16b3b96

Browse files
committed
Add contact section and page title
1 parent ef451c9 commit 16b3b96

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "github-pages", group: :jekyll_plugins
66

77
# Plugins
88
group :jekyll_plugins do
9-
gem "jekyll-github-metadata", "~> 1.0"
9+
gem "jekyll-github-metadata", "~> 2.3.1"
1010
end
1111

1212
gem 'jekyll-admin', group: :jekyll_plugins

_posts/2016-10-16-jsx-2-adobe-flex.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Label:emphasis {
226226

227227
```
228228
// JS
229-
<Label variant={{emphasis: true}} />
229+
<Label variant={emphasis: true} />
230230
231231
// sets both classes with `color` and `font-weight`
232232
```

about.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<article class="article-bio">
6-
<h1 class="article-title"></h1>
6+
<h1 class="article-title">Hello. I'm Kevin Suttle.</h1>
77

88
<p>I have made a career out of wielding technology as a design tool. Using science and code to improve experiences for people is what gets me up in the morning, and keeps me up at night.</p>
99

@@ -57,4 +57,8 @@ <h2>URLs</h2>
5757
<li><a href="https://dribbble.com/kevinsuttle">Dribbble</a>. Visual design and UI work samples</li>
5858
</ul>
5959

60+
61+
<h2>Get in contact</h2>
62+
<p>Interested in working with me? <a href="mailto:kevin@suttle.email">Let's talk</a>.</p>
63+
6064
</article>

0 commit comments

Comments
 (0)