관리 메뉴

moozi

4/2 introduce.html 본문

TIS_2016/주말반_1기

4/2 introduce.html

moozi 2016. 4. 2. 10:18

<!doctype html>
<html>
    <head>
       <meta charset="utf-8">
        <!-- viewport. 모바일기기에 맞게 맞춰주는 기능 ----->
        <meta name="viewport" content="width=device-width, initial-scale=1">
       <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />

        <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>

        <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
       
        <!-- fotorama.css & fotorama.js. -->
<link  href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css" rel="stylesheet"> <!-- 3 KB -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js"></script> <!-- 16 KB -->
       
        <style type="text/css">
            .photo_style{
                width:800px;
                margin:auto;
            }
           
            .footer_style{
                padding:auto;
            }
        </style>

    </head>
    <body>
        <div data-role="page" data-fullscreen="true">
            <div data-role="header">
                <a href="index.html" data-icon="back" data-iconpos="notext">back</a>
                <a href="index.html" data-icon="home" data-iconpos="notext">home</a>
                <h1>영화소개</h1>
                <!-- 서브메뉴 --------------------------->
                <div data-role="navbar">
                   <ul>
                       <li>
                       <a href="introduce.html" class="ui-btn-active">줄거리</a>
                       </li>
                       <li><a href="introduce2.html">출연진</a></li>
                       <li><a href="introduce3.html">평점</a></li>
                   </ul>
               </div>
               
                <!-- 서브메뉴 끝.------------------------->
            </div>
            <div data-role="content">

                <div data-role="collapsible" data-collapsed="false">
                    <h4>줄거리</h4>
                    <p>
                    모든 대결에는 이유가 있다!
                   </p>
                   <p>
                    슈퍼맨과 조드 장군의 격렬한 전투 이후 메트로폴리스는 파괴되었고 슈퍼맨은 세계 최고 논쟁의 인물이 되어버린다.
                    한편 배트맨은 그 동안 타락했던 많은 자들처럼 슈퍼맨 역시 언젠가 타락을 할 것이라 생각하며 사회에서 가장 위험한 존재로 여긴다.
                    </p>
                    <p>
                    세계의 미래를 위해 무모하고 제어할 수 없는 힘을 가진 슈퍼맨으로 인해 벌어졌던 일들을 바로 잡으려 하는데…
                   </p>
                </div>
               
            </div>
            <div data-role="footer">
                <h3 class="footer_style">Copyright &copy; reserved by CGV.</h3>
            </div>
       
        </div>
    </body>
</html>

'TIS_2016 > 주말반_1기' 카테고리의 다른 글

구글맵  (0) 2016.04.02
movie.html  (0) 2016.04.02
movie작업예제  (0) 2016.04.02
gallery 예제  (0) 2016.03.26
미디어쿼리 예제  (0) 2016.03.26
Comments