Skip to content

Commit

Permalink
carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Oct 30, 2023
1 parent af958cd commit c719344
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 59 deletions.
1 change: 1 addition & 0 deletions packages/cursorless-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.13",
"daisyui": "3.9.4",
"http-server": "14.1.1",
"postcss": "8.4.31",
"tailwindcss": "3.2.7"
Expand Down
7 changes: 6 additions & 1 deletion packages/cursorless-org/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,13 @@ const components: MDXComponents = {
{children}
</div>
),
Testimonials: ({ children }) => (
<div className="carousel items-start gap-6 w-full sm:w-[150%] sm:-ml-[25%] box-border">
{children}
</div>
),
Testimonial: ({ children, src, name, title, company }) => (
<div className="flex flex-col items-center mt-8 mb-8 bg-salmon-300 dark:bg-salmon-700 p-4 sm:p-6 rounded-sm">
<div className="w-5/6 sm:w-2/3 box-border carousel-item flex flex-col items-center mt-8 mb-8 bg-salmon-300 dark:bg-salmon-700 p-3 sm:p-6 rounded-sm">
<blockquote className="mb-5 sm:mb-6 flex flex-col gap-4">
{children}
</blockquote>
Expand Down
114 changes: 58 additions & 56 deletions packages/cursorless-org/src/content/enablement-group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,64 @@ Your support will help Cursorless founder, Pokey Rule, and his team develop the
- Launch Cursorless in other IDEs, such as JetBrains, emacs, etc, as well as in a web browser, and even work globally using OCR / accessibility APIs to operate anywhere on the screen.
- Further improvements to the Cursorless execution engine to advance the state of the art in voice coding.

### 🫶 Developers love Cursorless

<Testimonials>
<Testimonial
src="/james-stout.jpeg"
name="James Stout"
title="Director of Accessibility Engineering"
company="Google"
>
"Phenomenal extension. This is the state of the art for coding by voice.
Nothing else comes close. Awesome to see this from the open source community!"
</Testimonial>

<Testimonial
src="/andrew-dant.jpeg"
name="Andrew Dant"
title="Software Developer"
company="Clario"
>

"This extension is truly game changing for programming using your voice. Talon
along with this extension have allowed me to keep my job as a software
developer and stay at a competitive level of productivity despite chronic pain
in both of my hands. If you want to you can literally program without using
your hands at all!

Even if you still use your hands some of the features of
Cursorless allow you to edit and refactor existing code in faster and more
intuitive ways than are possible with a mouse and keyboard."

</Testimonial>

<Testimonial
src="/sohee-yang.jpeg"
name="Sohee Yang"
title="Ph.D. student"
company="University College London"
>

"For developers turning to Talon due to typing limitations, Cursorless isn’t just beneficial—it’s indispensable. When I lost my ability to type due to RSI, I was consumed with the fear of significantly reduced productivity and potentially not being able to work anymore. However, when I discovered Cursorless, it gave me hope and confidence that I could regain my prior efficiency once I mastered the tool."

</Testimonial>

<Testimonial
src="/max-foxley-marrable.jpeg"
name="Max Foxley-Marrable"
title="Data Scientist"
company="Revolution Data Platforms"
>
"This extension is a genuine game-changer. As someone who suffers with chronic
RSI, I was seriously concerned I would be unfit to continue my career
long-term. Discovering Talon and Cursorless has given me hope again and has
additionally given me the means to write code and interface with my computer
in ways I never thought possible. It's also made coding way more fun than
before! I often feel like a code-slinging wizard!"
</Testimonial>
</Testimonials>

### 🎯 Goals

Cursorless needs a dedicated, full-time software engineer on staff. This will cost $5,000 USD per month. The Enablement Group guides development and the participation fees contribute to this crucial funding. Cursorless will always be open source.
Expand Down Expand Up @@ -109,62 +167,6 @@ Members of the Cursorless Enablement Group enjoy several privileges. The access
- Support an initiative targeted at facilitating an increased and more rapid shift of adoption of Cursorless as a faster way to code and a healthier way to code.
- Support of open standards approach. Standards are critical to interoperability and openness is consistent with a positive image in the industry.

### 🫶 Developers love Cursorless

<Testimonial
src="/james-stout.jpeg"
name="James Stout"
title="Director of Accessibility Engineering"
company="Google"
>
"Phenomenal extension. This is the state of the art for coding by voice.
Nothing else comes close. Awesome to see this from the open source community!"
</Testimonial>

<Testimonial
src="/max-foxley-marrable.jpeg"
name="Max Foxley-Marrable"
title="Data Scientist"
company="Revolution Data Platforms"
>
"This extension is a genuine game-changer. As someone who suffers with chronic
RSI, I was seriously concerned I would be unfit to continue my career
long-term. Discovering Talon and Cursorless has given me hope again and has
additionally given me the means to write code and interface with my computer
in ways I never thought possible. It's also made coding way more fun than
before! I often feel like a code-slinging wizard!"
</Testimonial>

<Testimonial
src="/sohee-yang.jpeg"
name="Sohee Yang"
title="Ph.D. student"
company="University College London"
>

"For developers turning to Talon due to typing limitations, Cursorless isn’t just beneficial—it’s indispensable. When I lost my ability to type due to RSI, I was consumed with the fear of significantly reduced productivity and potentially not being able to work anymore. However, when I discovered Cursorless, it gave me hope and confidence that I could regain my prior efficiency once I mastered the tool."

</Testimonial>

<Testimonial
src="/andrew-dant.jpeg"
name="Andrew Dant"
title="Software Developer"
company="Clario"
>

"This extension is truly game changing for programming using your voice. Talon
along with this extension have allowed me to keep my job as a software
developer and stay at a competitive level of productivity despite chronic pain
in both of my hands. If you want to you can literally program without using
your hands at all!

Even if you still use your hands some of the features of
Cursorless allow you to edit and refactor existing code in faster and more
intuitive ways than are possible with a mouse and keyboard."

</Testimonial>

{/* TODO: this should be a button which just emails me */}

## 🚀 Join the Cursorless Enablement Group
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-org/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ module.exports = {
},
},
},
plugins: [],
plugins: [require("daisyui")],
};
28 changes: 27 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c719344

Please sign in to comment.