Skip to content

Commit

Permalink
Remove black friday
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Dec 3, 2024
1 parent 1f1682f commit 61ee52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
5 changes: 3 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/NdoleStudio/httpsms

go 1.22
toolchain go1.22.9
go 1.22.7

toolchain go1.23.2

require (
cloud.google.com/go/cloudtasks v1.13.2
Expand Down
33 changes: 1 addition & 32 deletions web/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,38 +1,7 @@
<template>
<div>
<v-container>
<v-row class="mt-16 pt-8 mb-n8">
<v-col>
<v-alert
text
:icon="$vuetify.breakpoint.mdAndUp ? mdiSale : undefined"
:prominent="$vuetify.breakpoint.mdAndUp"
color="success"
>
<v-row align="center">
<v-col class="grow">
<p class="text-h6 mb-0">Black Friday Deal</p>
<p class="mb-0">
Get <b>40%</b> off all yearly plans on httpSMS until December
2<sup>nd</sup> by using the discount code <b>BF2024</b> at
checkout
</p>
<v-btn
v-show="!$vuetify.breakpoint.mdAndUp"
to="/billing"
block
color="pink"
>Upgrade Now</v-btn
>
</v-col>
<v-col v-show="$vuetify.breakpoint.mdAndUp" class="shrink">
<v-btn color="pink" to="/billing">Upgrade Now</v-btn>
</v-col>
</v-row>
</v-alert>
</v-col>
</v-row>
<v-row :class="{ 'pb-16 pt-0': $vuetify.breakpoint.lgAndUp }">
<v-row :class="{ 'py-16': $vuetify.breakpoint.lgAndUp }">
<v-col
cols="12"
md="6"
Expand Down

0 comments on commit 61ee52d

Please sign in to comment.