diff --git a/config.toml b/config.toml index fd728a2..559d37f 100644 --- a/config.toml +++ b/config.toml @@ -85,18 +85,20 @@ github = "https://github.com/sciencelivehub" twitter = "https://twitter.com/sciencelive" # Hero Section - Updated with Three Pillars Messaging -hero_title = "Science Live: Research beyond Walls" -hero_subtitle = "Surface your discussions, reasoning, methods, data, and findings with AI-assisted guidance, creating knowledge bricks that make your research traceable, reproducible, and ready for your team and others to build upon." +hero_title_1 = "Transform research into" +hero_title_2 = "connected knowledge" +hero_title_3 = "through stackable knowledge bricks" +hero_subtitle = "Making scientific work FAIR: Findable, Accessible, Interoperable, Reusable." hero_tagline = "Bridge research and industry with stackable knowledge bricks — earn travel funding through quality contributions." # Hero Buttons -hero_primary_button_text = "Join Beta Waitlist" -hero_primary_button_url = "https://formspree.io/f/mwpndawr" -hero_primary_button_icon = "envelope" +hero_primary_button_text = "Web Platform" +hero_primary_button_url = "https://platform.sciencelive4all.org" +hero_primary_button_icon = "computer" -hero_secondary_button_text = "Book Strategy Call" -hero_secondary_button_url = "https://calendly.com/anne-fouilloux/30min" -hero_secondary_button_icon = "video" +hero_secondary_button_text = "Zotero Plugin" +hero_secondary_button_url = "https://sciencelive4all.org/science-live-platform/zotero" +hero_secondary_button_icon = "puzzle-piece" # Core Values core_values = "Stackable • Traceable • Rewarded" diff --git a/content/privacy.md b/content/privacy.md index 3386022..96959d9 100644 --- a/content/privacy.md +++ b/content/privacy.md @@ -128,7 +128,7 @@ We may also share personal data: - To protect the rights, property, or safety of Viten Hub AS, our users, or the public. - In connection with a merger, acquisition, or sale of assets, with appropriate notice to affected users. -## 7. Your Rights Under GDPR +## 7. Your Rights Under GDPR {#7-your-rights-under-gdpr} As a data subject, you have the following rights under the GDPR. To exercise any of these rights, contact us at contact@vitenhub.no. @@ -173,7 +173,7 @@ We retain personal data only as long as necessary for the purposes described in Inactive accounts (no login for 24 months) will receive a warning email. If no action is taken within 30 days, the account may be deactivated. Published nanopublications remain accessible regardless of account status. -## 10. Cookies and Similar Technologies +## 10. Cookies and Similar Technologies {#10-cookies-and-similar-technologies} We use cookies and similar technologies to operate and improve the Service. diff --git a/static/assets/favicon.ico b/static/assets/favicon.ico index 25f7791..67097c7 100644 Binary files a/static/assets/favicon.ico and b/static/assets/favicon.ico differ diff --git a/static/assets/img/sciencelive-logo.png b/static/assets/img/sciencelive-logo.png index bbb9163..8e2421c 100644 Binary files a/static/assets/img/sciencelive-logo.png and b/static/assets/img/sciencelive-logo.png differ diff --git a/static/css/science-live.css b/static/css/science-live.css index 7b5ac03..ef974ad 100644 --- a/static/css/science-live.css +++ b/static/css/science-live.css @@ -1,5 +1,5 @@ :root { - --primary-color: #051d40; + --primary-color: #0f2547; --secondary-color: #be2e78; --accent-blue: #4a9eff; --primary-light: #2a5788; @@ -238,6 +238,7 @@ body { } .hero-container { + text-align: center; max-width: 100%; margin: 0 auto; padding: 2rem 3rem; @@ -258,6 +259,33 @@ body { -webkit-background-clip: text; -webkit-text-fill-color: transparent; } +.hero-content h1_1 { + font-size: 3.2rem; + font-weight: 800; + line-height: 1.2; + margin-bottom: 1.0rem; + background: #ffffff; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +.hero-content h1_2 { + font-size: 3.2rem; + font-weight: 800; + line-height: 1.2; + margin-bottom: 1.0rem; + background: linear-gradient(135deg, var(--secondary-color), #7f2e66); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +.hero-content h1_3 { + font-size: 3.2rem; + font-weight: 800; + line-height: 1.2; + margin-bottom: 1.0rem; + background: #ffffff; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} .hero-content p { font-size: 1.3rem; diff --git a/templates/index.html b/templates/index.html index ebbb40a..facd262 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,9 @@
-

{{ config.extra.hero_title }}

+ {{ config.extra.hero_title_1 }} + {{ config.extra.hero_title_2 }} + {{ config.extra.hero_title_3 }}

{{ config.extra.hero_subtitle }}

{{ config.extra.hero_tagline }}