-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
59 lines (53 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- TITLE -->
<title>Animate Your Name</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=480">
<meta name="author" content="Suriyaa Kudo" />
<meta name="keywords" content="suriyaa,github,open source,animate a name,google,bouncing balls,html5,javascript,ecmascript" />
<!-- Icons -->
<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
<style>#c,body,html{height:100%}*,footer{padding:0;margin:0}body{text-align:center;font-family:'Helvetica Neue',Verdana,sans-serif}h1{font-size:190px;text-shadow:5px 5px 0 rgba(255,255,255,.9);margin-bottom:2px}a{color:#555}canvas,footer{display:block}#c{position:absolute;width:100%}footer{position:fixed;right:100px;bottom:20px;text-align:right}#people{list-style:none;color:C4C4C4}#people li{margin:0 0 5px 10px}</style>
</head>
<body>
<noscript>
<h1>Suriyaa Sundararuban</h1>
</noscript>
<h3>Type text to animate: </h3>
<input type="text" id="text-to-animate" value="Suriyaa">
<canvas id="c"></canvas>
<footer>
<ul id="people">
<li>Built the
<span class="octicon octicon-code"></span> with
<span class="octicon octicon-heart"></span> on
<span class="octicon octicon-logo-github"></span> by
<a href="https://about.suriyaa.tk/">Suriyaa Sundararuban</a>
</li>
<br>
<li>Follow me on
<a href="https://twitter.com/SuriyaaKudoIsc">Twitter</a>
</li>
<li>Follow me on
<a href="https://github.com/SuriyaaKudoIsc">GitHub</a>
</li>
</ul>
</footer>
<!-- Fonts & Stylesheets -->
<link href="css/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Vollkorn" rel="stylesheet">
<!-- GitHub Octicons -->
<link rel="stylesheet" href="https://octicons.github.com/components/octicons/octicons/octicons.css">
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="js/modernizr-1.5.min.js"></script>
<script src="js/alphabet.js"></script>
<script src="js/main.js"></script>
<script>if (!Modernizr.canvas) document.write("<h1>Suriyaa</h1>");</script>
</body>
</html>
<!-- Built the <> with <3 by Suriyaa Sundararuban ~ Generated {{ site.time }} -->