-
Notifications
You must be signed in to change notification settings - Fork 2
/
home.html
742 lines (570 loc) · 37.4 KB
/
home.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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
<!doctype html>
<html lang="ko" xmlns:magin="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link rel="stylesheet" href="static/css/styles.css" media="screen">
<script src="https://kit.fontawesome.com/726bbd6862.js" crossorigin="anonymous"></script>
</head>
<body>
<!--NavbarMain-->
<div include-html="reference/navbarMain.html"></div>
<div style="background-color : #ebecf0">
<!--MarginSide-->
<div style="background-color : #ebecf0; height : 40px;"> </div>
<div class="container my-3 container-home main-div " style="width : 70%;">
<!--보기 옵션-->
<nav>
<div class="nav nav-tabs main-search-option " style="width: 99.3%;" id="nav-tab" role="tablist">
<!--최다 동의 순 버튼-->
<a class="nav-item nav-link active" id="nav-home-tab" data-toggle="tab" href="#nav-home" role="tab" aria-controls="nav-home" aria-selected="true">
<i class="fas fa-thumbs-up "></i>
최다 동의 순
</a>
<!--만료 임박 순 버튼-->
<a class="nav-item nav-link" id="nav-profile-tab" data-toggle="tab" href="#nav-profile" role="tab" aria-controls="nav-profile" aria-selected="false">
<i class="far fa-calendar-times"></i>
만료 임박 순
</a>
<!--최근 공개 순 버튼-->
<a class="nav-item nav-link" id="nav-contact-tab" data-toggle="tab" href="#nav-contact" role="tab" aria-controls="nav-contact" aria-selected="false">
<i class="fas fa-calendar-plus"></i>
최근 공개 순
</a>
</div>
</nav>
<!--옵션 링크-->
<div class="tab-content" id="nav-tabContent">
<!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순-->
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<!--TOP 1 개시글-->
<div class="main-top1-div">
<div class="card text-center" style="width :98.5%; ">
<!--TOP 1 Header-->
<div class="card-header main__top1-card-header" style="height : 80px;">
<!--TOP 1 Header-동의기간-->
<div>
<i class="fas fa-bomb" style="font-size : 35px; color : orange;"></i>
<span style="font-size : 26px"> 장학금 |</span>
<span style="font-size : 22px; color: orange;"> 진행중 </span>
<span style="font-size : 23px"> | D-3 </span>
</div>
<div class="main-card-title-date">
<i class="far fa-calendar-check" style="font-size: 20px;"></i>
<span style="font-size: 16px;">동의기간 : 2023.02.17 - 2023.02.19</span>
</div>
</div>
<!--TOP 1 Body-->
<div class="card-body main__top1-card-body ">
<div>
<h5 class="card-title main-hot1-title-font" >
<span style="font-size : 35px; color : #387cb3;">장학금 정책을 바꿔주세요.</span>
</h5>
<div style="padding : 4px;"> </div>
<p class="card-text main-Top1-Body-card-text-box" >
장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.
장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.
장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.
장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.
장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.장학금 정책을 바꿔주세요.
</p>
</div>
</div>
<div class="card-header" style="height : 50px; background-color: white; display : flex;">
<!--TOP 1 Header-동의 사람-->
<div class="main-card-title-date ">
<i class="fas fa-thumbs-up " style="align-item: center; font-size: 20px; color: #6499E1" ></i>
<span style="font-size: 15px; color: #6499E1 ">120명</span>
</div>
</div>
<!--TOP 1 Foot-->
<div class="card-footer text-muted main-card-footer-setting" >
<div class="progress" style="height:20px">
<!--막대기 퍼센트 조절 하고 싶으면 home.css 에 가서 main_progress-bar-stats 에 있는 width 를 변경하면 된다. 니머지들 모두 같은 방식으로 진행 // 이 바로 아래 65%는 막대기 속 숫자를 의미-->
<div class="progress-bar main_progress-bar-stats" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">65%</div>
</div>
<div class="main-margin-top1-bottom">
<a href="#" class="btn btn-primary" style="background-color : #6499E1; border-style: none; height: 40px; width : 120px;">
<span style="font-size : 17px; font-weight : 600;">동의하기</span>
</a>
</div>
</div>
</div>
</div>
<!--TOP1 TOP 2 사이 공간-->
<div class="home-margin-60"></div>
<div class="home__container-remnant" style="display: flex; justify-content : space-evenly;">
<!--HOT 2-->
<div class="card text-right home__container-remnant-top2" style="width: 49%;">
<div class="card text-center">
<!--HOT 2 Head-->
<div class="card-header main__top1-card-header" style="display : flex; justify-content : space-between;">
<div>
<span style="font-size : 15px"> 기숙사 |</span>
<span style="font-size : 15px; color: orange;"> 진행중 </span>
<span style="font-size : 15px"> | D-24 </span>
</div>
<div>
<i class="far fa-calendar-check " style="font-size: 15px;"></i>
<span style="font-size : 13px;"> 동의기간: 02.17 - 02.19</span>
</div>
</div>
</div>
<!--HOT 2 Body-->
<div class="card-body main-hot23-body" >
<h5 class="card-title main-card-title-font" style="color: #4b2679; " >Special title treatmentmain</h5>
</div>
<!--HOT 2 동의 사람 수-->
<div class="card-header" style="display : flex; justify-content : space-between; background-color: white;">
<div>
<i class="fas fa-thumbs-up" style=" color : #9b77b3;"></i>
<span style="font-size : 15px; color : #9b77b3;"> 45명</span>
</div>
</div>
<!--HOT 2 Foot-->
<div class="card-footer text-muted" style="background-color : #cdd0da; justify-content: center; ">
<div class="progress" style="">
<div
class="progress-bar" role="progressbar" style="width: 25%; background-color: #9b77b3;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%
</div>
</div>
<div style="display : flex; justify-content : center; ">
<div class="main-margin-top23-footer" style="justify-content : center;">
<a href="#" class="btn btn-primary" style="background-color: #9b77b3; border-style: none; height : 80%; align-items: center; ">동의하기</a>
</div>
</div>
</div>
</div>
<!--HOT 3-->
<div class="card text-right home__container-remnant-top2" style="width: 49%;">
<!--HOT 3 Head-->
<div class="card text-center">
<div class="card-header main__top1-card-header" style="display : flex; justify-content : space-between;">
<div>
<span style="font-size : 15px"> 기숙사 |</span>
<span style="font-size : 15px; color: orange;"> 진행중 </span>
<span style="font-size : 15px"> | D-12 </span>
</div>
<div>
<i class="far fa-calendar-check " style="font-size: 15px;"></i>
<span style="font-size : 13px;"> 동의기간: 02.17 - 02.19</span>
</div>
</div>
</div>
<!--HOT 3 Body-->
<div class="card-body main-hot23-body" >
<h5 class="card-title main-card-title-font" style="color: #20663f;">Special title treatment</h5>
</div>
<!--HOT 3 동의 사람 수-->
<div class="card-header" style="display : flex; justify-content : space-between; background-color: white;">
<div>
<i class="fas fa-thumbs-up" style=" color : #3CB371;"></i>
<span style="font-size : 15px; color : #3CB371;"> 21명</span>
</div>
</div>
<!--HOT 3 Foot-->
<div class="card-footer text-muted" style="background-color : #cdd0da; justify-content: center; ">
<div class="progress" style="">
<div
class="progress-bar" role="progressbar" style="width: 25%; background-color: #3CB371;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%
</div>
</div>
<div style="display : flex; justify-content : center; ">
<div class="main-margin-top23-footer" style="justify-content : center;">
<a href="#" class="btn btn-primary" style="background-color: #3CB371; border-style: none; height : 80%; align-items: center; ">동의하기</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순--><!--옵션 최다 동의 순-->
<!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순-->
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<!--TOP 1 개시글-->
<div class="main-top1-div">
<div class="card text-center" style="width :98.5%; ">
<!--TOP 1 Header-->
<div class="card-header main__top1-card-header" style="height : 80px;">
<!--TOP 1 Header-동의기간-->
<div>
<i class="fas fa-bomb" style="font-size : 35px; color : orange;"></i>
<span style="font-size : 26px"> 장학금 |</span>
<span style="font-size : 22px; color: orange;"> 진행중 </span>
<span style="font-size : 23px"> | D-1 </span>
</div>
<div class="main-card-title-date">
<i class="far fa-calendar-check" style="font-size: 20px;"></i>
<span style="font-size: 16px;">동의기간 : 2023.02.17 - 2023.02.19</span>
</div>
</div>
<!--TOP 1 Body-->
<div class="card-body main__top1-card-body ">
<div>
<h5 class="card-title main-hot1-title-font" >
<span style="font-size : 40px; color : #387cb3;">Special title treatment</span>
</h5>
<div style="padding : 4px;"> </div>
<p class="card-text main-Top1-Body-card-text-box">
초·중·고 12년에 대학까지 졸업해도 글쓰기는 여전히 어렵고 두렵다. 글을 잘 쓴다고 하는 이들을 부러워만 할 뿐 정작 자신은 시도조차 않는 이들이 태반이다. 글쓰기를 마치 천부의 재능처럼 여긴 탓이다.
글쓰기는 기술이다. 꾸준하게 연습한다면 누구나 잘 쓸 수 있다. 반대로 직접 써보지 않으면 백날 글쓰기 책을 읽는다 해도 절대로 늘지 않는다. 문학 장르의 글을 쓰기 위해선 어느 정도 감성이 뒷받침돼야 하겠지만, 일상적인 글은 몇 가지 기본 규칙과 세부적인 기술을 익힌 뒤 반복하면 잘 쓸 수 있다.
자전거를 처음 배우는 사람들은 자전거 묘기를 배우려는 게 아니다. 목적지까지 안전하게 갈 수 있기만 하면 대만족이다. 글쓰기 역시 마찬가지다. 화려한 수식어가 들어간 멋진 글을 목적으로 삼지 마라. 자신의 생각을 다른 사람에게 정확하게 전달하는 게 가장 먼저 할 일이다.
</p>
</div>
</div>
<div class="card-header" style="height : 50px; background-color: white; display : flex;">
<!--TOP 1 Header-동의 사람-->
<div class="main-card-title-date ">
<i class="fas fa-thumbs-up " style="align-item: center; font-size: 20px; color: #6499E1" ></i>
<span style="font-size: 15px; color: #6499E1 ">120명</span>
</div>
</div>
<!--TOP 1 Foot-->
<div class="card-footer text-muted main-card-footer-setting" >
<div class="progress" style="height : 20px">
<div class="progress-bar main_progress-bar-stats" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">65%</div>
</div>
<div class="main-margin-top1-bottom">
<a href="#" class="btn btn-primary" style="background-color : #6499E1; border-style: none; height: 40px; width : 120px;">
<span style="font-size : 17px; font-weight : 600;">동의하기</span>
</a>
</div>
</div>
</div>
</div>
<!--TOP1 TOP 2 사이 공간-->
<div class="home-margin-60"></div>
<div class="home__container-remnant" style="display: flex; justify-content : space-evenly;">
<!--HOT 2-->
<div class="card text-right home__container-remnant-top2" style="width: 49%;">
<div class="card text-center">
<!--HOT 2 Head-->
<div class="card-header main__top1-card-header" style="display : flex; justify-content : space-between;">
<div>
<span style="font-size : 15px"> 기숙사 |</span>
<span style="font-size : 15px; color: orange;"> 진행중 </span>
<span style="font-size : 15px"> | D-3 </span>
</div>
<div>
<i class="far fa-calendar-check " style="font-size: 15px;"></i>
<span style="font-size : 13px;"> 동의기간: 02.17 - 02.19</span>
</div>
</div>
</div>
<!--HOT 2 Body-->
<div class="card-body main-hot23-body">
<h5 class="card-title main-card-title-font" style="color: #4b2679;" >Special title treatment</h5>
</div>
<!--HOT 2 동의 사람 수-->
<div class="card-header" style="display : flex; justify-content : space-between; background-color: white;">
<div>
<i class="fas fa-thumbs-up" style=" color : #9b77b3;"></i>
<span style="font-size : 15px; color : #9b77b3;"> 45명</span>
</div>
</div>
<!--HOT 2 Foot-->
<div class="card-footer text-muted" style="background-color : #cdd0da; justify-content: center; ">
<div class="progress" style="">
<div
class="progress-bar" role="progressbar" style="width: 25%; background-color: #9b77b3;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%
</div>
</div>
<div style="display : flex; justify-content : center; ">
<div class="main-margin-top23-footer" style="justify-content : center;">
<a href="#" class="btn btn-primary" style="background-color: #9b77b3; border-style: none; height : 80%; align-items: center; ">동의하기</a>
</div>
</div>
</div>
</div>
<!--HOT 3-->
<div class="card text-right home__container-remnant-top2" style="width: 49%;">
<!--HOT 3 Head-->
<div class="card text-center">
<div class="card-header main__top1-card-header" style="display : flex; justify-content : space-between;">
<div>
<span style="font-size : 15px"> 코로나 19 |</span>
<span style="font-size : 15px; color: orange;"> 진행중 </span>
<span style="font-size : 15px"> | D-5 </span>
</div>
<div>
<i class="far fa-calendar-check " style="font-size: 15px;"></i>
<span style="font-size : 13px;"> 동의기간: 02.17 - 02.19</span>
</div>
</div>
</div>
<!--HOT 3 Body-->
<div class="card-body main-hot23-body" >
<h5 class="card-title main-card-title-font" style="color: #20663f;">Special title treatment</h5>
</div>
<!--HOT 3 동의 사람 수-->
<div class="card-header" style="display : flex; justify-content : space-between; background-color: white;">
<div>
<i class="fas fa-thumbs-up" style=" color : #3CB371;"></i>
<span style="font-size : 15px; color : #3CB371;"> 21명</span>
</div>
</div>
<!--HOT 3 Foot-->
<div class="card-footer text-muted" style="background-color : #cdd0da; justify-content: center; ">
<div class="progress" style="">
<div
class="progress-bar" role="progressbar" style="width: 25%; background-color: #3CB371;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%
</div>
</div>
<div style="display : flex; justify-content : center; ">
<div class="main-margin-top23-footer" style="justify-content : center;">
<a href="#" class="btn btn-primary" style="background-color: #3CB371; border-style: none; height : 80%; align-items: center; ">동의하기</a>
</div>
</div>
</div>
</div>
</div>
</div><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순--><!--만료 임박 순-->
<!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순-->
<div class="tab-pane fade" id="nav-contact" role="tabpanel" aria-labelledby="nav-contact-tab">
<!--TOP 1 개시글-->
<div class="main-top1-div">
<div class="card text-center" style="width :98.5%; ">
<!--TOP 1 Header-->
<div class="card-header main__top1-card-header" style="height : 80px;">
<!--TOP 1 Header-동의기간-->
<div>
<i class="fas fa-bomb" style="font-size : 35px; color : orange;"></i>
<span style="font-size : 26px"> 기숙사 |</span>
<span style="font-size : 22px; color: orange;"> 진행중 </span>
<span style="font-size : 23px"> | D-31 </span>
</div>
<div class="main-card-title-date">
<i class="far fa-calendar-check" style="font-size: 20px;"></i>
<span style="font-size: 16px;">동의기간 : 2023.02.17 - 2023.02.19</span>
</div>
</div>
<!--TOP 1 Body-->
<div class="card-body main__top1-card-body ">
<div>
<h5 class="card-title main-hot1-title-font" >
<span style="font-size : 35px; color : #387cb3;">장학금 정책을 바꿔주세요.</span>
</h5>
<div style="padding : 4px;"> </div>
<p class="card-text main-Top1-Body-card-text-box">
초·중·고 12년에 대학까지 졸업해도 글쓰기는 여전히 어렵고 두렵다. 글을 잘 쓴다고 하는 이들을 부러워만 할 뿐 정작 자신은 시도조차 않는 이들이 태반이다. 글쓰기를 마치 천부의 재능처럼 여긴 탓이다. 글쓰기는 기술이다. 꾸준하게 연습한다면 누구나 잘 쓸 수 있다. 반대로 직접 써보지 않으면 백날 글쓰기 책을 읽는다 해도 절대로 늘지 않는다. 문학 장르의 글을 쓰기 위해선 어느 정도 감성이 뒷받침돼야 하겠지만, 일상적인 글은 몇 가지 기본 규칙과 세부적인 기술을 익힌 뒤 반복하면 잘 쓸 수 있다. 자전거를 처음 배우는 사람들은 자전거 묘기를 배우려는 게 아니다. 목적지까지 안전하게 갈 수 있기만 하면 대만족이다. 글쓰기 역시 마찬가지다. 화려한 수식어가 들어간 멋진 글을 목적으로 삼지 마라. 자신의 생각을 다른 사람에게 정확하게 전달하는 게 가장 먼저 할 일이다.
</p>
</div>
</div>
<div class="card-header" style="height : 50px; background-color: white; display : flex;">
<!--TOP 1 Header-동의 사람-->
<div class="main-card-title-date ">
<i class="fas fa-thumbs-up " style="align-item: center; font-size: 20px; color: #6499E1" ></i>
<span style="font-size: 15px; color: #6499E1 ">120명</span>
</div>
</div>
<!--TOP 1 Foot-->
<div class="card-footer text-muted main-card-footer-setting" >
<div class="progress" style="height : 20px">
<div class="progress-bar main_progress-bar-stats" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">65%</div>
</div>
<div class="main-margin-top1-bottom">
<a href="#" class="btn btn-primary" style="background-color : #6499E1; border-style: none; height: 40px; width : 120px;">
<span style="font-size : 17px; font-weight : 600;">동의하기</span>
</a>
</div>
</div>
</div>
</div>
<!--TOP1 TOP 2 사이 공간-->
<div class="home-margin-60"></div>
<div class="home__container-remnant" style="display: flex; justify-content : space-evenly;">
<!--HOT 2-->
<div class="card text-right home__container-remnant-top2" style="width: 49%;">
<div class="card text-center">
<!--HOT 2 Head-->
<div class="card-header main__top1-card-header" style="display : flex; justify-content : space-between;">
<div>
<span style="font-size : 15px"> 기숙사 |</span>
<span style="font-size : 15px; color: orange;"> 진행중 </span>
<span style="font-size : 15px"> | D-24 </span>
</div>
<div>
<i class="far fa-calendar-check " style="font-size: 15px;"></i>
<span style="font-size : 13px;"> 동의기간: 02.17 - 02.19</span>
</div>
</div>
</div>
<!--HOT 2 Body-->
<div class="card-body main-hot23-body">
<h5 class="card-title main-card-title-font" style="color: #4b2679;" >기숙사를 개편해 주십시오.</h5>
</div>
<!--HOT 2 동의 사람 수-->
<div class="card-header" style="display : flex; justify-content : space-between; background-color: white;">
<div>
<i class="fas fa-thumbs-up" style=" color : #9b77b3;"></i>
<span style="font-size : 15px; color : #9b77b3;"> 45명</span>
</div>
</div>
<!--HOT 2 Foot-->
<div class="card-footer text-muted" style=" background-color : #cdd0da; justify-content: center; ">
<div class="progress" style="">
<div
class="progress-bar" role="progressbar" style="width: 25%; background-color: #9b77b3;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%
</div>
</div>
<div style="display : flex; justify-content : center; ">
<div class="main-margin-top23-footer" style="justify-content : center;">
<a href="#" class="btn btn-primary" style="background-color: #9b77b3; border-style: none; height : 80%; align-items: center; ">동의하기</a>
</div>
</div>
</div>
</div>
<!--HOT 3-->
<div class="card text-right home__container-remnant-top2" style="width: 49%;">
<!--HOT 3 Head-->
<div class="card text-center">
<div class="card-header main__top1-card-header" style="display : flex; justify-content : space-between;">
<div>
<span style="font-size : 15px"> 기숙사 |</span>
<span style="font-size : 15px; color: orange;"> 진행중 </span>
<span style="font-size : 15px"> | D-19 </span>
</div>
<div>
<i class="far fa-calendar-check " style="font-size: 15px;"></i>
<span style="font-size : 13px;"> 동의기간: 02.17 - 02.19</span>
</div>
</div>
</div>
<!--HOT 3 Body-->
<div class="card-body main-hot23-body">
<h5 class="card-title main-card-title-font" style="color: #20663f;">Special title </h5>
</div>
<!--HOT 3 동의 사람 수-->
<div class="card-header" style="display : flex; justify-content : space-between; background-color: white;">
<div>
<i class="fas fa-thumbs-up" style=" color : #3CB371;"></i>
<span style="font-size : 15px; color : #3CB371;"> 21명</span>
</div>
</div>
<!--HOT 3 Foot-->
<div class="card-footer text-muted" style="background-color : #cdd0da; justify-content: center; ">
<div class="progress" style="">
<div
class="progress-bar" role="progressbar" style="width: 25%; background-color: #3CB371;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%
</div>
</div>
<div style="display : flex; justify-content : center; ">
<div class="main-margin-top23-footer" style="justify-content : center;">
<a href="#" class="btn btn-primary" style="background-color: #3CB371; border-style: none; height : 80%; align-items: center; ">동의하기</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순--><!--최근 공개 순-->
<div class="home-margin-top"> </div>
<!--항목 별 분류-->
<div style="display:flex; justify-content : center;">
<span> | 항목 별 분류 |</span>
</div>
<hr>
<!--항목 별 분류 버튼 세트 -->
<div style="display : flex; justify-content: space-evenly;" >
<!--학사 버튼-->
<div class="main-search-by-category-icon-div">
<a class="btn-primary main-search-by-category-icon" href="#" role="button">
<i class="fas fa-user-graduate main-search-by-category-icon-details"></i>
</a>
<span class="main-search-by-category-icon-font">학사</span>
</div>
<!-- <!–일반 버튼–>-->
<!-- <div class="main-search-by-category-icon-div">-->
<!-- <a class="btn-primary main-search-by-category-icon " href="#" role="button">-->
<!-- <i class="fas fa-random main-search-by-category-icon-details"></i>-->
<!-- </a>-->
<!-- <span class="main-search-by-category-icon-font">일반</span>-->
<!-- </div>-->
<!-- <!–사회 봉사 버튼 –>-->
<!-- <div class="main-search-by-category-icon-div">-->
<!-- <a class="btn-primary main-search-by-category-icon " href="#" role="button">-->
<!-- <i class="fas fa-hands-helping main-search-by-category-icon-details"></i>-->
<!-- </a>-->
<!-- <span class="main-search-by-category-icon-font">사회봉사</span>-->
<!-- </div>-->
<!--등록/장학 버튼 -->
<div class="main-search-by-category-icon-div">
<a class="btn-primary main-search-by-category-icon " href="#" role="button">
<i class="fas fa-won-sign main-search-by-category-icon-details" ></i>
</a>
<span class="main-search-by-category-icon-font" style="font-size: 16.5px;">등록/장학</span>
</div>
<!--학생 생활 버튼 -->
<div class="main-search-by-category-icon-div">
<a class="btn-primary main-search-by-category-icon " href="#" role="button">
<i class="fas fa-university main-search-by-category-icon-details"></i>
</a>
<span class="main-search-by-category-icon-font">학생생활</span>
</div>
<!-- <!–채용 버튼 –>-->
<!-- <div class="main-search-by-category-icon-div">-->
<!-- <a class="btn-primary main-search-by-category-icon " href="#" role="button">-->
<!-- <i class="fas fa-people-arrows main-search-by-category-icon-details"></i>-->
<!-- </a>-->
<!-- <span class="main-search-by-category-icon-font">채용</span>-->
<!-- </div>-->
<!-- <!–글로벌 버튼 –>-->
<!-- <div class="main-search-by-category-icon-div">-->
<!-- <a class="btn-primary main-search-by-category-icon " href="#" role="button">-->
<!-- <i class="fas fa-globe-asia main-search-by-category-icon-details"></i>-->
<!-- </a>-->
<!-- <span class="main-search-by-category-icon-font">글로벌</span>-->
<!-- </div>-->
<!--진로취업 버튼 -->
<div class="main-search-by-category-icon-div">
<a class="btn-primary main-search-by-category-icon " href="#" role="button">
<i class="fas fa-briefcase main-search-by-category-icon-details"></i>
</a>
<span class="main-search-by-category-icon-font">진로취업</span>
</div>
<!-- <!–비교과 버튼 –>-->
<!-- <div class="main-search-by-category-icon-div">-->
<!-- <a class="btn-primary main-search-by-category-icon " href="#" role="button">-->
<!-- <i class="fas fa-book-reader main-search-by-category-icon-details"></i>-->
<!-- </a>-->
<!-- <span class="main-search-by-category-icon-font">비교과</span>-->
<!-- </div>-->
<!-- <!–코로나19 버튼 –>-->
<!-- <div class="main-search-by-category-icon-div">-->
<!-- <a class="btn-primary main-search-by-category-icon " href="#" role="button">-->
<!-- <i class="fas fa-viruses main-search-by-category-icon-details"></i>-->
<!-- </a>-->
<!-- <span class="main-search-by-category-icon-font">코로나19</span>-->
<!-- </div>-->
<!--기타 버튼 -->
<div class="main-search-by-category-icon-div">
<a class="btn-primary main-search-by-category-icon " href="#" role="button">
<i class="fas fa-question-circle main-search-by-category-icon-details"></i>
</a>
<span class="main-search-by-category-icon-font">기타</span>
</div>
<!--밑에 칸-->
</div>
</div>
<div class="home-margin-top"> </div>
<div class="home-title--hot"></div>
</body>
<div include-html="reference/footer.html"></div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script src="static/js/includeHTML.js"></script>
<script>
includeHTML();
</script>
</html>