-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjournal.html
More file actions
42 lines (42 loc) · 2.44 KB
/
Copy pathjournal.html
File metadata and controls
42 lines (42 loc) · 2.44 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ESC | 활동 일지</title>
<script src="js/include.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/journal.css">
</head>
<body>
<header data-include-path="html/header.html" role="banner"></header>
<div id="menu-bar" data-include-path="html/nav.html"></div>
<main>
<aside data-include-path="html/nav.html"></aside>
<div class="content-wrapper">
<article>
<h2 class="text">오티</h2>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQo32BdVFBf-RJuBJ_l0m8Lan1PQzjsd5vi9KzL7jlkNB-RB76LmPVTSpguwfRxmmZjUlLvN1WdXHsB/pubembed?start=false&loop=false&delayms=3000" frameborder="0" width="100%" height="596" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<a class="text" href="assets/ESC OT PPT.pptx">
<span class="text">다운로드</span>
</a>
</article>
<article>
<h2 class="text">AI 프롬프트 설계 실험</h2>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSg5EJz32waHW2ffWoH-gLvNiOyH-Vb4uHRFtun4tS542dTVa5BY5APwKDwrb-qWXRThObI3FIhn3KT/pubembed?start=false&loop=false&delayms=3000" frameborder="0" width="100%" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<a class="text" href="assets/AI 프롬프트 이론 1차시 PPT.pptx">
<span class="text">다운로드</span>
</a>
<hr>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSmIkXrU1cEsj3pdJ0p_ivkAt8s2WSbtLSKiD7IQ9oFlL06lAF52-akCPuUytkKYKpxLLNR-ORwy1zz/pubembed?start=false&loop=false&delayms=3000" frameborder="0" width="100%" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<a class="text" href="assets/AI 프롬프트 이론 2차시 PPT.pptx">
<span class="text">다운로드</span>
</a>
</article>
</div>
</main>
<footer data-include-path="html/footer.html" role="contentinfo"></footer>
<script src="js/menu.js"></script>
</body>
</html>