안효원 안효원 2022-01-20
section3 complete
@14536a5f9c7618e2db4a44c2fc39f0c2c395cfaf
 
vscode/float/images/banner1.png (Binary) (added)
+++ vscode/float/images/banner1.png
Binary file is not shown
 
vscode/float/images/banner2.png (Binary) (added)
+++ vscode/float/images/banner2.png
Binary file is not shown
 
vscode/float/images/banner3.png (Binary) (added)
+++ vscode/float/images/banner3.png
Binary file is not shown
vscode/float/index.html
--- vscode/float/index.html
+++ vscode/float/index.html
@@ -95,19 +95,19 @@
                         <div class="board_content">
                             <ul>
                                 <li>
-                                    <a href="#">2월 교육일정 안내</a>
+                                    <a href="#">ㆍ 2월 교육일정 안내</a>
                                     <span>2022-01-20</span>
                                 </li>
                                 <li>
-                                    <a href="#">UI/UX 웹퍼블리셔 양성과정...</a>
+                                    <a href="#">ㆍ UI/UX 웹퍼블리셔 양성...</a>
                                     <span>2022-01-20</span>
                                 </li>
                                 <li>
-                                    <a href="#">아두이노와 자바를 활용한...</a>
+                                    <a href="#">ㆍ 아두이노 자바를 활용한...</a>
                                     <span>2022-01-20</span>
                                 </li>
                                 <li>
-                                    <a href="#">일반고 특화 직업능력개발...</a>
+                                    <a href="#">ㆍ 일반 특화 직업능력개발...</a>
                                     <span>2022-01-20</span>
                                 </li>
                             </ul>
@@ -122,19 +122,19 @@
                         <div class="board_content">
                             <ul>
                                 <li>
-                                    <a href="#">원서접수 양식...</a>
+                                    <a href="#">ㆍ 원서접수 양식...</a>
                                     <span>2022-01-20</span>
                                 </li>
                                 <li>
-                                    <a href="#">세무/회계/ERP 교육과정...</a>
+                                    <a href="#">ㆍ 세무/회계/ERP 교육과정...</a>
                                     <span>2022-01-20</span>
                                 </li>
                                 <li>
-                                    <a href="#">전기/전자/통신 교육과...</a>
+                                    <a href="#">ㆍ 전기/전자/통신 교육과...</a>
                                     <span>2022-01-20</span>
                                 </li>
                                 <li>
-                                    <a href="#">디자인/영상 교육과정...</a>
+                                    <a href="#">ㆍ 디자인/영상 교육과정...</a>
                                     <span>2022-01-20</span>
                                 </li>
                             </ul>
@@ -147,6 +147,47 @@
         </section>
         <!-- SECTION2 -->
 
+        <!-- SECTION3 -->
+        <section id="section3">
+            <div class="wrap">
+                <!-- BANNER AREA -->
+                <div class="area_banner">
+                    <div class="box_banner">
+                        <a href="#">
+                            <img src="images/banner1.png" alt="">
+                        </a>
+                    </div>
+                    <div class="box_banner">
+                        <a href="#">
+                            <img src="images/banner2.png" alt="">
+                        </a>
+                    </div>
+                    <div class="box_banner">
+                        <a href="#">
+                            <img src="images/banner3.png" alt="">
+                        </a>
+                    </div>
+                </div>
+                <!-- BANNER AREA -->
+
+                <!-- SITE MAP -->
+                    <div class="area_sitemap">
+                        <h3>커뮤니티</h3>
+                        <ul>
+                            <li><a href="#">공지사항</a></li>
+                            <li><a href="#">수상경력</a></li>
+                            <li><a href="#">동영상</a></li>
+                            <li><a href="#">포토갤러리</a></li>
+                            <li><a href="#">수강후기</a></li>
+                            <li><a href="#">안효원</a></li>
+                        </ul>
+                    </div>            
+                <!-- SITE MAP -->
+            </div>
+        </section>
+        <!-- SECTION3 -->
+
+
     </main>
     <!-- MAIN -->
 
@@ -162,3 +203,4 @@
 
 
 
+
vscode/float/main.css
--- vscode/float/main.css
+++ vscode/float/main.css
@@ -217,6 +217,7 @@
     background-color: #ff944c;
 }
 
+/* SECTION2 */
 .board_box {
     width: 46%;
     margin-right: 4%;
@@ -224,34 +225,117 @@
     font-size: 0.8rem;
 }
 .board_title {
+    width: 100%;
     font-size: 1.5rem;
-    border-bottom: 2px solid #005BAA;
-    margin-bottom: 10px;
-    padding-bottom: 5px;
+    border-bottom: 3px solid #005BAA;
+    margin-bottom: 5%;
+    padding-bottom: 2%;
 }
 
 .board_title a{
     float: right;
     color: #005BAA;
-    font-size: 13px;
+    font-size: 0.8rem;
     position: relative;
     top: 15px;
 }
 
 .board_content ul li {
-    margin-bottom: 6px;
+    line-height: 22px;
+    background-image: url("https://www.icqa.or.kr/images/cn/bullet1.png") no-repeat left center;
+}
+
+#section2 .board_content li:nth-child(odd) {
+    background-color: #e8e6ee;
 }
 
 .board_content ul li a {
     font-weight: 600;
 }
 
+.board_content ul li a:hover{
+    color: #444
+}
+
 .board_content ul li span {
     float: right;
+    color: grey;
 }
 
 #board_pds {
     margin-right: 0;
 }
 
+/* SECTION3 */
+#section3 {
+    background-color: #eee;
+    padding: 20px 0;
+}
+
+#section3 .area_banner:after {
+    display: block;
+    clear: both;
+    content: '';
+}
+
+#section3 .box_banner {
+    float: left;
+}
+
+#section3 .box_banner:nth-child(1) {
+    margin-right: 1.5%;
+}
+
+#section3 .box_banner:nth-child(3) {
+    margin-left: 1.5%;
+}
+
+#section3 .area_sitemap {
+    width: 98.8%;
+    margin-top: 10px;
+    background-color: #fff;
+    border: 1px solid #ddd;
+    height: 67px;    
+}
+
+#section3 .area_sitemap h3 {
+    float: left;
+    background-color: #3363c8;
+    color: #fff;
+    font-weight: 600;
+    padding: 20px 0;
+    width: 13%;
+    text-align: center;
+}
+
+#section3 .area_sitemap ul {
+    float: left;
+    width: 87%;
+    padding: 22px 1%;
+}
+
+#section3 .area_sitemap ul li {
+    display: inline-block;
+    width: 15%;
+    text-align: center;
+    background-image: url("https://www.icqa.or.kr/images/cn/box3_4.png") no-repeat left center;
+}
+
+#section3 .area_sitemap ul li a {
+    font-weight: 600;
+}
+
+#section3 .area_sitemap ul li a:hover {
+    color: tomato;
+}
+
+
+
+
+
+
+
+
+
+
 
Add a comment
List