File tree Expand file tree Collapse file tree 4 files changed +42
-4
lines changed
Expand file tree Collapse file tree 4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 5151 </v-btn >
5252 </div >
5353 <p class =" text-body-2 mt-2" >
54- ⚡Trusted by <b >6,913 +</b > happy users who have sent or received
55- more than <b >3,564,030 +</b > messages.
54+ ⚡Trusted by <b >8,370 +</b > happy users who have sent or received
55+ more than <b >3,994,092 +</b > messages.
5656 </p >
5757 <div
5858 class =" mt-4"
308308 ></v-img >
309309 </v-col >
310310 </v-row >
311+ <v-row class =" mt-16" >
312+ <v-col cols =" 12" md =" 6" class =" d-flex align-center" >
313+ <div >
314+ <h3 class =" text-h3 mb-1" >Multiple Phones</h3 >
315+ <h5 class =" text-h6 mb-3 font-weight-light" >
316+ Setup the httpSMS gateway Android app on multiple phones
317+ independently and securely without sharing data under one
318+ account by creating unique phone API keys.
319+ </h5 >
320+ <v-btn
321+ href =" https://docs.httpsms.com/features/phone-api-keys"
322+ class =" primary"
323+ >
324+ <v-icon left >{{ mdiCellphoneKey }}</v-icon
325+ >Documentation
326+ </v-btn >
327+ </div >
328+ </v-col >
329+ <v-col cols =" 12" md =" 6" >
330+ <v-img
331+ class =" mb-4"
332+ max-height =" 300"
333+ contain
334+ :src =" require('assets/img/manage-phones.svg')"
335+ ></v-img >
336+ </v-col >
337+ </v-row >
311338 </v-container >
312339 </v-sheet >
313340 <v-container class =" pb-16" >
@@ -950,6 +977,7 @@ import {
950977 mdiLanguagePython ,
951978 mdiNumeric2 ,
952979 mdiNumeric3 ,
980+ mdiCellphoneKey ,
953981 mdiTallyMark1 ,
954982 mdiTallyMark3 ,
955983 mdiTallyMark2 ,
@@ -995,6 +1023,7 @@ export default Vue.extend({
9951023 mdiLanguagePython ,
9961024 mdiLanguageCsharp ,
9971025 mdiLanguageJava ,
1026+ mdiCellphoneKey ,
9981027 mdiPowershell ,
9991028 mdiLanguageGo ,
10001029 selectedTab: ' javascript' ,
Original file line number Diff line number Diff line change 1414 <span class =" text-h3" >Welcome</span >
1515 </div >
1616 <p class =" subtitle-1 text-center text--secondary mt-1 mb-4" >
17- Join <b >6,913 +</b > happy users who have sent or
17+ Join <b >8,370 +</b > happy users who have sent or
1818 <br />
19- received more than <b >3,564,030 +</b > SMS messages
19+ received more than <b >3,994,092 +</b > SMS messages
2020 </p >
2121 <v-card max-width =" 360" class =" mx-auto" >
2222 <v-card-text class =" px-0" >
Original file line number Diff line number Diff line change 8484 </v-card-actions >
8585 </v-card >
8686 </v-dialog >
87+ <v-spacer />
88+ <v-btn
89+ v-if =" $vuetify.breakpoint.lgAndUp"
90+ href =" https://docs.httpsms.com/features/phone-api-keys"
91+ color =" secondary"
92+ class =" mt-1"
93+ >Documentation</v-btn
94+ >
8795 </div >
8896 <p class =" text--secondary" >
8997 If you have multiple phones, you can create a unique phone API
You can’t perform that action at this time.
0 commit comments