forked from robb/laughing-man
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.haml
120 lines (116 loc) · 2.81 KB
/
index.haml
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
!!!
%html
%head
%meta{:charset => 'utf8'}
%title The Laughing Man Logo built with HTML and CSS 3
%link{:rel => "stylesheet", :type => "text/css", :href => "./laughing-man.css"}
:javascript
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20850973-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
%body
#laughing-man
.outer
.inner
.eye.left
.mask
.eye.right
.mask
.smile-wrapper
.smile
.mask-wrapper
.mask
%cite
%span I
%span
%span t
%span h
%span o
%span u
%span g
%span h
%span t
%span
%span w
%span h
%span a
%span t
%span
%span I
%span '
%span d
%span
%span d
%span o
%span
%span w
%span a
%span s
%span ,
%span
%span I
%span '
%span d
%span
%span p
%span r
%span e
%span t
%span e
%span n
%span d
%span
%span I
%span
%span w
%span a
%span s
%span
%span o
%span n
%span e
%span
%span o
%span f
%span
%span t
%span h
%span o
%span s
%span e
%span
%span d
%span e
%span a
%span f
%span -
%span m
%span u
%span t
%span e
%span s
%span
.hat
.tip
.edge
.gap
.rim
#about
%p
The <b>Laughing Man</b> (笑い男) is a notorious hacker in the
anime series Ghost in the Shell: Stand Alone Complex, well
known for superimposing his animated logo over his face by
hacking into the cybernetic eyes of onlookers.
<iframe width="460" height="315" src="http://www.youtube.com/embed/I7n8eQDsVSQ" frameborder="0" allowfullscreen></iframe>
%p
This Logo was built using only CSS and HTML, no JavaScript was
used.
%p
Built by
%a{:href => "http://robb.is"}
Robert Böhnke