Merge pull request #60 from teaxyz/careers-adjustments

#55 - Clearly Show Multiple Roles Desired Careers Page
This commit is contained in:
Xercesblu3 2022-06-22 17:44:59 -04:00 committed by GitHub
commit b1a7c530bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{{ define "main" }}
<img id="tea-steam-dark-1" src="/Images/tea-steam-dark-1.svg" alt="">
<img id="tea-steam-dark-1" src="/Images/tea-steam-dark-1.svg" style="z-index:0 !important; " alt="">
<div class="container mb-5 mt-5">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-12 pe-lg-5 pe-md-5 pe-sm-0 pe-0" style="z-index:100; display:flex; flex-direction:column;">
@ -9,55 +9,62 @@
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<hr class="careers-divider">
<style>
@media only screen and (min-width: 600px) {
.careers-divider{
display:none;
}
}
</style>
<div class="col-lg-6 col-md-6 col-sm-12 col-12" style="z-index:100 !important;">
<h3 class="mb-4">Current <span class="teal">job openings</span></h3>
<p class="mb-4" style="color:#E5E6E9;">The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, were brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.</p>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<p class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Senior Blockchain Developer
</button>
</p>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, were brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.<br><br>
Reporting to the Blockchain Architect, the Blockchain Developer will be responsible for the design, implementation, and distribution of a secure blockchain infrastructure that meets the networks needs and goals.<br><br>
This is a full-time remote position.</p><br>
<a class="btn btn-primary auth-btn mb-3" href="https://tea.bamboohr.com/jobs/view.php?id=24"
role="button">Apply on BambooHR</a>
<p class="small" style="color:#B9C7C9;">Visit BambooHR to apply, and to read more about the qualifications and responsibilities for this position.</p>
</div>
</div>
</div>
<div class="accordion-item">
<p class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Blockchain Architect
</button>
</p>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, were brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.<br><br>
Reporting to the Chief Product Officer, the Blockchain Architect will be responsible to effectively and efficiently utilize technology to meet the networks needs and goals, including:<br>
Reporting to the Chief Product Officer, the Blockchain Architect will be responsible to effectively and efficiently utilize technology to meet the networks needs and goals, including:
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<br>
<ul>
<li>Select and/or build all components of the blockchain technology stack.</li>
<li>Ensure scalable connectivity of on-chain and off-chain software solutions.</li>
<li>Support the launch and growth of the developer community through various initiatives including public engagement and documentation publishing.</li>
</ul>
This is a full-time remote position.</p><br>
<p>This is a full-time remote position.</p><br>
<a class="btn btn-primary auth-btn mb-3" href="https://tea.bamboohr.com/jobs/view.php?id=23"
role="button">Apply on BambooHR</a>
<p class="small" style="color:#B9C7C9;">Visit BambooHR to apply, and to read more about the qualifications and responsibilities for this position.</p>
</div>
<p class="small" style="color:#B9C7C9;">Visit BambooHR to apply, and to read more about the qualifications and responsibilities for this position.</p></div>
</div>
</div>
<div class="accordion-item">
<p class="accordion-header" id="headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Senior Blockchain Developer
</button>
</p>
<div class="accordion-body">
<div> Reporting to the Blockchain Architect, the Blockchain Developer will be responsible for the design, implementation, and distribution of a secure blockchain infrastructure that meets the networks needs and goals.<br></div>
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne" data-bs-parent="#accordionExample"><br>
This is a full-time remote position.<br><br>
<a class="btn btn-primary auth-btn mb-3 mt-3" href="https://tea.bamboohr.com/jobs/view.php?id=24"
role="button">Apply on BambooHR</a>
<p class="small" style="color:#B9C7C9;">Visit BambooHR to apply, and to read more about the qualifications and responsibilities for this position.</p></div>
</div>
</div>
</div>
@ -65,6 +72,13 @@
</div>
</div>
<style>
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
</style>
<!-- Why Work at tea -->
<div class="row" style="background-color:#23282C;">
<div class="container mb-5 mt-5">