Skip to content

Commit

Permalink
feat: Fix landing page material, spellings, etc (#2)
Browse files Browse the repository at this point in the history
Fix landing page material, spellings, etc
  • Loading branch information
jimmarino authored Sep 13, 2024
1 parent 78c8c7d commit fceb355
Show file tree
Hide file tree
Showing 84 changed files with 27 additions and 652 deletions.
7 changes: 7 additions & 0 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ Add styles or override variables from the theme here.
*/

$enable-gradients: false;
$enable-shadows: false;

$primary: #046EFA;
$secondary: #E4E6F0;
$dark: #2A2C34;

46 changes: 10 additions & 36 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,17 @@
title: Eclipse Dataspace Components
---

{{< blocks/cover title="A framework for sovereign, inter-organizational data sharing" image_anchor="top" height="full" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
{{< blocks/cover title="Enterprise data-sharing at scale" image_anchor="top" height="full" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/documentation/">
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/eclipse-edc">
GitHub <i class="fab fa-github ms-2 "></i>
GitHub <i class="fab fa-github ms-2 "></i>
</a>
<p class="lead mt-5">Build you own dataspace</p>
<p class="lead mt-5"><b>Site still under construction, please refer to <a href="https://eclipse-edc.github.io/docs">https://eclipse-edc.github.io/docs</a> for the time being</b></p>
{{< blocks/link-down color="info" >}}
<p class="lead mt-5">EDC is an open source framework hosted by the Eclipse Foundation for building secure, globally-scalable data-sharing services.
EDC provides highly customizable components for creating control planes, data planes, decentralized identity systems,
and federated data catalogs. Backed by leading companies and cloud providers, EDC gives engineers the tools they need
to deliver innovative solutions for data exchange networks.
</p>
<p class="lead mt-5"><b>Site still under construction, please refer to <a href="https://eclipse-edc.github.io/docs">https://eclipse-edc.github.io/docs</a> for currently released documentation.</b></p>
{{< /blocks/cover >}}


{{% blocks/lead color="primary" %}}
The Eclipse Dataspace Components (EDC) provide a framework for sovereign, inter-organizational data sharing.
They implement the IDS Dataspace Protocol (DSP) as well as relevant protocols associated with GAIA-X.
The EDC are designed in an extensible way in order to support alternative protocols and integrate in various ecosystems.
{{% /blocks/lead %}}


{{% blocks/section color="dark" type="row" %}}

{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}}
The Eclipse Dataspace Components UI now shows chair size metrics by default.

Please follow this space for updates!
{{% /blocks/feature %}}


{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}}
We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}


{{% blocks/feature icon="fab fa-discord" title="Join the community on Discord!" url="https://discord.gg/n4sD9qtjMQ" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}


{{% /blocks/section %}}
35 changes: 0 additions & 35 deletions content/en/about/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/en/blog/_index.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/en/blog/news/_index.md

This file was deleted.

Binary file not shown.
48 changes: 0 additions & 48 deletions content/en/blog/news/first-post/index.md

This file was deleted.

Loading

0 comments on commit fceb355

Please sign in to comment.