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

chore: update branding and add community meetup references #2258

Merged
merged 10 commits into from
Jan 30, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: possible-bug
labels: 'possible-bug 🐛'
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
labels: 'enhancement'
assignees: ''
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/tech_debt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Tech debt
about: Record something that should be investigated or refactored in the future.
title: ''
labels: 'tech-debt'
labels: 'tech-debt 💳'
assignees: ''
---

Expand Down
Binary file modified .images/zarf-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
[![Zarf Website](https://img.shields.io/badge/web-zarf.dev-6d87c3)](https://zarf.dev/)
[![Zarf Documentation](https://img.shields.io/badge/docs-docs.zarf.dev-775ba1)](https://docs.zarf.dev/)
[![Zarf Slack Channel](https://img.shields.io/badge/k8s%20slack-zarf-40a3dd)](https://kubernetes.slack.com/archives/C03B6BJAUJ3)
[![Community Meetups](https://img.shields.io/badge/community-meetups-22aebb)](https://github.com/defenseunicorns/zarf/issues/2202)

Zarf eliminates the [complexity of air gap software delivery](https://www.itopstimes.com/contain/air-gap-kubernetes-considerations-for-running-cloud-native-applications-without-the-cloud/) for Kubernetes clusters and cloud-native workloads using a declarative packaging strategy to support DevSecOps in offline and semi-connected environments.

## Why Use Zarf
## Why Use Zarf

- 💸 **Free and Open-Source.** Zarf will always be free to use and maintained by the open-source community.
- ⭐️ **Zero Dependencies.** As a statically compiled binary, the Zarf CLI has zero dependencies to run on any machine.
- ⭐️ **Zero Dependencies.** As a statically compiled binary, the Zarf CLI has zero dependencies to run on any machine.
- 🔓 **No Vendor Lock.** There is no proprietary software that locks you into using Zarf. If you want to remove it, you can still use your Helm charts to deploy your software manually.
- 💻 **OS Agnostic.** Zarf supports numerous operating systems. A full matrix of supported OSes, architectures, and feature sets is coming soon.
- 📦 **Highly Distributable.** Integrate and deploy software from multiple secure development environments, including edge, embedded systems, secure cloud, data centers, and even local environments.
Expand Down Expand Up @@ -58,7 +59,7 @@ _<https://www.youtube.com/watch?v=WnOYlFVVKDE>_

## ✅ Getting Started

To try Zarf out for yourself, visit the ["Try It Now"](https://zarf.dev/install) section on our website.
To try Zarf out for yourself, visit the ["Try It Now"](https://zarf.dev/install) section on our website.

To learn more about Zarf and its use cases, visit [docs.zarf.dev](https://docs.zarf.dev/docs/zarf-overview). From the docs, you can learn more about:
- [installation](https://docs.zarf.dev/docs/getting-started/#installing-zarf)
Expand All @@ -82,9 +83,9 @@ Made with [contrib.rocks](https://contrib.rocks).

## 💻 Contributing

Want to contribute to Zarf?
Check out our [Contributor Guide](https://docs.zarf.dev/docs/contribute-to-zarf/contributor-guide) to learn more about how to set up your development environment and begin contributing.
We also recommend checking out our architectural diagram.
Want to contribute to Zarf?
Check out our [Contributor Guide](https://docs.zarf.dev/docs/contribute-to-zarf/contributor-guide) to learn more about how to set up your development environment and begin contributing.
We also recommend checking out our architectural diagram.

To dive deeper into the tech, you can read the [Nerd Notes](https://docs.zarf.dev/docs/contribute-to-zarf/nerd-notes) in our Docs.

Expand Down
8 changes: 4 additions & 4 deletions docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ const config = {
navbar: {
logo: {
alt: "Zarf",
src: "img/zarf-logo-light.svg",
srcDark: "img/zarf-logo-dark.svg",
src: "img/zarf-logo-header.svg",
srcDark: "img/zarf-logo-header.svg",
href: "https://zarf.dev/",
target: "_self",
},
Expand Down Expand Up @@ -128,8 +128,8 @@ const config = {
style: "dark",
logo: {
alt: "Zarf",
src: "img/zarf-logo-light.svg",
srcDark: "img/zarf-logo-dark.svg",
src: "img/zarf-logo-header.svg",
srcDark: "img/zarf-logo-header.svg",
href: "https://zarf.dev/",
},
copyright: `<p class="p-copy">Copyright © ${new Date().getFullYear()} Zarf Project, All rights reserved.</p>`,
Expand Down
14 changes: 7 additions & 7 deletions docs-website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ html[data-theme="dark"],
var(--ifm-navbar-search-input-icon) no-repeat 0.75rem center / 1rem 1rem;
}

/*
/*
* Remove the outline.
* Highlight on hover and select.
*/
Expand Down Expand Up @@ -134,8 +134,8 @@ html[data-theme="dark"],

/* Zarf.dev logo size */
.navbar__logo {
width: 107px;
height: 47px;
width: 152px;
height: 42px;
}

/* Zarf.dev padding and styling */
Expand All @@ -159,8 +159,8 @@ html[data-theme="dark"],
height: 40px;
}

/*
* Restore original functionality from template
/*
* Restore original functionality from template
* that was removed to center text and hover state
*/
.navbar__item {
Expand Down Expand Up @@ -206,9 +206,9 @@ html[data-theme="dark"],
color: var(--ifm-navbar-link-hover-color);
}

/*
/*
* Customize Main Menu to look like zarf.dev mobile drawer
* Without effecting the table of contents.
* Without effecting the table of contents.
*/
[class="menu__list-item"] .menu__link {
justify-content: center;
Expand Down
Loading
Loading