Commit c7ec164a by Tiarro Elprida Tamba

Upload New File

parent 5d782a34
<template>
<div class="hero">
<!--Dekstop-->
<div class="d-none d-md-block">
<div class="row mt-4">
<div class="col-md-6">
<div class="d-flex h-100">
<div class="justify-content-center align-self-center">
<h2>
<strong> Delicious Food Menu, </strong> <br />
in Your Gadget
<p>Ayo segere pilih dan pesan makanan favorit Anda</p>
<router-link class="btn btn-lg btn-success" to="/foods">
<b-icon-arrow-right></b-icon-arrow-right>Pesan
</router-link>
</h2>
</div>
</div>
</div>
<div class="col-md-6">
<img src="../assets/images/hero.png" width="100%" />
</div>
</div>
</div>
<!--Mobile-->
<div class="d-sm-block d-md-none">
<div class="row mt-4">
<div class="col-md-6 mb-3">
<img src="../assets/images/hero.png" width="100%" />
</div>
<div class="col-md-6">
<div class="d-flex h-100">
<div class="justify-content-center align-self-center">
<h2>
<strong> Delicious Food Menu, </strong> <br />
in Your Gadget
<p>Ayo segere pilih dan pesan makanan favorit Anda</p>
<button class="btn btn-lg btn-success">
<b-icon-arrow-right></b-icon-arrow-right>Pesan
</button>
</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script>
export default {
name: "Home",
};
</script>
<style></style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment