-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·84 lines (79 loc) · 2.68 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: default
title: Nate Berkopec
---
<div class="row">
<div class="col-md-5">
<h1 id="blowup-text" class="visible-lg-block">
Na<span style="margin-left:-0.06em">te</span> <br>
Makes <br>
Apps <br>
<span style="margin-left:-0.04em">Fast</span> <br>
</h1>
<h1 id="blowup-text-md" class="visible-md-block">
Na<span style="margin-left:-0.06em">te</span> <br>
Makes <br>
Apps <br>
<span style="margin-left:-0.04em">Fast</span> <br>
</h1>
<h1 id="blowup-text-small" style="margin-top: 1em" class="visible-sm-block">
Na<span style="margin-left:-0.06em">te</span> Makes Apps Fast
</h1>
</div>
<div class="col-md-6">
<h1 style="margin-top: 100px; font-size: 1.7em;">
I make Ruby apps faster -<br>
across the entire stack.
</h1>
<p>
<a target="_blank" href="http://www.github.com/nateberkopec" ><img alt="Github" src="/assets/img/github.png" /></a>
<a target="_blank" href="http://www.twitter.com/nateberkopec" ><img alt="Twitter" src="/assets/img/twitter.png" /></a>
<a target="_blank" href="http://www.facebook.com/nateberkopec" ><img alt="Facebook" src="/assets/img/facebook.png" /></a>
<a target="_blank" href="http://www.reddit.com/u/nateberkopec" ><img alt="Reddit" src="/assets/img/reddit.png" /></a>
</p>
<p>
I'm the proprietor of <a target="_blank" href="https://www.speedshop.co/">Speedshop</a>,
a Ruby on Rails performance consultancy.
I'm a contributor to several open source projects,
such as <a href="https://github.com/puma/puma/commits/master?author=nateberkopec">Puma</a> and
<a href="http://contributors.rubyonrails.org/contributors/nate-berkopec/commits">Ruby on Rails</a>.
</p>
<p>
<a href="https://vimeo.com/259609256">I appeared on Shark Tank</a>,
ABC's primetime entrepreneurship show, when I was nineteen.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1>Latest from the Blog</h1>
</div>
</div>
<div class="row">
{% for post in site.posts %}
<div class="col-md-6" style="min-height: 420px">
<h3>
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h3>
<p>
{{ post.summary | strip_html | truncatewords: 50 }}
</p>
<p><a href="{{ post.url | prepend: site.baseurl }}">Read more</a></p>
</div>
{% endfor %}
</div>
<div class="row">
<div class="col-md-12">
<h2>Other Stuff</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>
<a href="/now.html">What I'm Doing Now</a>
</h3>
<h3>
<a href="/ethical_software.html">Moving to More Ethical Software</a>
</h3>
</div>
</div>