210713 UIUX WebDesign jQuery 연습_4_1(index.html)

ITisIT210·2021년 7월 17일
0

jQuery

목록 보기
90/142
post-thumbnail
<!doctype html>
<html>

<head>
    <meta charset="utf-8">
    <title>경동</title>
    <link href="css/common.css" rel="stylesheet" type="text/css">
    <link href="css/main.css" rel="stylesheet" type="text/css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    <script src="./js/common.js"></script>
</head>

<body>
    <div id="wrap">

        <div id="top">
            <header id="header" class="inner clearfix">
                <h1><a href="#"><img src="images/logo.png" alt="경동"></a></h1>

                <ul class="gnb">
                    <li><a href="#">회사소개</a>
                        <ul class="depth2">
                            <li><a href="#">인사말</a></li>
                            <li><a href="#">경영이념</a></li>
                            <li><a href="#">관계사소개</a></li>
                            <li><a href="#">오시는 길</a></li>
                        </ul>
                    </li>
                    <li><a href="#">사업영역</a>
                        <ul class="depth2">
                            <li><a href="#">국내자원개발</a></li>
                            <li><a href="#">해외자원개발</a></li>
                            <li><a href="#">엔지니어링사업</a></li>
                            <li><a href="#">임대사업</a></li>
                        </ul>
                    </li>
                    <li><a href="#">기술혁신</a>
                        <ul class="depth2">
                            <li><a href="#">경동신기술</a></li>
                            <li><a href="#">광산안전시스템</a></li>
                        </ul>
                    </li>
                    <li><a href="#">홍보센터</a>
                        <ul class="depth2">
                            <li><a href="#">특허 및 인증</a></li>
                            <li><a href="#">사회공헌활동</a></li>
                            <li><a href="#">공지사항</a></li>
                        </ul>
                    </li>
                </ul>
            </header>
            <!--header-->



            <article class="visual_txt inner">
                <p class="vt_01">We will provide bright energy</p>
                <p class="vt_02">에너지를 통한 따뜻한 삶의 공간 창조 경동이 함께 하겠습니다.</p>
                <p class="more"><a href="#">Learn More</a></p>
            </article>
        </div>
        <!--top-->




        <div id="contents">


            <section id="biz" class="inner">
                <h2>BUSINESS</h2>
                <p>고객이 신뢰하는 글로벌 에너지 자원 선도 기업</p>
                <ul class="biz_part clearfix">
                    <li><a href="#">국내자원개발<br>
                            Domestic resource</a></li>
                    <li><a href="#">해외자원개발<br>
                            Oversea resource </a></li>
                    <li><a href="#">엔지니어링사업<br>
                            Engineering</a></li>
                    <li><a href="#">임대사업<br>
                            Building Lease</a></li>
                </ul>
            </section>
            <!--biz-->


            <section id="about">
                <div class="inner clearfix">
                    <div class="about_tit">
                        <h2>ABOUT<br>KYUNGDONG</h2>
                        <p>서민연료인 연탄에서 신재생 에너지까지 <br>
                            에너지를 통한 따뜻한 삶의 공간 창조 <br>
                            바로 경동이 함께합니다.</p>
                    </div>
                    <ul class="about_link">
                        <li><a href="#">CEO 인사말<br>
                                <span>CEO’s Greetings</span></a></li>
                        <li><a href="#">경영이념<br>
                                <span>Management Philosophy</span></a></li>
                        <li><a href="#">관계사<br>
                                <span>Business Overview</span></a></li>
                    </ul>
                </div>
            </section>

        </div>
        <!--contents-->


        <footer id="footer">
            <div class="inner">
                <address>상호 : (주)경동 사업자등록번호 : 222-81-03192<br>본사 : 경기도 성남시 분당구 수내로 46번길 4 경동빌딩 11층 TEL : 031-738-1300
                    FAX : 031-738-1313</address>
                <p class="copy">Copyright © KYUNGDONG. All Rights Reserved.</p>
            </div>
        </footer>
        <!--footer-->


    </div>
    <!--wrap-->


</body>

</html>
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글