Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions Openings.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

/* === HEADER === */

header {
}

.header-title {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -245,7 +242,7 @@ <h1>Openings for Developers</h1>
<div class="internship">
<div class="table">
<table id="myTable">
<tr>
<thead>
<th class="table-position">Position</th>
<th class="table-company">Company</th>
<th class="table-country">Country</th>
Expand All @@ -254,10 +251,10 @@ <h1>Openings for Developers</h1>
<th class="table-experience">Experience level</th>
<th class="table-languages">Languages</th>
<th class="table-apply">Details/Apply</th>
</tr>

</thead>


<tbody>
<tr><td>Software Engineer 1-Java, Growth Markets</td><td>PayPal</td><td>India</td><td>Local</td><td>Full-time</td><td>Junior / Middle</td><td>Java</td><td><a href="https://www.linkedin.com/jobs/view/1820196837">More info</a></td></tr>

<tr><td>Software Engineer</td><td>Twilio Inc</td><td>India</td><td>Local</td><td>Full-time</td><td>Middle / Senior</td><td>&nbsp;</td><td><a href="https://www.linkedin.com/jobs/view/1825947863">More info</a></td></tr>
Expand Down Expand Up @@ -581,6 +578,7 @@ <h1>Openings for Developers</h1>
<tr><td>Staff Software Engineer - Frontend</td><td>Loom</td><td>US</td><td>Remote</td><td>Full-time</td><td>Senior (8+ years)</td><td>JavaScript</td><td><a href="https://jobs.lever.co/useloom/f300409a-d4cd-4510-b562-4e7afbff65ec">More info</a></td></tr>

<tr><td>UI Developer</td><td>Piper Enterprise Solutions</td><td>US</td><td>Remote</td><td>Full-time</td><td>Middle (3+ years)</td><td>JavaScript</td><td><a href="https://careers.pipercompanies.com/job-details/ui-developer-remote/33418/1/">More info</a></td></tr>
</tbody>
</table>
</div>
</div>
Expand Down