Mike Nicklas b19b24df41 New careers page (#1116)
* Start building out components for careers page

* Build out interview process and benefit sections

* Build out working at posthog section

* Setup workable script

* Finish open roles section

* Add starry backgrounds with gradients

* Improve anchor scrollbar and background styling

* Cleanup culture and benefits

* Setup in-page scroll navbar state

* Make faces smaller

* Setup smooth scrolling and mobile select

* Remove old position markdown files

* Build links dynamically and improve scrolling

* Responsive improvements

* Extract a section component

* Wire up call to action

* Add a mergeClassList utility

* Extract hero and section headers. Fix footer and anchor scrollbar background

* Workable script

* Cleanup use effect scroll handler

* Add vendor prefix for appearance none

* Organize styles better

* Add type for event argument

* Update SEO tags and fix footer props

* make workable script work

* minor update

* Increase scroll handler threshold and make scroll sections more accurate

* Add down caret

* Center interview process on mobile

* Fix scroll behavior

* Fix interview process images

* Add employee-friendly terms

* Switch html overflow to body overflow

* Use gatsby wrapper for overflow

* Another attempt at fixing moon overflow

Co-authored-by: yakkomajuri <yakko.majuri@gmail.com>
2021-04-01 17:42:54 +02:00
2021-04-01 17:42:54 +02:00
2021-02-09 09:01:47 +00:00
2021-04-01 17:42:54 +02:00
2021-02-17 20:02:56 +00:00
2021-02-09 09:01:47 +00:00
2021-04-01 17:42:54 +02:00
2021-03-17 13:22:09 +00:00
2021-04-01 17:42:54 +02:00
2021-02-01 10:06:12 +00:00
2020-07-24 12:25:12 +01:00
2021-03-17 11:07:07 +00:00
2021-04-01 17:42:54 +02:00
2021-04-01 17:42:54 +02:00
2021-04-01 17:42:54 +02:00

PostHog.com - Docs, Website, and Handbook

This is the repository for the PostHog website, which includes our Docs and Handbook.

Please feel free to suggest any changes. See our contributing guide for more information.

Quick Start

  1. Pre-Installation

    Install Node and Yarn.

    npm install --global yarn
    
  2. Start Developing

    Clone the repo then navigate into your new sites directory, install the site dependencies, and start it up.

    cd posthog.com/
    yarn
    yarn start
    
  3. Open the Source Code and Start Editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

Questions?

Join our Slack community.

Description
No description provided
Readme MIT 2.1 GiB
Languages
TypeScript 61%
MDX 32.4%
JavaScript 6.1%
CSS 0.5%