Skip to content

Commit 4315669

Browse files
committed
fix: adjust about page.
1 parent 1e58da9 commit 4315669

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

website/src/pages/about.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
2-
it: about
2+
id: about
33
title: About
44
description: 'About Street Side Software'
5-
header:
6-
overlay_color: '#000'
7-
overlay_filter: '0.5'
8-
overlay_image: /assets/images/sunrise.jpg
95
excerpt: 'Making life easier for software developers around the world.'
106
---
117

@@ -19,12 +15,16 @@ Street Side Software currently maintains a host of open source libraries and app
1915

2016
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.
2117

22-
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.
18+
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 even Esperanto. Broad language support was only possible because the dictionaries were Open Source.
2319

2420
## Commitment to Open Source
2521

2622
It was a conscious choice from the beginning to Open Source the spell checker.
2723

2824
## Commitment to Data Privacy and Security
2925

30-
Made with ❤️ in Holland
26+
For any security related issues, please see [Support: Security Issues](/support/#security-issues).
27+
28+
---
29+
30+
<p style={{"text-align": "center"}}>Made with ❤️ in Holland</p>

website/src/pages/sponsor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2+
id: sponsor
23
title: 'Sponsor'
34
layout: splash
4-
id: sponsor
55
---
66

77
import { StripeBuyButton } from '@site/src/components/StripeBuyButton';

0 commit comments

Comments
 (0)