-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
365 lines (315 loc) · 8.92 KB
/
Copy pathindex.html
File metadata and controls
365 lines (315 loc) · 8.92 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>K.Code</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="K.Code">
<meta name="keywords" content="K.Code,プログラミング,プログラミングスクール,学生,学生から始めるプログラミング,学生から始められるプログラミングスクール,学生用プログラミングスクール,学生向けのプログラミングスクール,中学,高校,大学">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/slide.css">
<script src="js/openclose.js"></script>
<script src="js/fixmenu.js"></script>
<script src="js/scroll.js"></script>
<script src="js/fixmenu_pagetop.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
$(function(){
$('a[href^="#"]').click(function() {
var speed = 800;
var href= $(this).attr("href");
var target = $(href == "#" || href == "" ? 'html' : href);
var position = target.offset().top;
$('body,html').animate({scrollTop:position}, speed, 'swing');
return false;
});
});
</script>
<script src='lib/locales/ja.js'></script>
<link href='lib/main.css' rel='stylesheet'>
<script src='lib/main.js'></script>
<script>
$(window).scroll(function() {
var windowH = $(window).height(),
scrollY = $(window).scrollTop();
$('#contents h3, #contents h4, #contents h5, .detail_right, .detail_left').each(function() {
var elPosition = $(this).offset().top;
if (scrollY > elPosition - windowH) {
$(this).addClass("fadein");
}else{
$(this).removeClass("fadein");
}
});
});
</script>
<!--フェードイン-->
<script>
document.addEventListener('DOMContentLoaded', function() {
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
headerToolbar: {
left: 'prev,next today',
center: 'title',
right: 'dayGridMonth,listYear'
},
displayEventTime: false, // don't show the time column in list view
// THIS KEY WON'T WORK IN PRODUCTION!!!
// To make your own Google API key, follow the directions here:
// http://fullcalendar.io/docs/google_calendar/
googleCalendarApiKey: 'AIzaSyAuXbrQpAZi5SIFDx8feT7vWzGqgj-LmI4',
// US Holidays
events: '58ojvctnarkdrvsgarq7525jjk@group.calendar.google.com',
eventClick: function(arg) {
// opens events in a popup window
window.open(arg.event.url, 'google-calendar-event', 'width=700,height=600');
arg.jsEvent.preventDefault() // don't navigate in main tab
},
loading: function(bool) {
document.getElementById('loading').style.display =
bool ? 'block' : 'none';
}
});
calendar.render();
});
</script>
<style>
body {
padding: 0;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: 20px;
}
#loading {
display: none;
position: absolute;
top: 10px;
right: 10px;
}
#calendar {
max-width: 1100px;
margin: 0 auto;
}
</style>
</head>
<body>
<header>
<!--スライドショー-->
<aside id="mainimg">
<div class="slide1">slide1</div>
<div class="slide2">slide2</div>
<div class="slide3">slide3</div>
<div class="slide4">slide4</div>
</aside>
<h1 id="logo"><a href="index.html"><img src="images/K_Code_label(white_transparency).png" alt="K.Code"></a></h1>
<nav id="menubar">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#course">Course</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div id="container">
<div id="contents">
<div id="about" class="bg1">
<h2>About</h2>
</div>
<div id="about-kcode">
<div class="fix-background KCode">
<a href="about_kcode.html"><h3>K.Codeとは</h3></a>
</div>
</div>
<div id="about-online">
<div class="fix-background Online_Lesson">
<a href="online_lesson.html"><h3>Online Lesson</h3></a>
</div>
</div>
<div id="about-price">
<div class="fix-background Price">
<a href="price.html"><h3>Price</h3></a>s
</div>
</div>
<!--/#about-->
<div id="course" class="bg1">
<h2>Course</h2>
</div>
<div id="iOS-app" class="bg2">
<h2>iOS Application</h2>
</div>
<div class="fix-background swiftui-CafeLatte">
<h5>SwiftUI</br>
Cafe Latte Order App</br>
Level ★★★★☆</h5>
<a href="course_cafe_latte.html"><h5 class="icon"><img src="images/CafeLatte_icon.png" alt="SwiftUI"></h5></a>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<div class="fix-background swiftui-Janken">
<h4>SwiftUI</br>
Janken App</br>
Level ★☆☆☆☆</h4>
<a href="course_janken.html"><h4 class="icon"><img src="images/Janken_icon.png" alt="SwiftUI"></h4></a>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<div class="fix-background swiftui-Baseball">
<h5>SwiftUI</br>
Baseball Player App</br>
Level ★★☆☆☆</h5>
<a href="course_baseball_player.html"><h5 class="icon"><img src="images/NPB.png" alt="SwiftUI"></h5></a>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<div id="artificial-intelligence" class="bg2">
<h2>Artificial Intelligence</h2>
</div>
<div class="fix-background python-basic">
<h5>Python Basic</br>
Level ★★☆☆☆</h5>
<a href="course_python_basic.html"><h5 class="icon"><img src="images/course_python/basic/python_logo.png" alt="Python"></h5></a>
<div class="detail_right">人工知能(AI)の作成において</br>
使用する言語であるPythonの</br>
基礎を扱っていくコースです。</div>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<div class="fix-background python-programing-competitions">
<h4>Python</br>
Programing Competitions</br>
Level ★★★☆☆</h4>
<a href="course_programing_competition.html"><h4 class="icon"><img src="images/course_python/basic/python_logo.png" alt="Python"></h4></a>
<div class="detail_left">競技プログラミングを使用して</br>
現在のPythonの能力の</br>
向上を目指すコースです。</br>
<p></p>
<p></p>
<p></p>
<p></p>
エンジニア就活ではコーディング試験</br>
を採用している企業が多いので</br>
その対策にも活用できます。</div>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<div class="fix-background data-analysis">
<h5>Data Analysis</br>
Numpy, Pandas, Matplotlib</br>
Level ★★★☆☆</h5>
<a href="course_data_analysis.html"><h5 class="icon"><img src="images/course_data_analysis/data_analysis_logo.png" alt="Python"></h5></a>
<div class="detail_right">AIの作成では不可欠なデータの分析</br>
と前処理を扱っていくコースです。
<p></p>
<p></p>
<p></p>
<p></p>
普段の手作業で面倒なExcel作業を</br>
Pythonで自動化することも可能です。</div>
<p></p>
<p></p>
<p></p>
</div>
<!--
<div class="fix-background machine-learning">
<h4>Machine Learning</br>
Scikit-Learn</br>
Level ★★★★☆</h4>
<a href="course_machine_learning.html"><h4 class="icon"><img src="images/course_machine_learning/classification/scikit_learn_logo.jpg" alt="Python"></h4></a>
<div class="detail_left">AIの領域の一つである</br>
機械学習を利用して</br>
回帰問題と分類問題を解くコースです。</div>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<div class="fix-background deep-learning">
<h5>Deep Learning</br>
Pytorch</br>
Level ★★★★★</h5>
<a href="course_deep_learning.html"><h5 class="icon"><img src="images/course_deep_learning/pytorch_logo.png" alt="Python"></h5></a>
<div class="detail_right">AIの領域の一つである</br>
深層学習を利用して</br>
画像認識や自然言語処理、強化学習等を</br>
扱っていくコースです。</div>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
-->
<!--/#course-->
<div id="schedule" class="bg1">
<h2>Schedule</h2>
</div>
<div class="fix-background background-schedule">
<p></p>
<div id='loading'></div>
<div id="calendar"></div>
<p></p>
</div>
<!--/#schedule-->
<div class="bg1">
<h2>Contact</h2>
</div>
<div id="contact">
<div class="fix-background KCode_Contact">
<p class="c"><a href="index.html"><img src="images/K_Code_label(white_transparency).png" alt="" width="150px"></a></p>
<nav id="menubar_last">
<ul>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#course">Course</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
</ul>
</nav>
<p>
Mail: kaito_narimoto@icloud.com<br>
AM9:00〜PM10:00</p>
</div>
</div>
<!--/#contact-->
</div>
<!--/#contents-->
</div>
<!--/#container-->
<footer>
<small>Copyright© K.Code All Rights Reserved.</small>
<span class="pr">Web Design: Kaito Narimoto</span>
</footer>
<!--ページの上部に戻る「↑」ボタン-->
<!--<p class="nav-fix-pos-pagetop"><a href="#">↑</a></p>-->
</body>
</html>