Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ecliptica rebrand preview #318

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
434 changes: 321 additions & 113 deletions common/logo-src/ec-logo-final.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,12 +447,12 @@ p.big {
}

.hero-header {
min-height: 120px;
min-height: 200px;
background-size: contain;
background-origin:content-box;
background-position: center;
background-repeat: no-repeat;
background-image: url("../images/logo-title.svg");
background-image: url("../images/logo-title-2.png");
}

.hero-tagline {
Expand Down
2 changes: 1 addition & 1 deletion website/config/_default/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = 'https://enterprise-contract.dev/'
languageCode = 'en-us'
title = 'Enterprise Contract'
title = 'ecliptica'
theme = 'github.com/basil/antora-default-ui-hugo-theme'
publishDir = '../public'
copyright = "Red Hat, Inc. All rights reserved."
Expand Down
6 changes: 4 additions & 2 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

<div class="hero-intro">
<p>Securely verify supply chain artifacts, and enforce policies about how they were built and tested, in a manageable, scalable, and declarative way.</p>

<p style="color: var(--color-gray-10); padding-top: 1.5rem;"><small><i>(Ecliptica was previously known as Enterprise Contract)</i></small></p>
</div>

<div class="hero-links">{{ .Content }}</div>
Expand All @@ -26,7 +28,7 @@
{{ partial "hero-feature.html" (dict
"icon" "wrench-screwdriver"
"title" "Built with Sigstore and Open Policy Agent"
"content" "Enterprise Contract builds on the industry standard open source solutions for artifact provenance verification and policy validation, backed by the Open Source Security Foundation and the Cloud Native Computing Foundation."
"content" "Ecliptica builds on the industry standard open source solutions for artifact provenance verification and policy validation, backed by the Open Source Security Foundation and the Cloud Native Computing Foundation."
) }}

{{ partial "hero-feature.html" (dict
Expand All @@ -38,7 +40,7 @@
{{ partial "hero-feature.html" (dict
"icon" "square-3-stack-3d"
"title" "Fits into your existing CI/CD pipelines"
"content" "Enterprise Contract is platform agnostic. With its multi-format output, it can easily fit into your CI/CD workflow. Use it as post-build CI, as a gate for releases, as a deploy-time verifier, or anywhere in between."
"content" "Ecliptica is platform agnostic. With its multi-format output, it can easily fit into your CI/CD workflow. Use it as post-build CI, as a gate for releases, as a deploy-time verifier, or anywhere in between."
) }}

{{ partial "hero-feature.html" (dict
Expand Down
Binary file added website/static/images/logo-title-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/logo-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading