refactor: Update careers page to use unified CTA section
This commit is contained in:
parent
f37ba2e3f7
commit
193edfed41
1 changed files with 4 additions and 10 deletions
|
|
@ -4,8 +4,7 @@
|
||||||
{% block description %}Join our team of cybersecurity experts and help protect businesses worldwide with cutting-edge open-source solutions.{% endblock %}
|
{% block description %}Join our team of cybersecurity experts and help protect businesses worldwide with cutting-edge open-source solutions.{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<!-- Careers Hero Section -->
|
<section class="cta-section">
|
||||||
<section class="careers-hero">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="hero-title">Join Our Mission</h1>
|
<h1 class="hero-title">Join Our Mission</h1>
|
||||||
<p class="hero-subtitle">
|
<p class="hero-subtitle">
|
||||||
|
|
@ -28,7 +27,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Why Work With Us Section -->
|
|
||||||
<section class="why-work-section">
|
<section class="why-work-section">
|
||||||
<div class="why-work-container">
|
<div class="why-work-container">
|
||||||
<div class="why-work-content">
|
<div class="why-work-content">
|
||||||
|
|
@ -98,7 +96,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Benefits Section -->
|
|
||||||
<section class="benefits-section">
|
<section class="benefits-section">
|
||||||
<div class="benefits-container">
|
<div class="benefits-container">
|
||||||
<h2 class="section-title">Comprehensive Benefits</h2>
|
<h2 class="section-title">Comprehensive Benefits</h2>
|
||||||
|
|
@ -154,7 +151,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Current Status Section -->
|
|
||||||
<section class="current-status-section">
|
<section class="current-status-section">
|
||||||
<div class="status-container">
|
<div class="status-container">
|
||||||
<div class="status-card">
|
<div class="status-card">
|
||||||
|
|
@ -199,7 +195,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Future Roles Section -->
|
|
||||||
<section class="future-roles-section">
|
<section class="future-roles-section">
|
||||||
<div class="future-roles-container">
|
<div class="future-roles-container">
|
||||||
<h2 class="section-title">Roles We'll Be Hiring For</h2>
|
<h2 class="section-title">Roles We'll Be Hiring For</h2>
|
||||||
|
|
@ -259,8 +254,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Careers CTA -->
|
<section class="cta-section">
|
||||||
<section class="careers-cta">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Interested in Future Opportunities?</h2>
|
<h2>Interested in Future Opportunities?</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -268,11 +262,11 @@
|
||||||
Send us your resume and we'll reach out when the right opportunity becomes available.
|
Send us your resume and we'll reach out when the right opportunity becomes available.
|
||||||
</p>
|
</p>
|
||||||
<div class="cta-actions">
|
<div class="cta-actions">
|
||||||
<a href="mailto:careers@openpulsesecurity.com" class="btn btn-primary">
|
<a href="mailto:careers@openpulsesecurity.com" class="cta-button btn-secondary">
|
||||||
<i class="fas fa-envelope"></i>
|
<i class="fas fa-envelope"></i>
|
||||||
Send Your Resume
|
Send Your Resume
|
||||||
</a>
|
</a>
|
||||||
<a href="/contact" class="btn btn-secondary">
|
<a href="{{ url_for('main.contact') }}" class="cta-button primary">
|
||||||
<i class="fas fa-comments"></i>
|
<i class="fas fa-comments"></i>
|
||||||
Stay in Touch
|
Stay in Touch
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue