FBLA25/src/routes/info/+page.svelte
drake fa14fe0496
All checks were successful
ci / docker_image (push) Successful in 1m38s
ci / deploy (push) Successful in 18s
dev
2025-01-29 22:38:07 -06:00

24 lines
1.0 KiB
Svelte

<div class="base-container">
<div class="content elevated separator-borders m-2 rounded p-2">
<h1 class="font-bold">Info</h1>
<p>This page contains additional info about different parts of the app</p>
<h2 class="pt-2 font-semibold" id="company-codes">Company Codes</h2>
<p>
Company codes are unique identifiers of companies in order for an employer to associate
themselves to a company.
</p>
<p>If you are an applicant, you can safely ignore them.</p>
<p>
If you are an employer, get a code from your company admin, and input it into your account
page to request access to your company. Once approved by your administrator, you will have
access to create job postings.
</p>
<p>
If you are your company admin, first create your account (without inputting a code). Then, go
to the company page, and use the button in the top right to create a new company. Once created
and approved by a CareerConnect admin, you will be able to see the company code, which you can
then give to your employees.
</p>
</div>
</div>