|
4 | 4 | <v-row :class="{ 'py-16': $vuetify.breakpoint.lgAndUp }"> |
5 | 5 | <v-col |
6 | 6 | cols="12" |
7 | | - md="4" |
| 7 | + md="6" |
8 | 8 | :class="{ |
9 | 9 | 'text-center pt-16': $vuetify.breakpoint.mdAndDown, |
10 | 10 | 'py-16': $vuetify.breakpoint.lgAndUp, |
|
22 | 22 | </h1> |
23 | 23 | <h2 class="text--secondary text-h5 mt-8 mb-8"> |
24 | 24 | Use your android phone to send and receive SMS messages using a |
25 | | - simple HTTP API. |
| 25 | + simple programmable API with end-to-end encryption. |
26 | 26 | </h2> |
27 | 27 | <div :class="{ 'text-center': $vuetify.breakpoint.mdAndDown }"> |
28 | 28 | <v-btn |
|
75 | 75 | <v-col |
76 | 76 | v-if="$vuetify.breakpoint.mdAndUp" |
77 | 77 | cols="12" |
78 | | - md="8" |
| 78 | + md="6" |
79 | 79 | class="py-16" |
80 | 80 | > |
81 | 81 | <v-img |
|
129 | 129 | ></v-img> |
130 | 130 | </v-col> |
131 | 131 | </v-row> |
132 | | - <v-row class="mb-16"> |
| 132 | + <v-row class="mb-16 mt-16"> |
133 | 133 | <v-col cols="12" md="6" class="d-flex align-center" :order-lg="1"> |
134 | 134 | <div> |
135 | 135 | <h3 class="text-h3 mb-1"> |
|
162 | 162 | ></v-img> |
163 | 163 | </v-col> |
164 | 164 | </v-row> |
165 | | - <v-row class="mb-16"> |
| 165 | + <v-row class="mb-16 mt-16"> |
166 | 166 | <v-col cols="12" md="6" class="d-flex align-center" :order-lg="2"> |
167 | 167 | <div> |
168 | 168 | <h3 class="text-h3 mb-1">Webhooks</h3> |
|
183 | 183 | ></v-img> |
184 | 184 | </v-col> |
185 | 185 | </v-row> |
186 | | - <v-row class="mb-16"> |
| 186 | + <v-row class="mb-16 mt-16"> |
187 | 187 | <v-col cols="12" md="6" class="d-flex align-center" :order-lg="1"> |
188 | 188 | <div> |
189 | 189 | <h3 class="text-h3 mb-1">Control Sending</h3> |
|
203 | 203 | ></v-img> |
204 | 204 | </v-col> |
205 | 205 | </v-row> |
206 | | - <v-row class="mb-16"> |
| 206 | + <v-row class="mb-16 mt-16"> |
207 | 207 | <v-col cols="12" md="6" class="d-flex align-center" :order-lg="2"> |
208 | 208 | <div> |
209 | 209 | <h3 class="text-h3 mb-1">Monitoring</h3> |
|
222 | 222 | ></v-img> |
223 | 223 | </v-col> |
224 | 224 | </v-row> |
225 | | - <v-row class="mt-16"> |
| 225 | + <v-row class="mt-16 mb-16"> |
226 | 226 | <v-col cols="12" md="6" class="d-flex align-center" :order-lg="1"> |
227 | 227 | <div> |
228 | 228 | <h3 class="text-h3 mb-1">Open Source</h3> |
|
251 | 251 | ></v-img> |
252 | 252 | </v-col> |
253 | 253 | </v-row> |
| 254 | + <v-row class="mt-16"> |
| 255 | + <v-col cols="12" md="6" class="d-flex align-center" :order-lg="2"> |
| 256 | + <div> |
| 257 | + <h3 class="text-h3 mb-1">Encryption 🔐</h3> |
| 258 | + <h5 class="text-h6 mb-3 font-weight-light"> |
| 259 | + You can encrypt your messages end-to-end using the military |
| 260 | + grade |
| 261 | + <a |
| 262 | + href="https://en.wikipedia.org/wiki/Advanced_Encryption_Standard" |
| 263 | + >AES-256 encryption</a |
| 264 | + > |
| 265 | + algorithm. Your encryption key is stored only on our mobile |
| 266 | + phone so our servers won't have any way to view the content of |
| 267 | + your SMS messages which are sent and received on your Android |
| 268 | + phone. |
| 269 | + </h5> |
| 270 | + </div> |
| 271 | + </v-col> |
| 272 | + <v-col cols="12" md="6" :order-lg="1"> |
| 273 | + <v-img |
| 274 | + class="mb-4" |
| 275 | + max-height="300" |
| 276 | + contain |
| 277 | + :src="require('assets/img/mobile-encryption.svg')" |
| 278 | + ></v-img> |
| 279 | + </v-col> |
| 280 | + </v-row> |
254 | 281 | </v-container> |
255 | 282 | </v-sheet> |
256 | 283 | <v-container class="pb-16"> |
|
0 commit comments