Skip to content

Commit

Permalink
Remove old marketing website content (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Mar 28, 2023
1 parent b31394a commit 2949ea1
Show file tree
Hide file tree
Showing 252 changed files with 17 additions and 8,540 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can browse the documentation [here](https://docs.retrospected.com).

You have two ways of running Retrospected:

- Using the public version, at [www.retrospected.com](https://www.retrospected.com)
- Using the public version, at [www.retrospected.com](https://app.retrospected.com)
- Host Retrospected [on your premises](https://docs.retrospected.com/docs/self-hosting/quick-start)

## Want to host Retrospected on your premises? 🖥
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/features/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can then share the URL via a secure mean (email, Slack...), store it in a bo

## Anatomy of a URL

<span style={{ color: 'blue' }}>https://www.retrospected.com/game/<wbr />P2NWCVKNJ</span><wbr /><span style={{ color: 'green' }}>#</span><span style={{ color: 'red' }}>pZ0ipXFBn</span>
<span style={{ color: 'blue' }}>https://app.retrospected.com/game/<wbr />P2NWCVKNJ</span><wbr /><span style={{ color: 'green' }}>#</span><span style={{ color: 'red' }}>pZ0ipXFBn</span>

The <span style={{ color: 'blue' }}>blue</span> part contains the Session ID, while the <span style={{ color: 'red' }}>red</span> part,
after the <span style={{ color: 'green' }}>#</span>, is the encryption key.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/self-hosting/oauth.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔐 OAuth

On the public [Retrospected](https://www.retrospected.com) website,
On the public [Retrospected](https://app.retrospected.com) website,
you will have noticed that people can register and login in one click using an OAuth provider:

<img src="/img/self-hosting/oa-1.png" width="300" />
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/self-hosting/optionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- redis
environment:
# -- Change Recommended --
LICENCE_KEY: # This must be provided if you self-host Retrospected. Obtain a licence at https://www.retrospected.com/subscribe?product=self-hosted.
LICENCE_KEY: # This must be provided if you self-host Retrospected. Obtain a licence at https://app.retrospected.com/subscribe?product=self-hosted.
SELF_HOSTED: 'true' # This will make any account "Pro", but only works with a valid LICENCE_KEY
SELF_HOSTED_ADMIN: [email protected] # Enter an admin email here. This person will be the only one able to reset passwords for your organisation.
DB_USER: postgres # Must be the same as POSTGRES_USER above
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/self-hosting/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Editor from './quick-start/Editor';

# 🚀 Quick Start & Trial

Whether you have a licence ([you can buy one here](https://www.retrospected.com/subscribe)) or want to **trial** Retrospected, you will be running in no time.
Whether you have a licence ([you can buy one here](https://app.retrospected.com/subscribe)) or want to **trial** Retrospected, you will be running in no time.

This will guide you through a local (a.k.a **self hosted**) installation of Retrospected.

Expand Down
6 changes: 3 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<meta http-equiv="cleartype" content="on">

<meta property="og:site_name" content="Retrospected" />
<meta property="og:site" content="https://www.retrospected.com" />
<meta property="og:site" content="https://app.retrospected.com" />
<meta property="og:title" content="Retrospected.com" />
<meta property="og:description" content="Real-time Agile Retrospective Board for development teams" />
<meta property="og:url" content="https://www.retrospected.com" />
<meta property="og:url" content="https://app.retrospected.com" />
<meta property="og:type" content="app" />

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
Expand Down Expand Up @@ -58,7 +58,7 @@
"position": "bottom",
"transparency": "15",
"content": {
"href": "https://www.retrospected.com/cookies"
"href": "https://www.retrospected.com/legal/cookies"
}
});
}
Expand Down
Binary file removed frontend/public/fonts/digital/DIGITALDREAM.ttf
Binary file not shown.
Binary file removed frontend/public/fonts/digital/DIGITALDREAM.woff2
Binary file not shown.
Binary file removed frontend/public/fonts/digital/DIGITALDREAMFAT.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed frontend/public/fonts/digital/DIGITALDREAMNARROW.ttf
Binary file not shown.
Binary file removed frontend/public/fonts/digital/DIGITALDREAMSKEW.ttf
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions frontend/public/fonts/digital/pizzadude.dk License.txt

This file was deleted.

36 changes: 6 additions & 30 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,16 @@
"display": "standalone",
"start_url": "/",
"icons": [{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": 0.75
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": 1
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": 1.5
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": 2
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": 3
"density": 4
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png",
"density": 4
"density": 6
}
]
}
13 changes: 0 additions & 13 deletions frontend/public/marketing/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions frontend/public/marketing/css/animate.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/public/marketing/css/bootstrap.min.css

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/public/marketing/css/custom.css

This file was deleted.

1 change: 0 additions & 1 deletion frontend/public/marketing/css/jquery.mb.YTPlayer.min.css

This file was deleted.

Loading

0 comments on commit 2949ea1

Please sign in to comment.