Skip to content

Commit

Permalink
docs: add Zerops as Deployment Partner (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Oct 25, 2024
1 parent 6bf265a commit bdb0dc8
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 9 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ Follow the prompts to scaffold the project and start the development server.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://analogjs.org/new)

## Supporting Analog
### Partners

- Star the [GitHub Repo](https://github.com/analogjs/analog)
- Join the [Discord](https://chat.analogjs.org)
- Follow us on [Twitter](https://twitter.com/analogjs)
- Become a [Sponsor](https://analogjs.org/docs/sponsoring)
<a href="https://zerops.io?utm_source=analog&utm_medium=github&utm_campaign=partnership" target="_blank">
<img src="https://github.com/analogjs/analog/blob/main/apps/docs-app/static/img/logos/zerops-logo.svg" width="100px" height="100px" alt="Zerops" />
</a>

### Sponsors

Expand All @@ -89,6 +88,13 @@ Follow the prompts to scaffold the project and start the development server.
<img src="https://media.licdn.com/dms/image/C4E0BAQG4hMvLznt6_Q/company-logo_200_200/0/1630618311041/snydertechnologies_logo?e=2147483647&v=beta&t=TFq6VKWAgb5oI0FmbvaeTPFzMJR9S94_LvnLnlRqfLI" width="100px" height="100px" alt="Snyder Tech" />
</a>

## Supporting Analog

- Star the [GitHub Repo](https://github.com/analogjs/analog)
- Join the [Discord](https://chat.analogjs.org)
- Follow us on [Twitter](https://twitter.com/analogjs)
- Become a [Sponsor](https://analogjs.org/docs/sponsoring)

## Contributing

Analog welcomes contributors! Please read the [contributing doc](https://github.com/analogjs/analog/blob/main/CONTRIBUTING.md) for details.
Expand Down
21 changes: 18 additions & 3 deletions apps/docs-app/docs/sponsoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@ sidebar_position: 5
import GithubSponsorsLogo from '@site/static/img/logos/github-sponsors-logo.svg';
import GithubLogo from '@site/static/img/logos/github-logo.svg';

# Sponsor
# Sponsorships and Partnerships

Analog is an MIT-licensed open-source project and completely free to use. The continual effort needed to maintain this project is supported by the financial backing of our sponsors.
Analog is an MIT-licensed open-source project and completely free to use. The continual effort needed to maintain this project is supported by the financial backing of our partners and sponsors.

You can [sponsor Analog on GitHub Sponsors](https://github.com/sponsors/brandonroberts).
You can [support Analog on GitHub Sponsors](https://github.com/sponsors/brandonroberts).

## Partnerships

Partnerships are above and beyond sponsorships where we work closely with you to build out a strategy that is
beneficial to all parties involved, with marketing and lead-gen campaigns.

Available Partnerships

- [x] Hosting Platforms
- [ ] Consulting, Courses, Training
- [ ] Content Management Systems
- [ ] Observability/Reporting/Feedback
- [ ] Something else!

Schedule a [Meeting](https://calendly.com/brandontroberts/session) or [Contact Us](mailto:partnerships@analogjs.org?subject=Partnerships) directly to disucss partnership opportunities!

### Business/Corporate Sponsorships

Expand Down
31 changes: 30 additions & 1 deletion apps/docs-app/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,38 @@ function SponsorSection() {
id="homepage.sponsorSection.title"
description="The title of the sponsor section"
>
Analog is free, open source, and supported by our sponsors.
Analog is free, open source, and supported by our partners and
sponsors.
</Translate>
</h3>

<p className="hero__subtitle">
<Translate
id="homepage.partnerSection.subtitle"
description="The subtitle of the partner section on the homepage"
>
Partners
</Translate>
</p>

<div className={styles.horizontalPartners}>
<h2>Zerops - Official Deployment Partner</h2>
<div className={styles.zerops}>
<a
href="https://zerops.io?utm_source=analog&utm_medium=docs&utm_campaign=partnership"
target="_blank"
>
<img
src="../img/logos/zerops-logo.svg"
alt="Zerops"
style={{ width: '80px', height: '100px' }}
/>
</a>
</div>
</div>

<br />

<p className="hero__subtitle">
<Translate
id="homepage.sponsorSection.subtitle"
Expand Down
1 change: 1 addition & 0 deletions apps/docs-app/static/img/logos/zerops-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdb0dc8

Please sign in to comment.