Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
newweb.tbf.ro
/
resources
/
js
/
views
/
Webinar
/
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 :
LectiiDeBusiness.vue
| Size :
2.98
KB
Copy
<template> <div class="desktop"> <section-7 /> <section-2 /> <section-3 /> <section-5 /> <testimonials /> <section-6 /> <footer-tbf /> </div> </template> <script> import Section7 from '../../components/LectiiBusiness/desktop/Section07' import Section2 from '../../components/LectiiBusiness/desktop/Section02' import Section3 from '../../components/LectiiBusiness/desktop/Section03' import Section4 from '../../components/LectiiBusiness/desktop/Section04' import Section5 from '../../components/LectiiBusiness/desktop/Section05' import Section6 from '../../components/LectiiBusiness/desktop/Section06' import Probleme from '../../components/LectiiBusiness/desktop/Probleme' import MaicaTereza from '../../components/LectiiBusiness/desktop/MaicaTereza' import YellowSection from '../../components/LectiiBusiness/desktop/YellowSection' import Testimonials from '../../components/LectiiBusiness/desktop/Testimonials' import TestimonialsNew from '../../components/LectiiBusiness/desktop/Testimonials2' import FooterTbf from '../../components/LectiiBusiness/desktop/FooterTbf' export default { data() { return { meta: { title: "Sistemul TBF de Management", description: "Webinar Live: Marți, 29 Martie, 19:00. Rezervă-ți locul gratuit!", image: process.env.MIX_VUE_APP_BASE_URL+"/build/images/1200x628 - 06.png" } }; }, components: { Section7, Section2, Section3, Section4, Section5, Section6, FooterTbf, Testimonials, YellowSection, Probleme, MaicaTereza, TestimonialsNew }, mounted(){ if(this.$route.params.goto == 'form'){ $('html, body').animate({ scrollTop: $("#about-webinar").offset().top }, 2000); } }, 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+"/webinar-management" }, { 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