Commit graph

25 commits

Author SHA1 Message Date
Cipher Vance
45a57d7b2f refactor: Update terms of service page to use unified CTA section 2025-07-23 11:20:11 -05:00
Cipher Vance
47662bf96b refactor: Update solutions page to use unified CTA section 2025-07-23 11:19:46 -05:00
Cipher Vance
2e1f6d6bed refactor: Clean up services page code 2025-07-23 11:19:32 -05:00
Cipher Vance
33886306e9 refactor: Update privacy page to use unified CTA section 2025-07-23 11:19:14 -05:00
Cipher Vance
d057d32ccd feat: Add Open Source Compliance page 2025-07-23 11:18:53 -05:00
Cipher Vance
2190ee5bbe refactor: Clean up index page code 2025-07-23 11:18:33 -05:00
Cipher Vance
193edfed41 refactor: Update careers page to use unified CTA section 2025-07-23 11:18:10 -05:00
Cipher Vance
f37ba2e3f7 feat: Add Open Source Compliance link to footer
Added a new link to the Open Source Compliance page
in the footer navigation.
Removed Unnecessary comments for cleaner code
2025-07-23 11:17:21 -05:00
Cipher Vance
deed082f10 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.
2025-07-23 11:16:32 -05:00
Cipher Vance
a22f5d9429 feat: Add styles for Open Source Compliance page
Added extensive CSS styles for the Open Source Compliance
page, including hero section, compliance grid, benefits
section, and CTA styling.
Included responsive design adjustments for mobile and
tablet views.
2025-07-23 11:15:51 -05:00
Cipher Vance
7d8bab3b8f feat: Add route for Open Source Compliance page
Added a new route `/oss-compliance` that renders the
`oss_compliance.html` template
2025-07-23 11:14:55 -05:00
Cipher Vance
52f947c11b fix: rolled back to far and deleted the favicon 2025-07-20 10:58:20 -05:00
Cipher Vance
7605be468e fix: rolled back 2025-07-20 10:57:48 -05:00
Cipher Vance
93effc96e0 fix: added links for get started buttons 2025-07-20 10:43:25 -05:00
Cipher Vance
862feb7d9b refactor: reordered the nav bar 2025-07-20 10:43:08 -05:00
Cipher Vance
c48fa3f068 refactor: cleaned up comments 2025-07-20 10:34:49 -05:00
Cipher Vance
ddcd84da0a refactor: added a lock for pfsense and changed your business to you 2025-07-20 10:31:32 -05:00
Cipher Vance
08e4de18fe refactor: Clean up and optimize CSS for Solutions page
- Removed unused CSS styles to reduce file size and improve maintainability
- Fixed layout and styling issues on the Solutions page
- Added specific styles for the Solutions hero section, grid, and integration support
- Ensured responsive design for all screen sizes
- Improved hover effects and visual consistency for solution cards
- Added proper spacing, typography, and alignment for all components
2025-07-20 10:31:07 -05:00
Cipher Vance
4b062205f5 Merge branch 'main' of gitlab.com:open-pulse-security/openpulsesec_web 2025-07-20 10:30:51 -05:00
Cipher Vance
30e9d1cb0d init: added favicon 2025-07-20 10:26:03 -05:00
Cipher
afd6cdfa3b LICENSE file added 2025-07-20 10:14:07 -05:00
Cipher Vance
ef5fb864bb docs: Added proper readme file info 2025-07-20 10:13:10 -05:00
Cipher Vance
15628dc4f3 refactor: Remove hardcoded email and improve environment variable handling
- Removed hardcoded email address `hello@ciphervance.com` and replaced it with `SENDER_EMAIL` from environment variables.
- Added `python-dotenv` to load environment variables from `.env` file for better configuration management.
- Removed redundant logging setup and debug statements for cleaner code.
- Simplified the `send_email` function by removing unnecessary logging and debug output.
- Ensured consistent use of environment variables for SMTP settings and recipient email.

This change improves maintainability and security by avoiding hardcoded values and centralizing configuration.
2025-07-20 10:10:04 -05:00
Cipher Vance
338a24ad4b init commit 2025-07-20 00:28:59 -05:00
Cipher Vance
947db1a737 init commit 2025-07-20 00:28:33 -05:00