Skip to content

Commit 08c2027

Browse files
committed
Update the home page
1 parent d091234 commit 08c2027

1 file changed

Lines changed: 92 additions & 19 deletions

File tree

web/pages/index.vue

Lines changed: 92 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -695,27 +695,97 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
695695
</v-card>
696696
</v-col>
697697
</v-row>
698-
<client-only>
699-
<v-row>
700-
<v-col class="text-center" md="6" offset-md="3">
701-
<p class="text-h4 text--secondary mt-6 mb-4">
702-
Subscribe to my newsletter where I share new features and
703-
updates on httpSMS.
704-
</p>
705-
<v-progress-circular
706-
v-if="!substackLoaded"
707-
indeterminate
708-
size="40"
709-
width="2"
710-
class="mt-8"
711-
color="primary"
712-
></v-progress-circular>
713-
<div id="custom-substack-embed" ref="substackEmbed"></div>
714-
</v-col>
715-
</v-row>
716-
</client-only>
698+
<v-row>
699+
<v-col>
700+
<v-alert type="info" :icon="mdiLightbulbOn60" prominent text>
701+
Feel free to <a href="mailto:arnold@httpsms.com">contact us</a> if
702+
you need a bigger plan, or if you want us to install the httpSMS
703+
API on your dedicated server. If would still like to support us,
704+
please donate via
705+
<a href="https://github.com/sponsors/NdoleStudio"
706+
>GitHub Sponsors</a
707+
>
708+
❤️
709+
</v-alert>
710+
</v-col>
711+
</v-row>
717712
</v-container>
718713
</v-sheet>
714+
<v-container>
715+
<v-row class="mt-16">
716+
<v-col>
717+
<h2 class="text-h3 text-center">Frequently Asked Questions</h2>
718+
<h4 class="text-center text-h6 mt-4 text--secondary">
719+
If you still cannot find the answer to your question,
720+
<a href="mailto:arnold@httpsms.com">send us an email</a> or ask in
721+
our <a href="https://discord.gg/kGk8HVqeEZ">Discord</a> channel.
722+
</h4>
723+
</v-col>
724+
</v-row>
725+
<v-row>
726+
<v-col>
727+
<v-expansion-panels focusable>
728+
<v-expansion-panel>
729+
<v-expansion-panel-header>
730+
Can I install the app on my Iphone?
731+
</v-expansion-panel-header>
732+
<v-expansion-panel-content>
733+
<p class="mt-8">
734+
The httpSMS application works only on Android phones at the
735+
moment since Apple doesn't allow you to install a custom SMS
736+
messaging app.
737+
</p>
738+
</v-expansion-panel-content>
739+
</v-expansion-panel>
740+
<v-expansion-panel>
741+
<v-expansion-panel-header>
742+
What's the minimum supported Android version?
743+
</v-expansion-panel-header>
744+
<v-expansion-panel-content>
745+
<p class="mt-8">
746+
The httpSMS Android app works from Android 9 (Pie) and above.
747+
So you can install the application on your old Android phone
748+
which you don't use anymore.
749+
</p>
750+
</v-expansion-panel-content>
751+
</v-expansion-panel>
752+
<v-expansion-panel>
753+
<v-expansion-panel-header>
754+
Can I send unlimited number of messages per month?
755+
</v-expansion-panel-header>
756+
<v-expansion-panel-content>
757+
<p class="mt-8">
758+
We do have packages that allow up to 100,000 SMS messages per
759+
month but you can can
760+
<a href="mailto:arnold@httpsms.com">send us an email</a> if
761+
you will like to send more messages so we create a custom plan
762+
just for you.
763+
</p>
764+
</v-expansion-panel-content>
765+
</v-expansion-panel>
766+
</v-expansion-panels>
767+
</v-col>
768+
</v-row>
769+
<client-only>
770+
<v-row>
771+
<v-col class="text-center pb-16" md="6" offset-md="3">
772+
<p class="text-h6 text--secondary mt-6 mb-4">
773+
Subscribe to my newsletter where I share new features and updates
774+
on httpSMS.
775+
</p>
776+
<v-progress-circular
777+
v-if="!substackLoaded"
778+
indeterminate
779+
size="40"
780+
width="2"
781+
class="mt-8"
782+
color="primary"
783+
></v-progress-circular>
784+
<div id="custom-substack-embed" ref="substackEmbed"></div>
785+
</v-col>
786+
</v-row>
787+
</client-only>
788+
</v-container>
719789
</div>
720790
</template>
721791

@@ -726,6 +796,7 @@ import {
726796
mdiCheckCircle,
727797
mdiSend,
728798
mdiGift,
799+
mdiLightbulbOn60,
729800
mdiForum,
730801
mdiCreation,
731802
mdiNumeric1,
@@ -751,6 +822,7 @@ export default Vue.extend({
751822
return {
752823
mdiGithub,
753824
mdiLabel,
825+
mdiLightbulbOn60,
754826
mdiCheckCircle,
755827
mdiSend,
756828
mdiGift,
@@ -761,6 +833,7 @@ export default Vue.extend({
761833
mdiNumeric3,
762834
mdiTallyMark1,
763835
mdiTallyMark2,
836+
764837
mdiTallyMark3,
765838
mdiLanguageJavascript,
766839
mdiLanguagePhp,

0 commit comments

Comments
 (0)