-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
570 lines (565 loc) · 20.1 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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- // style -->
<link href="./style/style.css" rel="stylesheet" />
<!-- // tailwind -->
<link
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"
rel="stylesheet"
/>
<!-- // bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<title>gogoing</title>
</head>
<body class="w-full h-full bg-color">
<!-- // navbar -->
<div class="fixed top-0 w-full">
<nav class="navbar navbar-expand-lg navbar-light bg-light border-b">
<div class="container-fluid container">
<!-- // logo -->
<a class="p-0 navbar-brand" href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="76"
height="39"
viewBox="0 0 76 39"
>
<text
id="고고잉"
transform="translate(0 30)"
fill="#707070"
font-size="32"
font-family="LGPC, LG PC"
>
<tspan x="0" y="0">고고잉</tspan>
</text>
<text
id="고고잉-2"
data-name="고고잉"
transform="translate(2 32)"
fill="#707070"
font-size="32"
font-family="LGPC, LG PC"
opacity="0.2"
>
<tspan x="0" y="0">고고잉</tspan>
</text>
</svg>
</a>
<div class="d-flex" id="navbarText">
<!-- // search svg -->
<span class="pr-2">
<svg
id="search"
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 20 20"
>
<path
id="search-2"
data-name="search"
d="M19.153,15.184a8.466,8.466,0,1,0-1.494,1.494l.045.048,4.49,4.49a1.058,1.058,0,1,0,1.5-1.5l-4.49-4.49ZM16.955,5.5a6.349,6.349,0,1,1-8.979,0A6.349,6.349,0,0,1,16.955,5.5Z"
transform="translate(-4 -1.525)"
fill="#707070"
fill-rule="evenodd"
/>
</svg>
</span>
<!-- // mypage svg -->
<span class="pl-2">
<svg
id="profile"
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 20 20"
>
<path
id="패스_1041"
data-name="패스 1041"
d="M16,9a4,4,0,1,1-4-4A4,4,0,0,1,16,9ZM14,9a2,2,0,1,1-2-2A2,2,0,0,1,14,9Z"
transform="translate(-2 -1.571)"
fill="#707070"
fill-rule="evenodd"
/>
<path
id="패스_1042"
data-name="패스 1042"
d="M11,1A10,10,0,1,0,21,11,10,10,0,0,0,11,1ZM2.818,11a8.147,8.147,0,0,0,1.735,5.038,8.183,8.183,0,0,1,12.953-.076A8.182,8.182,0,1,0,2.818,11ZM11,19.182a8.148,8.148,0,0,1-5.157-1.829,6.365,6.365,0,0,1,10.387-.061A8.149,8.149,0,0,1,11,19.182Z"
transform="translate(-1 -1)"
fill="#707070"
fill-rule="evenodd"
/>
</svg>
</span>
</div>
</div>
</nav>
</div>
<div class="container pt-2 flex-1 mt-14 mb-10">
<!-- // 내신 성적 입력 -->
<div class="mb-2 border border-gray-300 py-2 justify-between rounded-md shadow-md">
<div class="flex px-2 ">
<div class="self-center mr-4 ml-2">
<svg id="today" xmlns="http://www.w3.org/2000/svg" width="20" height="24.444" viewBox="0 0 20 24.444">
<rect id="사각형_4" data-name="사각형 4" width="12" height="10" rx="1" transform="translate(4 9.63)" fill="#707070" opacity="0.5"/>
<path id="패스_1322" data-name="패스 1322" d="M19.667,3.222H6.333A1.111,1.111,0,0,0,5.222,4.333V22.111a1.111,1.111,0,0,0,1.111,1.111H19.667a1.111,1.111,0,0,0,1.111-1.111V4.333A1.111,1.111,0,0,0,19.667,3.222ZM6.333,1A3.333,3.333,0,0,0,3,4.333V22.111a3.333,3.333,0,0,0,3.333,3.333H19.667A3.333,3.333,0,0,0,23,22.111V4.333A3.333,3.333,0,0,0,19.667,1Z" transform="translate(-3 -1)" fill="#707070" fill-rule="evenodd"/>
<path id="패스_1323" data-name="패스 1323" d="M7,6A1,1,0,0,1,8,5h4a1,1,0,0,1,0,2H8A1,1,0,0,1,7,6Z" transform="translate(-2.333 -0.511)" fill="#707070"/>
</svg>
</div>
<div class="">
<p class="text-lg font-bold base-color m-0">내신 성적 입력</p>
<p class="text-sm font-medium base-color m-0">성적을 입력하여 모든 기능을 이용하세요</p>
</div>
</div>
</div>
<!-- // filter -->
<div class="flex justify-end pr-2 py-2 text-center border-gray-300 self-center">
<div class="pr-1">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 20 20">
<path id="filter" d="M19.062,0H.939A.938.938,0,0,0,.276,1.6L7.5,8.826v8.049a.938.938,0,0,0,.4.768l3.125,2.187a.938.938,0,0,0,1.475-.768V8.826L19.725,1.6A.938.938,0,0,0,19.062,0Z" transform="translate(0)" fill="rgba(0,0,0,0.6)"/>
</svg>
</div>
<div>
<p class="text-sm base-color m-0">필터</p>
</div>
</div>
<div class="flex flex-wrap mb-2 border-1 border-gray-300 py-2 justify-between rounded">
<div class="flex-col pl-2">
<div class="my-1">
<span class="text-base font-bold base-color mr-1">위치</span>
<span>
<select name="area" id="area" class="border-bottom outline-none">
<option value="">-선택-</option>
<option value="">서울</option>
<option value="">서울</option>
<option value="">서울</option>
<option value="">서울</option>
<option value="">서울</option>
<option value="">서울</option>
</select>
</span>
</div>
<div class="my-2">
<span class="text-base font-bold base-color mr-1">성별</span>
<input type="radio" value="0" name="gen" id="wom" /><label for="wom">여자</label>
<input type="radio" value="1" name="gen" id="man" /><label for="man">남자</label>
</div>
<div class="my-1">
<span class="text-base font-bold base-color mr-1">분류</span>
<span>
<input type="radio" value="5" name="type" id="5" /><label for="5">전체</label>
<input type="radio" value="0" name="type" id="0" /><label for="0">일반고</label>
<input type="radio" value="1" name="type" id="1" /><label for="1">자율고</label>
<input type="radio" value="2" name="type" id="2" /><label for="2">특성화고</label>
<input type="radio" value="3" name="type" id="3" /><label for="3">특목고</label>
</span>
</div>
</div>
</div>
<!-- // schools -->
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between border-t">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
<div class="flex flex-wrap border-b border-gray-300 py-2 justify-between">
<div class="flex-col pl-2">
<div class="pb-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="20"
viewBox="0 0 30 20"
>
<rect
id="사각형_52"
data-name="사각형 52"
width="30"
height="20"
rx="8"
fill="#bbdbff"
/>
<text
id="공학"
transform="translate(5 14)"
fill="#68a4ff"
font-size="10"
font-family="MalgunGothic-Semilight, Malgun Gothic"
font-weight="300"
>
<tspan x="0" y="0">공학</tspan>
</text>
</svg>
</div>
<div>
<p class="text-lg font-bold base-color m-0">
경북소프트웨어고등학교
</p>
</div>
<div>
<p class="text-base base-color m-0">특성화고등학교</p>
</div>
</div>
<div class="flex-col self-center pr-2">
<div>
<img
width="40"
height="40"
src="https://w.namu.la/s/e20b59297a01e95a8818dbf422c8d68e42acbbf1d8da6f22b6f0d1f81e4b1ea9f2f81a3a685e2c1561dbd270ea394cc2b7c41af513e9d5ce55eb1279751d9e5a2f704e5a22c702fb01c7f518d66bd232"
alt=""
/>
</div>
</div>
</div>
</div>
</body>
</html>