-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlite_hackathon.html
More file actions
203 lines (195 loc) · 6.38 KB
/
lite_hackathon.html
File metadata and controls
203 lines (195 loc) · 6.38 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
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
<!DOCTYPE html>
<html lang="ko">
<head>
<script src="https://cdn.jsdelivr.net/npm/xlsx@0.18.5/dist/xlsx.full.min.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>L.I.T.E</title>
<link rel="stylesheet" href="lite_hackathon.css" />
</head>
<body>
<div class="star-container" aria-hidden="true">
<span class="shooting-star"></span>
<span class="shooting-star"></span>
<span class="shooting-star"></span>
<span class="shooting-star"></span>
</div>
<div class="overlay" id="overlay" aria-hidden="true"></div>
<aside
id="sidebar"
class="sidebar"
aria-label="부가기능 내비게이션"
aria-hidden="true"
>
<header class="sidebar-header">
<button
class="icon-btn sm"
id="closeSidebar"
aria-label="사이드바 닫기"
>
<svg width="18" height="18" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M6 6l12 12M18 6L6 18"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
/>
</svg>
</button>
</header>
<nav class="sidebar-menu">
<a href="suhang.html" class="menu-item">📝 수행평가</a>
<a href="score.html" class="menu-item">📊 성적조회</a>
<a href="mobum.html" class="menu-item">✅ 정기고사 모범답</a>
<a href="gache.html" class="menu-item">🧮 정기고사 가채점</a>
<a href="mogo.html" class="menu-item">📚 모의고사 학습</a>
<a href="allim.html" class="menu-item">🔔 알림신청</a>
<a href="board.html" class="menu-item">🗂️ 경희 게시판</a>
<a href="files.html" class="menu-item">💡 학습자료</a>
<a href="my.html" class="menu-item">💼 My 기능</a>
<a href="sangdam.html" class="menu-item">🧭 진로상담</a>
<a href="haksa.html" class="menu-item">🗓️ 학사일정</a>
</nav>
<footer class="sidebar-footer">© <span id="year"></span> L.I.T.E</footer>
</aside>
<header class="header" role="banner">
<button class="icon-btn" id="openSidebar" aria-label="메뉴 열기">
<svg width="22" height="22" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M3 6h18M3 12h18M3 18h18"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
/>
</svg>
</button>
<div class="logo">L . I . T . E</div>
<button class="icon-btn circle" id="loginBtn" title="로그인">
<svg width="20" height="20" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
fill="none"
/>
<path
d="M10 17l5-5-5-5"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
fill="none"
/>
<path
d="M15 12H3"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
fill="none"
/>
</svg>
</button>
</header>
<main class="container" role="main">
<form
class="search"
id="searchForm"
role="search"
aria-label="사이트 검색"
>
<span class="search-icon" aria-hidden="true">
<svg width="18" height="18" viewBox="0 0 24 24">
<circle
cx="11"
cy="11"
r="7"
stroke="currentColor"
stroke-width="2"
fill="none"
/>
<path
d="M20 20l-3.65-3.65"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
/>
</svg>
</span>
<input
id="q"
type="search"
placeholder="찾으시는 기능을 입력하세요 (예: 성적, 급식)"
autocomplete="off"
/>
</form>
<div class="stack">
<section
id="widgetGrid"
class="widget-grid"
aria-label="위젯 영역"
></section>
<button
id="fabAdd"
class="fab"
title="위젯 추가"
aria-label="위젯 추가"
>
<svg width="22" height="22" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M12 5v14M5 12h14"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
/>
</svg>
</button>
</div>
</main>
<div
class="modal"
id="widgetModal"
aria-hidden="true"
role="dialog"
aria-label="위젯 추가"
>
<div class="modal-card" role="document">
<header class="modal-header">
<strong>위젯 추가</strong>
<button class="icon-btn sm" id="closeModal" aria-label="모달 닫기">
<svg width="18" height="18" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M6 6l12 12M18 6L6 18"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
/>
</svg>
</button>
</header>
<div class="modal-body">
<div class="widget-picker">
<button class="picker-item" data-widget="timetable">
🗓️ 시간표
</button>
<button class="picker-item" data-widget="lunch">
🍱 오늘의 급식
</button>
<button class="picker-item" data-widget="exam-schedule">
📝 수행평가 일정
</button>
<button class="picker-item" data-widget="calendar">
📆 캘린더
</button>
<button class="picker-item" data-widget="notice">🔔 알림</button>
</div>
</div>
<footer class="modal-footer">
<small>원하는 위젯을 클릭하면 즉시 추가됩니다.</small>
</footer>
</div>
</div>
<script src="lite_hackathon.js"></script>
<button id="themeToggle" class="theme-toggle" title="모드 전환">🌙</button>
</body>
</html>