-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (169 loc) · 5.96 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!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">
<title>JJO - Will Garrett</title>
<link rel="stylesheet" href="./styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img src="./images/hero-image.png" alt="" />
<div class="header-content">
<nav>
<h3>JJO</h3>
<ul>
<li><a href="">Discounts</a></li>
<li><a href="">About Us</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Blog</a></li>
<button>Login</button>
</ul>
</nav>
<div class="header-text">
<h2>Juniors make IT work.</h2>
<p>Hire and invest in highly skilled juniors now.</p>
<button>Post Offer Now</button>
</div>
</div>
</header>
<main>
<!--Job Offers-->
<section id="new-jobs">
<div class="top-row">
<h2>Newest Job Offers</h2>
<p class="view-jobs"><a href="">View all job offers ➜</a></p>
</div>
<div class="job-advert-container scroller">
<div class="job-advert scroll-item first">
<div class="top-row">
<h4 class="job-title">Junior Java Developer</h4>
<p class="time-posted">2 hours ago</p>
</div>
<p class="hiring-company">PickSaaS</p>
<p class="job-location">Wrclaw, Polska</p>
<div class="job-descrip">
<p>I am currently looking for a Java Developer. Project for Public Sector Location: Wrocław (during the pandemic remote work)</p>
<p>$ up to PLN 550 net / MD B2B</p>
</div>
<button>></button>
</div>
<hr>
<div class="job-advert scroll-item">
<div class="top-row">
<h4 class="job-title">Junior Project Manager</h4>
<p class="time-posted">3 hours ago</p>
</div>
<p class="hiring-company">Frontkom</p>
<p class="job-location">Lublin, Polska</p>
<div class="job-descrip">
<p>Join us in the Lublin office to build innovative long-term projects. Exciting international clients and partners and a work environment focused on learning and growth awaits you!</p>
</div>
<button>></button>
</div>
<hr>
<div class="job-advert scroll-item last">
<div class="top-row">
<h4 class="job-title">Junior Project Developer</h4>
<p class="time-posted">1 day ago</p>
</div>
<p class="hiring-company">PickSaaS</p>
<p class="job-location">Wrclaw, Polska</p>
<div class="job-descrip">
<p>I am currently looking for a Java Developer. Project for Public Sector Location: Wrocław (during the pandemic remote work)</p>
<p>$ up to PLN 550 net / MD B2B</p>
</div>
<button>></button>
</div>
</div>
</section>
<!--Featured-->
<section id="featured">
<h2>Featured Companies</h2>
<div class="featured-company-container scroller">
<a href="">
<div class="featured-company scroll-item first">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>GrandParade</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>Seagrin</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>DEX Ventures</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>NBC</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>SVT SP Zoo</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>DG Tech</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>PickSaaS</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>BlackRose</h4>
</div>
</a>
<a href="">
<div class="featured-company scroll-item last">
<figure><img src="./images/icon-briefcase.png" alt="" /></figure>
<h4>FrontKom</h4>
</div>
</a>
</div>
</section>
<!--Subscribe-->
<section id="subscribe">
<div class="subscribe-content">
<h2>Receive new job offers.</h2>
<p>Want to know as soon as a new job offer is posted on our website? subscribe to our weekly job offer digest.</p>
<div class="email-form">
<input type="text" placeholder="Enter e-mail address"/>
<button>Subscribe</button>
</div>
</div>
</section>
</main>
<footer>
<ul>
<li><a href="">Job Offers</a></li>
<li><a href="">Companies</a></li>
<li><a href="">Discounts</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Juniors</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Terms</a></li>
<li><a href="">Privacy Policy</a></li>
</ul>
</footer>
</body>
</html>