Skip to content

Commit

Permalink
Merge branch 'main' into 393-fix-warning-in-dev-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjonne696 authored Dec 17, 2023
2 parents 53178da + 54172bf commit ea2f740
Show file tree
Hide file tree
Showing 28 changed files with 6,295 additions and 304 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@ Documentations: [Link](./documentation/)

## Installing and starting the project

```md
Installing
```
npm i
```

Build
```
npm run build
```

Run locally
```
npm run dev
```

## Dependencies

### A front-end framework
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="text-center col-12 col-md-7 col-xxl-5">
<h1 class="display-5 text-theme-light fw-semibold ms-0 ms-sm-5">Welcome to Noroff Job Agency, where industry and eductation meets</h1>
<div class="d-flex justify-content-center">
<button id="viewListingsButton" class="mt-4 m-1 btn btn-theme-primary w-50 text-theme-light p-1 fs-4">View Listings</button>
<button id="viewListingsButton" class="mt-4 m-1 btn btn-theme-primary w-50 text-theme-black p-1 fs-4">View Listings</button>
</div>
</div>
</div>
Expand All @@ -44,7 +44,7 @@ <h2 class="d-none d-md-block fw-bold">Your direct access to Noroff's best candid
<p><span class="fw-semibold">Find talents for your organisation.</span> Noroff Jobs offers a unique advantage over other recruitment platforms. As a platform designed, developed, and maintained by students at Noroff, it provides direct access to a talented pool of candidates with diverse skillsets, ranging from 3D design to software development and artificial intelligence.</p>
<p>We invite you to take advantage of our platform by submitting your job listing for free. Partner with Noroff Jobs and expand your team with highly skilled and motivated individuals.</p>
<div class="buttonContainer mx-auto mx-md-0">
<a href="/pages/auth/register/company/index.html" class="btn customButton btn-theme-primary text-theme-light fw-semibold p-3">Register as an organisation</a>
<a href="/pages/auth/register/company/index.html" class="btn customButton btn-theme-primary text-theme-black fw-semibold p-3">Register as an organisation</a>
</div>
</div>
</div>
Expand All @@ -54,7 +54,7 @@ <h2 class="d-none d-md-block fw-bold">Your direct access to industry</h2>
<p><span class="fw-semibold">Meet your next employer today.</span> Showcase your unique skill sets with Noroff Jobs. Our platform, designed by and for students, provides you with an exclusive opportunity to find your next employer. With listings from a wide variety of organisations, you can browse and discover your dream job.</p>
<p>Whether your talents lie in software development, design or security, we want to be your partner in achieving your career goals. Join Noroff Jobs today.</p>
<div class="buttonContainer mx-auto mx-md-0">
<a href="/pages/auth/register/applicant/index.html" class="btn customButton btn-theme-primary text-theme-light fw-semibold p-3">Register as a student</a>
<a href="/pages/auth/register/applicant/index.html" class="btn customButton btn-theme-primary text-theme-black fw-semibold p-3">Register as a student</a>
</div>
</div>
<div class="col-12 col-md-4 mb-3 mb-md-0">
Expand Down
Loading

0 comments on commit ea2f740

Please sign in to comment.