96 lines
4.2 KiB
Vue
96 lines
4.2 KiB
Vue
<template>
|
|
<div class="mt-10">
|
|
|
|
<div class="footer black grey--text black--text py-10">
|
|
<v-container>
|
|
<v-row class="justify-center pb-10">
|
|
<v-btn color="transparent grey--text">
|
|
<v-icon x-large>mdi-facebook</v-icon>
|
|
</v-btn>
|
|
<v-btn color="transparent grey--text">
|
|
<v-icon x-large>mdi-twitter</v-icon>
|
|
</v-btn>
|
|
<v-btn color="transparent grey--text">
|
|
<v-icon x-large>mdi-share</v-icon>
|
|
</v-btn>
|
|
</v-row>
|
|
<hr />
|
|
<div class="pt-5">
|
|
<v-row>
|
|
<v-col col="12" sm="12" lg="3" md="6">
|
|
<div class="f_sec_1">
|
|
<div class="f_sec_1_logo">
|
|
</div>
|
|
<p color="grey--text">
|
|
We are a delivery company Serving in thakurnagar area.
|
|
Now we deliver Fruits, vegetables, cosmetics, grocery and many daily needs.
|
|
Along with delivery we provide various services for home and small offices like electrician, plumber etc...
|
|
</p>
|
|
</div>
|
|
</v-col>
|
|
<!-- <v-col col="12" sm="6" lg="3" md="6">
|
|
<div class="f_sec_3 sampleID">
|
|
<h3 style="padding-left:10px">QUICK LINKS</h3>
|
|
<ul
|
|
style="padding:0;list-style:none"
|
|
v-for="item in linkk"
|
|
:key="item.link"
|
|
:to="item.linkk"
|
|
>
|
|
<v-btn
|
|
color="transparent grey--text"
|
|
depressed
|
|
:to="`${item.link}`"
|
|
>
|
|
<span>
|
|
<v-icon class="text-h6 mr-1">{{ item.icon }}</v-icon>
|
|
{{ item.title }}
|
|
</span>
|
|
</v-btn>
|
|
</ul>
|
|
</div>
|
|
</v-col> -->
|
|
<v-col col="12" lg="3" sm="6" md="6">
|
|
<h3>GET IN TOUCH</h3>
|
|
<div>
|
|
<p> Thakurnagar Area, west bengal </p>
|
|
<p> email@swarnamath.com </p>
|
|
<p> call 8597894293 (8.00 AM — 6.00 PM) </p>
|
|
</div>
|
|
</v-col>
|
|
<!-- <v-col col="12" lg="3" sm="12" md="6">
|
|
<div>
|
|
<h3>STAY CONNECTED</h3>
|
|
<p>
|
|
We are a delivery company Serving in thakurnagar area.
|
|
</p>
|
|
<v-row class="pl-3 mt-7">
|
|
<v-text-field tile label="Input Mail" solo dense></v-text-field>
|
|
<v-btn
|
|
id="inner_input"
|
|
width="100"
|
|
height="40"
|
|
depressed
|
|
color="grey"
|
|
>Submit</v-btn>
|
|
</v-row>
|
|
</div>
|
|
</v-col> -->
|
|
</v-row>
|
|
</div>
|
|
</v-container>
|
|
</div>
|
|
<h4 style="text-align:center;padding:15px 0;"> Powered by DWD CONSULTANCY SERVICES</h4>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
}
|
|
</script>
|
|
|