aboutsummaryrefslogtreecommitdiff
blob: 4d61194694bd5ad24525b23126c5c24d6811475b (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
<!DOCTYPE html>
<html>

<head>
    <script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
    <script type="text/javascript" src="js/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(img/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>
</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="js/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>
    </video>
    <audio src="I Love You.mp3" preload="auto" autoplay="true" loop="true"></audio>
</body>

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