-
Notifications
You must be signed in to change notification settings - Fork 0
/
practice.html
593 lines (562 loc) · 28.6 KB
/
practice.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
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta name="generator" content="HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.10), see www.w3.org">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>
Soka Education - Practice in Action
</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width"><!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="js/vendor/modernizr-2.6.2.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">
var centerLoc = new google.maps.LatLng(25.03932, -35.15625);
var sapporoSokaKindergartenLoc = new google.maps.LatLng(43.06210, 141.35438);
var sapporoSokaKindergartenMarker = null;
var hongKongSokaKindergartenLoc = new google.maps.LatLng(22.33090, 114.18023);
var hongKongSokaKindergartenMarker = null;
var singaporeSokaKindergartenLoc = new google.maps.LatLng(1.35094, 103.93616);
var singaporeSokaKindergartenMarker = null;
var malaysiaSokaKindergartenLoc = new google.maps.LatLng(4.21048, 101.97577);
var malaysiaSokaKindergartenMarker = null;
var brazilSokaKindergartenLoc = new google.maps.LatLng(-23.58212, -46.62309);
var brazilSokaKindergartenMarker = null;
var sokaHappinessKindergartenLoc = new google.maps.LatLng(37.56654, 126.97797);
var sokaHappinessKindergartenMarker = null;
var tokyoSokaElementaryLoc = new google.maps.LatLng(35.68949, 139.69171);
var tokyoSokaElementaryMarker = null;
var kansaiSokaElementaryLoc = new google.maps.LatLng(34.79602, 135.63911);
var kansaiSokaElementaryMarker = null;
var brazilSokaElementaryLoc = new google.maps.LatLng(-23.58212, -46.62309);
var brazilSokaElementaryMarker = null;
var sokaJuniorSeniorHighLoc = new google.maps.LatLng(35.83293, 139.80302);
var sokaJuniorSeniorHighMarker = null;
var kansaiSokaJuniorSeniorHighLoc = new google.maps.LatLng(19.22125, 73.16714);
var kansaiSokaJuniorSeniorHighMarker = null;
var sokaUniversityLoc = new google.maps.LatLng(35.69058, 139.32733);
var sokaUniversityMarker = null;
var sokaWomensCollegeLoc = new google.maps.LatLng(35.68998, 139.32704);
var sokaWomensCollegeMarker = null;
var sokaUniversityAmericaLoc = new google.maps.LatLng(33.55440, -117.73514);
var sokaUniversityAmericaMarker = null;
// FIRST create an info window function.
function showMeInfo(map) {
//FIRST Let's create a series of string variables that
//contain the HTML content we want displayed for each marker
var sapporoSokaKindergartenString = "<p>Sapporo Soka Kindergarten (Hokkaido, Japan, 1976)</p>";
var hongKongSokaKindergartenString = "<p>Hong Kong Soka Kindergarten (Hong Kong, China, 1992)</p>";
var singaporeSokaKindergartenString = "<p>Singapore Soka Kindergarten (Singapore, 1993)</p>";
var malaysiaSokaKindergartenString = "<p>Malaysia Soka Kindergarten (Kualo Lumpur, Malaysia, 1995)</p>";
var brazilSokaKindergartenString = "<p>Brazil Soka Kindergarten (San Paulo, Brazil, 2001)</p>";
var sokaHappinessKindergartenString = "<p>Soka Happiness Kindergarten (Seoul, South Korea, 2008)</p>";
var tokyoSokaElementaryString = "<p>Tokyo Soka Elementary School (Tokyo, Japan, 1978)</p>";
var kansaiSokaElementaryString = "<p>Kansai Soka Elementary School (Osaka, Japan, 1982)</p>";
var brazilSokaElementaryString = "<p>Brazil Soka Elementary School (San Paulo, Brazil, 2002)</p>";
var sokaJuniorSeniorHighString = "<p>Soka Junior and Senior High Schools (Tokyo, Japan, 1968)</p>";
var kansaiSokaJuniorSeniorHighString = "<p>Kansai Soka Junior and Senior High School (Osaka, Japan, 1973)</p>";
var sokaUniversityString = "<p>Soka University (Tokyo, Japan, 1971)</p>";
var sokaWomensCollegeString = "<p>Soka Women's College (Tokyo, Japan, 1985)</p>";
var sokaUniversityAmericaString = "<p>Soka University of America (Aliso Viejo, California, 1987)</p>";
//SECOND create info window objects using the InfoWindow method
//the content should be one of the string variables you created FIRST
var sapporoSokaKindergartenWindow = new google.maps.InfoWindow({
content: sapporoSokaKindergartenString
});
var hongKongSokaKindergartenWindow = new google.maps.InfoWindow({
content: hongKongSokaKindergartenString
});
var singaporeSokaKindergartenWindow = new google.maps.InfoWindow({
content: singaporeSokaKindergartenString
});
var malaysiaSokaKindergartenWindow = new google.maps.InfoWindow({
content: malaysiaSokaKindergartenString
});
var brazilSokaKindergartenWindow = new google.maps.InfoWindow({
content: brazilSokaKindergartenString
});
var sokaHappinessKindergartenWindow = new google.maps.InfoWindow({
content: sokaHappinessKindergartenString
});
var tokyoSokaElementaryWindow = new google.maps.InfoWindow({
content: tokyoSokaElementaryString
});
var kansaiSokaElementaryWindow = new google.maps.InfoWindow({
content: kansaiSokaElementaryString
});
var brazilSokaElementaryWindow = new google.maps.InfoWindow({
content: brazilSokaElementaryString
});
var sokaJuniorSeniorHighWindow = new google.maps.InfoWindow({
content: sokaJuniorSeniorHighString
});
var kansaiSokaJuniorSeniorHighWindow = new google.maps.InfoWindow({
content: kansaiSokaJuniorSeniorHighString
});
var sokaUniversityWindow = new google.maps.InfoWindow({
content: sokaUniversityString
});
var sokaWomensCollegeWindow = new google.maps.InfoWindow({
content: sokaWomensCollegeString
});
var sokaUniversityAmericaWindow = new google.maps.InfoWindow({
content: sokaUniversityAmericaString
});
//THIRD, Let’s add a click event to each of the markers so that
//the info window is displayed when you click the marker
google.maps.event.addListener(sapporoSokaKindergartenMarker, 'click', function() {
sapporoSokaKindergartenWindow.open(map,sapporoSokaKindergartenMarker);
});
google.maps.event.addListener(hongKongSokaKindergartenMarker, 'click', function() {
hongKongSokaKindergartenWindow .open(map,hongKongSokaKindergartenMarker);
});
google.maps.event.addListener(singaporeSokaKindergartenMarker, 'click', function() {
singaporeSokaKindergartenWindow .open(map,singaporeSokaKindergartenMarker);
});
google.maps.event.addListener(malaysiaSokaKindergartenMarker, 'click', function() {
malaysiaSokaKindergartenWindow .open(map,malaysiaSokaKindergartenMarker);
});
google.maps.event.addListener(brazilSokaKindergartenMarker, 'click', function() {
brazilSokaKindergartenWindow .open(map,brazilSokaKindergartenMarker);
});
google.maps.event.addListener(sokaHappinessKindergartenMarker, 'click', function() {
sokaHappinessKindergartenWindow .open(map,sokaHappinessKindergartenMarker);
});
google.maps.event.addListener(tokyoSokaElementaryMarker, 'click', function() {
tokyoSokaElementaryWindow .open(map,tokyoSokaElementaryMarker);
});
google.maps.event.addListener(kansaiSokaElementaryMarker, 'click', function() {
kansaiSokaElementaryWindow .open(map,kansaiSokaElementaryMarker);
});
google.maps.event.addListener(brazilSokaElementaryMarker, 'click', function() {
brazilSokaElementaryWindow .open(map,brazilSokaElementaryMarker);
});
google.maps.event.addListener(sokaJuniorSeniorHighMarker, 'click', function() {
sokaJuniorSeniorHighWindow .open(map,sokaJuniorSeniorHighMarker);
});
google.maps.event.addListener(kansaiSokaJuniorSeniorHighMarker, 'click', function() {
kansaiSokaJuniorSeniorHighWindow .open(map,kansaiSokaJuniorSeniorHighMarker);
});
google.maps.event.addListener(sokaUniversityMarker, 'click', function() {
sokaUniversityWindow .open(map,sokaUniversityMarker);
});
google.maps.event.addListener(sokaWomensCollegeMarker, 'click', function() {
sokaWomensCollegeWindow .open(map,sokaWomensCollegeMarker);
});
google.maps.event.addListener(sokaUniversityAmericaMarker, 'click', function() {
sokaUniversityAmericaWindow .open(map,sokaUniversityAmericaMarker);
});
}
function showMeDaMappy() {
//FIRST create the variable of map options
var styles = [
{
"featureType": "administrative.province",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "administrative.locality",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "administrative.neighborhood",
"stylers": [
{ "visibility": "off" }
]
}, {
"featureType": "administrative.locality",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "road",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "water",
"stylers": [
{ "visibility": "simplified" }
]
},{
"featureType": "administrative.country",
"elementType": "labels.text",
"stylers": [
{ }
]
},{
"featureType": "landscape",
"stylers": [
{ "visibility": "on" },
{ "color": "#d8b163" }
]
},{
"featureType": "poi",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "road",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "transit",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "water",
"stylers": [
{ "color": "#2854a5" }
]
}
];
var mapOptions = {
//play around with this number as needed
zoom: 2,
//let’s center our map on one of our coordinate sets
center: centerLoc,
disableDefaultUI: true,
panControl: true,
panControlOptions: {
position: google.maps.ControlPosition.BOTTOM_CENTER
},
zoomControl: false,
scrollwheel: false,
scaleControl: false,
//try changing ROADMAP to SATELLITE, TERRAIN, or HYBRID
mapTypeId: google.maps.MapTypeId.ROADMAP,
styles: styles,
}
//SECOND create a new map object with the options we just set
//target is the id of the element where the map should load
var myMap = new google.maps.Map(document.getElementById('hero'),mapOptions);
//THIRD we add marker objects to be displayed on the map
sapporoSokaKindergartenMarker = new google.maps.Marker(
{
position: sapporoSokaKindergartenLoc,
map: myMap,
title: "Sapporo Soka Kindergarten"
}
);
hongKongSokaKindergartenMarker = new google.maps.Marker(
{
position: hongKongSokaKindergartenLoc,
map: myMap,
title: "Hong Kong Soka Kindergarten"
}
);
singaporeSokaKindergartenMarker = new google.maps.Marker(
{
position: singaporeSokaKindergartenLoc,
map: myMap,
title: "Singapore Soka Kindergarten"
}
);
malaysiaSokaKindergartenMarker = new google.maps.Marker(
{
position: malaysiaSokaKindergartenLoc,
map: myMap,
title: "Malaysia Soka Kindergarten"
}
);
brazilSokaKindergartenMarker = new google.maps.Marker(
{
position: brazilSokaKindergartenLoc,
map: myMap,
title: "Brazil Soka Kindergarten"
}
);
sokaHappinessKindergartenMarker = new google.maps.Marker(
{
position: sokaHappinessKindergartenLoc,
map: myMap,
title: "Soka Happiness Kindergarten"
}
);
tokyoSokaElementaryMarker = new google.maps.Marker(
{
position: tokyoSokaElementaryLoc,
map: myMap,
title: "Tokyo Soka Elementary School"
}
);
kansaiSokaElementaryMarker = new google.maps.Marker(
{
position: kansaiSokaElementaryLoc,
map: myMap,
title: "Kansai Soka Elementary School"
}
);
brazilSokaElementaryMarker = new google.maps.Marker(
{
position: brazilSokaElementaryLoc,
map: myMap,
title: "Brazil Soka Elementary School"
}
);
sokaJuniorSeniorHighMarker = new google.maps.Marker(
{
position: sokaJuniorSeniorHighLoc,
map: myMap,
title: "Soka Junior and Senior High School"
}
);
kansaiSokaJuniorSeniorHighMarker = new google.maps.Marker(
{
position: kansaiSokaJuniorSeniorHighLoc,
map: myMap,
title: "Kansai Soka Junior and Senior High School"
}
);
sokaUniversityMarker = new google.maps.Marker(
{
position: sokaUniversityLoc,
map: myMap,
title: "Soka University"
}
);
sokaWomensCollegeMarker = new google.maps.Marker(
{
position: sokaWomensCollegeLoc,
map: myMap,
title: "Soka Women's College"
}
);
sokaUniversityAmericaMarker = new google.maps.Marker(
{
position: sokaUniversityAmericaLoc,
map: myMap,
title: "Soka University of America"
}
);
showMeInfo(myMap);
}
</script>
</head>
<body class="practice" onload="showMeDaMappy()">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="wrapper">
<div class="header">
<div class="top">
<h1>
<a class="logo" href="http://whatissokaeducation.com"><img src="img/presprite-headerlogo.png" alt="What Is Soka Education Logo"></a>
</h1>
<ul class="nav" id="navigation">
<li>
<a href="/index.html">Overview</a>
</li><!-- <li><a href="#">Meaning</a></li> -->
<li>
<a href="/roots.html">Roots</a>
</li><!-- <li><a href="#">Context</a></li> -->
<li>
<a href="/practice.html">Practice</a>
</li>
</ul><!-- <a href="#" class="getinvolved">Get Involved <b>></b></a> -->
</div>
</div>
<div class="content">
<div class="Grad">
<div id="hero" class="Grad">
</div>
<div class="cue col-full">
<div class="floatwrapper">
<h1>
<b>Soka<br>Institutions </b></h1>
<h2>Around the world</h2>
</div>
</div>
</div>
<div class="schools">
<div class="text-center col-full">
<h3>Soka Schools</h3>
<p class="text-left">Realizing the shared dream of his mentors, Tsunesaburo Makiguchi and Josei Toda, SUA Founder Daisaku Ikeda has established many schools in various parts of the world over the past four decades.</p>
<!-- <a href="#">Schools</a> </div> -->
</div>
</div>
<div class="sokaWorldKin three-min three column ">
<div class="quar-width fl">
<h4>Kindergartens</h4>
</div>
</div>
<div class="sokaWorldEle three-min three column ">
<div class="quar-width fl">
<h4>Elementary Schools</h4>
</div>
</div>
<div class="sokaWorldHig three-min three column ">
<div class="quar-width fl">
<h4>Junior & Senior Highschools</h4>
</div>
</div>
<div class="sokaWorldUni three-min three column ">
<div class="quar-width fl">
<h4>Universities</h4>
</div>
</div>
<div class="institutionsWorld">
<div class="col-full">
<!-- <a href="#">Institutions</a> -->
<h3>Soka Institutions around the world</h3>
<p>The Soka institutions are all based on the philosophy of creating value, and strive to apply Soka education in a way that reflects the cultural and societal contexts of their respective locations.</p>
<!-- <a href="#">Institutions</a> -->
</div>
</div>
<div class="sokaWorldKinCont twelve">
<div class="rap">
<div class="col-full">
<h4>Kindergartens</h4>
<dl>
<dt>Sapporo Soka Kindergarten</dt>
<dd>(Hokkaido, Japan (1976)</dd>
<dt>Hong Kong Soka Kindergarten</dt>
<dd>(Hong Kong, China, 1992)</dd>
<dt>Singapore Soka Kindergarten</dt>
<dd>(Singapore, 1993)</dd>
<dt>Malaysia Soka Kindergarten</dt>
<dd>(Kuala Lumpur, Malaysia, 1995)</dd>
<dt>Brazil Soka Kindergarten</dt>
<dd>(São Paulo, Brazil, 2001)</dd>
<dt>Soka Happiness Kindergarten</dt>
<dd>(Seoul, South Korea, 2008)</dd>
</dl>
</div>
</div>
</div>
<div class="sokaWorldEleCont twelve">
<div class="rap">
<div class="col-full">
<h4>Elementary Schools</h4>
<dd>
<dt>Tokyo Soka Elementary School</dt>
<dd>(Tokyo, Japan, 1978)</dd>
<dt>Kansai Soka Elementary School</dt>
<dd>(Osaka, Japan, 1982)</dd>
<dt>Brazil Soka Elementary School</dt>
<dd>(São Paulo, Brazil, 2002)</dd>
</dd>
</div>
</div>
</div>
<div class="sokaWorldHigCont twelve">
<div class="rap">
<div class="col-full">
<h4>Junior & Senior Highschools</h4>
<dl>
<dt>Soka Junior and Senior High Schools</dt>
<dd>(Tokyo, Japan, 1968)</dd>
<dt>Kansai Soka Junior and Senior High Schools</dt>
<dd>(Osaka, Japan, 1973)</dd>
</dl>
</div>
</div>
</div>
<div class="sokaWorldUniCont">
<div class="col-full">
<h4>Universities</h4>
<dl>
<dt>Soka University</dt>
<dd>(Tokyo, Japan, 1971)</dd>
<dt>Soka Women's College</dt>
<dd>(Tokyo, Japan, 1985)</dd>
<dt>Soka University of America</dt>
<dd>(Aliso Viejo, California, 1987)</dd>
</dl>
</div>
</div>
<div class="singaporeSoka">
<div class="col-full">
<h3>Singapore Soka Kindergarten</h3>
<p>The kindergarten offers a unique program for students to apply an experience-based approach to learning, which is a core principle of Soka education.</p>
<p>The “Soka Kindergarten Post Office” allows the children at Singapore Soka to apply for jobs, discuss job requirements with their teachers, attend on-the-job training, and then take on their daily tasks of sorting and distributing the mail to the students in each class. The children are encouraged to communicate with each other by letters or picture messages.</p>
</div>
</div>
<div class="sapporoSoka">
<div class="col-full">
<h3>Sapporo Soka Kindergarten</h3>
<p>With over 30 years of history, the Sapporo Soka Kindergarten has developed many unique programs that put into practice the theories of Soka education.</p>
<h4>Rhythmic Classes:</h4>
<p>The school offers rhythmic classes to develop the students’ abilities to express themselves through music and help them develop independence through interaction with teachers, friends and nature.</p>
<h4>Sister School Exchanges:</h4>
<p>The kindergarten also holds various programs to foster exchange among its sister Soka schools, such as meeting with visiting junior and senior high school students and holding gift exchanges.</p>
</div>
</div>
<div class="brazilSoka">
<div class="col-full">
<h3>Brazil Soka Kindergarten Elementary & Junior High Schools</h3>
<p>At Brazil Soka Schools, teachers emphasize the importance of one’s connection with nature through gardening. Students tend to a garden with fruits and vegetables and aim to produce food for their own consumption.</p>
</div>
</div>
<div class="kansaihigh">
<div class="col-full">
<h3>Tokyo & Kansai Junior High High Schools</h3>
<p>The Tokyo and Kansai Junior High and High Schools were the first Soka schools to be founded in the world and represent the beginning of the development of the Soka School system.</p>
<p>Tokyo Soka Jr. High and High School started off as boys’ schools in 1968. Kansai Soka Jr. High and High School started off as girls’ schools in 1973.</p>
<h4>Unique Programs:</h4>
<ul>
<li>Students participate in International Philosophical Olympiad</li>
<li>Kansai junior high and high school students participate in National Aeronautics and Space Administration (NASA)’s educational program “EarthKAM”</li>
<li>Mandatory intensive Test of English as a Foreign Language (TOEFL) course for high school seniors</li>
</ul>
</div>
</div>
<div class="sokaWomen">
<div class="col-full">
<h3>Soka Women’s College</h3>
<p>A two-year college which offers two majors: English Communication and Modern Business</p>
<p>Over 2500 students have participated in the study abroad program to SUA in order to study English in an immersion setting and to foster an international perspective.</p>
</div>
</div>
<div class="sokaUniversity">
<div class="col-full">
<h3>Soka University</h3>
<p>Conducts exchange agreements with 104 universities in 44 countries and regions</p>
<p>There are over 8000 undergraduate and graduate students who attend Soka University of Japan.</p>
<h4>Majors Offered:</h4>
<ul>
<li>Economics</li>
<li>Law</li>
<li>Human Studies</li>
<li>Business Administration</li>
<li>Education</li>
<li>Engineering </li>
</ul>
</div>
</div>
</div>
<div class="content col-full"></div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.3.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37388826-1']);
_gaq.push(['_setDomainName', 'whatissokaeducation.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>