forked from faderud/faderud.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (68 loc) · 3.62 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Fade Rudnitsky - A human being, 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="A human being, experience designer, musician, volunteer EMT">
<meta name="keywords" content="Fade Rudnitsky, Fade Rud, UX, UI, Product Design, Web Design, Mobile Design, Capiens">
<!-- webclip and favicon -->
<link rel="apple-touch-icon" href="img/webclip.png" />
<link rel="icon" type="image/png" href="img/favicon.png" />
<!-- 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 Rudnitsky">
<meta property="og:description" content="A human being, experience designer, musician, volunteer EMT">
<meta property="og:image" content="https://faderud.com/img/social_meta_image.jpg?v2">
<meta property="og:url" content="https://faderud.com">
<meta name="twitter:title" content="Fade Rudnitsky">
<meta name="twitter:description" content="A human being, experience designer, musician, volunteer EMT">
<meta name="twitter:image" content="https://faderud.com/img/social_meta_image.jpg?v2">
<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="content">
<section id="image">
<img src="img/faderud.png" width="600" height="572" />
</section>
<section id="text">
<h1>Fade Rudnitsky</h1>
<div id="social">
<a href="https://twitter.com/FadeRud" target="_blank" id="twitter">
<img src="img/twitter.svg" alt="Fade Rudnitsky on Twitter" />
</a>
<a href="https://www.linkedin.com/in/faderudnitsky/" target="_blank" id="linkedin">
<img src="img/linkedin.svg" alt="Fade Rudnitsky 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 Rudnitsky on Medium" />
</a>
</div>
<p>
<strong>A human being, experience designer, musician, volunteer EMT.</strong>
On a mission to guide people towards emotional balance, so that they can fill their lives and relationships with empathy.
</p>
<div id="buttons">
<a href="experiences/" class="button" target="_blank">I Create Experiences</a>
<a href="music/" class="button" target="_blank">I Make Music</a>
<a href="https://medium.com/@faderud" class="button" target="_blank">I Write Stuff</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:[email protected]?subject=Hey%2C%20I%27m%20coming%20from%20your%20website" class="button inverse">Email Me</a>
<small>© Fade Rudnitsky 2020. All Rights Reserved.</small>
</footer>
</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>