-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
98 lines (87 loc) · 4.35 KB
/
about.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
title: Home
layout: default
---
<body class="animate__animated animate__fadeIn" style="background-color: #030303;">
<div class="py-3 my-5 container-fluid" id="navigation-bar">
<div class="row">
<div class="col">
<a href="/" title="Home">
<img id="logo" src="/images/Logo_White.svg" alt="Site Logo">
</a>
</div>
<div class="col col-sm-6 navcol">
<nav>
<div class="float-end" id="navcontainer">
<ul>
<li><a href='/' title="Home">Work</a></li>
<li><a href='/about' title="About">About</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<main class="py-3 container-fluid">
<div class="page-wrapper">
<div class="py-5">
<div class="row row-cols-sm-1 row-cols-md-1 row-cols-lg-2 mx-2">
<div class="col">
<div class="col col-sm-12 col-md-12 col-lg-10 pb-5">
<h1>About</h1>
<h5 class="pb-3">Howdy, I’m Danny Pagano – a designer and photographer from Tucson, Arizona with wide-ranging experience across creative disciplines.</h5>
<h5 class="pb-3">My formal design experience spans corporate identity design, web and digital design, in addition to marketing and communication strategy. My approach to any design challenge leverages cross-disciplinary ideas in design, technology, and imaging-making to produce simple communicative work for complex clients.</h5>
<h5 class="pb-3">I'm a quick study of new ideas and skills, and relish the challenge of applying that knowledge to whatever problem I'm currently tackling.</h5>
<h5 class="pb-3">I spend a lot of time thinking about sustainability, climate and permaculture. I dig riding bikes, playing golf and camping. Outside of work, I will attempt to take a DIY approach to virtually any at-home project with mixed results.</h5>
<h5 class="pb-3">✌️</h5>
</div>
</div>
<div class="row row-cols-sm-1 row-cols-md-1 row-cols-xl-1 row-cols-xxl-2">
<div class="col">
<div class="pb-3">
<hr></hr>
<h6>Currently</h6>
<p>Brand Designer at <a class="link" target=_blank" href="https://tailscale.com">Tailscale</a>, helping make
the internet simpler, safer, and more human, one connection at a time.</p>
</div>
<div class="pb-3">
<hr></hr>
<h6>Previously</h6>
<p>Partner at Godat Design, offering strategic design for higher education, biotechnology and non-profit clients.</p>
</div>
<div class="pb-3">
<hr></hr>
<h6>Capabilities</h6>
<p>Branding and Identity<br>
Graphic Design<br>
Web Design<br>
Photography</p>
</div>
<div class="pb-3">
<hr></hr>
<h6>Work With Me</h6>
<p >[email protected]<br>520.222.9910</p>
</div>
</div>
<div class="col">
<div class="pb-3">
<hr></hr>
<h6>Land Acknowledgement</h6>
<p >I acknowledge the Tohono O’odham, Hohokam, and Pascua Yaqui peoples who are the ancestral stewards of the lands where I live and work. I pay respect to their Elders past and present.</p>
</div>
<div class="pb-3">
<hr></hr>
<h6>Colophon</h6>
<p >Design, development and photography by Danny Pagano unless otherwise noted.</p>
<p >Typefaces are <a href="https://www.youworkforthem.com/font/T9667/alliance" target="_blank" class="link">Alliance</a> by <a href="https://www.degarism.com/" target="_blank" class="link">Degarism Studio</a> and <a href="https://www.youworkforthem.com/font/T11632/generisch-mono" target="_blank" class="link">Generisch Mono</a> by Akufadhl.</p>
<p >Faster load times accomplished thanks to <a href="https://github.com/wildlyinaccurate/jekyll-responsive-image" target="_blank" class="link">Jekyll Responsive Images</a>
<p >This site is built with <a href="https://jekyllrb.com/" target="_blank" class="link">Jekyll</a> and hosted on <a href="https://github.com/" target="_blank" class="link">Github.</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>