-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
69 lines (68 loc) · 3.47 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='author' content='Rek Bell'>
<meta name='description' content='Cartoonist Rek Bell'/>
<meta name='keywords' content='Oquonie, illustration, cartoonist, Markl, Wiktopher' />
<meta name='license' content='name=BY-NC-SA(4.0), url=https://creativecommons.org/licenses/by-nc-sa/4.0/'/>
<meta name='thumbnail' content='media/services/thumbnail.jpg' />
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Cartoonist Rek Bell'>
<meta name='twitter:description' content='Kokorobot is the virtual playground of cartoonist Rek Bellum.'>
<meta name="description" content="Put your description here.">
<meta property='og:title' content='Cartoonist Rek Bell' />
<meta property='og:type' content='article' />
<meta property='og:url' content='http://kokorobot.ca/' />
<meta property='og:image' content='media/services/rss.jpg' />
<meta property='og:description' content='Kokorobot is the virtual playground of cartoonist Rek Bell.' />
<meta property='og:site_name' content='Kokorobot' />
<meta http-equiv="refresh" content="10;url=https://kokorobot.ca/site/home.html" />
<link rel='alternate' type='application/rss+xml' title='Kokorobot' href='links/rss.xml' />
<link rel='icon' type='image/x-icon' href='media/services/favicon.ico'>
<link rel='shortcut icon' type='image/png' href='media/services/icon.png'>
<link rel='icon' type='image/png' href='media/services/rss.jpg'>
<link rel='apple-touch-icon' href='media/services/rss.jpg' />
<link rel='me' href='https://merveilles.town/@rek'/>
<link rel='stylesheet' type='text/css' href='links/main.css'>
<title>Kokorobot</title>
</head>
<body>
<div id='wrap'>
<img src="media/content/main_dither_02.png" alt='shiba killy, cee the skeleton and polycat are sitting on a bridge surrounding by a starry black void' loading='lazy'>
<a class='killy' alt="home" title="Killy takes you home" href="site/home.html">
<img src="media/interface/home_bubble.png" style="margin-top:110%;margin-left:50%">
<span>home</span>
</a>
<a class='cee' alt="projects" title="Cee wants to draw" href="site/projects.html">
<img src="media/interface/projects_bubble.png" style="margin-top:40%">
<span>projects</span>
</a>
<a class='polycat' alt="stories" title="Polycat has a story to tell" href="site/stories.html">
<img src="media/interface/stories_bubble.png" style="margin-top:90%">
<span>stories</span>
</a>
<a class='viktor' alt="games" title="Viktor counts to three" href="site/games.html">
<img src="media/interface/games_bubble.png">
<span>games</span>
</a>
</div>
<style>
body { background-image:url('media/content/main_repeat.png');margin:0;padding:0 }
#wrap { max-width:100vw;position:relative;width:627px;margin:0 auto }
#wrap img { max-width:100vw }
#wrap span { text-indent:-9999px }
#wrap a { display:block;position:absolute }
#wrap a * { display:none }
#wrap a:hover img {display:block}
#wrap a.viktor { width:27%;height:18%;top:9%;left:8% }
#wrap a.polycat { width:23%;height:32%;top:40%;left:40% }
#wrap a.cee { width:36%;height:38%;top:28%;left:3% }
#wrap a.killy { width:33%;height:49%;top:15%;left:64% }
</style>
<div class="hide-on-desktop">
<p><center><h2><a href="site/home.html" style="color:#fff;">Enter</a></h2></center></p>
</div>
</body>
</html>