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

Landing External Dependents #326

Merged
merged 1 commit into from
Nov 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,30 @@ Its source code is under:
- [`src` directory](src): for `js` and `sass` code,
- [`static/img` directory](static/img): for site images,

## External Dependents

ricardobaeta marked this conversation as resolved.
Show resolved Hide resolved
There are some external applications loading resources from http://sourced.tech/ so they should be preserved between different landing versions or considered as cross-project issues.

### Salesforce Pardot Landing Pages

- [source{d} Engine Product Demo Sign-Up](http://go.sourced.tech/engine)
- [source{d} Lookout Product Demo Sign-Up](http://go.sourced.tech/lookout)
- [source{d} Contact Us](http://go.sourced.tech/contact)

#### Dependent Files

- `https://sourced.tech/css/bundle.css`
- `https://sourced.tech/js/bundle.js`
- `https://sourced.tech/img/home_separator_3.png`
- `https://sourced.tech/img/logo_footer.svg`
ricardobaeta marked this conversation as resolved.
Show resolved Hide resolved
- `https://sourced.tech/img/logos/favicon.png`

#### Linked pages
- `https://sourced.tech/engine`
- `https://sourced.tech/lookout`
- `https://sourced.tech/open-source`
- `https://sourced.tech/community`
- `https://sourced.tech/company`

## API

Expand Down