Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
newweb.tbf.ro
/
resources
/
js
/
views
/
Tbf
/
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 :
Home.vue
| Size :
2.74
KB
Copy
<template> <div class="desktop"> <!-- <section-0 /> --> <!-- <section-3 /> --> <section-1 /> <section-4 /> <!-- <section-8 /> --> <!-- <section-2 /> --> <section-5 /> <section-6 /> <section-7 /> <footer-tbf /> </div> </template> <script> import Section0 from '../../components/Tbf/desktop/Section00' import Section1 from '../../components/Tbf/desktop/Section01' // import Section2 from '../../components/Tbf/desktop/Section02' // import Section8 from '../../components/Tbf/desktop/Section08' import Section3 from '../../components/Tbf/desktop/Section03' import Section4 from '../../components/Tbf/desktop/Section04' import Section5 from '../../components/Tbf/desktop/Section05' import Section6 from '../../components/Tbf/desktop/Section06' import Section7 from '../../components/Tbf/desktop/Section07' import FooterTbf from '../../components/Tbf/desktop/FooterTbf' export default { data() { return { meta: { title: "Fundamentele afacerilor de succes", description: "Podcast cu soluții pentru afaceri. Audit online de management. Fundamentul zilei. Software de management prin obiective. Automatizarea companiilor. Sistem de Management Antreprenorial.", image: process.env.MIX_VUE_APP_BASE_URL+"/build/images/share/Share - TBF.png" } }; }, components: { Section0, Section1, // Section2, Section3, Section4, Section5, Section6, Section7, // Section8, FooterTbf, }, mounted () { window.scrollTo(0, 0) }, 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 }, { 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