-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (120 loc) · 4.95 KB
/
Copy pathindex.html
File metadata and controls
137 lines (120 loc) · 4.95 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rogie King — Multidisciplinary Artist, Designer and Programmer</title>
<meta content="Rogie King — Rogie is a Multidisciplinary Artist, Designer and Programmer that loves design and art with a touch of whimsy and good vibes." name="description"\>
<meta content="Rogie King" name="author"\>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://rog.ie/assets/rog.ie-og-card.jpg"/>
<meta property="og:locale" content="en_US"/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@rogie" />
<meta name="twitter:url" property="og:url" content="https://rog.ie" />
<meta name="twitter:image:width" content="1200" />
<meta name="twitter:image:height" content="630" />
<meta name="twitter:image" property="og:image" content="https://rog.ie/assets/rog.ie-og-card.jpg" />
<meta name="twitter:title" property="og:title" content="Rogie King — Multidisciplinary Artist, Designer and Programmer" />
<meta name="twitter:description" property="og:description" content="Rogie King — Rogie is a Multidisciplinary Artist, Designer and Programmer that loves design and art with a touch of whimsy and good vibes." />
<link rel='stylesheet' href='assets/css/normalize.css'>
<link rel='stylesheet' href='assets/css/style.css'>
<link href="assets/rogie.svg" rel="shortcut icon">
<link href="assets/rogie.svg" rel="apple-touch-icon">
<title>Rog.ie</title>
</head>
<body>
<header>
<span class="tunes">
<span class="tunes-name rgb-text-shift"></span>
<a class="btn tunes-play rgb-text-shift">
►
</a>
</span>
</header>
<main>
<section id="about">
<div>
<p class="fun-letters">I'm Rogie!</p>
<p class="rgb-text-shift">
I'm a multidisciplinary
designer that loves the intersection of art and code!</p>
<p class="rgb-text-shift">
Don't you think the web should be fun again? Buttons and knobs and sounds
and experimentation? We have an amazing medium here, to be able to express and do
whatever we want. Let's do it!
</p>
<p class="rgb-text-shift">
If you're a web surfer, I work at <a href="https://figma.com/@yo" target="💼">Figma</a>
as a Designer Advocate and make rad, fun little sundries over
at <a href="https://superteamdeluxe.com/" target="🍆">Super Team Deluxe</a>.
</p>
<a href="#" class="close btn"><span class="rgb-text-shift">×</span></a>
</div>
</section>
<nav>
<div class="nav-links">
<a href="#about">
<div class="text"><span class="fun-letters">About</span></div>
<section>
<img src="assets/rogie.svg" class="blend" />
<img src="assets/rogie.svg" class="no-blend" />
</section>
</a>
<a href="https://figma.com/@rogie" target="💼">
<div class="text"><span class="fun-letters">Figma</span></div>
<section>
<img src="assets/rogie.svg" />
</section>
</a>
<a href="https://twitter.com/rogie" target="🐦">
<div class="text"><span class="fun-letters">Twitter</span></div>
<section>
<img src="assets/twitter.svg" />
</section>
</a>
<a href="https://instagram.com/rogie" target="🎨">
<div class="text"><span class="fun-letters">Instagram</span></div>
<section>
<img src="assets/instagram.svg" />
</section>
</a>
<a href="https://dribbble.com/rogie" target="💼">
<div class="text"><span class="fun-letters">Dribbble</span></div>
<section>
<img src="assets/dribbble.svg" />
</section>
</a>
<a href="https://grimsyndicate.com/" target="💀">
<div class="text"><span class="fun-letters">Grim Syndicate</span></div>
<section>
<img src="assets/rog.ie-grim.svg" />
</section>
</a>
<section>
<img src="assets/rog.ie-logo.svg" />
</section>
</div>
</nav>
</main>
<div class="fx">
<canvas id="canvas"></canvas>
</div>
<script src='assets/js/app.js'></script>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4d596a1f6bb4ba2c48000001');
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
t.src = 'https://d2fuc4clr7gvcn.cloudfront.net/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>