-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (48 loc) · 1.53 KB
/
Copy pathindex.html
File metadata and controls
58 lines (48 loc) · 1.53 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
---
layout: default
title: Josh Martin | Branding and UI/UX Designer
section: about
---
<!-- Info Card -->
<section class="card">
<div class="container-fluid">
<div class="animated fadeInDown">
<div class="card-inner">
<header class="website-header">
<nav>
<a class="profile" href="/">
<img src="/imgs/profile.jpg" alt="Josh Martin profile picture"/>
</a>
</nav>
<h1>Josh Martin</h1>
</header>
<article>
<p>Fortunate to do what I love for a living. Passionate about branding, film, and finding my next side project.</p>
<div class="dots">
<img src="/imgs/dots.png"/>
</div>
<span><i>Currently, I live in San Francisco and work as a designer for the ecommerce platform, Shopify</i></span>
</article>
<footer>
<nav class="social-links">
<a href="http://www.medium.com/@jawsmartin">
<img src="/imgs/icon-medium.png"/>
</a>
<a class="twitter" href="http://www.twitter.com/jawsmartin">
<img src="/imgs/icon-twitter.png"/>
</a>
<a href="http://www.instagram.com/jawsmartin">
<img src="/imgs/icon-instagram.png"/>
</a>
<a href="http://www.dribbble.com/jawsmartin">
<img src="/imgs/icon-dribbble.png"/>
</a>
</nav>
</footer>
</div>
<footer class="copyright">
<span><a href="josh-martin_resume.pdf">Download Resume</a></span>
</footer>
</div>
</div>
</section>