Koperization commited on
Commit
8d255c3
·
verified ·
1 Parent(s): 57225cf

Manual changes saved

Browse files
Files changed (12) hide show
  1. about.html +1 -1
  2. basketball.html +1 -1
  3. council.html +1 -1
  4. football.html +1 -1
  5. get-involved.html +6 -6
  6. index.html +1 -1
  7. news.html +2 -2
  8. schedule.html +2 -2
  9. swimming.html +2 -2
  10. teams.html +2 -2
  11. track.html +1 -1
  12. volleyball.html +1 -1
about.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
basketball.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
council.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
football.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
get-involved.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
@@ -69,7 +69,7 @@
69
  }
70
  .form-input:focus {
71
  outline: none;
72
- border-color: #ff9900;
73
  }
74
  .btn-primary {
75
  background-color: #5ec0cc;
@@ -79,11 +79,11 @@
79
  background-color: #4ab3c6;
80
  }
81
  .btn-secondary {
82
- border: 2px solid #ff9900;
83
- color: #ff9900;
84
  }
85
  .btn-secondary:hover {
86
- background-color: #ff9900;
87
  color: #0a0a0a;
88
  }
89
  </style>
@@ -154,7 +154,7 @@
154
  <p class="text-xl mb-8">Athlete, Volunteer, or Fan - There's a Place for You!</p>
155
  <div class="flex flex-col sm:flex-row justify-center gap-4">
156
  <a href="#tryouts" class="btn-primary font-bold py-3 px-6 rounded hover:bg-[#4ab3c6] transition">Try Out for a Team</a>
157
- <a href="#volunteer" class="btn-secondary font-bold py-3 px-6 rounded hover:bg-[#ff9900] transition">Become a Volunteer</a>
158
  </div>
159
  </div>
160
  </section>
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
69
  }
70
  .form-input:focus {
71
  outline: none;
72
+ border-color: #5ECCA2;
73
  }
74
  .btn-primary {
75
  background-color: #5ec0cc;
 
79
  background-color: #4ab3c6;
80
  }
81
  .btn-secondary {
82
+ border: 2px solid #5ECCA2;
83
+ color: #5ECCA2;
84
  }
85
  .btn-secondary:hover {
86
+ background-color: #5ECCA2;
87
  color: #0a0a0a;
88
  }
89
  </style>
 
154
  <p class="text-xl mb-8">Athlete, Volunteer, or Fan - There's a Place for You!</p>
155
  <div class="flex flex-col sm:flex-row justify-center gap-4">
156
  <a href="#tryouts" class="btn-primary font-bold py-3 px-6 rounded hover:bg-[#4ab3c6] transition">Try Out for a Team</a>
157
+ <a href="#volunteer" class="btn-secondary font-bold py-3 px-6 rounded hover:bg-[#5ECCA2] transition">Become a Volunteer</a>
158
  </div>
159
  </div>
160
  </section>
index.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
news.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
@@ -66,7 +66,7 @@
66
  }
67
  .filter-dropdown:focus {
68
  outline: none;
69
- border-color: #ff9900;
70
  }
71
  </style>
72
  </head>
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
66
  }
67
  .filter-dropdown:focus {
68
  outline: none;
69
+ border-color: #5ECCA2;
70
  }
71
  </style>
72
  </head>
schedule.html CHANGED
@@ -14,7 +14,7 @@
14
  extend: {
15
  colors: {
16
  primary: '#5ec0cc',
17
- secondary: '#ff9900',
18
  dark: '#121212',
19
  darker: '#0a0a0a'
20
  }
@@ -60,7 +60,7 @@
60
  }
61
  .filter-dropdown:focus {
62
  outline: none;
63
- border-color: #ff9900;
64
  }
65
  .event-card:hover {
66
  transform: translateY(-3px);
 
14
  extend: {
15
  colors: {
16
  primary: '#5ec0cc',
17
+ secondary: '#5ECCA2',
18
  dark: '#121212',
19
  darker: '#0a0a0a'
20
  }
 
60
  }
61
  .filter-dropdown:focus {
62
  outline: none;
63
+ border-color: #5ECCA2;
64
  }
65
  .event-card:hover {
66
  transform: translateY(-3px);
swimming.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
@@ -67,7 +67,7 @@
67
  }
68
  .stroke-filter:focus {
69
  outline: none;
70
- border-color: #ff9900;
71
  }
72
  </style>
73
  </head>
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
67
  }
68
  .stroke-filter:focus {
69
  outline: none;
70
+ border-color: #5ECCA2;
71
  }
72
  </style>
73
  </head>
teams.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
@@ -60,7 +60,7 @@
60
  }
61
  .filter-dropdown:focus {
62
  outline: none;
63
- border-color: #ff9900;
64
  }
65
  </style>
66
  </head>
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
60
  }
61
  .filter-dropdown:focus {
62
  outline: none;
63
+ border-color: #5ECCA2;
64
  }
65
  </style>
66
  </head>
track.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
volleyball.html CHANGED
@@ -13,7 +13,7 @@
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
- secondary: '#ff9900',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }
 
13
  extend: {
14
  colors: {
15
  primary: '#5ec0cc',
16
+ secondary: '#5ECCA2',
17
  dark: '#121212',
18
  darker: '#0a0a0a'
19
  }