Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
newweb.tbf.ro
/
resources
/
js
/
views
/
TbfDigital
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
Pricing30Days2.vue
| Size :
5.56
KB
Copy
<template> <div class="pricing"> <div class="pricing-1"> <div :class="[ $mq.below(960) ? 'container-section-mobile' : 'container-section']"> <div class="title">Sistemul secret al unui antreprenor care a fost implicat în peste 300 de companii </div> <div class="section-description">Învață cum să conduci afaceri predictibile și scalabile prin obiective, responsabilități, proceduri și evaluări de performanta, folosind sistemul de management TBF </div> <div class="laptop-video-background-2"> <div class="video-inside"><iframe frameborder="0" src="https://player.vimeo.com/video/648542228?h=9331bdb4f7"></iframe></div> </div> <div class="subscribe-webinar-3"> <button @click.prevent="ScrollToFormular"> Vreau acces la curs - €4999 + TVA <!-- Ofertă specială <span class="span22">€4999</span> <span class="span1">€1999 + TVA</span> --> </button> </div> <!-- <p class="subtitle-p with-20-top">Oferta este disponibilă doar pentru 20 de clienți. <br>Pentru orice problemă scrie-ne la <a href="mailto:contact@tbf.ro">contact@tbf.ro</a></p> --> <div class="title" style="margin: 160px 0px 60px 0px">Doar câțiva din antreprenorii care folosesc sistemul TBF de management</div> <div class="laptop-video-background-2"> <div class="video-inside"><iframe frameborder="0" src="https://player.vimeo.com/video/656466969"></iframe></div> </div> </div> </div> <section-faq /> <section-2 /> <div class="tbf-website"> <footer-tbf/> </div> </div> </template> <script> // import Section1 from '../../components/TbfDigital/pricing/SectionDesktop01' import Section2 from '../../components/TbfDigital/desktop/Section11' import SectionFaq from '../../components/TbfDigital/pricing/FaqOferta' import FooterTbf from '../../components/Tbf/desktop/FooterTbfFour' import IconArrow from '../../assets/Webinar/Arrow' export default { data() { return { meta: { title: "Sistemul secret al unui antreprenor care a condus peste 300 de companii", description: "Învață cum să conduci afaceri predictibile și scalabile prin obiective, responsabilități, proceduri și evaluări de performanta, folosind sistemul de management TBF", image: process.env.MIX_VUE_APP_BASE_URL+"/build/images/share/Share - TBF.png" } }; }, components: { // Section1, Section2, SectionFaq, FooterTbf, IconArrow }, mounted: function() { }, methods: { ScrollToFormular(){ window.location.href = 'https://curs.tbf.ro/'; } }, metaInfo() { return { title: this.meta.title, titleTemplate: '%s « TBF', htmlAttrs: { lang: 'ro', amp: null }, meta: [ { name: 'description', content: this.meta.description}, { image: 'name', content: this.meta.title }, { image: 'description', content: this.meta.description }, { itemprop: 'image', content: this.meta.image }, // GOOGLE { name: 'robots', content: 'follow' }, { name: 'author', content: 'TBF.ro' }, { name: 'copyright', content: '' }, // FACEBOOK { property: "og:title", content: this.meta.title }, { property: "og:type", content: 'article' }, { property: "og:description", content: this.meta.description }, { property: "og:url", content: process.env.MIX_VUE_APP_BASE_URL+"/tbf-digital" }, { property: "fb:app_id", content: process.env.MIX_FB_ID }, { property:"og:image", content: this.meta.image }, // TWITTER { name: 'twitter:card', content: 'summary' }, { name: 'twitter:description', content: this.meta.description }, { name: 'twitter:title', content: this.meta.title }, { name: 'twitter:site', content: '@TBF' }, { name: 'twitter:creator', content: '@TBF' }, { name: 'twitter:image', content: this.meta.image }, ], } }, } </script> <style lang="scss"> .laptop-video-background-2{ padding: 0px; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; background-image: none; .video-inside{ padding: 56.25% 0px 0px; position: relative; border-radius: 12px; overflow: hidden; iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } } } .subscribe-webinar-3{ text-align: center; margin-top: 40px; .span1{ margin-left: 5px; font-weight: 500; } .span22{ text-decoration: line-through; margin-left: 5px; } button{ border-radius: 37px; border: 1px solid #FEC710; background: #FEC710; color: #111110; padding: 12px 30px; height: 56px; display: inline-flex; align-items: center; font-size: 18px; cursor: pointer; line-height: 1; @media(max-width: 1679px){ height: 50px; padding: 10px 30px; font-size: 16px; } @media(max-width: 1439px){ height: 48px; padding: 10px 20px; font-size: 16px; } @media(max-width: 1279px){ height: 38px; font-size: 12px; } @media(max-width: 799px){ height: 46px; font-size: 14px; } @media(max-width: 640px){ width: 100%; max-width: 400px; justify-content: center; } .icon-arrow{ margin-left: 15px; transform: rotate(90deg); height: auto; width: 15px; @media(max-width: 799px){ width: 13px; } .stroke-color{ stroke: #1A1A1A; } } &:focus{ outline: none; } &:hover{ color: #FFF; background: #242424; border: 1px solid #242424; .icon-arrow{ .stroke-color{ stroke: #FEC710; } } } } } .subtitle-p{ a{ color: inherit; } } .with-20-top{ margin-top: 10px !important; } </style>
Back