Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions client/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,27 @@
/>
<link rel="stylesheet" href="./css/main.css" />
<link rel="icon" href="./image/main/tiving.ico" type="image/x-icon" />
<script src="../client/js/include.js" defer></script>
<!-- <script src="./js/include.js" defer></script> -->
</head>
<body class="landing__body">
<div w3-include-html="./header.html"></div>
<main>
<section class="section1">
<div class="section1__container">
<div class="section1__textbox">
<h2 class="section1__title">
<span>타잉 오리지널 콘텐츠,</span>
<span>방송, 영화, 해외시리즈까지!</span>
<span>재미를 플레이해보세요.</span>
<div class="section1__textbox flex flex-col items-center pt-[160px] ">
<h2 class="section1__title text-[52px] font-bold text-center">
<span class="block ">타잉 오리지널 콘텐츠,</spanclass=text->
<span class="block">방송, 영화, 해외시리즈까지!</span>
<span class="block">재미를 플레이해보세요.</span>
</h2>
<h3 class="section1__subtitle">
<h3 class="section1__subtitle text-[28.5px] font-semibold block mx-auto pt-[20px] pb-[60px]">
간편하게 가입하고, 원하실 때 해지할 수 있어요.
</h3>
<a href="./login.html" class="join__button"
<a href="./login.html " class="join__button text-[28.5px] font-medium h-[80px] w-[506px] text-center bg-[url(./landing/Simbol.svg)] bg-cover bg-[center_top_35%] bg-[#E93945] text-white py-4 "
>새로워진 타잉을 만나보세요!</a
>
</div>
<img src="./image/landing/backgorund-1.png" alt="" />
</div>
</section>
<section class="section2">
Expand Down