-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
292 lines (277 loc) · 12.3 KB
/
index.html
File metadata and controls
292 lines (277 loc) · 12.3 KB
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>techroles.ph | Web Development Jobs</title>
<link rel="stylesheet" href="css/_init.css" />
<link rel="stylesheet" href="css/header.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/navigation.css" />
<link rel="stylesheet" href="css/footer.css" />
<!-- link your "css/_layout.css" here -->
</head>
<body>
<!-- Container (Grid) -->
<div>
<!-- Header -->
<header>
<h1>techroles.ph</h1>
</header>
<!-- Main Content -->
<main>
<!-- Intro Section -->
<section id="intro">
<h2>Web Development</h2>
<p>
Explore a variety of web development jobs
and begin your path to a successful career in the digital world.
</p>
</section>
<!-- Jobs Section (Grid) -->
<section id="jobs">
<!-- Job #1 -->
<article class="job">
<h3 class="position">Web Developer</h3>
<p class="employer">
<a class="company" href="#">Tech Solutions PH</a>
·
<span class="location">Metro Manila</span>
</p>
<p class="salary">
Php
<span class="amount">45k</span>
to
<span class="amount">70k</span>
</p>
<div class="arrangements">
<h6>ARRANGEMENTS</h6>
<ul>
<li>Full-time, On-site</li>
<li>8-hour shifts</li>
</ul>
</div>
<div class="requirements">
<h6>REQUIREMENTS</h6>
<ul>
<li>Bachelor's degree in Computer Science or related field</li>
<li>Proficiency in HTML, CSS, and JavaScript</li>
<li>Experience with responsive web design</li>
</ul>
</div>
<div class="actions">
<a href="#" class="details">More Details</a>
<a href="#" class="apply">Apply</a>
</div>
</article>
<!-- Job #2 -->
<article class="job">
<h3 class="position">Frontend Web Developer</h3>
<p class="employer">
<a class="company" href="#">Digital Innovators Inc.</a>
·
<span class="location">Cebu City</span>
</p>
<p class="salary">
Php
<span class="amount">40k</span>
to
<span class="amount">65k</span>
</p>
<div class="arrangements">
<h6>ARRANGEMENTS</h6>
<ul>
<li>Part-time, Work from home</li>
<li>Flexible hours</li>
</ul>
</div>
<div class="requirements">
<h6>REQUIREMENTS</h6>
<ul>
<li>Proven experience as a Frontend Developer</li>
<li>Strong proficiency in React.js and Vue.js</li>
<li>Understanding of UI/UX principles</li>
</ul>
</div>
<div class="actions">
<a href="#" class="details">More Details</a>
<a href="#" class="apply">Apply</a>
</div>
</article>
<!-- Job #3 -->
<article class="job">
<h3 class="position">Backend Web Developer</h3>
<p class="employer">
<a class="company" href="#">Innovative Tech Solutions</a>
·
<span class="location">Davao City</span>
</p>
<p class="salary">
Php
<span class="amount">55k</span>
to
<span class="amount">80k</span>
</p>
<div class="arrangements">
<h6>ARRANGEMENTS</h6>
<ul>
<li>Full-time, On-site</li>
<li>9-hour shifts</li>
</ul>
</div>
<div class="requirements">
<h6>REQUIREMENTS</h6>
<ul>
<li>Strong proficiency in Node.js and Express.js</li>
<li>Experience with database systems like MongoDB</li>
<li>Knowledge of server-side rendering techniques</li>
</ul>
</div>
<div class="actions">
<a href="#" class="details">More Details</a>
<a href="#" class="apply">Apply</a>
</div>
</article>
<!-- Job #4 -->
<article class="job">
<h3 class="position">Full Stack Web Developer</h3>
<p class="employer">
<a class="company" href="#">Web Wizards PH</a>
·
<span class="location">Iloilo City</span>
</p>
<p class="salary">
Php
<span class="amount">60k</span>
to
<span class="amount">85k</span>
</p>
<div class="arrangements">
<h6>ARRANGEMENTS</h6>
<ul>
<li>Full-time, Work from home and On-site</li>
<li>Flexible hours</li>
</ul>
</div>
<div class="requirements">
<h6>REQUIREMENTS</h6>
<ul>
<li>Proven experience as a Full Stack Developer</li>
<li>Familiarity with front-end languages and frameworks</li>
<li>Experience with cloud services like AWS</li>
</ul>
</div>
<div class="actions">
<a href="#" class="details">More Details</a>
<a href="#" class="apply">Apply</a>
</div>
</article>
<!-- Job #5 -->
<article class="job">
<h3 class="position">WordPress Developer</h3>
<p class="employer">
<a class="company" href="#">Pixel Perfect Web Solutions</a>
·
<span class="location">Manila</span>
</p>
<p class="salary">
Php
<span class="amount">40k</span>
to
<span class="amount">65k</span>
</p>
<div class="arrangements">
<h6>ARRANGEMENTS</h6>
<ul>
<li>Part-time, On-site</li>
<li>Morning and Afternoon shifts</li>
</ul>
</div>
<div class="requirements">
<h6>REQUIREMENTS</h6>
<ul>
<li>Proficiency in WordPress development</li>
<li>Experience with theme customization</li>
<li>Knowledge of PHP and MySQL</li>
</ul>
</div>
<div class="actions">
<a href="#" class="details">More Details</a>
<a href="#" class="apply">Apply</a>
</div>
</article>
<!-- Job #6 -->
<article class="job">
<h3 class="position">Junior Web Developer</h3>
<p class="employer">
<a class="company" href="#">CodeCrafters</a>
·
<span class="location">Cagayan de Oro</span>
</p>
<p class="salary">
Php
<span class="amount">25k</span>
to
<span class="amount">35k</span>
</p>
<div class="arrangements">
<h6>ARRANGEMENTS</h6>
<ul>
<li>Full-time, On-site</li>
<li>Flexible hours</li>
</ul>
</div>
<div class="requirements">
<h6>REQUIREMENTS</h6>
<ul>
<li>Basic knowledge of HTML, CSS, and JavaScript</li>
<li>Willingness to learn and grow as a developer</li>
<li>Excellent problem-solving skills</li>
</ul>
</div>
<div class="actions">
<a href="#" class="details">More Details</a>
<a href="#" class="apply">Apply</a>
</div>
</article>
</section>
<!-- Show More Section -->
<section id="show-more">
<p><a href="#">Show more</a></p>
</section>
</main>
<!-- Aside Content -->
<aside>
<!-- Navigation -->
<nav>
<h2>Job Categories</h2>
<ul>
<li><a href="ai-machine-learning.html">AI & Machine Learning</a></li>
<li><a href="augmented-reality-virtual-reality.html">Augmented Reality (AR) & Virtual Reality (VR)</a></li>
<li><a href="big-data-analytics.html">Big Data & Analytics</a></li>
<li><a href="blockchain-dev.html">Blockchain Development</a></li>
<li><a href="cybersecurity.html">Cybersecurity</a></li>
<li><a href="data-science-analytics.html">Data Science & Analytics</a></li>
<li><a href="devops-cloud-computing.html">DevOps & Cloud Computing</a></li>
<li><a href="e-commerce-dev.html">E-commerce Development</a></li>
<li><a href="game-dev.html">Game Development</a></li>
<li><a href="graphic-design-multimedia.html">Graphic Design & Multimedia</a></li>
<li><a href="internet-of-things.html">Internet of Things (IoT)</a></li>
<li><a href="it-networking.html">IT & Networking</a></li>
<li><a href="mobile-app-dev.html">Mobile App Development</a></li>
<li><a href="product-management.html">Product Management</a></li>
<li><a href="qa-testing.html">QA & Testing</a></li>
<li><a href="robotics-automation.html">Robotics & Automation</a></li>
<li><a href="technical-writing.html">Technical Writing</a></li>
<li><a href="ui-ux-design.html">UI/UX Design</a></li>
<li><a href="virtual-assistance.html">Virtual Assistance</a></li>
<li class="active"><a href="index.html">Web Development</a></li>
</ul>
</nav>
</aside>
<!-- Footer -->
<footer>
Copyright © 2023 <b>techroles.ph</b>. All rights reserved.
</footer>
</div>
</body>
</html>