aboutsummaryrefslogtreecommitdiff
blob: 7ae72890693f1e328e247ab3514d0efaeec33b11 (plain) (blame)
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
<!doctype html>

<html>

<head>

<script type="text/javascript" src="./jquery-1.10.2.min.js"></script>

<script type="text/javascript" src="./alphabet.js"></script>

<script type="text/javascript">

var myName = "@spearmint";

var red = [0, 100, 63];

var orange = [40, 100, 60];

var green = [75, 100, 40];

var blue = [196, 77, 55];

var purple = [280, 50, 60];

var letterColors = [red, orange, green, blue, purple];

drawName(myName, letterColors);

if(10 < 3)

{

    bubbleShape = 'square';

}

else

{

    bubbleShape = 'circle';

}

bounceBubbles();

</script>



<script LANGUAGE="JavaScript">

<!--

function openwin()

{

window.open ('video.html', '', 'width=720, height=410, toolbar=no, menubar=no,scrollbars=no, resizable=yes, location=no, status=no')

}

-->

</script>



<script language="javascript">

<!--

 width  = screen.width;

 height = screen.height-28;

 window.resizeTo(width,height);

 window.moveTo(0,0);

-->

</script>

<meta charset="utf-8">

<title>Train</title>

<style type="text/css">

body {

	background-color: #EFEEEC;

	font-family: baumans;

	font-style: normal;

	font-weight: 400;

	font-size: 36px;

	background-image: url(Train.jpg);

}

a:link {

	text-decoration: none;

	color: #FFFFFF;

}

a:visited {

	text-decoration: none;

	color: #FFFFFF;

}

a:hover {

	text-decoration: none;

}

a:active {

	text-decoration: none;

	font-style: normal;

	font-weight: 400;

}

</style>

<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->

<script>var __adobewebfontsappname__="dreamweaver"</script>

<script src="http://use.edgefonts.net/baumans:n4:default;merienda-one:n4:default;wire-one:n4:default;aguafina-script:n4:default;almendra:n4:default;butterfly-kids:n4:default.js" type="text/javascript"></script>



</head>

<body>

<canvas id="myCanvas"></canvas>

<script type="text/javascript" src="http://s3.amazonaws.com/codecademy-content/courses/hour-of-code/js/bubbles.js"></script>

<script type="text/javascript" src="main.js"></script>

<p style="text-align: center; color: #FFF"><a href="http://blog.jinwei.me " target="new" >❤ティガ ずっとここにいて</a></p>

<p style="text-align: center; color: #FFF; font-family: baumans; font-style: normal; font-weight: 400; font-size: 24px"><a href="#" onClick="openwin()" >Video</a></p>

<audio src="I Love You.mp3" preload="auto" autoplay="true" loop="true"></audio>

</video>

<!-- jinwei.me Baidu tongji analytics -->

<script type="text/javascript">

var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");

document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F91918ac6d6854623883a2b546ebc00ac' type='text/javascript'%3E%3C/script%3E"));

</script>

</body>

</html>
Powered by cgit v1.2.3 (git 2.41.0)