-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-bk.html
More file actions
159 lines (133 loc) · 5.74 KB
/
index-bk.html
File metadata and controls
159 lines (133 loc) · 5.74 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
<meta name="viewport" content="user-scalable=yes, initial-scale=1.0, width=device-width" />
<title>home</title>
<link rel="stylesheet" href="assets/css/reset.css">
<style>
html {
height:100%;
}
body {
background-color: #FFFFFF;
margin:0;
height:100%;
}
</style>
<!-- Hype -->
<link href='https://fonts.googleapis.com/css?family=Noto+Serif&subset=latin' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Noto+Sans&subset=latin' rel='stylesheet' type='text/css'>
<style>
@font-face {
font-family: 'arabicaregular';
src: url('home.hyperesources/arabica-webfont.eot');
src: url('home.hyperesources/arabica-webfont.eot?#iefix') format('embedded-opentype'),
url('home.hyperesources/arabica-webfont.woff2') format('woff2'),
url('home.hyperesources/arabica-webfont.woff') format('woff'),
url('home.hyperesources/arabica-webfont.ttf') format('truetype'),
url('home.hyperesources/arabica-webfont.svg#arabicaregular') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style>
@font-face {
font-family: "BoonTook Mon Ultra";
src: url(home.hyperesources/BoonTook-Mon-Ultra-Oblique.woff2) format("woff2"),
url(home.hyperesources/BoonTook-Mon-Ultra-Oblique.woff) format("woff");
font-weight: normal;
font-style: oblique;
}
@font-face {
font-family: "BoonTook Mon Ultra";
src: url(home.hyperesources/BoonTook-Mon-Ultra.woff2) format("woff2"),
url(home.hyperesources/BoonTook-Mon-Ultra.woff) format("woff");
font-weight: normal;
font-style: normal;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="home.hyperesources/noframework.waypoints.min.js"></script>
<!-- End Hype -->
<link rel="stylesheet" href="bower_components/magnific-popup/dist/magnific-popup.css">
<link rel="stylesheet" href="assets/royalslider/royalslider.css">
<link rel="stylesheet" href="assets/royalslider/skins/default-inverted/rs-default-inverted.css">
</head>
<body>
<!-- Hype -->
<div id="home_hype_container" style="margin:auto;position:relative;width:100%;height:4000px;overflow:hidden;" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="home.hyperesources/home_hype_generated_script.js?88415"></script>
</div>
<!-- text content for search engines: -->
<div style="display:none">
<div></div>
<div>กว่า 30 คลิปการสอน
เริ่มตั้งแต่ขั้นพื้นฐาน</div>
<div>สามารถเรียนผ่าน
แท็บเล็ต</div>
<div>สามารถเรียนผ่าน
คอมพิวเตอร์ส่วนบุคคล</div>
<div>บทเรียนการวาดภาพ
ด้วยโปรแกรม Paint</div>
<div>ผลงานนักเรียน</div>
<div>การวาดภาพด้วยโปรแกรม Paint</div>
<div>“ การวาดภาพช่วยกระตุ้นจินตนาการ และส่งเสริมความคิดสร้างสรรค์
ไมโครซอฟท์เพ้นท์ เป็นโปรแกรมที่มาพร้อมกับวินโดว์ สามารถสร้างสรรค์
รูปภาพได้สวยงาม บทเรียนนี้เริ่มสอนตั้งแต่ขั้นพื้นฐาน รู้จักเครื่องมือต่างๆ
ไปจนถึงสามารถวาดภาพบอกเล่าเรื่องราวตามจินตนาการได้ ”
ครูอภิญญา พรหมรัตน์</div>
<div></div>
</div>
<!-- end text content: -->
<!-- End Hype -->
<script src="bower_components/fastclick/lib/fastclick.js"></script>
<script src="assets/royalslider/jquery.royalslider.min.js"></script>
<script src="bower_components/magnific-popup/dist/jquery.magnific-popup.min.js"></script>
<script>
jQuery(document).ready(function($) {
$(function() {
FastClick.attach(document.body);
});
$('body').on('click', '#student-portfolio', function () {
$.magnificPopup.open({
// Ajax
items:{
type: 'ajax',
src: 'student_portfolio.html'
},
callbacks: {
close: function() {
// destroy the slider to avoid memory leaks
if(this.content) {
this.content.find('.royalSlider').data('royalSlider').destroy();
}
}
},
closeBtnInside: false
// Ajax
// items:{
// type: 'ajax',
// src: 'student_portfolio.html'
// },
// callbacks: {
// close: function() {
// // destroy the slider to avoid memory leaks
// if(this.content) {
// this.content.find('.royalSlider').data('royalSlider').destroy();
// }
//
// }
// }
// Simple show image
// items: {
// src: 'assets/student-portfolio/beach1.png'
// },
// type: 'image'
});
});
});
</script>
</body>
</html>