Manual changes saved
Browse files- about.html +1 -1
- basketball.html +1 -1
- council.html +1 -1
- football.html +1 -1
- get-involved.html +6 -6
- index.html +1 -1
- news.html +2 -2
- schedule.html +2 -2
- swimming.html +2 -2
- teams.html +2 -2
- track.html +1 -1
- volleyball.html +1 -1
about.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
extend: {
|
| 14 |
colors: {
|
| 15 |
primary: '#5ec0cc',
|
| 16 |
-
secondary: '#
|
| 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: '#
|
| 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: '#
|
| 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: '#
|
| 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: '#
|
| 17 |
dark: '#121212',
|
| 18 |
darker: '#0a0a0a'
|
| 19 |
}
|
|
@@ -69,7 +69,7 @@
|
|
| 69 |
}
|
| 70 |
.form-input:focus {
|
| 71 |
outline: none;
|
| 72 |
-
border-color: #
|
| 73 |
}
|
| 74 |
.btn-primary {
|
| 75 |
background-color: #5ec0cc;
|
|
@@ -79,11 +79,11 @@
|
|
| 79 |
background-color: #4ab3c6;
|
| 80 |
}
|
| 81 |
.btn-secondary {
|
| 82 |
-
border: 2px solid #
|
| 83 |
-
color: #
|
| 84 |
}
|
| 85 |
.btn-secondary:hover {
|
| 86 |
-
background-color: #
|
| 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-[#
|
| 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: '#
|
| 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: '#
|
| 17 |
dark: '#121212',
|
| 18 |
darker: '#0a0a0a'
|
| 19 |
}
|
|
@@ -66,7 +66,7 @@
|
|
| 66 |
}
|
| 67 |
.filter-dropdown:focus {
|
| 68 |
outline: none;
|
| 69 |
-
border-color: #
|
| 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: '#
|
| 18 |
dark: '#121212',
|
| 19 |
darker: '#0a0a0a'
|
| 20 |
}
|
|
@@ -60,7 +60,7 @@
|
|
| 60 |
}
|
| 61 |
.filter-dropdown:focus {
|
| 62 |
outline: none;
|
| 63 |
-
border-color: #
|
| 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: '#
|
| 17 |
dark: '#121212',
|
| 18 |
darker: '#0a0a0a'
|
| 19 |
}
|
|
@@ -67,7 +67,7 @@
|
|
| 67 |
}
|
| 68 |
.stroke-filter:focus {
|
| 69 |
outline: none;
|
| 70 |
-
border-color: #
|
| 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: '#
|
| 17 |
dark: '#121212',
|
| 18 |
darker: '#0a0a0a'
|
| 19 |
}
|
|
@@ -60,7 +60,7 @@
|
|
| 60 |
}
|
| 61 |
.filter-dropdown:focus {
|
| 62 |
outline: none;
|
| 63 |
-
border-color: #
|
| 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: '#
|
| 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: '#
|
| 17 |
dark: '#121212',
|
| 18 |
darker: '#0a0a0a'
|
| 19 |
}
|
|
|
|
| 13 |
extend: {
|
| 14 |
colors: {
|
| 15 |
primary: '#5ec0cc',
|
| 16 |
+
secondary: '#5ECCA2',
|
| 17 |
dark: '#121212',
|
| 18 |
darker: '#0a0a0a'
|
| 19 |
}
|