Skip to content

Commit

Permalink
Merge pull request #46 from ieeemysight4rehab/dev
Browse files Browse the repository at this point in the history
Moved Template Partner to Footer
  • Loading branch information
jerrychong25 authored Jul 15, 2020
2 parents e97b302 + 6a23c7b commit b79953c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
4 changes: 4 additions & 0 deletions src/assets/data/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
{
"LinkName" : "Terms & Services",
"Link" : "/terms_services"
},
{
"LinkName" : "Template By GDG Jalandhar",
"Link" : "https://gdgjalandhar.com/"
}
]
}
50 changes: 0 additions & 50 deletions src/components/home/partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,56 +55,6 @@
</v-flex>
</v-layout>
</v-flex>

<v-flex xs12 md12 class="mt-3">
<p class="google-font my-2" style="font-size:110%">Template Partner</p>

<v-layout class="transparent" >
<v-flex xs12 sm11 class="elevation-0 transparent">
<v-card class="elevation-0 pa-0 ma-0 transparent">
<v-container grid-list-sm fluid class="pa-0 ma-0">
<v-layout row wrap class="ma-0 pa-0">
<v-flex
xs6
md2
sm4
d-flex
class="white elevation-0">
<v-card flat tile class="d-flex pa-2 ma-1 elevation-1" style="border-radius:5px;border-width: 1px; border-style: solid;">
<a href="https://gdgjalandhar.com" target="_blank">
<v-tooltip bottom>
<template v-slot:activator="{ on }">
<v-img
:src="require('@/assets/img/partners/gdgjalandhar.png')"
:lazy-src="require('@/assets/img/partners/gdgjalandhar.png')"
aspect-ratio="3.0"
class="white"
v-on="on"
>
<v-layout
slot="placeholder"
fill-height
align-center
justify-center
ma-0
>
<v-progress-circular indeterminate color="grey lighten-5"></v-progress-circular>
</v-layout>
</v-img>
</template>
<span class="google-font">GDG Jalandhar</span>
</v-tooltip>
</a>
</v-card>
</v-flex>

</v-layout>
</v-container>
</v-card>
</v-flex>
</v-layout>

</v-flex>
</v-layout>
</v-container>
</template>
Expand Down

0 comments on commit b79953c

Please sign in to comment.