-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_bak.html
210 lines (189 loc) · 8.32 KB
/
index_bak.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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Coding is fun, App list, Crayon pentix, Tropical Flight" />
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link rel="stylesheet" type="text/css" href="stylesheets/card.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-81183833-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-81183833-2');
</script>
<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81183833-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Google Adsense -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 728_90_기본형 -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-7307479428475282"
data-ad-slot="7357722656"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- AutoResponse -->
<!-- <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7307479428475282"
data-ad-slot="8718898251"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> -->
<title>CodingIsFun by truemaxdh</title>
<script>
function openPopup(url) {
window.open(url, 'popup', 'width=450, height=800');
}
function openPopupHor(url) {
window.open(url, 'popup', 'width=800, height=450');
}
</script>
<!-- simpleGraph.js -->
<script src="https://truemaxdh.github.io/simpleGraph.js/simpleGraph.js"></script>
</head>
<body>
<header>
<div class="inner">
<h1>CodingIsFun</h1>
<h2>coding is fun</h2>
<a href="https://github.com/truemaxdh" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>App List</h2>
<ul>
<li>
<div>
<img src="https://truemaxdh.github.io/CodingIsFun/game_pentix/512x512.png" align="left">
<h3>Crayon Pentix</h3>
<hr>
<p>Falling blocks game. A block is called Pentomino, consists of 5 tiles.</p>
<p class="detail">
Pentomino means 5 tiled block.<br>
Pentix is a falling pentomino game.<br>
You should manipulate falling pentominoes to make lines without blank.<br>
A completed line without blank is removed and the score is added.
<a href="#" class="cta" onclick="openPopup('https://truemaxdh.github.io/CodingIsFun/game_pentix/www/');">Play</a>
<a href="https://play.google.com/store/apps/details?id=com.pgmaru.SimplePentix" target="_appStore" class="cta">AppStore</a>
</p>
</div>
</li>
<li>
<div class="card">
<img src="https://truemaxdh.github.io/CodingIsFun/game_shooting/512x512.png" align="left">
<h3>Tropical Flight</h3>
<hr>
<p>A flight shooting game with simple rule.</p>
<p class="detail">
Adjusted only main points of rules for flight shooting game,<br>
to enjoy simple but fun.<br>
Flying on tropical sky,<br>
Avoiding bomb,<br>
Shoot coins and get score.<br>
But not to crash directly to coins.<br>
Coins are 3 types. <br>
1. '10' : gives score 10. eliminated by one shoot.<br>
2. '50' : gives score 50. eliminated by two shoot.<br>
3. '100' : gives score 100. eliminated by three shoot.<br>
<a href="#" class="cta" onclick="openPopup('https://truemaxdh.github.io/CodingIsFun/game_shooting/www/');">Play</a>
<a href="https://play.google.com/store/apps/details?id=com.pgmaru.ShootingDream" target="_appStore" class="cta">AppStore</a>
</p>
</div>
</li>
</ul>
<h2>Under Developing</h2>
<ul>
<li>
<div class="card">
<h3>Car Jump</h3>
<hr>
<p>Under Developing</p>
<a href="#" class="cta" onclick="openPopupHor('https://truemaxdh.github.io/CodingIsFun/game_hscroll_car/');">Play</a>
<p class="detail"></p>
</div>
</li>
</ul>
<h2>Laboratory</h2>
<ul>
<li>
<div class="card">
<h3>Straight-Bouncing Balls</h3>
<hr>
<p>Straight-Bouncing Balls</p>
<a href="#" class="cta"
onclick="window.open('https://truemaxdh.github.io/CodingIsFun/lab_straight-bouncing_balls/', 'popup', 'width=950, height=1000');">View</a>
<p class="detail"></p>
</div>
</li>
</ul>
<h2>Javascript Utility</h2>
<ul>
<li>
<div>
<canvas id="graph1" width="150" height="150" align="left"></canvas>
<canvas id="graph2" width="150" height="150" align="left"></canvas>
<canvas id='graph3' width="150" height="150" align="left"></canvas>
<p id='tblBarGraph'></p>
<script>
var gr = new simpleGraph();
var vals = [ 663, 21, 3, 1, 1, 1, ];
gr.drawPieGraph("graph1", vals);
var lbl_hour = [ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11',];
vals = [ 56, 56, 54, 55, 55, 51, 56, 83, 71, 33, 2, 18,
0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 15, 0,
0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
];
gr.drawLineGraph("graph2", lbl_hour, vals);
vals = [ 723, 37, 127, 25, 809, 610, 109, 1112, ];
gr.drawBarGraph("graph3", vals);
</script>
<h3>SimpleGraph.JS</h3>
<hr>
<p>A Javascript Graph Utility</p>
<p class="detail">
Line Graph, Pie Graph, etc.<br>
<a href="#" class="cta" onclick="window.open('https://truemaxdh.github.io/simpleGraph.js/');">Demo</a>
<a href="#" class="cta" onclick="window.open('https://github.com/truemaxdh/simpleGraph.js');">GitHub</a>
</p>
</div>
</li>
</ul>
<h2>About</h2>
<p>
I love coding, because coding is fun.<br>
This site is to show and share my works with fun.<br>
All my works in this site is made by HTML5 and javascript.<br>
And some of them are converted to app using Cordova.
</p>
<h2>Contact</h2>
<p>Email : <a href="[email protected]">[email protected]</a></p>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>