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

Home page - 4.0 updates #5755

Merged
merged 15 commits into from
Sep 23, 2022
Merged

Home page - 4.0 updates #5755

merged 15 commits into from
Sep 23, 2022

Conversation

st0nebreaker
Copy link
Contributor

@st0nebreaker st0nebreaker commented Sep 20, 2022

Closes #5688

Changelog

  • 4.0 Home page updates

Note

  • Figma new hero background will be implemented after launch
  • New demo video will be ready Friday 9/23 (a palceholder is there right now)

Test

  1. Ensure prettier has standardized the proposed changes.
  2. Nav to home and ensure UI matches spec

@st0nebreaker st0nebreaker added team/content-platform marketing-request Used by CPT to indicate requests from the Marketing Team labels Sep 20, 2022
@st0nebreaker st0nebreaker added this to the A - Sprint 13 milestone Sep 20, 2022
@st0nebreaker st0nebreaker self-assigned this Sep 20, 2022
@st0nebreaker st0nebreaker changed the base branch from main to 4.0-launch September 21, 2022 19:52
@sourcegraph-bot
Copy link
Contributor

sourcegraph-bot commented Sep 21, 2022

Notifying subscribers in CODENOTIFY files for diff b83c457...2867a82.

Notify File(s)
@content-platform-team public/sourcegraph/sourcegraph-4-starship.svg
public/sourcegraph/sourcegraph-4.0-white.svg
src/components/CoreFeatures.tsx
src/components/CtaSection.tsx
src/components/IntegrationsSection.tsx
src/components/SelfHostedSection.tsx
src/components/index.ts
src/pages/home/_Banner.tsx
src/pages/home/_Hero.tsx
src/pages/home/_UseCases.tsx
src/pages/home/index.tsx

@elzannewentzel elzannewentzel mentioned this pull request Sep 22, 2022
19 tasks
@bretthayes bretthayes mentioned this pull request Sep 22, 2022
5 tasks
src/components/IntegrationsSection.tsx Show resolved Hide resolved
src/components/SelfHostedSection.tsx Show resolved Hide resolved
src/pages/home/_Hero.tsx Outdated Show resolved Hide resolved
src/pages/home/_Hero.tsx Outdated Show resolved Hide resolved
src/pages/home/index.tsx Outdated Show resolved Hide resolved
st0nebreaker and others added 3 commits September 23, 2022 08:16
Co-authored-by: Brett Hayes <bretthayes@users.noreply.github.com>
@bretthayes bretthayes merged commit 20db4bd into 4.0-launch Sep 23, 2022
@bretthayes bretthayes deleted the 4.0/homepg-updates branch September 23, 2022 19:34
className={classNames('tw-hidden lg:tw-block tw-absolute tw-top-0', {
['tw-left-0']: index === 0,
['tw-right-0']: index === 1,
})}
>
<img src={image.src} alt="" draggable={false} className="w-100 h-800" />
<img src={image.src} alt="" draggable={false} className="tw-w-full tw-max-w-xl" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah- thank you! The TW max-width wasn't working for me. Do you find that sometimes? Maybe the tw-full was what I was missing 🤔 @bretthayes

bretthayes added a commit that referenced this pull request Sep 27, 2022
* DLS Long form content max width application

* Merge conflict

* 4.0/CTA update (#5762)

* CTA trial update & default values

* CTA update cont

* Fin CTA trial updates

* Prettier/Lint

* 4.0 landing pg CTA style option

* Update src/pages/shift-left-the-good-parts.tsx

Co-authored-by: Brett Hayes <bretthayes@users.noreply.github.com>

* CTA mobile stacking

* Cta center content max w

Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@Beccas-MacBook-Pro.local>
Co-authored-by: Brett Hayes <bretthayes@live.ca>
Co-authored-by: Brett Hayes <bretthayes@users.noreply.github.com>

* Home page - 4.0 updates (#5755)

* Init home pg changes

* 4.0 banner updates

* Integrations update

* Rm hero bg

* Rm unused imports

* Lint/Pretty

* Update src/pages/home/_Hero.tsx

Co-authored-by: Brett Hayes <bretthayes@users.noreply.github.com>

* Home mesh bg adjustments

* mesh update

* demo video

* prettier and linting

Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@Beccas-MacBook-Pro.local>
Co-authored-by: Brett Hayes <bretthayes@users.noreply.github.com>
Co-authored-by: Brett Hayes <bretthayes@live.ca>

* Sourcegraph 4 landing page updates for launch day (#5758)

* launch day wip

* twitch and links

* post launch social meta image

* launch pills hero bg

* thumbnails

* cta section updates

* Pricing page - 4.0 updates (#5718)

* Rough redesign layout change

* Comment

* PricingPlan card UI

* Adjust PricingPlanFeature

* Enterprise color toggle

* Cleanup

* Sticky table headers

* Lg table overall style setup & sticky headers

* Feature list data

* Feature_info dictionary

* Prettier/Lint

* Consolidate pricing data to it's own file

* Re org Spotlight & All feature label/tooltip data

* Reuse btns

* Comment

* Init accordion

* Tooltip style adjustments

* Type Feature dictionaries

* Accordion icon toggle

* Tooltip style

* Mars gradient bg

* FAQ links

* Prettier/Lint

* FAQ heading spacing

* Fix map key error

* Rm comment

* Table mobile sizing

* Lint/Prettier

* Rename file

* Copy change requests

* Header spacing

* Meta update

* CTA change

* Cont copy update

* Rm comment

* Cont copy updates

* Mobile feature table

* Copy updates & odd icon bug fix

* Cont table mobile refine

* Copy

* Copy

* copy edits and prettier

Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@Beccas-MacBook-Pro.local>
Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@Beccas-MBP.lan>
Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@iPhonedariaJose.tulum.bionatural.mx>
Co-authored-by: Brett Hayes <bretthayes@live.ca>

* resourceListItem hover and landing hero mobile fix

* last reference of get-started -> signup

* Pricing copy updates (#5773)

* Copy updates

* Self-hosted code hosts tooltip copy

Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@Beccas-MacBook-Pro.local>

* feedback

* allow 1 CTA button in CtaSection

* update product tour youtube video

* feedback

* copy update

* Feedback updates

* Sourcegraph 4.0 launch blogs (#5623)

Adding the 3 blog posts accompanying the launch of Sourcegraph 4.0: the code intelligence narrative, cloud announcement, and Sourcegraph 4.0 release post.

Add sourcegraph-4.0.md
Add code-intelligence-platform.md
Add enterprise-cloud.md

* remove Phabricator and CVS

Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@Beccas-MBP.lan>
Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@Beccas-MacBook-Pro.local>
Co-authored-by: Becca Steinbrecher <59381432+st0nebraker@users.noreply.github.com>
Co-authored-by: Becca Steinbrecher <becca.steinbrecher@sourcegraph.com@iPhonedariaJose.tulum.bionatural.mx>
Co-authored-by: Alex Isken <alex.isken@sourcegraph.com>
@st0nebreaker st0nebreaker added the ✨ 4️⃣.0️⃣ ✨ Sourcegraph 4.0 label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
marketing-request Used by CPT to indicate requests from the Marketing Team ✨ 4️⃣.0️⃣ ✨ Sourcegraph 4.0
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Homepage updates for launch
3 participants