-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.html
311 lines (307 loc) · 17.5 KB
/
jobs.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
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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jobs | WeCoders</title>
<link rel="stylesheet" href="jobs.css">
<link rel="stylesheet" href="section-styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<div class="navbar">
<div class="logo">WeCoders</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contest.html">Contests</a></li>
<li><a href="blogs.html">Blogs</a></li>
</ul>
</nav>
<a href="login.html"><button class="login-btn">Login</a> </button>
</div>
</header>
<div class="all-in-one-place">
<h2>All at <span class="highlight">one</span> place</h2>
<div class="categories">
<div class="category">
<a href="contest.html" class="category-link contests">Contests <i class="fas fa-chart-line"></i></a>
</div>
<div class="category">
<a href="challenges.html" class="category-link challenges">Challenges <span class="new-label">new</span></a>
</div>
<div class="category">
<a href="hackathon.html" class="category-link hackathons">Hackathons <i class="fas fa-chart-line"></i></a>
</div>
<div class="category">
<a href="Internships.html" class="category-link internships">Internships <span class="soon-label">soon</span></a>
</div>
<div class="category">
<a href="jobs.html" class="category-link jobs">Jobs <span class="new-label">new</span></a>
</div>
</div>
</div>
<main>
<div class="jobs-section">
<h1>Available Job Opportunities</h1>
<div class="pop-out-box">
<!-- Job Cards -->
<div class="job-row">
<div class="job-card">
<img src="images/Google.png" alt="Google Logo" class="job-logo">
<h2>Google</h2>
<p>Careers Page: <a href="https://careers.google.com/" target="_blank">Google Careers</a></p>
<p>Opportunities: Software engineering, data science, product management.</p>
</div>
<div class="job-card">
<img src="images/Amazon.png" alt="Amazon Logo" class="job-logo">
<h2>Amazon</h2>
<p>Careers Page: <a href="https://www.amazon.jobs/" target="_blank">Amazon Jobs</a></p>
<p>Opportunities: Software development, data engineering, cloud computing.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/Microsoft.png" alt="Microsoft Logo" class="job-logo">
<h2>Microsoft</h2>
<p>Careers Page: <a href="https://careers.microsoft.com/" target="_blank">Microsoft Careers</a></p>
<p>Opportunities: Software engineering, AI research, cloud solutions.</p>
</div>
<div class="job-card">
<img src="images/meta.png" alt="Meta Logo" class="job-logo">
<h2>Meta (Facebook)</h2>
<p>Careers Page: <a href="https://www.metacareers.com/" target="_blank">Meta Careers</a></p>
<p>Opportunities: Software engineering, product management, research.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/Apple.png" alt="Apple Logo" class="job-logo">
<h2>Apple</h2>
<p>Careers Page: <a href="https://jobs.apple.com/" target="_blank">Apple Jobs</a></p>
<p>Opportunities: Software development, hardware engineering, design.</p>
</div>
<div class="job-card">
<img src="images/Ibm.png" alt="IBM Logo" class="job-logo">
<h2>IBM</h2>
<p>Careers Page: <a href="https://www.ibm.com/employment/" target="_blank">IBM Careers</a></p>
<p>Opportunities: Software development, consulting, AI.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/Intel.png" alt="Intel Logo" class="job-logo">
<h2>Intel</h2>
<p>Careers Page: <a href="https://www.intel.com/content/www/us/en/jobs/jobs-at-intel.html" target="_blank">Intel Careers</a></p>
<p>Opportunities: Hardware and software engineering.</p>
</div>
<div class="job-card">
<img src="images/salesforce.png" alt="Salesforce Logo" class="job-logo">
<h2>Salesforce</h2>
<p>Careers Page: <a href="https://www.salesforce.com/company/careers/" target="_blank">Salesforce Careers</a></p>
<p>Opportunities: Software development, cloud services, sales.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/oracle.png" alt="Oracle Logo" class="job-logo">
<h2>Oracle</h2>
<p>Careers Page: <a href="https://www.oracle.com/corporate/careers/" target="_blank">Oracle Careers</a></p>
<p>Opportunities: Software engineering, database management, cloud solutions.</p>
</div>
<div class="job-card">
<img src="images/adobe.png" alt="Adobe Logo" class="job-logo">
<h2>Adobe</h2>
<p>Careers Page: <a href="https://adobe.wd5.myworkdayjobs.com/en-US/external_experienced" target="_blank">Adobe Careers</a></p>
<p>Opportunities: Software engineering, creative technology, AI research.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/nvidia.png" alt="NVIDIA Logo" class="job-logo">
<h2>NVIDIA</h2>
<p>Careers Page: <a href="https://www.nvidia.com/en-us/about-nvidia/careers/" target="_blank">NVIDIA Careers</a></p>
<p>Opportunities: Software development, hardware engineering, AI.</p>
</div>
<div class="job-card">
<img src="images/shopify.png" alt="Shopify Logo" class="job-logo">
<h2>Shopify</h2>
<p>Careers Page: <a href="https://www.shopify.com/careers" target="_blank">Shopify Careers</a></p>
<p>Opportunities: Software engineering, product management, data science.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/uber.png" alt="Uber Logo" class="job-logo">
<h2>Uber</h2>
<p>Careers Page: <a href="https://www.uber.com/us/en/careers/" target="_blank">Uber Careers</a></p>
<p>Opportunities: Software engineering, data science, product management.</p>
</div>
<div class="job-card">
<img src="images/lyft.png" alt="Lyft Logo" class="job-logo">
<h2>Lyft</h2>
<p>Careers Page: <a href="https://www.lyft.com/careers" target="_blank">Lyft Careers</a></p>
<p>Opportunities: Engineering, data science, product roles.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/twitter.png" alt="Twitter Logo" class="job-logo">
<h2>Twitter</h2>
<p>Careers Page: <a href="https://careers.twitter.com/" target="_blank">Twitter Careers</a></p>
<p>Opportunities: Software development, data science, research.</p>
</div>
<div class="job-card">
<img src="images/linkedin.png" alt="LinkedIn Logo" class="job-logo">
<h2>LinkedIn</h2>
<p>Careers Page: <a href="https://careers.linkedin.com/" target="_blank">LinkedIn Careers</a></p>
<p>Opportunities: Software engineering, data analytics, product management.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/dropbox.png" alt="Dropbox Logo" class="job-logo">
<h2>Dropbox</h2>
<p>Careers Page: <a href="https://www.dropbox.com/jobs" target="_blank">Dropbox Careers</a></p>
<p>Opportunities: Engineering, product design, data science.</p>
</div>
<div class="job-card">
<img src="images/zoom.png" alt="Zoom Logo" class="job-logo">
<h2>Zoom</h2>
<p>Careers Page: <a href="https://zoom.us/careers" target="_blank">Zoom Careers</a></p>
<p>Opportunities: Software development, IT operations, product management.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/square.png" alt="Square Logo" class="job-logo">
<h2>Square</h2>
<p>Careers Page: <a href="https://squareup.com/us/en/about/careers" target="_blank">Square Careers</a></p>
<p>Opportunities: Software engineering, product development, data science.</p>
</div>
<div class="job-card">
<img src="images/stripe.png" alt="Stripe Logo" class="job-logo">
<h2>Stripe</h2>
<p>Careers Page: <a href="https://stripe.com/jobs" target="_blank">Stripe Careers</a></p>
<p>Opportunities: Software engineering, data science, operations.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/palantir.png" alt="Palantir Logo" class="job-logo">
<h2>Palantir</h2>
<p>Careers Page: <a href="https://www.palantir.com/careers/" target="_blank">Palantir Careers</a></p>
<p>Opportunities: Software engineering, data analytics, consulting.</p>
</div>
<div class="job-card">
<img src="images/atlassian.png" alt="Atlassian Logo" class="job-logo">
<h2>Atlassian</h2>
<p>Careers Page: <a href="https://www.atlassian.com/company/careers" target="_blank">Atlassian Careers</a></p>
<p>Opportunities: Software engineering, product management, design.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/snowflake.png" alt="Snowflake Logo" class="job-logo">
<h2>Snowflake</h2>
<p>Careers Page: <a href="https://www.snowflake.com/careers/" target="_blank">Snowflake Careers</a></p>
<p>Opportunities: Software development, data engineering, product management.</p>
</div>
<div class="job-card">
<img src="images/mongoDB.png" alt="MongoDB Logo" class="job-logo">
<h2>MongoDB</h2>
<p>Careers Page: <a href="https://www.mongodb.com/careers" target="_blank">MongoDB Careers</a></p>
<p>Opportunities: Engineering, sales, customer success.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/Elastic.png" alt="Elastic Logo" class="job-logo">
<h2>Elastic</h2>
<p>Careers Page: <a href="https://www.elastic.co/about/careers" target="_blank">Elastic Careers</a></p>
<p>Opportunities: Software engineering, data science, product management.</p>
</div>
<div class="job-card">
<img src="images/servicenow.png" alt="ServiceNow Logo" class="job-logo">
<h2>ServiceNow</h2>
<p>Careers Page: <a href="https://www.servicenow.com/careers.html" target="_blank">ServiceNow Careers</a></p>
<p>Opportunities: Engineering, data analysis, cloud services.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/databricks.png" alt="Databricks Logo" class="job-logo">
<h2>Databricks</h2>
<p>Careers Page: <a href="https://databricks.com/company/careers" target="_blank">Databricks Careers</a></p>
<p>Opportunities: Software engineering, data science, cloud solutions.</p>
</div>
<div class="job-card">
<img src="images/hubspot.png" alt="HubSpot Logo" class="job-logo">
<h2>HubSpot</h2>
<p>Careers Page: <a href="https://www.hubspot.com/careers" target="_blank">HubSpot Careers</a></p>
<p>Opportunities: Engineering, sales, marketing.</p>
</div>
</div>
<div class="job-row">
<div class="job-card">
<img src="images/tableau.png" alt="Tableau Logo" class="job-logo">
<h2>Tableau</h2>
<p>Careers Page: <a href="https://www.tableau.com/careers" target="_blank">Tableau Careers</a></p>
<p>Opportunities: Software development, data analysis, product management.</p>
</div>
<div class="job-card">
<img src="images/bigcommerce.png" alt="BigCommerce Logo" class="job-logo">
<h2>BigCommerce</h2>
<p>Careers Page: <a href="https://www.bigcommerce.com/careers/" target="_blank">BigCommerce Careers</a></p>
<p>Opportunities: Engineering, sales, product management.</p>
</div>
</div>
</div>
</div>
</main>
<!-- Footer Section -->
<footer>
<div class="footer-container">
<div class="footer-left">
<div class="footer-logo">
<img src="images/1-removebg-preview (1).png" alt="WeCoders Logo">
<p>WeCoders</p>
</div>
<p>Explore upcoming coding contests.</p>
</div>
<div class="footer-middle">
<h4>Competitions</h4>
<ul>
<li><a href="contest.html">Contests</a></li>
<li><a href="challenges.html">Challenges</a></li>
</ul>
<h4>Opportunities</h4>
<ul>
<li><a href="hackathon.html">Hackathons</a></li>
<li><a href="Internships.html">Internships</a></li>
<li><a href="jobs.html">Jobs</a></li>
</ul>
</div>
<div class="footer-right">
<h4>Connect</h4>
<ul>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="about.html">About WeCoders</a></li>
</ul>
<h4>Social</h4>
<div class="footer-social-icons">
<a href="https://www.linkedin.com/in/payal-sinha-b83126279/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/payalsinha12" target="_blank"><i class="fab fa-github"></i></a>
<a href="discord://payalsinha01" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://www.instagram.com/paya.lsinha01/?next=%2F&hl=en" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 WeCoders licensed.</p>
</div>
</footer>
</body>
</html>