-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (61 loc) · 1.86 KB
/
index.html
File metadata and controls
65 lines (61 loc) · 1.86 KB
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
---
layout: homepage
---
<div class="homepage-header">
<h1>
DevLocker <span class="muted">is me,</span> Patrick Koperwas. <span class="muted">I run a consultancy specialized in scaling & building Rails applications. Based in Seattle.</span>
</h1>
</div>
<div class="offerings-grid">
<div class="offering">
<div class="offering-image">
<img src="/images/icons/tuning.svg" height=32/>
</div>
<div class="offering-description">
<strong>Performance Tuning</strong>
<div>
I can troubleshoot and fix your app's performance so your customers
don't consider switching to something more responsive.
</div>
</div>
</div>
<div class="offering">
<div class="offering-image">
<img src="/images/icons/mvp.svg" height=32/>
</div>
<div class="offering-description">
<strong>Building an MVP</strong>
<div>
Bring your idea to market quickly. Let me worry about the tech so you
can focus on starting or growing your business.
</div>
</div>
</div>
<div class="offering">
<div class="offering-image">
<img src="/images/icons/scale.svg" height=32/>
</div>
<div class="offering-description">
<strong>Scaling Teams</strong>
<div>
Get advice on how to grow and structure your quickly expanding team.
</div>
</div>
</div>
<div class="offering">
<div class="offering-image">
<img src="/images/icons/frontend.svg" height=32/>
</div>
<div class="offering-description">
<strong>Frontend</strong>
<div>
Need help integrating a popular framework such as React and Vue?
Shoot me an email.
</div>
</div>
</div>
</div>
<div class="cta">
I write at <a href="https://mildlyinternet.com">Mildly Internet</a><br>
Contact <a href="mailto:patrick@devlocker.io">patrick@devlocker.io</a>
</div>