ValeriaTrade commited on
Commit
d492874
·
verified ·
1 Parent(s): 7789832

CHANGE THE COLORS

Browse files
Files changed (2) hide show
  1. index.html +16 -13
  2. terms.html +8 -8
index.html CHANGED
@@ -11,10 +11,13 @@
11
  theme: {
12
  extend: {
13
  colors: {
14
- primary: '#b38b6d',
15
- secondary: '#e8d5c0',
 
 
 
16
  }
17
- }
18
  }
19
  }
20
  </script>
@@ -28,10 +31,10 @@
28
  }
29
  </style>
30
  </head>
31
- <body class="bg-gray-50 font-serif">
32
- <!-- Header -->
33
- <header class="bg-white shadow-sm py-6">
34
- <div class="max-w-7xl mx-auto px-4 text-center">
35
  <a href="index.html" class="text-3xl font-bold text-primary">VALERIQUE</a>
36
  <div class="mt-4">
37
  <a href="clothing.html" class="text-gray-600 hover:text-primary mx-4">Clothing</a>
@@ -41,11 +44,11 @@
41
  </header>
42
 
43
  <!-- Last Viewed Section -->
44
- <div class="min-h-screen-80 flex items-center justify-center bg-gray-50 p-4">
45
- <div class="max-w-md w-full mx-auto text-center">
46
  <h1 class="text-2xl text-gray-600 mb-2">You last viewed</h1>
47
- <div class="bg-white rounded-lg shadow-md overflow-hidden">
48
- <img src="http://static.photos/jewelry/640x360/1" alt="Last Viewed Product" class="w-full h-64 object-cover">
49
  <div class="p-4">
50
  <h2 class="text-xl font-bold text-gray-800 mb-1">Eternal Gold Necklace</h2>
51
  <p class="text-primary font-bold text-lg mb-4">£295 <span class="text-gray-400 line-through text-sm ml-2">£350</span></p>
@@ -60,8 +63,8 @@
60
  </div>
61
 
62
  <!-- Footer -->
63
- <footer class="bg-gray-900 text-white py-8 px-4">
64
- <div class="max-w-7xl mx-auto text-center">
65
  <div class="flex justify-center space-x-6">
66
  <a href="terms.html" class="text-gray-400 hover:text-white transition">Terms & Conditions</a>
67
  <a href="privacy.html" class="text-gray-400 hover:text-white transition">Privacy Policy</a>
 
11
  theme: {
12
  extend: {
13
  colors: {
14
+ primary: '#5E3023',
15
+ secondary: '#895737',
16
+ accent: '#B88B4A',
17
+ light: '#F5F1E3',
18
+ dark: '#2F1B0E'
19
  }
20
+ }
21
  }
22
  }
23
  </script>
 
31
  }
32
  </style>
33
  </head>
34
+ <body class="bg-light font-serif">
35
+ <!-- Header -->
36
+ <header class="bg-light shadow-sm py-6">
37
+ <div class="max-w-7xl mx-auto px-4 text-center">
38
  <a href="index.html" class="text-3xl font-bold text-primary">VALERIQUE</a>
39
  <div class="mt-4">
40
  <a href="clothing.html" class="text-gray-600 hover:text-primary mx-4">Clothing</a>
 
44
  </header>
45
 
46
  <!-- Last Viewed Section -->
47
+ <div class="min-h-screen-80 flex items-center justify-center bg-light p-4">
48
+ <div class="max-w-md w-full mx-auto text-center">
49
  <h1 class="text-2xl text-gray-600 mb-2">You last viewed</h1>
50
+ <div class="bg-light rounded-lg shadow-md overflow-hidden">
51
+ <img src="http://static.photos/jewelry/640x360/1" alt="Last Viewed Product" class="w-full h-64 object-cover">
52
  <div class="p-4">
53
  <h2 class="text-xl font-bold text-gray-800 mb-1">Eternal Gold Necklace</h2>
54
  <p class="text-primary font-bold text-lg mb-4">£295 <span class="text-gray-400 line-through text-sm ml-2">£350</span></p>
 
63
  </div>
64
 
65
  <!-- Footer -->
66
+ <footer class="bg-dark text-light py-8 px-4">
67
+ <div class="max-w-7xl mx-auto text-center">
68
  <div class="flex justify-center space-x-6">
69
  <a href="terms.html" class="text-gray-400 hover:text-white transition">Terms & Conditions</a>
70
  <a href="privacy.html" class="text-gray-400 hover:text-white transition">Privacy Policy</a>
terms.html CHANGED
@@ -11,11 +11,11 @@
11
  theme: {
12
  extend: {
13
  colors: {
14
- primary: '#1a1a1a',
15
- secondary: '#f5f5f5',
16
- accent: '#2a2a2a',
17
- light: '#f8f8f8',
18
- dark: '#0d0d0d'
19
  },
20
  fontFamily: {
21
  sans: ['Roboto', 'sans-serif'],
@@ -28,9 +28,9 @@ fontFamily: {
28
  </script>
29
  <script src="https://unpkg.com/feather-icons"></script>
30
  </head>
31
- <body class="bg-light font-sans theme-dark-luxe">
32
  <!-- Minimal Header -->
33
- <header class="bg-white shadow-sm border-b border-primary/10 theme-dark-luxe:bg-dark theme-dark-luxe:border-secondary/10">
34
  <div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
35
  <a href="index.html" class="text-3xl font-serif font-light text-primary">Valerique</a>
36
  <div class="flex items-center space-x-4">
@@ -43,7 +43,7 @@ fontFamily: {
43
  <!-- Terms Content -->
44
  <main class="max-w-4xl mx-auto px-4 py-12">
45
  <h1 class="text-4xl font-display font-bold text-center text-primary mb-12">Terms & Conditions</h1>
46
- <div class="bg-white p-8 rounded-lg shadow-sm border border-primary/10 theme-dark-luxe:bg-dark theme-dark-luxe:border-secondary/10">
47
  <div class="prose max-w-none">
48
  <h2 class="text-2xl font-display font-bold mb-4">1. General Information</h2>
49
  <p class="mb-6 text-primary/90">These Terms and Conditions ("Terms") govern your use of the VALERIQUE website operated by VALERIA TRADE LTD ("us", "we", or "our"). Please read these Terms carefully before using our website.</p>
 
11
  theme: {
12
  extend: {
13
  colors: {
14
+ primary: '#5E3023',
15
+ secondary: '#895737',
16
+ accent: '#B88B4A',
17
+ light: '#F5F1E3',
18
+ dark: '#2F1B0E'
19
  },
20
  fontFamily: {
21
  sans: ['Roboto', 'sans-serif'],
 
28
  </script>
29
  <script src="https://unpkg.com/feather-icons"></script>
30
  </head>
31
+ <body class="bg-light font-sans">
32
  <!-- Minimal Header -->
33
+ <header class="bg-light shadow-sm border-b border-accent/10">
34
  <div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
35
  <a href="index.html" class="text-3xl font-serif font-light text-primary">Valerique</a>
36
  <div class="flex items-center space-x-4">
 
43
  <!-- Terms Content -->
44
  <main class="max-w-4xl mx-auto px-4 py-12">
45
  <h1 class="text-4xl font-display font-bold text-center text-primary mb-12">Terms & Conditions</h1>
46
+ <div class="bg-light p-8 rounded-lg shadow-sm border border-accent/10">
47
  <div class="prose max-w-none">
48
  <h2 class="text-2xl font-display font-bold mb-4">1. General Information</h2>
49
  <p class="mb-6 text-primary/90">These Terms and Conditions ("Terms") govern your use of the VALERIQUE website operated by VALERIA TRADE LTD ("us", "we", or "our"). Please read these Terms carefully before using our website.</p>