Taddy1 commited on
Commit
2f6f345
·
verified ·
1 Parent(s): 8c22d3c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -17
index.html CHANGED
@@ -67,7 +67,7 @@
67
  font-size: clamp(32px, 5vw, 48px); font-weight: 900;
68
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 14px;
69
  }
70
- .hero h1 span { color: var(--accent); }
71
 
72
  .hero p {
73
  font-size: 16px; line-height: 1.6; color: var(--text-2);
@@ -96,7 +96,7 @@
96
  @media (max-width: 600px) { .stats { grid-template-columns: repeat(2, 1fr); } }
97
 
98
  .stat { background: var(--bg-2); padding: 24px 16px; text-align: center; }
99
- .stat-value { font-size: 30px; font-weight: 900; letter-spacing: -0.03em; color: var(--accent); line-height: 1; margin-bottom: 4px; }
100
  .stat-label { font-size: 12px; font-weight: 500; color: var(--text-2); }
101
 
102
  /* ── Table Section ─────────────────────────────────── */
@@ -104,7 +104,7 @@
104
  max-width: 800px; margin: 0 auto; padding: 40px 24px;
105
  }
106
  .section h2 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
107
- .section h2 span { color: var(--accent); }
108
  .section-sub { font-size: 14px; color: var(--text-2); line-height: 1.6; margin-bottom: 20px; }
109
 
110
  .preview-table {
@@ -122,7 +122,7 @@
122
  .preview-table tr:hover td { background: rgba(234,95,26,0.04); }
123
  .cost-fair { color: #4ade80; font-weight: 600; }
124
  .cost-markup { color: #f87171; font-weight: 600; }
125
- .preview-table a { color: var(--accent); text-decoration: none; font-weight: 500; }
126
  .preview-table a:hover { text-decoration: underline; }
127
 
128
  /* ── Footer ────────────────────────────────────────── */
@@ -149,7 +149,7 @@
149
  </div>
150
 
151
  <div class="stats">
152
- <div class="stat"><div class="stat-value" id="cities">0</div><div class="stat-label">US Cities Tracked</div></div>
153
  <div class="stat"><div class="stat-value">50</div><div class="stat-label">States Covered</div></div>
154
  <div class="stat"><div class="stat-value">$0</div><div class="stat-label">Hidden Fees</div></div>
155
  <div class="stat"><div class="stat-value">Weekly</div><div class="stat-label">Data Refresh</div></div>
@@ -176,17 +176,5 @@
176
  <p>© 2026 <a href="https://www.shinglegeek.com" target="_blank">Shingle Geek</a> · CC BY 4.0 · JSONL + CSV formats available</p>
177
  </div>
178
 
179
- <script>
180
- const el = document.getElementById('cities');
181
- const target = 425;
182
- let current = 0;
183
- const step = Math.ceil(target / 40);
184
- const timer = setInterval(() => {
185
- current += step;
186
- if (current >= target) { current = target; clearInterval(timer); }
187
- el.textContent = current + '+';
188
- }, 30);
189
- </script>
190
-
191
  </body>
192
  </html>
 
67
  font-size: clamp(32px, 5vw, 48px); font-weight: 900;
68
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 14px;
69
  }
70
+ .hero h1 span { color: #ea5f1a !important; }
71
 
72
  .hero p {
73
  font-size: 16px; line-height: 1.6; color: var(--text-2);
 
96
  @media (max-width: 600px) { .stats { grid-template-columns: repeat(2, 1fr); } }
97
 
98
  .stat { background: var(--bg-2); padding: 24px 16px; text-align: center; }
99
+ .stat-value { font-size: 30px; font-weight: 900; letter-spacing: -0.03em; color: #ea5f1a !important; line-height: 1; margin-bottom: 4px; }
100
  .stat-label { font-size: 12px; font-weight: 500; color: var(--text-2); }
101
 
102
  /* ── Table Section ─────────────────────────────────── */
 
104
  max-width: 800px; margin: 0 auto; padding: 40px 24px;
105
  }
106
  .section h2 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
107
+ .section h2 span { color: #ea5f1a !important; }
108
  .section-sub { font-size: 14px; color: var(--text-2); line-height: 1.6; margin-bottom: 20px; }
109
 
110
  .preview-table {
 
122
  .preview-table tr:hover td { background: rgba(234,95,26,0.04); }
123
  .cost-fair { color: #4ade80; font-weight: 600; }
124
  .cost-markup { color: #f87171; font-weight: 600; }
125
+ .preview-table a { color: #ea5f1a !important; text-decoration: none; font-weight: 500; }
126
  .preview-table a:hover { text-decoration: underline; }
127
 
128
  /* ── Footer ────────────────────────────────────────── */
 
149
  </div>
150
 
151
  <div class="stats">
152
+ <div class="stat"><div class="stat-value">425+</div><div class="stat-label">US Cities Tracked</div></div>
153
  <div class="stat"><div class="stat-value">50</div><div class="stat-label">States Covered</div></div>
154
  <div class="stat"><div class="stat-value">$0</div><div class="stat-label">Hidden Fees</div></div>
155
  <div class="stat"><div class="stat-value">Weekly</div><div class="stat-label">Data Refresh</div></div>
 
176
  <p>© 2026 <a href="https://www.shinglegeek.com" target="_blank">Shingle Geek</a> · CC BY 4.0 · JSONL + CSV formats available</p>
177
  </div>
178
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  </body>
180
  </html>