Skip to content

Commit e42875c

Browse files
committed
Add Sponsor page
1 parent 482ef48 commit e42875c

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
faraday-net_http (3.1.1)
4747
net-http
4848
ffi (1.17.0-x86_64-darwin)
49-
ffi (1.17.0-x86_64-linux-gnu)
49+
ffi (1.17.0-x86_64-linux)
5050
filesize (0.2.0)
5151
forwardable-extended (2.6.0)
5252
gemoji (4.1.0)

_pages/sponsor.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
permalink: /sponsor/
3+
title: 'Sponsor'
4+
layout: splash
5+
# classes:
6+
# - landing
7+
# - dark-theme
8+
header:
9+
overlay_color: '#000'
10+
overlay_filter: '0.5'
11+
# overlay_image: /assets/images/late-afternoon.jpg
12+
overlay_image: /assets/images/sunrise.jpg
13+
# actions:
14+
# - label: 'Download'
15+
# url: '#test-link'
16+
excerpt: 'Making life easier for software developers around the world.'
17+
---
18+
19+
# Sponsor Street Side Software
20+
21+
As the founder of Street Side Software, I would like to thank you for visiting.
22+
23+
## History of CSpell
24+
25+
Years ago I created the [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension for VS Code because I wanted to avoid spelling mistakes that detracted from my work. I'm good at many things, but spelling isn't one of them. Since I have worked around many coders, web designers, engineers, and product managers, I know I'm not the only one. My goal was to get things done and not have to worry about spelling.
26+
27+
An early request was to create a command line tool ([CSpell](https://www.npmjs.com/package/cspell)) that could be used outside of the extension as part of the CI/CD process. It has become clear that many others found it useful, since [CSpell](https://www.npmjs.com/package/cspell) has become the defacto spell checker for CI/CD processes. It is used by corporations like Google, Facebook, Microsoft, and Siemens to spell check documentation, source code, and more. It is used by schools, universities, and code academies when accepting coding assignments. With over 11 million installs, the [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension has also grown in popularity. Language support has added to include French, German, Spanish, and more, even Esperanto. Which was only possible because the dictionaries were Open Source.
28+
29+
## Commitment to Open Source
30+
31+
It was a conscious choice from the beginning to Open Source the spell checker.
32+
33+
## Commitment to Data Privacy and Security
34+
35+
36+
37+
## Sponsorship
38+
39+
Let's start with a few questions:
40+
41+
- Does the spell checker help you get things done?
42+
- Does the spell checker help improve the quality of your work?
43+
- Is avoiding spelling mistakes important to you or your team?
44+
- Do you have ideas on how it could be better?
45+
46+
In order to dedicate resources to maintaining and improving the CSpell suite of tools, Street Side Software needs your support.
47+
48+
### Ways to Sponsor
49+
50+
**Direct**
51+
52+
- [One Time Donation USD](https://donate.stripe.com/cN201Z4Nn9mi4Ao8wA)
53+
- [One Time Donation EUR](https://donate.stripe.com/aEUaGDcfP6a6c2Q9AB)
54+
- Individual [€5.00 EUR / month](https://buy.stripe.com/3cs5mj6Vvcyu3wk9AD)
55+
- Small Business [€10.00 EUR / month](https://buy.stripe.com/28ocOLenXdCy1oc6oo)
56+
- Business Subscription [€100.00 EUR / month](https://buy.stripe.com/8wM01Z0x7cyu5Es9AC)
57+
58+
**GitHub Sponsors**
59+
60+
- [![GitHub Sponsors](https://img.shields.io/badge/-black?style=social&logo=githubsponsors&label=GitHub%20Sponsor%3A%20Street%20Side%20Software)](https://github.com/sponsors/streetsidesoftware)

0 commit comments

Comments
 (0)