This repository was archived by the owner on Mar 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
42 lines (34 loc) · 1.51 KB
/
index.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
---
layout: main
title: Home
---
<div class="intro">
<p>
<strong>Hi, I’m Coby Chapple.</strong>
I’m a product designer at <a href="https://intercom.com" id="intro-gh-link" target="_blank">Intercom</a>.
I care about building <em>focused</em> products with <em>approachable</em> interfaces
that <em>encourage flow</em>, and
I believe working remotely is the future.
</p>
</div>
{% include rjh_teaser.html %}
{% include newsletter_signup.html %}
<h3>Latest articles <a href="http://feeds.feedburner.com/cobyism" target="_blank" title="Subscribe via RSS, if you’re into that kind of thing." id="rss-link"><i class="fa fa-rss-square icon-rss"></i></a></h3>
<div class="article-index">
{% for post in site.posts | limit: 5 %}
<div class="post-summary">
<a class="post-link" href="{{ post.url }}">{{ post.title }}</a>
<div class="post-meta">
<span class="post-date">{{ post.date | date: '%B %e, %Y' }}</span>
·
{% assign readtime = post.content | strip_html | number_of_words | append: '.0' | divided_by:200 %}
<span class="post-read-time"><span class="js-read-time">{{ readtime }}</span> min read</span>
</div>
</div>
{% endfor %}
</div>
<h4><a href="{{ site.baseurl }}blog/" id="homepage-readmore">More articles »</a></h4>
<section class="photos">
<h3>Latest photos <a href="https://instagram.com/{{ site.author.handle }}" target="_blank"><i class="fa fa-instagram icon-instagram"></i></a></h3>
<div id="instafeed"></div>
</section>