updateweb

This commit is contained in:
Local Server
2026-01-01 22:24:30 -06:00
parent 017c6376fc
commit 1919f6f8bb
185 changed files with 19860 additions and 17603 deletions

View File

@@ -20,25 +20,27 @@
<link rel="stylesheet" href="/assets/css/shopping.css" />
<style>
.privacy-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 80px 0 60px;
color: white;
background: linear-gradient(135deg, #f6ccde 0%, #fcb1d8 100%);
padding: 40px 0 30px;
color: #202023;
text-align: center;
}
.privacy-hero h1 {
font-size: 2.5rem;
margin-bottom: 16px;
font-weight: 700;
color: #202023;
}
.privacy-hero p {
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.9);
color: #202023;
opacity: 0.9;
max-width: 600px;
margin: 0 auto;
}
.privacy-content {
padding: 60px 0;
background: white;
background: #ffebeb;
}
.privacy-text {
max-width: 900px;
@@ -46,23 +48,25 @@
background: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 8px rgba(252, 177, 216, 0.2);
line-height: 1.8;
border: 1px solid #ffd0d0;
}
.privacy-text h2 {
color: #333;
color: #202023;
margin-top: 30px;
margin-bottom: 15px;
font-weight: 600;
}
.privacy-text h3 {
color: #555;
color: #202023;
margin-top: 25px;
margin-bottom: 12px;
font-weight: 600;
}
.privacy-text p {
color: #666;
color: #202023;
opacity: 0.8;
margin-bottom: 15px;
}
.privacy-text ul {
@@ -71,7 +75,8 @@
}
.privacy-text li {
margin-bottom: 8px;
color: #666;
color: #202023;
opacity: 0.8;
}
@keyframes spin {
0% {
@@ -82,6 +87,7 @@
}
}
</style>
<link rel="stylesheet" href="/assets/css/theme-colors.css" />
</head>
<body>
<!-- Modern Navigation -->
@@ -90,11 +96,11 @@
<div class="navbar-brand">
<a href="/home.html" class="brand-link">
<img
src="/uploads/images/8ba675b9-c4e6-41e6-8f14-382b9ee1d019.jpg"
src="/uploads/cat-png-1767324141436-368259437.png"
alt="Sky Art Shop Logo"
class="brand-logo"
/>
<span class="brand-name">Sky Art Shop</span>
<span class="brand-name">Sky' Art Shop</span>
</a>
</div>
@@ -189,7 +195,7 @@
<div class="mobile-menu" id="mobileMenu">
<div class="mobile-menu-header">
<span class="mobile-brand">Sky Art Shop</span>
<span class="mobile-brand">Sky' Art Shop</span>
<button class="mobile-close" id="mobileMenuClose">
<i class="bi bi-x-lg"></i>
</button>
@@ -257,9 +263,9 @@
<h4 class="footer-heading">Shop</h4>
<ul class="footer-links">
<li><a href="/shop.html">All Products</a></li>
<li><a href="/shop.html?category=paintings">Paintings</a></li>
<li><a href="/shop.html?category=prints">Prints</a></li>
<li><a href="/shop.html?category=supplies">Art Supplies</a></li>
<li><a href="/shop?category=paintings">Paintings</a></li>
<li><a href="/shop?category=prints">Prints</a></li>
<li><a href="/shop?category=supplies">Art Supplies</a></li>
</ul>
</div>
<div class="footer-col">
@@ -274,10 +280,10 @@
<div class="footer-col">
<h4 class="footer-heading">Customer Service</h4>
<ul class="footer-links">
<li><a href="#">Shipping Info</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="/privacy.html">Privacy Policy</a></li>
<li><a href="/shipping-info">Shipping Info</a></li>
<li><a href="/returns">Returns</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/privacy">Privacy Policy</a></li>
</ul>
</div>
</div>