Skip to content

Latest commit

 

History

History
80 lines (74 loc) · 3.48 KB

File metadata and controls

80 lines (74 loc) · 3.48 KB
title Home
description Onboarding guides, HR policies, IT help, and department runbooks for the whole company.
mode custom

Your journey begins here

This is your go-to reference for how things work here. Use the tabs to navigate to different resources or search with K.

Your first day Your first day is all about getting oriented and connecting with key team members.
<a
  href="/onboarding/tools/account-access"
  className="group flex flex-col outline-none"
>
  <div
    className="kb-feature-card relative flex h-[170px] items-center justify-center overflow-hidden rounded-2xl ring-1 ring-gray-100 transition group-hover:ring-gray-200 dark:ring-white/[0.08] dark:group-hover:ring-white/15 saturate-50 group-hover:saturate-100"
  >
    <div className="relative flex items-center justify-center">
      <Icon icon="key-round" size={36} className="!bg-white" />
    </div>
  </div>
  <div className="flex flex-col gap-1 pt-4">
    <span className="text-base font-medium text-gray-900 dark:text-gray-50">Account access</span>
    <span className="text-sm leading-5 text-gray-600 dark:text-gray-400">
      Which accounts you&apos;ll need, how to claim them, and what to do if anything is missing.
    </span>
  </div>
</a>

Resources

<Columns cols={2}>
  <Card title="HR & People" icon="users" iconType="light" href="/hr-people">
    Benefits, time off, performance reviews, and compensation.
  </Card>
  <Card title="IT & Security" icon="shield-check" iconType="light" href="/it-security">
    Access requests, device policy, and security training.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Policies" icon="scroll" iconType="light" href="/policies">
    Code of conduct, expense reimbursement, travel, and remote work.
  </Card>
  <Card title="Engineering" icon="code-xml" iconType="light" href="/engineering">
    Dev setup, deployment, incident response, and architecture.
  </Card>
</Columns>