@@ -759,6 +759,85 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
759759 </v-container >
760760 </v-sheet >
761761 <v-container >
762+ <v-row class =" mt-16" >
763+ <v-col cols =" 12" md =" 6" >
764+ <v-card
765+ href =" https://www.g2.com/products/httpsms/reviews/httpsms-review-8589834"
766+ >
767+ <v-card-text >
768+ <div class =" d-flex" >
769+ <v-avatar >
770+ <v-img
771+ alt =" Joysankar M."
772+ src =" https://images.g2crowd.com/uploads/avatar/image/1662077/thumb_square_d5706804d1b343744a8feb693827fe34.jpeg"
773+ ></v-img >
774+ </v-avatar >
775+ <div >
776+ <p class =" title ml-3" >Joysankar M.</p >
777+ <v-rating
778+ class =" mt-n7"
779+ color =" yellow darken-3"
780+ :value =" 4.5"
781+ half-increments
782+ ></v-rating >
783+ </div >
784+ <v-spacer />
785+ <div style =" width : 30px " >
786+ <v-img
787+ max-height =" 30"
788+ contain
789+ src =
" https://company.g2.com/hs-fs/hubfs/brand-guide/[email protected] " 790+ />
791+ </div >
792+ </div >
793+ <p class =" blockquote mb-0" >
794+ "httpSMS is free platform which transforms your phone into an
795+ sms server! It has no hard limit also. It is an
796+ <b >innovative</b > idea, I have not seen such tech before. If you
797+ have an <b >sms active pack</b > in your phone then good to go
798+ with httpSMS."
799+ </p >
800+ </v-card-text >
801+ </v-card >
802+ </v-col >
803+ <v-col cols =" 12" md =" 6" >
804+ <v-card href =" https://www.uneed.best/tool/httpsmscom?tab=comments" >
805+ <v-card-text >
806+ <div class =" d-flex" >
807+ <v-avatar >
808+ <v-img
809+ alt =" Edmund Ciego Profile Picture"
810+ src =" https://lh3.googleusercontent.com/a/ACg8ocJktUViyMcJvzkPNpza7SZ3ql_nwOAzYk0uJ27TF5L_z0bRoPKE=s96-c"
811+ ></v-img >
812+ </v-avatar >
813+ <div >
814+ <p class =" title ml-3" >Edmund Ciego</p >
815+ <v-rating
816+ class =" mt-n7"
817+ color =" yellow darken-3"
818+ :value =" 5"
819+ half-increments
820+ ></v-rating >
821+ </div >
822+ <v-spacer />
823+ <div >
824+ <v-img
825+ contain
826+ max-width =" 64"
827+ :src =" require('@/assets/img/logos/uneed.svg')"
828+ />
829+ </div >
830+ </div >
831+ <p class =" blockquote mb-0" >
832+ "<b >Outstanding product</b >. Literally have been using this for
833+ years since we don't have an sms gateways that can handle http
834+ requests costing less than <b >50 cent per sms</b > in my Country.
835+ Love the product and the support! Great work Arnold!"
836+ </p >
837+ </v-card-text >
838+ </v-card >
839+ </v-col >
840+ </v-row >
762841 <v-row class =" mt-16" >
763842 <v-col md =" 8" offset-md =" 2" >
764843 <h2 class =" text-h3 text-center" >Frequently Asked Questions</h2 >
@@ -771,10 +850,14 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
771850 </v-row >
772851 <v-row >
773852 <v-col md =" 8" offset-md =" 2" class =" mb-16" >
774- <v-expansion-panels focusable >
853+ <v-expansion-panels v-model = " faqPanel " focusable >
775854 <v-expansion-panel >
776855 <v-expansion-panel-header class =" text-h6" >
777856 Can I install the app on my Iphone?
857+ <template v-slot :actions >
858+ <v-icon v-if =" faqPanel === 0" >{{ mdiMinus }}</v-icon >
859+ <v-icon v-else >{{ mdiPlus }}</v-icon >
860+ </template >
778861 </v-expansion-panel-header >
779862 <v-expansion-panel-content >
780863 <p class =" mt-8" >
@@ -787,6 +870,10 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
787870 <v-expansion-panel >
788871 <v-expansion-panel-header class =" text-h6" >
789872 What's the minimum supported Android version?
873+ <template v-slot :actions >
874+ <v-icon v-if =" faqPanel === 1" >{{ mdiMinus }}</v-icon >
875+ <v-icon v-else >{{ mdiPlus }}</v-icon >
876+ </template >
790877 </v-expansion-panel-header >
791878 <v-expansion-panel-content >
792879 <p class =" mt-8" >
@@ -799,6 +886,10 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
799886 <v-expansion-panel >
800887 <v-expansion-panel-header class =" text-h6" >
801888 Can I send unlimited number of messages per month?
889+ <template v-slot :actions >
890+ <v-icon v-if =" faqPanel === 2" >{{ mdiMinus }}</v-icon >
891+ <v-icon v-else >{{ mdiPlus }}</v-icon >
892+ </template >
802893 </v-expansion-panel-header >
803894 <v-expansion-panel-content >
804895 <p class =" mt-8" >
@@ -813,6 +904,10 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
813904 <v-expansion-panel >
814905 <v-expansion-panel-header class =" text-h6" >
815906 Can I change the sender of the SMS message
907+ <template v-slot :actions >
908+ <v-icon v-if =" faqPanel === 3" >{{ mdiMinus }}</v-icon >
909+ <v-icon v-else >{{ mdiPlus }}</v-icon >
910+ </template >
816911 </v-expansion-panel-header >
817912 <v-expansion-panel-content >
818913 <p class =" mt-8" >
@@ -851,6 +946,8 @@ import {
851946 mdiLabel ,
852947 mdiLanguageJavascript ,
853948 mdiLanguagePhp ,
949+ mdiPlus ,
950+ mdiMinus ,
854951 mdiLanguageCsharp ,
855952 mdiLanguageJava ,
856953 mdiMicrosoftExcel ,
@@ -880,7 +977,8 @@ export default Vue.extend({
880977 mdiTallyMark1 ,
881978 mdiSale ,
882979 mdiTallyMark2 ,
883-
980+ mdiPlus ,
981+ mdiMinus ,
884982 mdiTallyMark3 ,
885983 mdiLanguageJavascript ,
886984 mdiLanguagePhp ,
@@ -891,6 +989,7 @@ export default Vue.extend({
891989 mdiLanguageGo ,
892990 selectedTab: ' javascript' ,
893991 yearlyPricing: false ,
992+ faqPanel: null ,
894993 }
895994 },
896995})
0 commit comments