refactor: Update about page to use unified CTA section
Replaced custom hero and CTA sections with the unified `cta-section` class for consistency. Updated button classes to `cta-button` to align with the new styling system.
This commit is contained in:
parent
a22f5d9429
commit
deed082f10
1 changed files with 4 additions and 9 deletions
|
|
@ -4,8 +4,7 @@
|
||||||
{% block description %}Learn about Open Pulse Security, our mission, and our team of cybersecurity experts.{% endblock %}
|
{% block description %}Learn about Open Pulse Security, our mission, and our team of cybersecurity experts.{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<!-- About Hero Section -->
|
<section class="cta-section">
|
||||||
<section class="about-hero">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="hero-title">About Open Pulse Security</h1>
|
<h1 class="hero-title">About Open Pulse Security</h1>
|
||||||
<p class="hero-subtitle">
|
<p class="hero-subtitle">
|
||||||
|
|
@ -28,7 +27,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Mission & Vision Section -->
|
|
||||||
<section class="mission-section">
|
<section class="mission-section">
|
||||||
<div class="mission-container">
|
<div class="mission-container">
|
||||||
<div class="mission-content">
|
<div class="mission-content">
|
||||||
|
|
@ -98,7 +96,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Team Section -->
|
|
||||||
<section class="team-section">
|
<section class="team-section">
|
||||||
<div class="team-container">
|
<div class="team-container">
|
||||||
<h2 class="section-title">Our Expert Team</h2>
|
<h2 class="section-title">Our Expert Team</h2>
|
||||||
|
|
@ -178,7 +175,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Values Section -->
|
|
||||||
<section class="values-section">
|
<section class="values-section">
|
||||||
<div class="values-container">
|
<div class="values-container">
|
||||||
<h2 class="section-title">Our Core Values</h2>
|
<h2 class="section-title">Our Core Values</h2>
|
||||||
|
|
@ -215,8 +211,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- About CTA -->
|
<section class="cta-section">
|
||||||
<section class="about-cta">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Ready to Secure Your Business?</h2>
|
<h2>Ready to Secure Your Business?</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -224,11 +219,11 @@
|
||||||
Let's discuss how our open-source cybersecurity solutions can safeguard your organization.
|
Let's discuss how our open-source cybersecurity solutions can safeguard your organization.
|
||||||
</p>
|
</p>
|
||||||
<div class="cta-actions">
|
<div class="cta-actions">
|
||||||
<a href="/contact" class="btn btn-primary">
|
<a href="{{ url_for('main.contact') }}" class="cta-button primary">
|
||||||
<i class="fas fa-comments"></i>
|
<i class="fas fa-comments"></i>
|
||||||
Get Started Today
|
Get Started Today
|
||||||
</a>
|
</a>
|
||||||
<a href="/solutions" class="btn btn-secondary">
|
<a href="{{ url_for('main.solutions') }}" class="cta-button secondary">
|
||||||
<i class="fas fa-shield-alt"></i>
|
<i class="fas fa-shield-alt"></i>
|
||||||
View Our Solutions
|
View Our Solutions
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue