-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·128 lines (122 loc) · 6.28 KB
/
index.html
File metadata and controls
executable file
·128 lines (122 loc) · 6.28 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1280">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/swiper.min.css">
<link href="https://fonts.googleapis.com/earlyaccess/notosansjapanese.css" rel="stylesheet">
</head>
<body id="top">
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div id="header">
<span class="menu dropmenu">スタート!
<ul>
<li><a href="index.html">スタート!</a></li>
<li>ステージ1
<ul>
<li><a href="stage1_tutorial.html">説明するよ!</a></li>
<li><a href="stage1.html">やってみよう!</a></li>
</ul>
</li>
<li>ステージ2
<ul>
<li><a href="stage2_tutorial.html">説明するよ!1</a></li>
<li><a href="stage2_tutorial2.html">説明するよ!2</a></li>
<li><a href="stage2.html">やってみよう!</a></li>
</ul>
</li>
<li>ステージ3
<ul>
<li><a href="stage3_tutorial.html">説明するよ!1</a></li>
<li><a href="stage3_tutorial2.html">説明するよ!2</a></li>
<li><a href="stage3.html">やってみよう!</a></li>
</ul>
</li>
<li>ステージ4
<ul>
<li><a href="stage4_tutorial.html">説明するよ!1</a></li>
<li><a href="stage4_tutorial2.html">説明するよ!2</a></li>
<li><a href="stage4_tutorial3.html">説明するよ!3</a></li>
<li><a href="stage4_tutorial4.html">説明するよ!4</a></li>
<li><a href="stage4.html">やってみよう!</a></li>
</ul>
</li>
<li>ステージ5
<ul>
<li><a href="stage5_tutorial.html">説明するよ!</a></li>
<li><a href="stage5.html">やってみよう!</a></li>
<li><a href="stage5_tutorial0.html">作品例</a></li>
</ul>
</li>
<li>ステージ6
<ul>
<li><a href="stage6_tutorial.html">説明するよ!</a></li>
<li><a href="stage6.html">やってみよう!</a></li>
<li><a href="stage6_tutorial0.html">作品例</a></li>
</ul>
</li>
</ul>
</span>
</div>
<div id="tutorial">
<p class="title2">プログラムを作ろう!</p>
<span class="title">
<img src="images/logo.svg" alt="よこ式" class="animated fadeInRight">プログラム
</span>
<p>指示ブロックを使って、プログラムを作ろう。</p>
<div class="button-play animated infinite slow tada">
<a href="stage1_tutorial.html"><img src="images/button_play.svg"></a>
</div>
</div>
<!--<div id="footer"></div>-->
<!--<div id="workspace">-->
<!--<div id="blockly-workspace"></div>-->
<!--<div class="button-play">-->
<!--<img src="images/button_play.svg" onclick="playFunction()">-->
<!--</div>-->
<!--</div>-->
<!--<xml id="toolbox" style="display: none;">-->
<!--<block type="turn_on"></block>-->
<!--<block type="turn_off"></block>-->
<!--<block type="wait">-->
<!--<field name="SECOND">1</field>-->
<!--</block>-->
<!--<block type="loop">-->
<!--<field name="COUNT">4</field>-->
<!--</block>-->
<!--</xml>-->
<!--<xml id="workspaceBlocks" style="display:none">-->
<!--<variables></variables>-->
<!--</xml>-->
<!-- Add your site or application content here -->
<!--<script src="acorn_interpreter.js"></script>-->
<!--<script src="google-blockly/blockly_compressed_horizontal.js"></script>-->
<!--<script src="google-blockly/blocks_compressed_horizontal.js"></script>-->
<!--<script src="google-blockly/javascript_compressed.js"></script>-->
<!--<script src="google-blockly/msg/js/ja.js"></script>-->
<!--<script src="js/vendor/modernizr-3.5.0.min.js"></script>-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<script src="js/swiper.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-XXXXX-Y','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>