Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .well-known/lnurlp/william

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 PrivKey LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Security Policy

## Reporting a Vulnerability

If you discover a security vulnerability, please report it to **security@privkey.io**.

Do not open a public issue.
8 changes: 8 additions & 0 deletions _headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: credentialless
Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=()
24 changes: 1 addition & 23 deletions assets/css/colors/green.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
File Description: Main CSS file of the template
*/


.text-primary,.read-btn,
.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
Expand All @@ -14,14 +13,11 @@
color: #27ae60 !important;
}


.section-title-border, .services-box:hover i,.bg-primary,.btn-primary,.features-item-list li:before,.process-left-icon-1 i,
.process-left-icon-2 i, .account-card .form-check-input:checked {
background-color: #27ae60 !important;
}



.btn-primary,.play-btn,.account-card .form-check-input:checked {
border-color:#27ae60 !important;
}
Expand All @@ -31,25 +27,7 @@
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary{
.open > .dropdown-toggle.btn-primary {
background-color: #27ae60;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary{
border-color: #27ae60 !important;
}



41 changes: 1 addition & 40 deletions assets/css/essential-only.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,6 @@ section[id] {
}
}

/* Hero section particle animation */
@keyframes float {
0%, 100% {
transform: translateY(0px) translateX(0px);
opacity: 0.7;
}
25% {
transform: translateY(-10px) translateX(5px);
opacity: 1;
}
50% {
transform: translateY(-5px) translateX(-5px);
opacity: 0.8;
}
75% {
transform: translateY(-15px) translateX(3px);
opacity: 0.9;
}
}

/* ===========================================
MINIMAL TEAM PHOTO HOVER EFFECTS
Expand Down Expand Up @@ -353,34 +334,14 @@ section[id] {
filter: blur(0);
}

/* Accessibility Improvements */
/* Focus Indicators */
*:focus {
outline: 2px solid #27ae60 !important;
outline-offset: 2px !important;
}

/* Focus Indicators for buttons and links (higher specificity than generic *:focus) */
button:focus,
a:focus {
outline: 2px solid #27ae60 !important;
outline-offset: 2px !important;
box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3) !important;
}

/* Skip Link Focus */
.skip-nav:focus {
position: fixed !important;
top: 20px !important;
left: 20px !important;
z-index: 10000 !important;
padding: 12px 20px !important;
background: #27ae60 !important;
color: white !important;
text-decoration: none !important;
border-radius: 4px !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* Screen Reader Only Text */
.sr-only {
position: absolute !important;
Expand Down
Loading