-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
306 lines (272 loc) · 8.36 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<link rel="stylesheet" href="mycss/Count_Down.css">
<link rel="stylesheet" href="mycss/HoverEffect.css">
<link rel="stylesheet" href="mycss/Hover_Text.css">
<link rel="stylesheet" href="mycss/infut_Out.css">
<link rel="stylesheet" href="mycss/Serch_nav.css">
<link rel="stylesheet" href="mycss/Navigation_Circle.css">
<link rel="stylesheet" href="mycss/NeOn.css">
<link rel="stylesheet" href="mycss/Neon_sircle.css">
<link rel="stylesheet" href="mycss/Raining.css">
<link rel="stylesheet" href="mycss/Wave_Text.css">
<link rel="stylesheet" href="mycss/3DEffect.css">
<link rel="stylesheet" href="mycss/VIGIL.css">
<link rel="stylesheet" href="mycss/Drag.css"/>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<section>안녕하십니까</section>
<section>접니다</section>
<section>이지민의 뒤죽박죽 박물관</section>
<section>시작하겠습니다</section>
</section>
<section>
<section>첫 작품명은</section>
<section>JS서클입니다</section>
<section class="slide1 container">
<div class="content">
Slide 1
<div class="alfa">
<div class="mov">
<div class="frente">
<p id="pp">0%</p>
</div>
<div class="tras">
</div>
<div class="meio">
</div>
</div>
</div>
<script>
const el = document.getElementById("pp");
let num = 0;
window.setInterval(function () {
num++;
if (num > 100) {
num = 0;
}
el.innerHTML = num + "%";
}, 1000 / 5);
</script>
</section>
<section>다양한 시점에서 볼 수 있죠</section>
<section>다음 작품 보겠습니다</section>
</section>
<section>
<section>두번째 작품명은</section>
<section>슬픈 개구리입니다</section>
<section class="slide2 container">
<div class="imgbox">
<img src="Photo/이지민.jpg" style="--i:2;--j:0;">
<img src="Photo/이지민.jpg" style="--i:1;--j:1;">
<img src="Photo/이지민.jpg" style="--i:0;--j:2;">
<img src="Photo/이지민.jpg" style="--i:-1;--j:3;">
<img src="Photo/이지민.jpg" style="--i:-2;--j:4;">
</div>
</section>
<section>정말 슬픕니다.</section>
</section>
<section>
<section>세번째 작품명은</section>
<section>네온 사인 버튼입니다</section>
<section class="slide3 container">
<ul>
<li>
<input type="checkbox" />
<div>도</div>
</li>
<li>
<input type="checkbox" />
<div>제</div>
</li>
<li>
<input type="checkbox" />
<div>반</div>
</li>
<li>
<input type="checkbox" />
<div>프</div>
</li>
<li>
<input type="checkbox" />
<div>로</div>
</li>
<li>
<input type="checkbox" />
<div>젝</div>
</li>
<li>
<input type="checkbox" />
<div>트</div>
</li>
</ul>
</section>
<section>색을 랜덤으로 표현하죠..</section>
</section>
<section>
<section>네번째 작품명은</section>
<section>없음 입니다.</section>
<section class="slide4 container">
<div class="searchBox">
<div class="shadow"> </div>
<input type="text" placeholder="검색하시오...">
<ion-icon name="search-outline"></ion-icon>
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js">
</script>
</section>
<section>만든 이유를 저도 모르겠습니다..</section>
</section>
<section>
<section>네번째 작품명은</section>
<section>Mousemove 입니다</section>
<section class="slide5 container">
<section>
<div class="skew1">
<h2 class="layer">ntice</h2>
</div>
<div class="textbox">
<div class="skew2">
<h2 class="layer">appre<h2>
</div>
</div>
</section>
<script>
document.addEventListener('mousemove', parallaxText);
function parallaxText(e){
this.querySelectorAll('.layer').forEach(Layer => {
let x = (window.innerWidth - e.pageX * 2)/2;
Layer.style.transform = `translateX(${x}px)`;
})
}
</script>
</section>
<section>움직이기 때문이죠..</section>
</section>
<section>
<section>다섯번째 작품명은</section>
<section>Toggle 입니다..</section>
<section class="slide6 container">
<ul class="menu">
<div class="toggle"> <ion-icon name="add-outline"></ion-icon></div>
</ul>
<script>
let menuToggle = document.querySelector('.toggle');
let menu = document.querySelector('.menu');
menuToggle.onclick = function(){
menu.classList.toggle('active')
menuToggle.classList.toggle('active')
}
</script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</section>
<section>무언가를 만들다 실패했습니다..</section>
</section>
<section>
<section>여섯번째 작품명은</section>
<section>Neon Sign입니다..</section>
<section class="slide7 container">
<div class="sign">
<span class="fast">a</span>pp<span class="flicker">ren</span>
tice
</div>
</section>
<section>네온 사인 멍가능합니다..🙏</section>
</section>
<section>
<section>일곱번째 작품명은</section>
<section>진심 좌우 반복 뛰기입니다..</section>
<section class="slide8 container">
<div class="loader"></div>
<div class="loader2">
<div class="loader3">
</div>
</div>
</section>
<section>사이타마와 같죠..</section>
</section>
<section>
<section>여덟번째 작품명은</section>
<section>"최면입니다"</section>
<section class="slide10 container">
<div class="loader">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</section>
<section>보고있으면 빠져들죠...</section>
<section>마치 저처럼...</section>
</section>
<section>
<section>잠시 쉬어가는 타임을 가지도록 하겠습니다..</section>
<section class="slide11 container">
<div title="쨔잔">쨔잔..</div>
</section>
<section>눈 정화를 하셨는지요..</section>
</section>
<section>
<section>아홉번째 작품명은</section>
<section>전자녀 입니다..</section>
<section class="slide13 container">
<style>
</style>
<div>
<textarea></textarea>
<button >Speak</button>
</div>
<script>
button = document.querySelector("button");
text = document.querySelector("textarea");
button.addEventListener("click", () => {
let utterance = new SpeechSynthesisUtterance(text.value);
speechSynthesis.speak(utterance);
})
</script>
</section>
<section>텍스트를 소리내어 읽어주죠...</section>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>