still woring on components-incomplte in header part
This commit is contained in:
parent
ec3b6b80d1
commit
d591bed396
|
@ -1 +1 @@
|
||||||
{"branch_name":"dev","last_commit_date":"2022-01-21T06:09:37.000Z","last_commit_author":"anju j","last_commit_hash":"934b913728e33b2c9f6fdfff0b610198132bfe8a"}
|
{"branch_name":"dev","last_commit_date":"2022-01-21T06:11:48.000Z","last_commit_author":"anju j","last_commit_hash":"ec3b6b80d10917d37b10d953d1161fe29d92ad68"}
|
|
@ -104,7 +104,8 @@ margin-bottom: 0px !important;
|
||||||
.me-header-search-field .theme--dark.v-label {
|
.me-header-search-field .theme--dark.v-label {
|
||||||
color:#1d1d1d;
|
color:#1d1d1d;
|
||||||
}
|
}
|
||||||
/*.v-menu__content,.v-list{
|
.v-menu__content,.v-list .me-header-user-menu-list{
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
top: 64px !important;
|
top: 64px !important;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
<v-icon>mdi-shopping-outline</v-icon>
|
<v-icon>mdi-shopping-outline</v-icon>
|
||||||
</v-btn> -->
|
</v-btn> -->
|
||||||
<div class="mt-3 mr-5 d-none d-md-block">
|
<div class="mt-3 mr-5 d-none d-md-block">
|
||||||
<v-menu offset-y v-if="userAuth">
|
<v-menu offset-y v-if="userAuth" class="me-header-user-menu">
|
||||||
<template v-slot:activator="{ on, attrs }">
|
<template v-slot:activator="{ on, attrs }">
|
||||||
<div color="primary" >
|
<div color="primary" >
|
||||||
<span v-bind="attrs" v-on="on" class="text-uppercase cursor-pointer" > Welcome,</span>
|
<span v-bind="attrs" v-on="on" class="text-uppercase cursor-pointer" > Welcome,</span>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<v-list class="pr-10 d-none d-md-block">
|
<v-list class="pr-10 d-none d-md-block me-header-user-menu-list">
|
||||||
<v-list-item class="pr-10">
|
<v-list-item class="pr-10">
|
||||||
<v-list-item-title
|
<v-list-item-title
|
||||||
@click="goTohomePage()"
|
@click="goTohomePage()"
|
||||||
|
|
|
@ -236,6 +236,28 @@ export default [
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'personalized-albums',
|
||||||
|
name: 'PersonalizedAlbums',
|
||||||
|
component: () => import( /* webpackChunkName: "Resources/Personalized Products & Ordering" */'@/routes/retailer/personalized_albums.vue'),
|
||||||
|
meta: {
|
||||||
|
"canonical": true,
|
||||||
|
breadcrumb: {
|
||||||
|
label: 'Personalized Albums Page' ,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'marketing-collateral',
|
||||||
|
name: 'MarketingCollateral',
|
||||||
|
component: () => import( /* webpackChunkName: "Resources/Marketing Tools & Promotions" */'@/routes/retailer/marketing_collateral.vue'),
|
||||||
|
meta: {
|
||||||
|
"canonical": true,
|
||||||
|
breadcrumb: {
|
||||||
|
label: 'Marketing Collateral Page' ,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,12 +5,17 @@
|
||||||
<div class="padding-space">
|
<div class="padding-space">
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021-Catalog.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
2021 Boxed Catalog
|
2021 Boxed Catalog
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,11 +23,16 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font"
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021-Boxed-Holiday-Catalog.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -34,12 +44,11 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link class="text-decoration-none whyteTmin10-font" to="">
|
||||||
class="text-decoration-none whyteTmin10-font"
|
<!-- to
|
||||||
:to="{ name: '' }"
|
@click.native="gotoLink('http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021-Boxed-Holiday-Price-List.xlsx')" -->
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading"
|
class="subheading"
|
||||||
|
@ -50,15 +59,17 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font"
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
|
||||||
to
|
to
|
||||||
@click.native="goToLink('http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021-Boxed-Holiday-Price-List.pdf')"
|
@click.native="
|
||||||
target="_blank"
|
goToLink(
|
||||||
:class="hover ? 'primary--text':'black--text'"
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021-Boxed-Holiday-Price-List.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -74,7 +85,12 @@
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font"
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Downton-Abbey-Catalog.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -106,14 +122,14 @@
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: "BoxedProductsOrdering",
|
name: "BoxedProductsOrdering",
|
||||||
methods:{
|
methods: {
|
||||||
goToLink(pageLink) {
|
goToLink(pageLink) {
|
||||||
// window.location.replace(pageLink);
|
// window.location.replace(pageLink);
|
||||||
//} else {
|
//} else {
|
||||||
window.open(pageLink, "_blank");
|
window.open(pageLink, "_blank");
|
||||||
//}
|
//}
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font "
|
||||||
:to="{ name: '' }"
|
:to="{ name: 'MarketingCollateral' }"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
.subheading{
|
||||||
|
border-bottom: 1px solid #111 ;
|
||||||
|
|
||||||
|
display: inline;
|
||||||
|
transition: all 0.1s ease-in-out;
|
||||||
|
}
|
||||||
|
.subheading:hover{
|
||||||
|
border-bottom: 1px solid #2c05da ;
|
||||||
|
}
|
||||||
|
.padding-space{
|
||||||
|
padding: 15px 0px 0px 0px;
|
||||||
|
}
|
|
@ -0,0 +1,170 @@
|
||||||
|
<template>
|
||||||
|
<v-container>
|
||||||
|
<div class="h3 my-10 body-font1">Marketing Collateral</div>
|
||||||
|
<div><b>Album Marketing Collateral</b></div>
|
||||||
|
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Stationery 2021
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021-Pricing.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Stationery 2021 - Pricing Booklet
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Wedding.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Wedding
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Wedding-Reference-Guide.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Wedding Reference Guide
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="mt-10"><b>Crane Stationery Holiday 2021</b></div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Holiday-2021.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Holiday 2021
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-10"><b> William Arthur</b></div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/William-Arthur-Weddings-I.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
William Arthur Weddings Volume One - 2019
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/William-Arthur-Weddings-II.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
William Arthur Weddings Volume Two - 2019
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="my-12 pb-12">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
:to="{ name: 'PersonalizedProductsOrdering' }"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Back to Personalized Products & Ordering
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
</v-container>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "MarketingCollateral",
|
||||||
|
methods: {
|
||||||
|
goToLink(pageLink) {
|
||||||
|
window.open(pageLink, "_blank");
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<style src="./marketing_collateral" lang="scss" scoped/>
|
|
@ -7,7 +7,7 @@
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font "
|
||||||
:to="{ name: '' }"
|
:to="{ name: 'PersonalizedAlbums' }"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -23,7 +23,12 @@
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font"
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Concierge-Services.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -39,7 +44,11 @@
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font"
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-Design-Elements.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -55,7 +64,11 @@
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font"
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Engraving-Die-Record.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -88,6 +101,11 @@
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: "PersonalizedProductsOrdering",
|
name: "PersonalizedProductsOrdering",
|
||||||
|
methods: {
|
||||||
|
goToLink(pageLink) {
|
||||||
|
window.open(pageLink, "_blank");
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
.subheading{
|
||||||
|
border-bottom: 1px solid #111 ;
|
||||||
|
|
||||||
|
display: inline;
|
||||||
|
transition: all 0.1s ease-in-out;
|
||||||
|
}
|
||||||
|
.subheading:hover{
|
||||||
|
border-bottom: 1px solid #2c05da ;
|
||||||
|
}
|
||||||
|
.padding-space{
|
||||||
|
padding: 15px 0px 0px 0px;
|
||||||
|
}
|
|
@ -0,0 +1,170 @@
|
||||||
|
<template>
|
||||||
|
<v-container>
|
||||||
|
<div class="h3 my-10 body-font1">Personalized Albums</div>
|
||||||
|
<div><b>Crane & Co.</b></div>
|
||||||
|
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Stationery 2021
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Stationery-2021-Pricing.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Stationery 2021 - Pricing Booklet
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Wedding.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Wedding
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Wedding-Reference-Guide.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Wedding Reference Guide
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="mt-10"><b>Crane Stationery Holiday 2021</b></div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Holiday-2021.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Crane Holiday 2021
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-10"><b> William Arthur</b></div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/William-Arthur-Weddings-I.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
William Arthur Weddings Volume One - 2019
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="padding-space">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
to
|
||||||
|
@click.native="goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/William-Arthur-Weddings-II.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
William Arthur Weddings Volume Two - 2019
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
<div class="my-12 pb-12">
|
||||||
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
<router-link
|
||||||
|
class="text-decoration-none whyteTmin10-font"
|
||||||
|
:to="{ name: 'PersonalizedProductsOrdering' }"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
class="subheading"
|
||||||
|
>
|
||||||
|
Back to Personalized Products & Ordering
|
||||||
|
</div>
|
||||||
|
</router-link>
|
||||||
|
</v-hover>
|
||||||
|
</div>
|
||||||
|
</v-container>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "PersonalizedAlbums",
|
||||||
|
methods: {
|
||||||
|
goToLink(pageLink) {
|
||||||
|
window.open(pageLink, "_blank");
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<style src="./personalized_albums.scss" lang="scss" scoped/>
|
|
@ -6,45 +6,60 @@
|
||||||
<div class="h3 my-5 py-5 body-font1">Training</div>
|
<div class="h3 my-5 py-5 body-font1">Training</div>
|
||||||
<div><b>PDS Training Materials</b></div>
|
<div><b>PDS Training Materials</b></div>
|
||||||
<div class="padding-space">PDS Documentation</div>
|
<div class="padding-space">PDS Documentation</div>
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-PDS-Basic-Guide.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Crane's PDS Basic Guide
|
Crane's PDS Basic Guide
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-PDS-Holiday-Basic-Guide.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Crane's PDS Holiday Basic Guide
|
Crane's PDS Holiday Basic Guide
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-PDS%20Basic-Q%26A.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Crane's PDS Basic Q&A
|
Crane's PDS Basic Q&A
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,15 +67,20 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-PDS-Advanced-Guide.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Crane's PDS Advanced Guide
|
Crane's PDS Advanced Guide
|
||||||
</div>
|
</div>
|
||||||
|
@ -68,15 +88,20 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-PDS-Advanced-Guide.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Crane's PDS Advanced Q&A
|
Crane's PDS Advanced Q&A
|
||||||
</div>
|
</div>
|
||||||
|
@ -84,31 +109,36 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Crane-Wedding-Reference-Guide.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Crane Wedding Reference Guide
|
Crane Wedding Reference Guide
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-space">PDS Video Tutorials</div>
|
<div class="padding-space">PDS Video Tutorials</div>
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
:to="{ name: '' }"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Video Demonstration - Placing a PDS Order
|
Video Demonstration - Placing a PDS Order
|
||||||
</div>
|
</div>
|
||||||
|
@ -116,15 +146,15 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
:to="{ name: '' }"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
PDS Holiday Order in a few steps
|
PDS Holiday Order in a few steps
|
||||||
</div>
|
</div>
|
||||||
|
@ -132,62 +162,71 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link class="text-decoration-none whyteTmin10-font" to="">
|
||||||
class="text-decoration-none whyteTmin10-font "
|
<!-- to -->
|
||||||
:to="{ name: '' }"
|
<!-- @click.native="gotoLink('https://www.dropbox.com/s/md6dxx0hahlkd4l/2021%20PDS%20Refresh.mp4?dl=0')" -->
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Multi Browser PDS
|
Multi Browser PDS
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-space">PDS Sign Up Forms</div>
|
<div class="padding-space">PDS Sign Up Forms</div>
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/PDS-Usage-Agreement.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
PDS Usage Agreement
|
PDS Usage Agreement
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
:to="{ name: '' }"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Account Sign Up Form
|
Account Sign Up Form
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-space1"><b>Retailer Portal Training Materials</b></div>
|
<div class="padding-space1"><b>Retailer Portal Training Materials</b></div>
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Retailer-Portal-Training-Overview.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Retailer Portal Training Overview
|
Retailer Portal Training Overview
|
||||||
</div>
|
</div>
|
||||||
|
@ -195,15 +234,20 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Retailer-Portal-FAQ.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Retailer Portal FAQ
|
Retailer Portal FAQ
|
||||||
</div>
|
</div>
|
||||||
|
@ -211,31 +255,43 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Retailer-Portal-Boxed-Ordering-Quick-Reference.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
How to Place a Boxed Order
|
How to Place a Boxed Order
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
<div class="padding-space1"><b>Universal Order Form Training Materials</b></div>
|
<div class="padding-space1">
|
||||||
<div >
|
<b>Universal Order Form Training Materials</b>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none whyteTmin10-font "
|
class="text-decoration-none whyteTmin10-font"
|
||||||
:to="{ name: '' }"
|
to
|
||||||
|
@click.native="
|
||||||
|
goToLink(
|
||||||
|
'http://emarketing.crane.com/retailer-portal/Alternate-Characters-Reference-Sheet.pdf'
|
||||||
|
)
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
class="subheading "
|
class="subheading"
|
||||||
>
|
>
|
||||||
Alternate Characters Reference Sheet
|
Alternate Characters Reference Sheet
|
||||||
</div>
|
</div>
|
||||||
|
@ -243,10 +299,8 @@
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="padding-space1"><b>Sign Up for Training</b></div>
|
||||||
<div class="padding-space1"><b>Sign Up for Training</b></div>
|
<div>No training sessions are currently scheduled at this time.</div>
|
||||||
<div>No training sessions are currently scheduled at this time.</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="padding-space1">
|
<div class="padding-space1">
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
@ -268,6 +322,11 @@
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: "Training",
|
name: "Training",
|
||||||
|
methods: {
|
||||||
|
goToLink(pageLink) {
|
||||||
|
window.open(pageLink, "_blank");
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue