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

✨ Add new pricing page with options and contact link #2556

Merged
merged 1 commit into from
Dec 21, 2023
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
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,16 @@
alt="Shepherd.js Logo"
src="https://i.imgur.com/cowwtSX.png"/>
</p>

<div>
<a href="https://shipshape.io">
<img align="left" src="http://i.imgur.com/DWHQjA5.png" alt="Ship Shape" width="50" height="50"/>
</a>

**[Shepherd is maintained by Ship Shape. Contact us for web app consulting, development, and training for your project](https://shipshape.io/ember-consulting/)**.
</div>


[![npm version](https://badge.fury.io/js/shepherd.js.svg)](http://badge.fury.io/js/shepherd.js)
![Download count all time](https://img.shields.io/npm/dt/shepherd.js.svg)
![npm](https://img.shields.io/npm/dm/shepherd.js.svg)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fshipshapecode%2Fshepherd.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fshipshapecode%2Fshepherd?ref=badge_shield)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fshipshapecode%2Fshepherd.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%shepherd-pro%2Fshepherd?ref=badge_shield)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/shepherd.js.svg)
[![Test](https://github.com/shipshapecode/shepherd/actions/workflows/test.yml/badge.svg)](https://github.com/shipshapecode/shepherd/actions/workflows/test.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/b295b0cc0d828ccc1b76/maintainability)](https://codeclimate.com/github/shipshapecode/shepherd/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b295b0cc0d828ccc1b76/test_coverage)](https://codeclimate.com/github/shipshapecode/shepherd/test_coverage)
[![Test](https://github.com/shepherd-pro/shepherd/actions/workflows/test.yml/badge.svg)](https://github.com/shepherd-pro/shepherd/actions/workflows/test.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/b295b0cc0d828ccc1b76/maintainability)](https://codeclimate.com/github/shepherd-pro/shepherd/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b295b0cc0d828ccc1b76/test_coverage)](https://codeclimate.com/github/shepherd-pro/shepherd/test_coverage)
[![StackShare](https://img.shields.io/badge/Follow%20on-StackShare-blue.svg?logo=stackshare&style=flat)](https://stackshare.io/shepherd-js)


Expand All @@ -46,7 +39,7 @@ Documentation
Demo
----------------------------------------------------------

[Demo](https://shepherdjs.dev/)
[Demo](https://shepherdjs.dev/demo)

Contributing
----------------------------------------------------------
Expand All @@ -64,19 +57,19 @@ Here we showcase some of the awesome libraries built using Shepherd.

### JS Framework Wrappers

### [ember-shepherd](https://github.com/shipshapecode/ember-shepherd)
### [ember-shepherd](https://github.com/shepherd-pro/ember-shepherd)

Ember addon for the site tour library Shepherd

### [angular-shepherd](https://github.com/shipshapecode/angular-shepherd)
### [angular-shepherd](https://github.com/shepherd-pro/angular-shepherd)

An Angular wrapper for the site tour library Shepherd

### [react-shepherd](https://github.com/shipshapecode/react-shepherd)
### [react-shepherd](https://github.com/shepherd-pro/react-shepherd)

A React wrapper for the site tour library Shepherd

### [vue-shepherd](https://github.com/shipshapecode/vue-shepherd)
### [vue-shepherd](https://github.com/shepherd-pro/vue-shepherd)

A Vue wrapper for the site tour library Shepherd

Expand Down
22 changes: 17 additions & 5 deletions docs-src/tutorials/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

We strive to make it easy to use Shepherd in all the major frameworks, and have written wrappers to facilitate this.

* [angular-shepherd](https://github.com/shipshapecode/angular-shepherd)
* [ember-shepherd](https://github.com/shipshapecode/ember-shepherd)
* [react-shepherd](https://github.com/shipshapecode/react-shepherd)
* [vue-shepherd](https://github.com/shipshapecode/vue-shepherd)
* [angular-shepherd](https://github.com/shepherd-pro/angular-shepherd)
* [ember-shepherd](https://github.com/shepherd-pro/ember-shepherd)
* [react-shepherd](https://github.com/shepherd-pro/react-shepherd)
* [vue-shepherd](https://github.com/shepherd-pro/vue-shepherd)

## Install Directly

Expand All @@ -21,10 +21,22 @@ npm install shepherd.js --save
yarn add shepherd.js
```

### pnpm

```bash
pnpm install shepherd.js --save
```

### bun

```bash
bun add shepherd.js
```

### GitHub Releases

Whenever we release a new version, the contents of the `dist` are uploaded
to the release in GitHub. You can find those assets [here](https://github.com/shipshapecode/shepherd/releases).
to the release in GitHub. You can find those assets [here](https://github.com/shepherd-pro/shepherd/releases).

### jsDelivr CDN

Expand Down
2 changes: 1 addition & 1 deletion landing/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
site: 'https://shepherdjs.dev',
integrations: [mdx(), sitemap(), tailwind()],
outDir: '../site'
});
6 changes: 3 additions & 3 deletions landing/src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ import ShepherdWink from '../images/shepherd-head-wink.svg';
</div>

<div class="flex items-center">
<a href="https://github.com/shipshapecode">
<a href="https://github.com/shepherd-pro">
<img
class="footer-icon mr-4 w-6"
src="/img/github.svg"
alt="GitHub Logo"
/>
</a>

<a href="https://twitter.com/whiskeywebfm">
<!-- <a href="https://twitter.com/whiskeywebfm">
<img
class="footer-icon mr-4 w-6"
src="/img/twitter.svg"
Expand All @@ -60,7 +60,7 @@ import ShepherdWink from '../images/shepherd-head-wink.svg';
src="/img/linkedin.svg"
alt="LinkedIn Logo"
/>
</a>
</a> -->
</div>
</div>
</footer>
Expand Down
12 changes: 9 additions & 3 deletions landing/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ShepherdHeader from '../images/shepherd-header.svg';
class="flex justify-center p-4 mt-40 text-xl w-full lg:justify-between lg:mt-0"
>
<div class="flex lg:p-12">
<a class="pr-6 uppercase hover:text-navy-light lg:pr-10" href="/demo">
<a class="pr-6 uppercase hover:text-navy-light lg:pr-10" href="/">
Demo
</a>
<!-- <a class="pr-6 uppercase hover:text-navy-light lg:pr-10" href="/blog">
Expand All @@ -33,13 +33,19 @@ import ShepherdHeader from '../images/shepherd-header.svg';
<div class="flex lg:p-12">
<a
class="pr-6 uppercase hover:text-navy-light lg:pr-10"
href="https://github.com/shipshapecode/shepherd"
href="https://github.com/shepherd-pro/shepherd"
>
GitHub
</a>
<a
class="pr-6 uppercase hover:text-navy-light lg:pr-10"
href="/pricing"
>
Pricing
</a>
<a
class="uppercase hover:text-navy-light"
href="https://shipshape.io/contact/"
href="mailto:hello@shepherdpro.com"
>
Contact
</a>
Expand Down
Loading
Loading