123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309 |
- <template>
- <section id="pricing" class="pb-8">
- <v-container fluid>
- <v-row align="center" justify="center">
- <v-col cols="10">
- <v-card style="width: 100%">
- <h1 class="text-center pt-6 font-weight-light display-2">Blog</h1>
- <v-divider class="my-6"></v-divider>
- <v-row class="text-center">
- <v-col class="col-12 col-sm-6 col-md-4">
- <div class="flex-center">
- <v-card-text>
- <div class="flex-center">
- <div class="circle1">
- <div class="circle2">
- <v-img src="~@/assets/img/paperplane.svg"></v-img>
- </div>
- </div>
- </div>
- <div class="text--disabled text-uppercase text-h5 my-2">Básico</div>
- <v-divider class="my-2"/>
- <div class="text-uppercase blue--text">Domínios personalizados</div>
- </v-card-text>
- <v-divider style="margin-right: -23px" vertical v-if="this.$vuetify.breakpoint.smAndUp"></v-divider>
- </div>
- <v-divider class="mx-4" v-if="!this.$vuetify.breakpoint.smAndUp"></v-divider>
- </v-col>
- <v-col class="col-12 col-sm-6 col-md-4">
- <div class="flex-center">
- <v-card-text>
- <div class="flex-center">
- <div class="circle1">
- <div class="circle2">
- <v-img src="~@/assets/img/airplane.svg"/>
- </div>
- </div>
- </div>
- <div class="text--disabled text-uppercase text-h5 my-2">Padrão</div>
- <v-divider class="my-2"/>
- <div class="text-uppercase blue--text">Domínios personalizados</div>
- </v-card-text>
- <v-divider style="margin-right: -23px" vertical v-if="this.$vuetify.breakpoint.mdAndUp"></v-divider>
- </div>
- <v-divider class="mx-4" v-if="!this.$vuetify.breakpoint.smAndUp"></v-divider>
- </v-col>
- <v-col class="col-12 col-md-4">
- <v-divider v-if="this.$vuetify.breakpoint.smOnly" class="mx-4"></v-divider>
- <div class="flex-center">
- <v-card-text>
- <div class="flex-center">
- <div class="circle1">
- <div class="circle2">
- <v-img src="~@/assets/img/aeroplane.svg"/>
- </div>
- </div>
- </div>
- <div class="text--disabled text-uppercase text-h5 my-2">Empresarial</div>
- <v-divider class="my-2"/>
- <div class="text-uppercase blue--text">Domínios personalizados</div>
- </v-card-text>
- </div>
- </v-col>
- </v-row>
- </v-card>
- </v-col>
- </v-row>
- </v-container>
- <div class="svg-border-rounded text-light">
- <!-- <svg
- xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 144.54 17.34"
- preserveAspectRatio="none"
- fill="currentColor"
- >
- <path
- d="M144.54,17.34H0V0H144.54ZM0,0S32.36,17.34,72.27,17.34,144.54,0,144.54,0"
- />
- </svg> -->
- <svg
- xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 1440 320"
- preserveAspectRatio="none"
- fill="currentColor"
- >
- <path
- d="M0,64L80,90.7C160,117,320,171,480,181.3C640,192,800,160,960,138.7C1120,117,1280,107,1360,101.3L1440,96L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"
- ></path>
- </svg>
- </div>
- </section>
- </template>
- <style lang="scss">
- $main_color: #283e79;
- ul {
- font-size: 13px;
- line-height: 1.5em;
- margin: 5px 0 15px;
- padding: 0;
- li {
- list-style: none;
- position: relative;
- padding: 0 0 0 20px;
- }
- li {
- &::before {
- content: "";
- position: absolute;
- left: 0;
- top: 5px;
- width: 10px;
- height: 10px;
- background-color: $main_color;
- border-radius: 50%;
- -moz-border-radius: 50%;
- -webkit-eeborder-radius: 50%;
- }
- }
- }
- </style>
- <style scoped>
- .header {
- background-color: #283e79;
- color: white;
- }
- .circle1 {
- border-radius: 50%;
- width: 150px;
- height: 150px;
- background-color: #f0f8ff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .circle2 {
- border-radius: 50%;
- width: 100px;
- height: 100px;
- background-color: #e0effc;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .flex-center {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .svg-border-rounded svg {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- color: #f4f7f5;
- z-index: -1;
- }
- #pricing {
- z-index: 0;
- }
- .content {
- z-index: 1;
- }
- svg {
- overflow: hidden;
- }
- section {
- position: relative;
- }
- </style>
- <script>
- export default {
- data: () => ({
- planos: [
- {
- title: "Básico",
- price: "R$100,00",
- img: "f1.png",
- features: [
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 1",
- },
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 2",
- },
- {
- icon: {
- text: "mdi-cancel",
- color: "red",
- },
- text: "Feature 3",
- },
- {
- icon: {
- text: "mdi-cancel",
- color: "red",
- },
- text: "Feature 4",
- },
- ],
- },
- {
- title: "Padrão",
- price: "R$150,00",
- img: "f2.png",
- features: [
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 1",
- color: "success",
- },
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 2",
- },
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 3",
- color: "success",
- },
- {
- icon: {
- text: "mdi-cancel",
- color: "red",
- },
- text: "Feature 4",
- },
- ],
- },
- {
- title: "Premium",
- price: "R$250,00",
- img: "f3.png",
- features: [
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 1",
- color: "success",
- },
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 2",
- },
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 3",
- color: "success",
- },
- {
- icon: {
- text: "mdi-check",
- color: "success",
- },
- text: "Feature 4",
- color: "success",
- },
- ],
- },
- ],
- }),
- computed: {
- size() {
- const size = {md: "large", xl: "x-large"}[
- this.$vuetify.breakpoint.name
- ];
- return size ? {[size]: true} : {};
- }
- },
- };
- </script>
|