일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 안드로이드 배경화면
- 영어
- 안드로이드 개발
- 구글 안드로이드
- 안드로이드 개발 2.0
- 아이폰 바탕화면
- 안드로이드2.0
- 안드로이드 개발 2.0 강좌
- android
- Form Stuff
- 하루한마디영어
- 안드로이드 2.0 개발
- 아이폰 배경화면
- 하루 한마디 영어
- 안드로이드 바탕화면
- 안드로이드폰
- 안드로이드2.0개발
- 스카이 안드로이드폰 시리우스 K양 동영상
- 스마트폰 배경화면
- objective-c
- 스카이 안드로이드폰 시리우스
- sky 시리우스폰
- 안드로이드개발
- 안드로이드 개발 강좌
- MapView
- SKY 시리우스
- 인기있는 블로그 만들기
- 구글안드로이드
- 구글 안드로이드 개발
- 안드로이드
- Today
- Total
moozi
4/2 introduce.html 본문
<!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 © 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 |