-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 1.85 KB
/
index.html
File metadata and controls
50 lines (46 loc) · 1.85 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
---
layout: default
---
<div class="about-container pad4y">
<section class="landing-primary">
<div class="about-info">
<img class="about-hero" src="/assets/me.jpg" alt="Profile Picture">
<div class="about-info-text">
<span class="blob landing-name">
<h1 class="about-info-headline tightened">
Arthur Hammer
</h1>
</span>
<h2 class="about-info-subhead secondary-text">
Mobile Engineering Lead
</h2>
<div class="about-info-body">
</div>
</div>
</div>
<p class="landing-copy">
I have extensive experience building mobile products at scale, loved by millions of people every single day.
</p>
<p class="landing-copy">
Expert in delivering complex projects from idea to success, both as an Engineering Manager and Tech Lead. My single biggest strength is knowing when to be pragmatic and when to add that extra attention to detail. I thrive on creating cross-team alignment and setting up people around me for success.
</p>
<p class="landing-copy landing-cta-row">
Ready to grow to the next level. If you create products that make a real difference, <strong><a class="landing-cta" href="mailto:hi@arthurhammer.de">let's chat</a></strong>.
</p>
</section>
<div class="landing-divider" aria-hidden="true"></div>
<section class="landing-posts">
<h3 class="landing-posts-title">Recent posts</h3>
<ul class="list-unstyled">
{% for post in site.posts limit:6 %}
<li>
<a href="{{ post.url | relative_url }}" class="link-plain">{{ post.title | xml_escape }}</a>
<span class="landing-post-year">{{ post.date | date: "%Y" }}</span>
</li>
{% endfor %}
</ul>
<p class="small quiet mb1">
<a href="{{ "/blog/" | relative_url }}">View all posts</a>
</p>
</section>
</div>