forked from JUNIandPIRATES/daARA_service
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdaARA_choice.html
More file actions
48 lines (42 loc) · 1.95 KB
/
daARA_choice.html
File metadata and controls
48 lines (42 loc) · 1.95 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
<html>
<head>
<meta charset="utf-8">
<title>다아라 강의선택</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css" />
<!-- Javascript SDKs-->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/amazon-cognito-auth.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.7.16.min.js"></script>
<script src="js/amazon-cognito-identity.min.js"></script>
</head>
<body>
<div class="wrap">
<div id="title-bar">
<div id="title">daARA</div>
<div id="title-bar-btns">
<img src="img/Minimize.png" class="titleBTN" id="min-btn">
<img src="img/Maximize.png" class="titleBTN" id="max-btn">
<img src="img/Close.png" class="titleBTN" id="close-btn">
</div>
</div>
<div class="daAra-logo">
<img src="img/daARA logo 1.png" onclick="goto_daARA_main()"
style="max-width: 100%; height: auto; cursor:pointer; -webkit-app-region: no-drag;">
</div>
<script>
</script>
<div class="form-wrap" style="height: 230px;">
<div class="margin1"></div>
<button class="submit" type="button" onclick="location.href='daARA_SetClass.html'"
style="margin-top: 20px;-webkit-app-region: no-drag;">강의 관리</button>
<button class="submit" type="button" onclick="startLecture()"
style="margin-top: 20px;-webkit-app-region: no-drag;">강의 시작하기</button>
<div class="margin1"></div>
</div>
</div>
<script src="js/daARA_choice.js"> </script>
</body>
</html>