refactor: Update privacy page to use unified CTA section
This commit is contained in:
parent
d057d32ccd
commit
33886306e9
1 changed files with 4 additions and 7 deletions
|
|
@ -4,8 +4,7 @@
|
||||||
{% block description %}Read our Privacy Policy to understand how we protect your data and respect your privacy.{% endblock %}
|
{% block description %}Read our Privacy Policy to understand how we protect your data and respect your privacy.{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<!-- Privacy Hero Section -->
|
<section class="cta-section">
|
||||||
<section class="privacy-hero">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="hero-title">Privacy Policy</h1>
|
<h1 class="hero-title">Privacy Policy</h1>
|
||||||
<p class="hero-subtitle">
|
<p class="hero-subtitle">
|
||||||
|
|
@ -28,7 +27,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Privacy Content Section -->
|
|
||||||
<section class="privacy-content-section">
|
<section class="privacy-content-section">
|
||||||
<div class="privacy-container">
|
<div class="privacy-container">
|
||||||
<div class="privacy-sidebar">
|
<div class="privacy-sidebar">
|
||||||
|
|
@ -365,8 +363,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Privacy CTA -->
|
<section class="cta-section">
|
||||||
<section class="privacy-cta">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Questions About Our Privacy Policy?</h2>
|
<h2>Questions About Our Privacy Policy?</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -374,11 +371,11 @@
|
||||||
don't hesitate to reach out to our Data Protection Officer.
|
don't hesitate to reach out to our Data Protection Officer.
|
||||||
</p>
|
</p>
|
||||||
<div class="cta-actions">
|
<div class="cta-actions">
|
||||||
<a href="mailto:privacy@openpulsesecurity.com" class="btn btn-primary">
|
<a href="mailto:privacy@openpulsesecurity.com" class="cta-button btn-primary">
|
||||||
<i class="fas fa-envelope"></i>
|
<i class="fas fa-envelope"></i>
|
||||||
Contact Privacy Team
|
Contact Privacy Team
|
||||||
</a>
|
</a>
|
||||||
<a href="/contact" class="btn btn-secondary">
|
<a href="{{ url_for('main.contact') }}" class="cta-button secondary">
|
||||||
<i class="fas fa-comments"></i>
|
<i class="fas fa-comments"></i>
|
||||||
General Contact
|
General Contact
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue