From 5e92466854cc3d91bb8280d2aa2ea085a0b1a1e5 Mon Sep 17 00:00:00 2001 From: tykayn Date: Mon, 21 Mar 2022 13:46:32 +0100 Subject: [PATCH] home emphasis on demo components --- .../core/components/home/home.component.html | 75 ++++++++++--------- src/environments/environment.prod.ts | 4 +- src/environments/environment.ts | 8 +- 3 files changed, 44 insertions(+), 43 deletions(-) diff --git a/src/app/core/components/home/home.component.html b/src/app/core/components/home/home.component.html index 0b7dc37a..2f817dcf 100644 --- a/src/app/core/components/home/home.component.html +++ b/src/app/core/components/home/home.component.html @@ -35,44 +35,45 @@ /> - -
-

Titre h1

-

Titre h2

-

Titre h3

-

Titre h4

-
Titre h5
-
Titre h6
- - - - - - - - - -
-
- Autres boutons: - - - -
- + + + + + + + + +
+
+ Autres boutons: + - -
- -
-
+ + +
+ +
+
+ +
+ +


diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 8f1e26f5..34a6cf93 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -19,8 +19,8 @@ export const environment = { appLogo: 'assets/img/LogoViolet.svg', appLogoFooter: 'assets/img/LogoBlanc.svg', appLanding: 'assets/img/landing_calendar.svg', - appTitle: 'FramaDate', - appVersion: '2.2.1', + appTitle: 'BarracuDate', + appVersion: '2.2.2', appSupportEmail: 'example-support@example.com', appSupportWebpage: 'https://www.cipherbliss.com/contact', autofill_creation: false, diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 7f8f60b3..ddb8e42b 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -20,12 +20,12 @@ export const environment = { appLogo: 'assets/img/LogoViolet.svg', appLogoFooter: 'assets/img/LogoBlanc.svg', appLanding: 'assets/img/landing_calendar.svg', - appTitle: 'BlissDate', - appVersion: '2.2.1', + appTitle: 'BarracuDate', + appVersion: '2.2.2', appSupportEmail: 'example-support@example.com', appSupportWebpage: 'https://www.cipherbliss.com/contact', - autofill_creation: true, - autofill_default_timeslices: true, + autofill_creation: false, + autofill_default_timeslices: false, autofill_participation: false, autoSendNewPoll: false, creation_display_admin_url: false,