init
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
<?=$this->extend('templates/front_example.php');?>
|
||||
|
||||
<?=$this->section('title');?>
|
||||
ZENITH - 마이 페이지
|
||||
<?=$this->endSection();?>
|
||||
|
||||
<?=$this->section('content');?>
|
||||
<body>
|
||||
<div class="sub-contents-wrap myPage-container">
|
||||
<div class="title-area">
|
||||
<h2 class="page-title">마이 페이지</h2>
|
||||
</div>
|
||||
|
||||
<main class="container my-5">
|
||||
<h1 class="text-center">Nick Name</h1>
|
||||
<div class="row justify-content-center mt-4">
|
||||
<div class="col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-header bg-dark text-white">
|
||||
<h3 class="card-title mb-0">Profile</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<dl><dt>아이디:</dt><dd>John Doe</dd> </dl>
|
||||
<dl><dt>이메일:</dt><dd>john.doe@example.com</dd> </dl>
|
||||
<dl><dt>기존 비밀번호:</dt><dd></dd></dl>
|
||||
<dl><dt>신규 비밀번호:</dt><dd></dd></dl>
|
||||
<dl><dt>비밀번호 확인:</dt><dd></dd></dl>
|
||||
<dl><dt>전화번호:</dt><dd>010-0000-0000</dd> </dl>
|
||||
<button type="button" class="btn btn-primary">작성완료</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
<?=$this->endSection();?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- <!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>My Account</title>
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
</head>
|
||||
<body> -->
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user