-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (58 loc) · 2.31 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
---
layout: homepage
---
<div class="home-wrapper">
<div class="content-wrapper--homepage">
<div class="marquee">
<div class="marquee__item">
<strong> Frontend Developer</strong>
– UX/UI Designer –
<strong>Product Designer</strong>
– Wannabe Footballer –
</div>
<div class="marquee__item">
<strong> Frontend Developer</strong>
– UX/UI Designer –
<strong>Product Designer</strong>
– Wannabe Footballer –
</div>
<div class="marquee__item">
<strong> Frontend Developer</strong>
– UX/UI Designer –
<strong>Product Designer</strong>
– Wannabe Footballer –
</div>
<div class="marquee__item">
<strong> Frontend Developer</strong>
– UX/UI Designer –
<strong>Product Designer</strong>
– Wannabe Footballer –
</div>
</div>
<div class="home-bio">
<h1 class="home-bio__h1">Alex Martinez</h1>
<div class="home-bio__copy">
<p>
is a <strong>frontend developer & designer</strong> based in Brooklyn, NY, currently making the world more delicious at <a href="https://zestapp.co/" target="_blank" class="link--text-in-p">Zest</a> 🥑
</p>
<p>
He's worked with teams at <a href="https://www.grubhub.com" target="_blank" class="link--text-in-p">Grubhub</a>, <a href="https://www.wlabel.co" target="_blank" class="link--text-in-p">Whitelabel</a>, <a href="https://www.instagram.com/istrategylabs" target="_blank" class="link--text-in-p"
>iStrategyLabs</a
>, <a href="https://www.viget.com" target="_blank" class="link--text-in-p"
>Viget</a
>, and is the co-founder and creative director at <a href="https://metto.co/" target="_blank" class="link--text-in-p"
>Metto</a
>.
</p>
<p>
Likes include playing guitar, running marathons, Arsenal Football Club, and his pup, <a href="https://www.instagram.com/schezzerdood/" target="_blank" class="link--text-in-p"
>Schezney</a
>.
</p>
</div>
<ul class="social-icon-list">
{% include social-links.html %}
</ul>
</div> <!-- end .home-bio -->
</div> <!-- end .content-wrapper- -homepage -->
</div>