-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
114 lines (103 loc) · 5.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Description -->
<meta name="description" content="Find your future experts at Noroff Job Agency, where we connect businesses with skilled graduates across a spectrum of fields. From Applied Machine Learning to Interactive Media - Games, and from Front-end Development to Cyber Security, our platform showcases a diverse range of talents. Whether you need expertise in UX/UI Design, Graphic Design, Music Production, or Film Production, our candidates are prepared to elevate your projects. Dive into our talent pool for specialists in Digital Marketing, Video Marketing in Social Media, 3D Art and Game Technology, Network and IT Security, Data Analysis, and Full-stack Development. We also offer access to emerging professionals in Digital Forensics, Applied Data Science, and Modern Project Management. Partner with Noroff Job Agency for free and discover the perfect match for your organization's evolving needs." />
<title></title>
<!-- Links and scripts -->
<script src="./index.js" type="module"></script>
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
</head>
<body id="homePage">
<header></header>
<main class="bg-theme-grey">
<!-- SECTION 1 -->
<section class="section1 d-grid align-content-center">
<div class="hero-content d-flex flex-column text-center align-items-center h-100 px-3 pt-3 pb-4">
<h1 class="display-5 text-theme-light fw-semibold mb-0">
Welcome to <span class="text-theme-primary text-wrap-sm">Noroff Job Agency</span>
</h1>
<p class="text-theme-light fs-2">
where industry and education meets
</p>
<div class="d-flex mt-5">
<button id="viewListingsButton"
class="btn btn-lg btn-theme-primary rounded-0 px-5 fw-semibold">
View Listings
</button>
</div>
</div>
</section>
<!-- SECTION 2 -->
<section class="section2 mt-5 container-fluid p-0 d-flex flex-column align-items-stretch">
<div class="bg-theme-light col-12 col-lg-10 d-flex row text-center align-self-end text-md-start p-3 m-0">
<div class="col-12 col-md-4 mb-3 mb-md-0">
<h2 class="d-md-none fw-bold">Your direct access to Noroff's best candidates</h2>
<div class="imgContainer">
<img class=""
src="asset/images/photo-1522202176988-66273c2fd55f-min.jpg"
alt="Three people with laptops and notebooks laughing together at a table." />
</div>
</div>
<div class="col-12 col-md-6 ms-md-5 row col-xxl-4 mx-auto">
<h2 class="d-none d-md-block fw-bold">
Your direct access to Noroff's best candidates
</h2>
<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 fw-semibold p-3">Register as an
organisation</a>
</div>
</div>
</div>
<div
class="bg-theme-light col-12 col-lg-10 d-flex row text-center text-md-start mt-5 mb-5 justify-content-end p-3 m-0">
<div class="col-12 col-md-6 col-xxl-4 order-1 me-md-5 order-md-0 row justify-content-end mx-auto">
<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 fw-semibold p-3">Register as a student</a>
</div>
</div>
<div class="col-12 col-md-4 mb-3 mb-md-0">
<h2 class="d-md-none fw-bold">Your direct access to Noroff's best candidates</h2>
<h3 class="visually-hidden">Subheading</h3>
<div class="imgContainer">
<img class="img-fluid"
src="asset/images/photo-1556761175-5973dc0f32e7-min.jpg"
alt="Man presenting in front of a group of men in a meeting." />
</div>
</div>
</div>
</section>
</main>
<footer></footer>
</body>
</html>