-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (67 loc) · 3.63 KB
/
index.html
File metadata and controls
74 lines (67 loc) · 3.63 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
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>Fade Rudman - Empathy advocate, experience designer, musician, volunteer EMT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<!-- seo -->
<meta name="description" content="Empathy advocate, product consultant, musician, volunteer EMT">
<meta name="keywords" content="Fade Rudman, Fade Rud, Empathy Advocate, Empathy, UX, UI, Product Consultancy, Product Design, Web Design, Mobile Design">
<!-- webclip and favicon -->
<link rel="apple-touch-icon" href="img/webclip.png?v2" />
<link rel="icon" type="image/png" href="img/favicon.png?v2" />
<!-- simpleanalytics -->
<script>window.sa_event=window.sa_event||function(){a=[].slice.call(arguments);sa_event.q?sa_event.q.push(a):sa_event.q=[a]};</script>
<script async defer src="https://api.faderud.com/latest.js"></script>
<!-- open graph -->
<meta property="og:title" content="Fade Rudman">
<meta property="og:description" content="Empathy advocate, product consultant, musician, volunteer EMT">
<meta property="og:image" content="https://faderud.com/img/social_meta_image.png">
<meta property="og:url" content="https://faderud.com">
<meta name="twitter:title" content="Fade Rudman">
<meta name="twitter:description" content="Empathy advocate, product consultant, musician, volunteer EMT">
<meta name="twitter:image" content="https://faderud.com/img/social_meta_image.png">
<meta name="twitter:card" content="summary_large_image">
<!-- css and fonts -->
<link rel="stylesheet" href="https://use.typekit.net/fyu8lpp.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="container">
<div id="content">
<section id="text">
<h1>Fade Rudman</h1>
<div id="social">
<a href="https://twitter.com/FadeRud" target="_blank" id="twitter">
<img src="img/twitter.svg" alt="Fade Rudman on Twitter" />
</a>
<a href="https://www.linkedin.com/in/FadeRudman/" target="_blank" id="linkedin">
<img src="img/linkedin.svg" alt="Fade Rudman on Linkedin" />
</a>
<a href="https://medium.com/@faderud" target="_blank" id="medium" onclick="sa_event('social_medium')";>
<img src="img/medium.svg" alt="Fade Rudman on Medium" />
</a>
</div>
<p>
<strong>Empathy advocate, product consultant, musician, volunteer EMT.</strong>
On a mission to inspire people with empathetic ways of communication, so that they can build more meaningful relationships.
</p>
<div id="buttons">
<a href="product/" class="button" target="_blank">I Guide Product Teams</a>
<a href="https://medium.com/@faderud" class="button" target="_blank">I Write Stuff</a>
<a href="music/" class="button" target="_blank">I Make Music</a>
</div>
</section>
<footer>
<strong>Let’s talk</strong> about humanity, empathy, kindness, fairness, and how we can fill the world with those.
<a href="mailto:fade@faderud.com?subject=Hey%2C%20I%27m%20coming%20from%20your%20website" class="button inverse">Email Me</a>
<small>© Fade Rudman 2021. All Rights Reserved.</small>
</footer>
</div>
</div>
<!-- Simple Analytics -->
<script async defer src="https://cdn.simpleanalytics.io/hello.js"></script>
<noscript><img src="https://api.simpleanalytics.io/hello.gif" alt=""></noscript>
<!-- End of Simple Analytics -->
</body>
</html>