146 Commits

Author SHA1 Message Date
dependabot[bot]
3e3bd8e693
⬆️ Bump gulp-file-include from 2.0.1 to 2.3.0 in /website (#1396) 2022-10-31 15:28:29 +00:00
dependabot[bot]
15d126c2c4
⬆️ Bump sass from 1.32.12 to 1.55.0 in /website (#1388) 2022-10-31 15:24:14 +00:00
dependabot[bot]
3b46d6d97b
⬆️ Bump autoprefixer from 10.4.7 to 10.4.13 in /website (#1390) 2022-10-31 15:20:26 +00:00
dependabot[bot]
0cb8202dd1
⬆️ Bump jarallax from 2.0.3 to 2.0.4 in /website (#1397) 2022-10-31 15:16:08 +00:00
Niraj Tolia
b7a7b22f94
Fix minor website issues (#1354)
## Description

Fixes a typo and a hyphenation issue

## Type of change

- [x] 🐛 Bugfix
- [x] 🐹 Trivial/Minor

## Test Plan

- [x] 💪 Manual
2022-10-27 18:55:19 +00:00
dependabot[bot]
bd0a998ebd
⬆️ Bump swiper from 4.5.0 to 6.5.1 in /website (#1348)
Bumps [swiper](https://github.com/nolimits4web/Swiper) from 4.5.0 to 6.5.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md">swiper's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-03-29)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> correct <code>aria-roledescription</code> attribute name (<a href="1b73c3b82d">1b73c3b</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4371">#4371</a></li>
<li><strong>core:</strong> fixed <strong>proto</strong> pollution (<a href="ec358deab7">ec358de</a>)</li>
<li><strong>core:</strong> fixed <strong>proto</strong> pollution (<a href="9dad2739b7">9dad273</a>)</li>
<li>isObject cross window (<a href="7c36077c5e">7c36077</a>)</li>
<li>isObject cross window (<a href="95b5dfe16e">95b5dfe</a>)</li>
<li>update virtual slides (<a href="e33242ce41">e33242c</a>)</li>
<li><strong>core:</strong> replace unsupported Object.entries (<a href="6dff71dd3c">6dff71d</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4341">#4341</a></li>
<li><strong>core:</strong> use <code>getComputedStyle</code> helper (<a href="9698e58101">9698e58</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4337">#4337</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>a11y.slideLabelMessage (<a href="9fd6e68382">9fd6e68</a>)</li>
<li>custom html element support (<a href="f96db02f50">f96db02</a>)</li>
<li><strong>navigation:</strong> set <code>disabled</code> prop on nav element if it is a <code>&lt;button&gt;</code> element (<a href="7536fbda91">7536fbd</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4312">#4312</a></li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v6.4.15...v6.5.0">6.5.0</a> (2021-03-05)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> space should trigger role button (<a href="3d4039bbfa">3d4039b</a>)</li>
<li><strong>core:</strong> correctly update slideIndex when other elements are present in slides wrapper (<a href="21e7713861">21e7713</a>)</li>
<li><strong>core:</strong> don't toggle zoom during transition (<a href="16f185e544">16f185e</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4259">#4259</a></li>
<li><strong>core:</strong> don't try to move slider when it is locked (<a href="51fd048266">51fd048</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4284">#4284</a></li>
<li><strong>e2e:</strong> initSwiper (<a href="9915f8b869">9915f8b</a>)</li>
<li><strong>lazy:</strong> fixed issue with lazy loading when freeMode stops without momentum (<a href="82bcc5cc2e">82bcc5c</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4274">#4274</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4275">#4275</a></li>
<li><strong>navigation:</strong> don't hide navigation on pagination click (<a href="7b7cccf610">7b7cccf</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4285">#4285</a></li>
<li><strong>pagination:</strong> don't hide pagination on navigation click (<a href="68b8a935a9">68b8a93</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4285">#4285</a></li>
<li><strong>svelte:</strong> fix Svelte cjs exports (<a href="478289ce2c">478289c</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4297">#4297</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>components:</strong> added &quot;resizeObserver&quot; boolean option/prop to enable ResizeObserver (<a href="f03ffbb0ed">f03ffbb</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4244">#4244</a></li>
<li><strong>core:</strong> added support to use ResizeObserver with new &quot;resizeObserver&quot; parameter (<a href="5f8005274e">5f80052</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4244">#4244</a></li>
<li><strong>core:</strong> possible to enable breakpoints based on container width (instead of window width) (<a href="42db86d209">42db86d</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4244">#4244</a></li>
<li>init cypress (<a href="6159524bc3">6159524</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v6.4.14...v6.4.15">6.4.15</a> (2021-02-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>angular, vue, svelte:</strong> add 'observer', etc. to params-list (<a href="8f1cd290f5">8f1cd29</a>)</li>
<li><strong>core:</strong> correctly store class names (<a href="02265ec7a9">02265ec</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4247">#4247</a></li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v6.4.12...v6.4.14">6.4.14</a> (2021-02-17)</h1>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="29aee04243"><code>29aee04</code></a> 6.5.1 release</li>
<li><a href="93bb86d420"><code>93bb86d</code></a> Merge branch 'master' of <a href="https://github.com/nolimits4web/swiper">https://github.com/nolimits4web/swiper</a></li>
<li><a href="ec358deab7"><code>ec358de</code></a> fix(core): fixed <strong>proto</strong> pollution</li>
<li><a href="9cd8f827d1"><code>9cd8f82</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4378">#4378</a> from andymark-by/patch-2</li>
<li><a href="4d203eb740"><code>4d203eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4379">#4379</a> from andymark-by/patch-1</li>
<li><a href="15a9dbea3b"><code>15a9dbe</code></a> Fix postcss 8 error</li>
<li><a href="2f18e00952"><code>2f18e00</code></a> fix postcss 8 error</li>
<li><a href="c19ecafc7f"><code>c19ecaf</code></a> chore(e2e): fix a11y test to look for a new attribute</li>
<li><a href="1b73c3b82d"><code>1b73c3b</code></a> fix(a11y): correct <code>aria-roledescription</code> attribute name</li>
<li><a href="985146aad8"><code>985146a</code></a> Merge branch 'master' of <a href="https://github.com/nolimits4web/swiper">https://github.com/nolimits4web/swiper</a></li>
<li>Additional commits viewable in <a href="https://github.com/nolimits4web/Swiper/compare/v4.5.0...v6.5.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swiper&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/alcionai/corso/network/alerts).

</details>
2022-10-26 23:11:50 +00:00
Niraj Tolia
af35fb51b6
Add Twitter card for docs (#1330)
## Description

Adds metadata for Twitter cards to Docusaurus

## Type of change

- [x] 🗺️ Documentation
2022-10-26 23:08:19 +00:00
Niraj Tolia
313bbe7601
Add Twitter preview card (#1321)
## Description

Allows for a website preview in Twitter (and hopefully LinkedIn)

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
2022-10-25 16:38:10 +00:00
Niraj Tolia
00103d9531
Add CF distribution id for Corso website (#1316)
## Description

This allows us to automate website publishing

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 💻 CI/Deployment
2022-10-25 01:15:03 +00:00
Niraj Tolia
6aee73b85d
Fix website links to docs (#1317)
## Description

Fixes a broken link and opens docs in a new tab/window

## Type of change

- [x] 🐛 Bugfix
2022-10-25 01:13:49 +00:00
Niraj Tolia
e7cd7f01d7
Add missing image alt text (#1299)
## Description

Alt text was added to all images

## Type of change

- [x] 🐛 Bugfix
2022-10-22 03:06:16 +00:00
Niraj Tolia
08ca12ee0c
Improve laptop image and sections spacing (#1298)
## Description

- Reduce laptop image size so that it does not dominate the page/section
- Fix spacing issues that were introduced when we copy-pasted from different templates
- Also fixes a typo noticed in a previous PR

## Type of change

- [x] 🐛 Bugfix

## Test Plan

- [x] 💪 Manual
2022-10-22 02:52:42 +00:00
Niraj Tolia
be7739e54b
Fix FAQ (#1296)
## Description

- Fix incorrect answers
- Add links
- Clean up text

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-10-22 01:44:21 +00:00
Niraj Tolia
a48bc882ce
Improved laptop image (#1295)
## Description

Use a stock photo + mockup from https://www.anthonyboyd.graphics/

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation
2022-10-22 01:28:21 +00:00
Niraj Tolia
3af7bef929
Fix website links (#1294)
## Description

- Adds missing links
- Fixes broken links
- Removes link where we don't have content
- 
## Type of change

- [x] 🐛 Bugfix
2022-10-22 01:20:21 +00:00
Niraj Tolia
645dabd63f
Add stock photo to the website (#1293)
## Description

Replaces the stock video with a stock photo

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
2022-10-22 00:49:07 +00:00
Abin Simon
17221f23d0
Drop option to build without Docker in Makefile (#1204)
## Description

Having both option could possibly lead to issues with caching.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-19 06:52:06 +00:00
Abin Simon
4b94c4f012
Option to not use docker for Makefile in docs/website (#1087)
## Description

This makes it so that we have an option to locally run all Makefile targets without having to go through Docker. That said, it retains Docker as the default way to run it, but now we can set an evn variable `CORSO_USE_DOCKER=-1` to skip running through docker. I understand if this looks a bit hacky and don't want to add it in, but thought I wold propose this anyways. While not major, I was able to get a good amount of decrease in build times.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-10-14 03:18:50 +00:00
Niraj Tolia
8309e3978e
Add cookie policy (#1135) 2022-10-11 12:32:16 -07:00
Niraj Tolia
3a62f7f90c
Upgrade to latest template (#1045)
## Description

v1.5.0 of the template was released. I pulled in the changes.

## Type of change

- [x] 🌻 Feature


## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-10-04 22:01:15 +00:00
Niraj Tolia
4d02650f99
Add Google Analytics to webpages (#934)
## Description

Add Google Analytics to docs and website

This can only be tested in production for docs but it looks like the HTML does the right thing.

## Type of change

- [x] 🌻 Feature


## Test Plan

- [x] 💪 Manual
2022-09-23 15:37:12 +00:00
Niraj Tolia
c145f711ee
Change the website preview ports to 5050/5051 (#935)
## Description

Change the website preview ports to 5050/5051

This allows one to run the docs and website previews at the same time.

## Type of change

- [x] 🌻 Feature

## Test Plan

- [x] 💪 Manual
2022-09-23 15:36:04 +00:00
Niraj Tolia
39eb153af5
Improve webpage and docs meta information (#942)
## Description

Improve webpage and docs meta information

## Type of change

- [x] 🐹 Trivial/Minor

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-09-22 22:53:54 +00:00
Niraj Tolia
c9224aa773
Unify colors between docs and the website (#932)
## Description

Unify colors between docs and the website.

This PR also brings some more color to the homepage

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
2022-09-22 06:50:26 +00:00
Niraj Tolia
d5c6c2efa4
Docs: Fix Twitter URL (#930)
## Description

Fix Twitter URL in docs

Also remove any mention of Alcion for now

## Type of change

- [x] 🐛 Bugfix

## Test Plan

- [x] 💪 Manual
2022-09-22 00:35:28 +00:00
Niraj Tolia
c1a6086a2a
Add bullets to pillars (#923)
## Description

Flushes out more information in the why everyone loves Corso section

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-09-21 21:36:12 +00:00
Niraj Tolia
1076baccf9
Add Discord links (#922)
## Description

Add links to Corso Discord.

This is not a one-way door decision until we actually launch
but, based on multiple conversations with DevRel candidates,
Discord will be superior for many reasons.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-09-21 18:32:19 +00:00
Niraj Tolia
0155851b59
Fade in key features by column (#919)
## Description

Fade in key features, ordered by column

Without this change, the rest of the page was visually loading way before the key features section was done

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🐛 Bugfix

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-09-21 01:16:51 +00:00
Georgi Matev
01476561fd
Fix responsive ordering of key features (#905)
## Description

Fix responsive ordering of key features

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-09-20 02:19:05 +00:00
Niraj Tolia
b2d3330db7
Add key features to the Corso website (#899)
## Description

Add key features to the Corso website

## Type of change

- [x] 🌻 Feature

## Test Plan

- [x] 💪 Manual
2022-09-19 23:37:41 +00:00
Niraj Tolia
1ff4be8130
Add messaging pillar information on the website (#901)
## Description

Add messaging pillar information on the website

Bullet points will be added next.

## Type of change

<!--- Please check the type of change your PR introduces: --->

- [x] 🌻 Feature

## Test Plan

- [x] 💪 Manual
2022-09-19 22:13:36 +00:00
Niraj Tolia
60bc963ef1
Add vector images for "Why Everyone Loves Corso" (#781)
## Description

Add vector images for "Why Everyone Loves Corso"

Also deletes unused images and gets rid of an incorrectly-named images subfolder

Image URLs:
- https://storyset.com/illustration/group-chat/rafiki
- https://storyset.com/illustration/fingerprint/rafiki
- https://storyset.com/illustration/data-extraction/rafiki
- https://storyset.com/illustration/saving-money/rafiki
2022-09-06 22:15:15 +00:00
Niraj Tolia
5517c1e91c
Tweak the FAQ section (#782)
## Description

Add a new FAQ question placeholder

## Type of change

Please check the type of change your PR introduces:
- [x] 🐹 Trivial/Minor

## Test Plan

- [x] 💪 Manual
2022-09-06 22:14:19 +00:00
Niraj Tolia
37e3dfcdda
Remove business partner section (#778)
## Description

Remove the business partner section

- Also includes some minor tweaks to content

## Type of change

Please check the type of change your PR introduces:
- [x] 🐹 Trivial/Minor

## Test Plan

- [x] 💪 Manual
2022-09-06 18:35:53 +00:00
Niraj Tolia
290080d865
Delete more unused images and templates (#776)
## Description

Delete more unused images and templates

This also copies some of the better parts of the deleted templates
into the main index file. Unfortunately, some content changes crept
in while making these changes
2022-09-06 16:15:07 +00:00
Niraj Tolia
aef88636b8
Update FAQ (#774)
## Description

Add FAQ answers and revise questions
2022-09-06 16:04:48 +00:00
Niraj Tolia
b1869bf32a
Update website images (#771)
## Description

Update of website images and other related changes

- Add Macbook and Surface laptop mockups with the M365 webpage
- Logo size tweaks
- Delete unused images
- Stop laptop bounce
2022-09-03 01:42:46 +00:00
Niraj Tolia
a1d3503436
Tweak website header and nav links/icons (#759)
## Description

Tweak website header and nav links/icons
2022-09-02 23:02:48 +00:00
Niraj Tolia
334ceab56c
Remove testimonials (#756)
## Description

Remove user testimonials for now.

Also renames the chosen template to index.html
2022-09-02 23:01:58 +00:00
Georgi Matev
b6c7488c01
Fix Gulp not exiting with Ctrl-C and annoying browsersync warning (#751)
## Description

(1) Fix Gupl not exiting with Ctrl-C and (2) annoying browsersync warning
- (1) make sure `gulp` is not PID 1 in container. Add `--init` option
- (2) set `open: false`

Please check the type of change your PR introduces:
- [ ] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 🐹 Trivial/Minor

## Issue(s)

## Test Plan

<!-- How will this be tested prior to merging.-->

- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
2022-09-02 22:59:37 +00:00
Niraj Tolia
0227bba7ac
Sample Corso page (#742)
## Description

An example of what the single-page Corso website would look like
2022-09-02 21:15:32 +00:00
Niraj Tolia
568d8e2a0c
Add Corso logos (#736)
## Description

Add Corso logos

## Type of change

Please check the type of change your PR introduces:
- [x] 🌻 Feature
2022-09-02 15:56:58 +00:00
Niraj Tolia
67440951b7
Add a website README (#737)
Also nuke a CloudFront ID that isn't applicable to the Corso website

## Description

Adds a README for building the Corso website

## Type of change

Please check the type of change your PR introduces:
- [x] 🗺️ Documentation
2022-09-02 15:25:18 +00:00
Niraj Tolia
14cf0a13b2
Delete unused JS files (#740)
## Description

Delete unused JS files
2022-09-02 15:02:10 +00:00
Niraj Tolia
a7068566b2
Nuke non-optimal website pages and images (#729)
## Description

This cleanup leaves 5 potential templates to pick from. Further cleanup
will be done once we settle on a page format.

## Type of change

Please check the type of change your PR introduces:
- [x] 🐛 Bugfix

## Test Plan

- [x] 💪 Manual
2022-09-02 01:30:39 +00:00
Niraj Tolia
5e0fe9561c
Corso website template + build framework (#723)
## Description

This PR imports a Tailwind-based website template and adds a
build hardness for it.

Please check the type of change your PR introduces:
- [x] 🌻 Feature

## Test Plan

- [x] 💪 Manual
2022-09-02 00:03:10 +00:00