diff --git a/components/header/header.html b/components/header/header.html index d4ea741..f2cfc1f 100644 --- a/components/header/header.html +++ b/components/header/header.html @@ -19,7 +19,7 @@

Masterclass

- La Masterclass in Intelligenza Artificiale per il business è composta da due sessioni di formazione a distanza in cui imparerai a comprendere e utilizzare le nuove tecnologie di A.I. per migliorare le azioni di marketing e aumentare le vendite. Grazie a tecnologie economiche e pronte all'uso potrai raggiungere più clienti, automatizzare le attività più ripetitive e creare prodotti più efficaci. L'intera Masterclass si terrà online con un docente dedicato che ti seguirà durante entrambe le sessioni. + La masterclass in Intelligenza Artificiale per il business è composta da una sessione di formazione a distanza in cui imparerai a comprendere e utilizzare le nuove tecnologie di A.I. per migliorare le azioni di marketing e aumentare le vendite. Grazie a tecnologie economiche e pronte all'uso potrai raggiungere più clienti, automatizzare le attività più ripetitive e creare prodotti più efficaci. L'intera Masterclass si terrà online con un docente dedicato che ti seguirà durante tutto il percorso.

@@ -31,8 +31,8 @@
- CODICE SCONTO EARLY BIRD PER ISCRIZIONI ANTICIPATE 50%: - XPR3877 + CODICE SCONTO PER ISCRIZIONI ANTICIPATE 53%: + YFR3643
diff --git a/components/register/register.html b/components/register/register.html index c5e4b87..1cd60e9 100644 --- a/components/register/register.html +++ b/components/register/register.html @@ -7,21 +7,21 @@
- 28 MAGGIO (9.30-12.30)
4 GIUGNO (9.30-12.30) 2020
+ 10 DICEMBRE 2020 (9.30-13.00)
- 2 SESSIONI DA 3 ORE DI LEZIONI FRONTALI IN DIRETTA E WORKSHOP + Una sessione da 3 ore e mezza di lezioni frontali in diretta e workshop
- EARLY BIRD: 145€ (-50% OFFERTA) - Registrazioni fino al 16/05/2020 - ADVANCED: 290€ - Registrazioni dal 17/05/2020 + EARLY BIRD: 69€ (-53% OFFERTA) + Registrazioni fino al 10/11/2020 + ADVANCED: 149€ + Registrazioni dal 11/11/2020
- Registrati subito su EventBrite + Registrati subito su EventBrite

A chi è rivolto

diff --git a/package.json b/package.json index df680f0..d6cc779 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "babel-preset-env": "^1.7.0", "base-href-webpack-plugin": "^2.0.0", "bootstrap": "^4.3.1", - "copy-webpack-plugin": "^5.0.3", + "copy-webpack-plugin": "^6.2.1", "css-loader": "^3.5.1", "es6-promise-promise": "^1.0.0", "eslint": "^6.0.1", diff --git a/pages/index.ejs b/pages/index.ejs index b8a2785..347ecf4 100644 --- a/pages/index.ejs +++ b/pages/index.ejs @@ -5,6 +5,9 @@ Anes + + + diff --git a/webpack.config.js b/webpack.config.js index 4aec137..2de7cab 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -45,27 +45,13 @@ module.exports = (env) => { $: 'jquery', jQuery: 'jquery' }), - new CopyWebpackPlugin([ - { - context: componentPath, - from: '**/*.html', - to: distPath + '/components', - }, - ]), - new CopyWebpackPlugin([ - { - context: imagesPath, - from: '*.*', - to: distPath + '/images', - }, - ]), - new CopyWebpackPlugin([ - { - context: docsPath, - from: '*.*', - to: distPath + '/docs', - }, - ]) + new CopyWebpackPlugin({ + patterns: [ + { context: componentPath, from: '**/*.html', to: distPath + '/components/[path]/[name].php'}, + { context: imagesPath, from: '*.*', to: distPath + '/images'}, + { context: docsPath, from: '*.*', to: distPath + '/docs'} + ] + }) ] fs.readdirSync(pagesPath).forEach( (page) => {