Skip to content

Commit 31b7dd1

Browse files
committed
Update the bulk Excel template
1 parent 8939fec commit 31b7dd1

2 files changed

Lines changed: 50 additions & 9 deletions

File tree

26 KB
Loading

web/pages/index.vue

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
</v-btn>
5151
</div>
5252
<p class="text-body-2 mt-2">
53-
⚡Trusted by <b>1,581+</b> happy users who have sent or received
54-
more than <b>233,412+</b> messages.
53+
⚡Trusted by <b>1,902+</b> happy users who have sent or received
54+
more than <b>314,972+</b> messages.
5555
</p>
5656
<div
5757
class="mt-4"
@@ -92,6 +92,45 @@
9292
<v-container>
9393
<v-row class="mb-16">
9494
<v-col cols="12" md="6" class="d-flex align-center" :order-lg="2">
95+
<div>
96+
<h3 class="text-h3 mb-1">
97+
Bulk SMS
98+
<v-chip class="ma-2" color="pink" label text-color="white">
99+
<v-icon left>{{ mdiLabel }}</v-icon>
100+
No code
101+
</v-chip>
102+
</h3>
103+
<h5 class="text-h6 font-weight-light">
104+
Fill in our bulk SMS
105+
<a
106+
class="text-decoration-none"
107+
download
108+
href="/templates/httpsms-bulk.csv"
109+
>CSV template</a
110+
>
111+
or our
112+
<a
113+
class="text-decoration-none"
114+
download
115+
href="/templates/httpsms-bulk.xlsx"
116+
>excel template</a
117+
>
118+
and upload it on httpSMS to send your SMS messages to multiple
119+
recipients at once without writing any code.
120+
</h5>
121+
</div>
122+
</v-col>
123+
<v-col cols="12" md="6" :order-lg="1">
124+
<v-img
125+
class="mb-4"
126+
max-height="400"
127+
contain
128+
:src="require('assets/img/bulk-sms-template.png')"
129+
></v-img>
130+
</v-col>
131+
</v-row>
132+
<v-row class="mb-16">
133+
<v-col cols="12" md="6" class="d-flex align-center">
95134
<div>
96135
<h3 class="text-h3 mb-1">Webhooks</h3>
97136
<h5 class="text-h6 font-weight-light">
@@ -102,7 +141,7 @@
102141
</h5>
103142
</div>
104143
</v-col>
105-
<v-col cols="12" md="6" :order-lg="1">
144+
<v-col cols="12" md="6">
106145
<v-img
107146
class="mb-4"
108147
max-height="300"
@@ -112,7 +151,7 @@
112151
</v-col>
113152
</v-row>
114153
<v-row class="mb-16">
115-
<v-col cols="12" md="6" class="d-flex align-center" :order-md="1">
154+
<v-col cols="12" md="6" class="d-flex align-center" order-md="2">
116155
<div>
117156
<h3 class="text-h3 mb-1">Control Sending</h3>
118157
<h5 class="text-h6 font-weight-light">
@@ -122,7 +161,7 @@
122161
</h5>
123162
</div>
124163
</v-col>
125-
<v-col cols="12" md="6" :order-md="2">
164+
<v-col cols="12" md="6" order-md="1">
126165
<v-img
127166
class="mb-4"
128167
max-height="300"
@@ -132,7 +171,7 @@
132171
</v-col>
133172
</v-row>
134173
<v-row class="mb-16">
135-
<v-col cols="12" md="6" class="d-flex align-center" :order-md="2">
174+
<v-col cols="12" md="6" class="d-flex align-center">
136175
<div>
137176
<h3 class="text-h3 mb-1">Monitoring</h3>
138177
<h5 class="text-h6 font-weight-light">
@@ -151,7 +190,7 @@
151190
</v-col>
152191
</v-row>
153192
<v-row class="mt-16">
154-
<v-col cols="12" md="6" class="d-flex align-center" :order-md="1">
193+
<v-col cols="12" md="6" class="d-flex align-center" order-md="2">
155194
<div>
156195
<h3 class="text-h3 mb-1">Open Source</h3>
157196
<h5 class="text-h6 mb-3 font-weight-light">
@@ -170,10 +209,10 @@
170209
</a>
171210
</div>
172211
</v-col>
173-
<v-col cols="12" md="6" :order-md="2">
212+
<v-col cols="12" md="6" order-md="1">
174213
<v-img
175214
class="mb-4"
176-
max-height="300"
215+
max-height="400"
177216
contain
178217
:src="require('assets/img/httpsms-github.png')"
179218
></v-img>
@@ -644,6 +683,7 @@ import {
644683
mdiTallyMark1,
645684
mdiTallyMark3,
646685
mdiTallyMark2,
686+
mdiLabel,
647687
mdiLanguageJavascript,
648688
mdiLanguagePhp,
649689
mdiLanguageCsharp,
@@ -658,6 +698,7 @@ export default Vue.extend({
658698
data() {
659699
return {
660700
mdiGithub,
701+
mdiLabel,
661702
mdiCheckCircle,
662703
mdiSend,
663704
mdiGift,

0 commit comments

Comments
 (0)