Skip to content

Commit

Permalink
site
Browse files Browse the repository at this point in the history
  • Loading branch information
artdev-hash committed Feb 23, 2024
1 parent 4f0a448 commit aeb3588
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
Binary file removed assets/image/bbq.jpg
Binary file not shown.
Binary file removed assets/image/shang.jpg
Binary file not shown.
Binary file removed assets/image/toci.jpg
Binary file not shown.
42 changes: 3 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
right: 0px;
">
<div class="v-toolbar__content justify-center flex-wrap">
<a href="#Products" class="ma-1 v-btn v-btn--text theme--light v-size--large"><span
class="v-btn__content">PRODUCTS</span></a>
<a href="https://m-k-products.github.io/store/" class="ma-1 v-btn v-btn--text theme--light v-size--large"><span
class="v-btn__content">ABOUT</span></a>
<a href="#contact" class="ma-1 v-btn v-btn--outlined v-btn--text theme--light v-size--large"><span
class="v-btn__content">ORDER NOW</span></a>
</div>
Expand All @@ -81,43 +81,7 @@ <h2>HOMEMADE CHICKEN BARBEQUE, HOMEMADE CHICKEN TOCINO,
</div>
</header>
<main>
<section>
<div class="container fill-height" id="Products" style="height: auto; min-height: 100vh">
<div class="row justify-center">
<div class="text-center col-md-10 col-12">
<h1 data-aos="fade-up">#Products</h1>
</div>
<div class="text-center col-sm-6 col-md-4 col-12">
<div class="v-card v-card--hover v-sheet theme--light" style="height: 100%" data-aos="fade-up">
<div class="v-card__text">
<h2>CHICKEN TOCINO</h2>
<br />
<img src="./assets/image/toci.jpg" width="200">
</div>
</div>
</div>
<div class="text-center col-sm-6 col-md-4 col-12">
<div class="v-card v-card--hover v-sheet theme--light" style="height: 100%" data-aos="fade-up">
<div class="v-card__text">
<h2>CHICKEN BARBEQUE</h2>
<br />
<img src="./assets/image/bbq.jpg" width="200">
</div>
</div>
</div>
<div class="text-center col-sm-6 col-md-4 col-12">
<div class="v-card v-card--hover v-sheet theme--light" style="height: 100%" data-aos="fade-up">
<div class="v-card__text">
<h2>Shanghai Rolls</h2>
<br />
<img src="./assets/image/shang.jpg" width="200">
</div>
</div>
</div>

</div>
</div>
</section>

<section>
<div class="container fill-height" id="contact" style="height: auto; min-height: 100vh">
<div class="row justify-center">
Expand Down

0 comments on commit aeb3588

Please sign in to comment.