customer-frontend-service 수정

This commit is contained in:
hoon7566
2022-01-27 15:12:40 +09:00
parent 6e594a1a11
commit 3a5f9d1fad
3 changed files with 8 additions and 18 deletions

View File

@@ -42,10 +42,10 @@
<div class="card card-style mb-0">
<div class="content" id="aaaddd">
<h1 class="text-center">Sticky Restaurant</h1>
<div class="content" >
<h1 class="text-center">Just Coffee</h1>
<p class="boxed-text-xl pb-4">
Sticky Offers a huge amount of features for an incredible price, providing you with the new and awesome restaurant package.
최상급 원두를 사용한 커피를 판매합니다.
</p>
</div>
</div>
@@ -54,7 +54,7 @@
<a href="#" class="card card-style" style="background-image:url(/images/food/full/2w.jpg);" data-card-height="125">
<div class="card-center px-3">
<h1 class="color-white line-height-m font-30">
Pizza
Coffee
</h1>
</div>
<div class="card-center">
@@ -65,18 +65,7 @@
<a href="#" class="card card-style" style="background-image:url(/images/food/full/4w.jpg);" data-card-height="125">
<div class="card-center px-3">
<h1 class="color-white line-height-m font-30">
Steaks
</h1>
</div>
<div class="card-center">
<i class="fa fa-arrow-right text-end color-white d-block font-24 opacity-50 pe-3 pb-1"></i>
</div>
<div class="card-overlay bg-black opacity-70"></div>
</a>
<a href="#" class="card card-style" style="background-image:url(/images/food/full/1w.jpg);" data-card-height="125">
<div class="card-center px-3">
<h1 class="color-white line-height-m font-30">
Burgers
Non-coffee
</h1>
</div>
<div class="card-center">
@@ -85,6 +74,7 @@
<div class="card-overlay bg-black opacity-70"></div>
</a>
<div class="card card-style">
<div class="content">
<h1>Find us Here:</h1>

View File

@@ -3,7 +3,7 @@
<div th:fragment="header" class="header header-fixed header-logo-center">
<a href="/index.html" class="header-title">Sticky Mobile</a>
<a href="/index.html" class="header-title">Just Pickup!</a>
<a href="#" data-back-button class="header-icon header-icon-1"><i class="fas fa-arrow-left"></i></a>
<a href="#" data-menu="menu-sidebar-left-1" class="header-icon header-icon-2"><i class="fas fa-arrow-left"></i></a>
<a href="#" data-toggle-theme class="header-icon header-icon-3"><i class="fas fa-lightbulb"></i></a>

View File

@@ -3,7 +3,7 @@
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<head>
<meta charset="UTF-8">
<title>패스오더</title>
<title>JUST-PICKUP!</title>
<th:block th:replace="/fragments/head"></th:block>