From 979cb140551c730d124874f126b99f333435910e Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 14 Feb 2024 15:34:48 +0100 Subject: [PATCH 01/24] Fix some broken links, ref #845 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 60f342ce..45971dad 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

Features

Develop an app with Solid

Interested in developing an app with Solid? Find technical documents, resources, and repositories.

- For Developers + For Developers
  • @@ -58,7 +58,7 @@

    Features

    Learn about organizations working with Solid

    Several organizations work in a range of capacities to support the deployment and research of Solid technology.

    - See Organizations + See Organizations
  • From cdcb68cab5e9bda7318da8dc2a61567be9c9c4bd Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 14 Feb 2024 15:37:36 +0100 Subject: [PATCH 02/24] Broken link about_solid.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 45971dad..9585ae16 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@

    Features

    Solid is an evolution of the web by its creator Sir Tim Berners-Lee. Solid realizes Tim's original vision for the Web as a medium for the secure, decentralized exchange of public and private data.

    - About Solid + About Solid
  • From e400251e71d4d3aa5faefb12afe427dad4cee375 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 14 Feb 2024 15:42:02 +0100 Subject: [PATCH 03/24] Fix license link --- about.html | 2 +- community.html | 2 +- for-developers.html | 2 +- for-organizations.html | 2 +- index.html | 2 +- terms.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/about.html b/about.html index 93113d1c..35192840 100644 --- a/about.html +++ b/about.html @@ -131,7 +131,7 @@

    Features

  • For Developers
  • For Organizations
  • Community
  • -
  • License
  • +
  • License
  • Code of Conduct
  • diff --git a/community.html b/community.html index c6fd7cd0..7ed3db78 100644 --- a/community.html +++ b/community.html @@ -130,7 +130,7 @@

    Events

  • For Developers
  • For Organizations
  • Community
  • -
  • License
  • +
  • License
  • Code of Conduct
  • diff --git a/for-developers.html b/for-developers.html index 964e2730..ec4148ac 100644 --- a/for-developers.html +++ b/for-developers.html @@ -215,7 +215,7 @@

    Available Solid Server implementations

  • For Developers
  • For Organizations
  • Community
  • -
  • License
  • +
  • License
  • Code of Conduct
  • diff --git a/for-organizations.html b/for-organizations.html index 27cfe763..11f2e738 100644 --- a/for-organizations.html +++ b/for-organizations.html @@ -113,7 +113,7 @@

    Solutions using Solid technology

  • For Developers
  • For Organizations
  • Community
  • -
  • License
  • +
  • License
  • Code of Conduct
  • diff --git a/index.html b/index.html index 9585ae16..79688f6b 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@

    Features

  • For Developers
  • For Organizations
  • Community
  • -
  • License
  • +
  • License
  • Code of Conduct
  • diff --git a/terms.html b/terms.html index 32e49a1d..5a457f0d 100644 --- a/terms.html +++ b/terms.html @@ -78,7 +78,7 @@

    URI Persistence Policy

  • For Developers
  • For Organizations
  • Community
  • -
  • License
  • +
  • License
  • Code of Conduct
  • From f7a756e58ac7e4adc202fb2db9535595ebdad376 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 14 Feb 2024 15:45:40 +0100 Subject: [PATCH 04/24] Fix two buttons that point nowhere --- about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index 35192840..3e59218c 100644 --- a/about.html +++ b/about.html @@ -105,7 +105,7 @@

    Features

    Organizations Deploying Solid

    See organizations working to support the deployment of Solid technology across a range of sectors.

    - See organizations + See organizations
  • Develop a Solid application

    @@ -115,7 +115,7 @@

    Features

  • Example applications

    Find examples of applications built with Solid.

    - See example applications + See example applications
  • From 6000745abc065e558910dfe2ae30eea61d1c4260 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 14 Feb 2024 15:53:57 +0100 Subject: [PATCH 05/24] Point to Discourse and Matrix, fix https://github.com/solid/team/issues/61 --- about.html | 2 +- community.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index 3e59218c..f9161a7b 100644 --- a/about.html +++ b/about.html @@ -110,7 +110,7 @@

    Features

  • Develop a Solid application

    Find tutorials, repositories, libraries, and vocabularies.

    - Develop an application + Develop an application
  • Example applications

    diff --git a/community.html b/community.html index 7ed3db78..8f00dede 100644 --- a/community.html +++ b/community.html @@ -37,17 +37,17 @@

    Where to collaborate

  • Solid Project Forum

    Create and respond to comments, questions, and discussions happening in the community.

    - Go to Solid Forum + Go to Solid Forum
  • Solid Matrix Chat

    The Solid Matrix Chat is a live chat where community members can connect.

    - Go to Matrix + Go to Matrix
  • Solid Community Group

    Learn and work on Solid specifications.

    - Go to Community Group + Go to Community Group
  • From c52dbbe5e10df085fc6d4bb8c3e6023e4f197214 Mon Sep 17 00:00:00 2001 From: Arne Hassel Date: Mon, 26 Feb 2024 16:06:43 +0100 Subject: [PATCH 06/24] Adding and changing some URLs Based on feedback from Kyra, which I agree to --- about.html | 2 +- community.html | 4 ++-- for-developers.html | 2 +- for-organizations.html | 2 +- index.html | 2 +- terms.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/about.html b/about.html index f9161a7b..fcbf02ea 100644 --- a/about.html +++ b/about.html @@ -110,7 +110,7 @@

    Features

  • Develop a Solid application

    Find tutorials, repositories, libraries, and vocabularies.

    - Develop an application + Develop an application
  • Example applications

    diff --git a/community.html b/community.html index 8f00dede..caf34368 100644 --- a/community.html +++ b/community.html @@ -47,7 +47,7 @@

    Where to collaborate

  • Solid Community Group

    Learn and work on Solid specifications.

    - Go to Community Group + Go to Community Group
  • @@ -131,7 +131,7 @@

    Events

  • For Organizations
  • Community
  • License
  • -
  • Code of Conduct
  • +
  • Code of Conduct
  • diff --git a/for-developers.html b/for-developers.html index ec4148ac..79bd7d23 100644 --- a/for-developers.html +++ b/for-developers.html @@ -216,7 +216,7 @@

    Available Solid Server implementations

  • For Organizations
  • Community
  • License
  • -
  • Code of Conduct
  • +
  • Code of Conduct
  • diff --git a/for-organizations.html b/for-organizations.html index 11f2e738..fde75b29 100644 --- a/for-organizations.html +++ b/for-organizations.html @@ -114,7 +114,7 @@

    Solutions using Solid technology

  • For Organizations
  • Community
  • License
  • -
  • Code of Conduct
  • +
  • Code of Conduct
  • diff --git a/index.html b/index.html index 79688f6b..ffeca5e3 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,7 @@

    Features

  • For Organizations
  • Community
  • License
  • -
  • Code of Conduct
  • +
  • Code of Conduct
  • diff --git a/terms.html b/terms.html index 5a457f0d..1b1a596c 100644 --- a/terms.html +++ b/terms.html @@ -79,7 +79,7 @@

    URI Persistence Policy

  • For Organizations
  • Community
  • License
  • -
  • Code of Conduct
  • +
  • Code of Conduct
  • From 37f18c171dfc5c8aa1d300c0f69a7b907254a6d0 Mon Sep 17 00:00:00 2001 From: Kyra Assaad Date: Fri, 23 Feb 2024 15:06:32 -0500 Subject: [PATCH 07/24] Revert "Revert "Add button-purple class"" This reverts commit 6f1667e8165d49da7c95a0eca64bc1ef68bfe340. --- index.html | 12 ++++++------ style/base.css | 22 ++++++++++++---------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index ffeca5e3..b091521d 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@
    - Solid logo Solid + Solid Project logo Solid
    - logo + Solid Project logo
    Accounts
    diff --git a/style/base.css b/style/base.css index a7d91f34..640c1d74 100644 --- a/style/base.css +++ b/style/base.css @@ -102,6 +102,18 @@ footer>div>dl>dd>ul li img { filter: invert(100%) hue-rotate(180deg); } +.button-purple { + background-color: #7B4DFF; + padding: 12px 24px; + font-weight: 700; + color: #fff; + text-decoration: none; + border-radius: 8px; + width: max-content; + height: max-content; +} + + #features>h2, #accounts dt, #hosted-pod-services dt { @@ -355,16 +367,6 @@ footer>div>dl>dd>ul li img { grid-area: 3 / 2 / 4 / 3; } - #homepage main>article>div>section>div>ul li a { - background-color: #7B4DFF; - padding: 0.8rem 1.5rem; - color: #fff; - text-decoration: none; - border-radius: 0.5rem; - width: max-content; - height: max-content; - } - #about main, #for-developers main, #for-organizations main { From 178251429f381e385704ef54a78f83f4ceb58eec Mon Sep 17 00:00:00 2001 From: Kyra Assaad Date: Mon, 26 Feb 2024 16:49:03 -0500 Subject: [PATCH 08/24] Change homepage sections to h2 --- index.html | 10 +++++----- style/base.css | 18 +++++++++++++++--- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index b091521d..0c2d09a0 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@
    Solid Project logo -

    Solid: Your data, your choice.

    +

    Solid: Your data, your choice.

    Advancing the Web to empower people and communities.

    @@ -38,7 +38,7 @@

    Features

    • internet -

      Read about Solid

      +

      Read about Solid

      Solid is an evolution of the web by its creator Sir Tim Berners-Lee. Solid realizes Tim's original vision for the Web as a medium for the secure, decentralized exchange of public and private data.

      @@ -47,7 +47,7 @@

      Features

    • chet_cloud -

      Develop an app with Solid

      +

      Develop an app with Solid

      Interested in developing an app with Solid? Find technical documents, resources, and repositories.

      For Developers @@ -55,7 +55,7 @@

      Features

    • beg -

      Learn about organizations working with Solid

      +

      Learn about organizations working with Solid

      Several organizations work in a range of capacities to support the deployment and research of Solid technology.

      See Organizations @@ -63,7 +63,7 @@

      Features

    • grup -

      Explore the community

      +

      Explore the community

      Connect with the community through forums and at events, like Solid World.

      Explore Community
    • diff --git a/style/base.css b/style/base.css index 640c1d74..0e5652ba 100644 --- a/style/base.css +++ b/style/base.css @@ -28,12 +28,12 @@ header { header>address>a { display: flex; align-items: center; - font-size: 1.5rem; + font-size: 2rem; font-style: normal; } header>address>a>img { - width: 34px; + width: 35px; margin-right: 1rem; } @@ -102,6 +102,18 @@ footer>div>dl>dd>ul li img { filter: invert(100%) hue-rotate(180deg); } +.title { + font-size: 40px; +} +.subtitle { + font-size: 24px; + text-align: center; +} +h2.homepage { + font-size: 22px; + line-height: 32px; + font-weight: 700; +} .button-purple { background-color: #7B4DFF; padding: 12px 24px; @@ -300,7 +312,7 @@ footer>div>dl>dd>ul li img { } main { - padding: 6rem; + padding: 104px 128px; } main>article { From ba46049cb401d1dab4b632ea446eb1a1c2184d23 Mon Sep 17 00:00:00 2001 From: Kyra Assaad Date: Mon, 26 Feb 2024 17:02:25 -0500 Subject: [PATCH 09/24] Change font from px to rem; add colour variables --- style/base.css | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/style/base.css b/style/base.css index 0e5652ba..50285d30 100644 --- a/style/base.css +++ b/style/base.css @@ -1,3 +1,9 @@ +:root { + --dark: #202542; + --purple: #7B4DFF; + --white: #FFF; + } + @font-face { font-family: 'Lato Regular'; src: url('../assets/fonts/Lato-Regular.ttf') format('truetype'); @@ -6,7 +12,7 @@ } body { - background-color: #202542; + background-color: var(--dark); font-family: 'Lato Regular', sans-serif; margin: 0; line-height: 32px; @@ -14,7 +20,7 @@ body { header a, footer a { - color: #fff; + color: var(--white); text-decoration: none; } @@ -103,17 +109,27 @@ footer>div>dl>dd>ul li img { } .title { - font-size: 40px; + font-size: 2.5rem; } .subtitle { - font-size: 24px; + font-size: 1.5rem; text-align: center; } +h1.subpage { + font-size: 4rem; + font-weight: 700; + line-height: 3rem; +} h2.homepage { - font-size: 22px; - line-height: 32px; + font-size: 1.5rem; + line-height: 2rem; font-weight: 700; } +h2.subpage { + font-size: 2rem; + font-weight: 700; + line-height: 3rem; +} .button-purple { background-color: #7B4DFF; padding: 12px 24px; @@ -124,7 +140,12 @@ h2.homepage { width: max-content; height: max-content; } - +.developer-tutorials { + list-style: none; +} +.developer-tutorials a { + color: ; +} #features>h2, #accounts dt, @@ -479,6 +500,8 @@ h2.homepage { #developer-tutorials { margin: 4rem; + font-size: 1.25rem; + line-height: 2.5rem; } #hosted-pod-services { From 72532bb66078dbb15c60ff50fe486de59740e82b Mon Sep 17 00:00:00 2001 From: Kyra Assaad Date: Mon, 26 Feb 2024 17:11:25 -0500 Subject: [PATCH 10/24] Style For Developers page --- for-developers.html | 18 +++++++++--------- style/base.css | 19 ++++++++++++++----- 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/for-developers.html b/for-developers.html index 79bd7d23..066e96d6 100644 --- a/for-developers.html +++ b/for-developers.html @@ -25,15 +25,15 @@
      -

      For Developers

      +

      For Developers

      -

      Developer Tutorials

      +

      Developer Tutorials

      -

      See the tutorials below to support you in building a Solid app.

      +

      See the tutorials below to support you in building a Solid app.

      -
      -

      Hosted Pod Services

      +

      Hosted Pod Services

      -

      Below is a list of hosted services that provide Pods. Each provides different SLAs, level of support, +

      Below is a list of hosted services that provide Pods. Each provides different SLAs, level of support, and guarantees.

        @@ -188,11 +188,11 @@

        Hosted Pod Services

      -

      Available Solid Server implementations

      +

      Available Solid Server implementations

      -

      These are the different Solid Server implementations available

      +

      These are the different Solid Server implementations available

      -
        +
        • Community Solid Server
        • Enterprise Solid Server
        • Graphmetrix
        • diff --git a/style/base.css b/style/base.css index 50285d30..e1ace6f6 100644 --- a/style/base.css +++ b/style/base.css @@ -65,7 +65,7 @@ nav a { main>article>h1, main>article>p { - color: #fff; + color: var(--white); font-weight: 400; padding: 0 2rem; } @@ -92,7 +92,7 @@ footer>div>img { footer>div>dl>dd>ul { display: flex; - color: #fff; + color: var(--white); width: min-content; list-style: none; margin-block-start: 0; @@ -131,20 +131,29 @@ h2.subpage { line-height: 3rem; } .button-purple { - background-color: #7B4DFF; + background-color: var(--purple);; padding: 12px 24px; font-weight: 700; - color: #fff; + color: var(--white); text-decoration: none; border-radius: 8px; width: max-content; height: max-content; } +p.descriptor { + font-size: 1.25rem; + line-height: 2rem; +} .developer-tutorials { list-style: none; } .developer-tutorials a { - color: ; + color: var(--dark); +} +.solid-servers a{ + color: var(--purple); + font-size: 1.25rem; + line-height: 2.5rem; } #features>h2, From d4094f8b8dc841e445b0078c465c417e78889647 Mon Sep 17 00:00:00 2001 From: Kyra Assaad Date: Mon, 26 Feb 2024 17:17:28 -0500 Subject: [PATCH 11/24] Style page header sections --- about.html | 4 ++-- community.html | 4 ++-- for-organizations.html | 4 ++-- style/base.css | 4 ++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/about.html b/about.html index fcbf02ea..545460c9 100644 --- a/about.html +++ b/about.html @@ -25,9 +25,9 @@
          -

          About Solid

          +

          About Solid

          -
          +

          Solid is an open standard for structuring data, digital identities, and applications on the Web.

          Solid aims to support the creation of the Web as Sir Tim Berners-Lee originally envisioned it when he invented the Web at CERN in 1989. Tim sometimes refers to Solid as “the web - take 3" — or Web3.0 — diff --git a/community.html b/community.html index caf34368..65fe5e10 100644 --- a/community.html +++ b/community.html @@ -25,9 +25,9 @@

          -

          Community

          +

          Community

          -

          Discover ways to join and contribute to the Solid community.

          +

          Discover ways to join and contribute to the Solid community.

          diff --git a/for-organizations.html b/for-organizations.html index fde75b29..34d05eb6 100644 --- a/for-organizations.html +++ b/for-organizations.html @@ -25,9 +25,9 @@
          -

          Organizations using Solid

          +

          Organizations using Solid

          -

          These organizations work in a range of capacities to support the deployment and research +

          These organizations work in a range of capacities to support the deployment and research of Solid technology.

          diff --git a/style/base.css b/style/base.css index e1ace6f6..beac6f23 100644 --- a/style/base.css +++ b/style/base.css @@ -144,6 +144,10 @@ p.descriptor { font-size: 1.25rem; line-height: 2rem; } +.intro-light { + font-size: 1.5rem; + line-height: 2.5rem; +} .developer-tutorials { list-style: none; } From 68181a55c66c126300bd1650f880e483abb76383 Mon Sep 17 00:00:00 2001 From: Kyra Assaad <11729241+KyraAssaad@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:42:02 -0500 Subject: [PATCH 12/24] Update text for more consistency Co-authored-by: Ted Thibodeau Jr --- for-developers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/for-developers.html b/for-developers.html index 066e96d6..b8fdc491 100644 --- a/for-developers.html +++ b/for-developers.html @@ -47,7 +47,7 @@

          Developer Tutorials

          Hosted Pod Services

          -

          Below is a list of hosted services that provide Pods. Each provides different SLAs, level of support, +

          Below is a list of hosted services that provide Pods. Each provides different SLAs, levels of support, and guarantees.

            From 382485b8962490929fe8f51e21793f593fcdf8e1 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 28 Feb 2024 10:18:52 +0100 Subject: [PATCH 13/24] Restructure sectioning for consistency and other minor HTML updates --- about.html | 14 +++++++------- community.html | 4 ++-- for-developers.html | 42 +++++++++++++++++++++--------------------- for-organizations.html | 4 ++-- index.html | 20 ++++++++++---------- 5 files changed, 42 insertions(+), 42 deletions(-) diff --git a/about.html b/about.html index 545460c9..6e5b902c 100644 --- a/about.html +++ b/about.html @@ -25,15 +25,15 @@
            -

            About Solid

            +

            About Solid

            -
            -

            Solid is an open standard for structuring data, digital identities, and applications on the Web.

            -

            Solid aims to support the creation of the Web as Sir Tim Berners-Lee originally envisioned it when he - invented the Web at CERN in 1989. Tim sometimes refers to Solid as “the web - take 3" — or Web3.0 — - because Solid integrates a new layer of standards into the Web we already have. The goal of Solid is - for people to have more agency over their data.

            +

            Solid is an open standard for structuring data, digital identities, and applications on the Web.

            +

            Solid aims to support the creation of the Web as Sir Tim Berners-Lee originally envisioned it when he + invented the Web at CERN in 1989. Tim sometimes refers to Solid as “the web - take 3" — or Web3.0 — + because Solid integrates a new layer of standards into the Web we already have. The goal of Solid is + for people to have more agency over their data.

            +

            Solid

            diff --git a/community.html b/community.html index 65fe5e10..caf34368 100644 --- a/community.html +++ b/community.html @@ -25,9 +25,9 @@
            -

            Community

            +

            Community

            -

            Discover ways to join and contribute to the Solid community.

            +

            Discover ways to join and contribute to the Solid community.

            diff --git a/for-developers.html b/for-developers.html index b8fdc491..edaf5916 100644 --- a/for-developers.html +++ b/for-developers.html @@ -25,15 +25,15 @@
            -

            For Developers

            +

            For Developers

            -

            Developer Tutorials

            +

            Developer Tutorials

            -

            See the tutorials below to support you in building a Solid app.

            +

            See the tutorials below to support you in building a Solid app.

            -
            -

            Hosted Pod Services

            +

            Hosted Pod Services

            -

            Below is a list of hosted services that provide Pods. Each provides different SLAs, levels of support, +

            Below is a list of hosted services that provide Pods. Each provides different SLAs, levels of support, and guarantees.

              @@ -186,22 +186,22 @@

              Hosted Pod Services

    +
    + -
    -

    Available Solid Server implementations

    -
    -

    These are the different Solid Server implementations available

    - - -
    -
    +
    +

    Available Solid Server implementations

    +
    +

    These are the different Solid Server implementations available

    + +
    diff --git a/for-organizations.html b/for-organizations.html index 34d05eb6..fde75b29 100644 --- a/for-organizations.html +++ b/for-organizations.html @@ -25,9 +25,9 @@
    -

    Organizations using Solid

    +

    Organizations using Solid

    -

    These organizations work in a range of capacities to support the deployment and research +

    These organizations work in a range of capacities to support the deployment and research of Solid technology.

    diff --git a/index.html b/index.html index 0c2d09a0..6e68b20d 100644 --- a/index.html +++ b/index.html @@ -27,9 +27,9 @@
    Solid Project logo -

    Solid: Your data, your choice.

    +

    Solid: Your data, your choice.

    -

    Advancing the Web to empower people and communities.

    +

    Advancing the Web to empower people and communities.

    @@ -38,34 +38,34 @@

    Features

    • internet -

      Read about Solid

      +

      Read about Solid

      Solid is an evolution of the web by its creator Sir Tim Berners-Lee. Solid realizes Tim's original vision for the Web as a medium for the secure, decentralized exchange of public and private data.

      - About Solid + About Solid
    • chet_cloud -

      Develop an app with Solid

      +

      Develop an app with Solid

      Interested in developing an app with Solid? Find technical documents, resources, and repositories.

      - For Developers + For Developers
    • beg -

      Learn about organizations working with Solid

      +

      Learn about organizations working with Solid

      Several organizations work in a range of capacities to support the deployment and research of Solid technology.

      - See Organizations + See Organizations
    • grup -

      Explore the community

      +

      Explore the community

      Connect with the community through forums and at events, like Solid World.

      - Explore Community + Explore Community
    From 48463801df35f314c007d2659f82d36582e7fca6 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 28 Feb 2024 10:19:14 +0100 Subject: [PATCH 14/24] Reapply intended styles --- style/base.css | 64 +++++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 24 deletions(-) diff --git a/style/base.css b/style/base.css index beac6f23..1e0d845c 100644 --- a/style/base.css +++ b/style/base.css @@ -108,30 +108,37 @@ footer>div>dl>dd>ul li img { filter: invert(100%) hue-rotate(180deg); } -.title { - font-size: 2.5rem; -} -.subtitle { - font-size: 1.5rem; - text-align: center; +h1 { + font-size: 4rem; + line-height: 3rem; } -h1.subpage { - font-size: 4rem; - font-weight: 700; - line-height: 3rem; +#homepage h1 { + font-size: 2.5rem; + font-weight: 400; + line-height: 2rem; } -h2.homepage { +#homepage h3 { font-size: 1.5rem; line-height: 2rem; font-weight: 700; } -h2.subpage { +#about section { + font-size: 1.5rem; + line-height: 2.5rem; +} +#for-developers h2 { font-size: 2rem; font-weight: 700; line-height: 3rem; } -.button-purple { - background-color: var(--purple);; +#homepage h1 + p { + font-size: 1.5rem; + font-weight: 400; + text-align: center; + line-height: 2rem; +} +#features li a:last-child { + background-color: var(--purple); padding: 12px 24px; font-weight: 700; color: var(--white); @@ -140,21 +147,25 @@ h2.subpage { width: max-content; height: max-content; } -p.descriptor { +h2 + div > p:first-child { font-size: 1.25rem; line-height: 2rem; } -.intro-light { +#about main>article>h1 ~ p:not(div ~ p):last-of-type { + margin-block-start:0; +} +main>article>h1 ~ p:not(div ~ p) { font-size: 1.5rem; line-height: 2.5rem; + font-weight: 400; } -.developer-tutorials { +#developer-tutorials li { list-style: none; } -.developer-tutorials a { +#developer-tutorials li a { color: var(--dark); } -.solid-servers a{ +#solid-server-implementations li a{ color: var(--purple); font-size: 1.25rem; line-height: 2.5rem; @@ -205,7 +216,8 @@ p.descriptor { #about main>article>div>section, #hosted-pod-services, -#solid-organizations { +#solid-organizations, +#solid-server-implementations { color: #000; background-color: #fff; padding: 2rem; @@ -357,7 +369,7 @@ p.descriptor { main>article>h1, main>article>p { color: #fff; - font-weight: 400; + font-weight: 700; padding: 0 6rem; } @@ -365,7 +377,7 @@ p.descriptor { #developer-tutorials { border-radius: 30px; } - + #solutions-using-solid-technology h2 { padding: 0 6rem; } @@ -450,12 +462,14 @@ p.descriptor { #about main>article>div>section, #hosted-pod-services, - #solid-organizations { + #solid-organizations, + #solid-server-implementations { padding: 2rem 6rem; } #hosted-pod-services { display: block; + padding-bottom: 0; } #about main>article img { @@ -517,7 +531,8 @@ p.descriptor { line-height: 2.5rem; } - #hosted-pod-services { + #solid-server-implementations { + margin-top:-2em; margin-bottom: 4rem; } @@ -528,6 +543,7 @@ p.descriptor { grid-gap: 2rem; margin-inline-start: 0; padding-inline-start: 0; + margin-block-end:0; width: 100%; word-break: break-word } From 565bf85769751873896ff51472f0e6f730debef2 Mon Sep 17 00:00:00 2001 From: Arne Hassel Date: Mon, 4 Mar 2024 23:54:08 +0100 Subject: [PATCH 15/24] Added some CSS classes Added .container, .tiles, and .button (and developed .legend a bit more). Have tried to clean up "old" CSS, i.e. the ones not necessary since I've created some CSS classes, but there is probably more. Need more work, but wanted to share my progress. --- about.html | 22 +- community.html | 141 +++++----- for-developers.html | 12 +- for-organizations.html | 16 +- index.html | 18 +- style/base.css | 586 +++++++++++++++++++++++------------------ 6 files changed, 436 insertions(+), 359 deletions(-) diff --git a/about.html b/about.html index 6e5b902c..82a912dc 100644 --- a/about.html +++ b/about.html @@ -25,16 +25,18 @@
    -

    About Solid

    +
    +

    About Solid

    -

    Solid is an open standard for structuring data, digital identities, and applications on the Web.

    -

    Solid aims to support the creation of the Web as Sir Tim Berners-Lee originally envisioned it when he +

    Solid is an open standard for structuring data, digital identities, and applications on the Web.

    +

    Solid aims to support the creation of the Web as Sir Tim Berners-Lee originally envisioned it when he invented the Web at CERN in 1989. Tim sometimes refers to Solid as “the web - take 3" — or Web3.0 — because Solid integrates a new layer of standards into the Web we already have. The goal of Solid is for people to have more agency over their data.

    +
    -
    +

    Solid

    @@ -84,7 +86,7 @@

    Access

    -
    +

    Solid Servers and Pods

    store-anything-tour @@ -97,25 +99,25 @@

    Solid Servers and Pods

    -
    +

    Features

    -
    diff --git a/community.html b/community.html index caf34368..b1ba3e44 100644 --- a/community.html +++ b/community.html @@ -25,98 +25,103 @@
    -

    Community

    +
    +

    Community

    -

    Discover ways to join and contribute to the Solid community.

    +

    Discover ways to join and contribute to the Solid community.

    +
    -
    +

    Where to collaborate

    -
    -

    Events

    -

    Discover Solid events taking place virtually and/or in person around the world.

    +
    +

    Events

    +

    Discover Solid events taking place virtually and/or in person around the world.

    +
    +
    +
      +
    • +
      + 2023 Events +
        +
      • +
        +
        Title
        +
        MyData 2023 Conference
        +
        Organization
        +
        MyData
        +
        Date
        +
        +
        Location
        +
        Helsinki
        +
        Description
        +
        There will be a dedicated workshop/panel session about the Solid project at this conference, alongside interesting people and presentations from many like-minded projects.
        +
        +
      • +
      • +
        +
        Title
        +
        Event Title
        +
        Organization
        +
        Organization Name
        +
        Date
        +
        +
        Location
        +
        Location
        +
        Description
        +
        Description
        +
        +
      • +
      +
      +
    • -
        -
      • -
        - 2023 Events -
          -
        • -
          -
          Title
          -
          MyData 2023 Conference
          -
          Organization
          -
          MyData
          -
          Date
          -
          -
          Location
          -
          Helsinki
          -
          Description
          -
          There will be a dedicated workshop/panel session about the Solid project at this conference, alongside interesting people and presentations from many like-minded projects.
          -
          -
        • -
        • -
          -
          Title
          -
          Event Title
          -
          Organization
          -
          Organization Name
          -
          Date
          -
          -
          Location
          -
          Location
          -
          Description
          -
          Description
          -
          -
        • -
        -
        -
      • - -
      • -
        - 2022 Events - -
        -
      • -
      +
    • +
      + 2022 Events + +
      +
    • +
    +
    diff --git a/for-developers.html b/for-developers.html index edaf5916..c781c8f7 100644 --- a/for-developers.html +++ b/for-developers.html @@ -25,10 +25,12 @@
    -

    For Developers

    +
    +

    For Developers

    +
    -
    +

    Developer Tutorials

    See the tutorials below to support you in building a Solid app.

    @@ -44,13 +46,13 @@

    Developer Tutorials

    -
    +

    Hosted Pod Services

    Below is a list of hosted services that provide Pods. Each provides different SLAs, levels of support, and guarantees.

    -
      +
      • Logo
        @@ -189,7 +191,7 @@

        Hosted Pod Services

    -
    +

    Available Solid Server implementations

    These are the different Solid Server implementations available

    diff --git a/for-organizations.html b/for-organizations.html index fde75b29..083af34c 100644 --- a/for-organizations.html +++ b/for-organizations.html @@ -25,13 +25,15 @@
    -

    Organizations using Solid

    +
    +

    Organizations using Solid

    -

    These organizations work in a range of capacities to support the deployment and research - of Solid technology.

    +

    These organizations work in a range of capacities to support the deployment and research + of Solid technology.

    +
    -
    +

    Solid Organizations

    @@ -41,7 +43,7 @@

    Solid Organizations

    Research institutions
    -
      +
      • BBC Research & Development

        @@ -70,10 +72,10 @@

        BBC Research & Development

    -
    +

    Solutions using Solid technology

    -
      +