Skip to content

Commit

Permalink
Enable affiliate link
Browse files Browse the repository at this point in the history
  • Loading branch information
khang-nd committed Feb 23, 2024
1 parent 4e9547a commit 9cfd8e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions src/.vuepress/components/GAffiliates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,27 @@ export default {
timeout: false,
position: POSITION.BOTTOM_LEFT,
});
// this.toast(this.getContent());
this.toast(this.getContent());
},
methods: {
getContent() {
return (
<a
href="https://shipfa.st/?via=visnalize"
href="https://www.gamezop.com/?id=4032"
target="_blank"
style="display: block; color: #fff; margin-top: 8px; text-align: center;"
style="display: flex; align-items: center; color: #fff; text-align: center;"
>
Build and launch your web app in days
<span style="display: flex; align-items: center; justify-content: center">
<span style="margin-right: 8px">Check out</span>
<img
src="https://shipfa.st/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FlogoAndName_transparent.9c74ebc0.png&w=128&q=100"
alt="ShipFast"
/>
<img
src="/assets/gz-icon.gif"
alt="Gamezop"
width="48"
style="margin-right: 8px"
/>
<span>
Bored? Check out some fun games!
<i style="margin-top: 4px; display: block; font-size: 0.8em; color: #aaa">
(From our partner <span style="color: #fff">Gamezop</span>)
</i>
</span>
</a>
);
Expand All @@ -43,7 +47,7 @@ export default {
</script>
<style lang="stylus">
.Vue-Toastification{
.Vue-Toastification {
&__toast {
&--default {
background: $bgColorDark;
Expand Down
Binary file added src/.vuepress/public/assets/gz-icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cfd8e2

Please sign in to comment.