-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
225 lines (194 loc) · 8.19 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!-- $$\
$$ |
$$\ $$\ $$$$$$\ $$$$$$\ $$\ $$\ $$\ $$\ $$$$$$\
$$ | $$ |\_$$ _| $$ __$$\ $$ | $$ |\$$\ $$ |$$ __$$\
$$ | $$ | $$ | $$ / $$ |$$ | $$ | \$$\$$ / $$ / $$ |
$$ | $$ | $$ |$$\ $$ | $$ |$$ | $$ | \$$$ / $$ | $$ |
\$$$$$$ | \$$$$ |\$$$$$$ |\$$$$$$$ | \$ / \$$$$$$ |
\______/ \____/ \______/ \____$$ | \_/ \______/
$$\ $$ |
https://utoyvo.github.io \$$$$$$ |
utoyvo(at)protonmail(dot)com \______/
-->
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<!-- dns prefetch -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="//utoyvo.github.io">
<link rel="dns-prefetch" href="//www.googletagmanager.com">
<title>UTOYVO # INTERACTIVE DESIGN :)</title>
<meta name="description" content="Welcome to the UTOYVO space! I develop web sites and maybe you'll like what you will see.">
<meta name="keywords" content="utoyvo, interactive design, web design, web development, oleksandr klochko, brutalist, pixel art, artwork">
<meta name="robots" content="index, follow">
<!-- open graph protocol -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://utoyvo.github.io/">
<meta property="og:site_name" content="UTOYVO # INTERACTIVE DESIGN :)">
<meta property="og:title" content="UTOYVO # INTERACTIVE DESIGN :)">
<meta property="og:description" content="Welcome to the UTOYVO space! I develop web sites and maybe you'll like what you will see.">
<meta property="og:image" content="https://utoyvo.github.io/screenshot.jpg">
<meta property="og:image:alt" content="UTOYVO">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta property="og:locale" content="en-US">
<!-- // facebook -->
<meta property="fb:admins" content="000000000000000">
<meta property="fb:app_id" content="000000000000000">
<!-- // twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="UTOYVO # INTERACTIVE DESIGN :)">
<meta name="twitter:title" content="UTOYVO # INTERACTIVE DESIGN :)">
<meta name="twitter:description" content="Welcome to the UTOYVO space! I develop web sites and maybe you'll like what you will see.">
<meta name="twitter:image:src" content="https://utoyvo.github.io/screenshot.jpg">
<meta name="twitter:domain" content="utoyvo.github.io">
<meta name="twitter:creator" content="@utoyvo">
<!-- // google -->
<meta itemprop="url" content="https://utoyvo.github.io">
<meta itemprop="name" content="UTOYVO # INTERACTIVE DESIGN :)">
<meta itemprop="description" content="Welcome to the UTOYVO space! I develop web sites and maybe you'll like what you will see.">
<meta itemprop="image" content="https://utoyvo.github.io/screenshot.jpg">
<meta name="google-site-verification" content="wHRCH-LsQiakG29eq_x9SLDTeDGoY6XkDdR830GeTu4">
<!-- style -->
<link rel="stylesheet" type="text/css" href="public/assets/css/style.css">
<!-- icons -->
<link rel="apple-touch-icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-60x60.png" sizes="60x60">
<link rel="apple-touch-icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-76x76.png" sizes="76x76">
<link rel="apple-touch-icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-152x152.png" sizes="152x152">
<link rel="apple-touch-icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-180x180.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-144x144.png" sizes="144x144">
<link rel="icon" type="image/png" href="https://utoyvo.github.io/public/assets/img/icons/icon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicon.png">
<!-- google analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122330429-1"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-122330429-1');</script>
</head>
<body>
<div id="page" class="site">
<header id="masthead" class="site-header c-gray">
<div class="site-branding">
<h1 class="site-title">UTOYVO # INTERACTIVE DESIGN <span id="smile">:)</span></h1>
</div>
<nav id="navigation" class="site-navigation b-blue">
<ul>
<li><a href="#/" class="home-item">Home</a></li>
<li><a href="#/works" class="works-item">Works</a></li>
<li><a href="#/about" class="about-item">About</a></li>
</ul>
</nav>
</header><!-- #masthead -->
<main id="main" class="site-main">
<div id="loader-wrapper">
<div id="loader">
</div>
</div>
</main><!-- #main -->
<aside id="sidebar" class="site-widget b-blue">
<section class="widget">
<h3 class="screen-reader-text">Skills</h3>
<ul class="marquee">
<li>Design</li>
<li>UI-UX</li>
<li>Aframe</li>
<li>VR</li>
<li>PHP</li>
<li>JS</li>
<li>Laravel</li>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
<li>WP</li>
</ul>
</section>
</aside><!-- #sidebar -->
<footer id="colophon" class="site-footer c-gray">
<div class="site-info">
<span>
<a href="mailto:[email protected]" target="_blank">Em@il</a>
<a href="https://t.me/utoyvo" target="_blank">Telegram</a>
</span>
<span>© 2021</span>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<div id="preloader">
<div>LOADING</div>
</div><!-- #preloader -->
<!-- scripts -->
<script src="public/assets/libs/jquery-3.5.1.min.js"></script>
<script src="public/assets/libs/jquery-marquee.min.js"></script>
<script src="public/assets/libs/handlebars-4.0.11.min.js"></script>
<script src="public/assets/js/app.js"></script>
<!-- templates -->
<script id="default" type="text/x-handlebars-template">
<header class="entry-header">
<h2 class="entry-title">{{title}}</h2>
</header>
<div class="entry-content">
{{{content}}}
</div>
</script><!-- #default -->
<script id="home" type="text/x-handlebars-template">
<header class="entry-header">
<h2 class="entry-title screen-reader-text">{{title}}</h2>
</header>
<div class="entry-content">
<div class="lg-only" style="white-space: pre">
________
//'' / \
c oo / Hello \
\ 7 /\ stranger /
\_v \________/</div>
{{{content}}}
<div class="lg-only" style="white-space: pre">
_________________
/I know what it is\
/ like to stand on \
\shoulders of giants/
----------------v--
__ _ |
/ \~~~/ \ |
,----( . . ) |
/ PHP \__ _/ |
/| (\ |( \o
^ \ /_\ /\| @>
|_| |_| " /|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div>
<footer class="entry-footer">
<a href="#/privacy-policy">Privacy policy</a>
</footer>
</div>
</script><!-- #home -->
<script id="works" type="text/x-handlebars-template">
<header class="entry-header">
<h2 class="entry-title">{{title}}</h2>
</header>
<div class="entry-content">
<figure>
<img src="{{cover}}" alt="{{title}}">
</figure>
{{{content}}}
<a href="{{button.url}}" class="btn" target="_blank">{{button.text}}</a>
</div>
</script><!-- #works -->
<script id="about" type="text/x-handlebars-template">
<header class="entry-header">
<h2 class="entry-title">{{title}}</h2>
</header>
<div class="entry-content">
<figure>
<img src="{{photo}}" alt="Oleksandr Klochko">
</figure>
{{{content}}}
</div>
</script><!-- #about -->
</body></html>