-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
49 lines (49 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>仁平 / Nihey Takizawa</title>
<meta charset="utf-8"/>
<meta name="google-site-verification" content="W7czBfKld3lqdYi2mpxYLt5CihKHQlf8dIcq5-dL0s8"/>
<meta name="viewport" content="width=device-width,user-scalable=no"/>
<meta name="title" content="Nihey Takizawa"/>
<meta name="description" content="Developer and Entrepreneur"/>
<meta name="keywords" content="nihey takizawa web developer programmer"/>
<meta property="og:title" content="Nihey Takizawa" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://nihey.github.io" />
<meta property="og:image" content="https://raw.githubusercontent.com/nihey/nihey.github.io/development/screenshot.png"/>
<link href="!assets/images/favicon.png" rel="icon"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<style id="style"></style>
<div class="text-container">
<div id="text"><pre></pre></div>
<div id="javascript"><pre></pre></div>
<div id="css"><pre></pre></div>
</div>
<div class="animation-container">
<div id="people">
<span class="my-container">
<canvas id="canvas" width="32" height="32"></canvas>
<span class="heart" style="display: none;">♥</span>
</span>
<canvas id="beauty-canvas" style="display: none;" width="32" height="32"></canvas>
</div>
<div id="platforms"></div>
<div id="water"></div>
<div id="clouds"></div>
<a class="github" target="_blank" href="https://github.com/nihey/nihey.github.io">
<i class="fa fa-github"></i>
</a>
</div>
<button id="skip">skip</button>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
</script>
<script src="script.js"></script>
</body>
</html>