From e75a5ad6794708173dc90d8e4a52470c311929b4 Mon Sep 17 00:00:00 2001 From: Ryan T Date: Sun, 22 Mar 2026 10:28:48 -0400 Subject: [PATCH] Homepage copy, vertical centering, and gitignore cleanup --- .gitignore | 12 ++++++++++++ static/index.css | 4 ++-- static/index.html | 14 ++++++++------ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6b21beb..448b736 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,15 @@ package-lock.json # Local Netlify folder .netlify + +# AI development tools (local only) +.ai/ +.claude/ + +# Deno lockfile — edge functions are currently disabled +deno.lock + +# OurAirports source data — not committed (123 KB precomputed map is in netlify/airport-map-data.json) +# To regenerate: download from https://davidmegginson.github.io/ourairports-data/airports.csv +# then run: npm run build:airports +airports.csv diff --git a/static/index.css b/static/index.css index e2ed028..e33154e 100644 --- a/static/index.css +++ b/static/index.css @@ -154,7 +154,7 @@ body { flex-direction: column; justify-content: center; align-items: center; - height:100%; + min-height:100vh; margin:0; } @@ -180,7 +180,7 @@ padding:0, 1em; display: none; } .content { - margin-top:10vh; + margin-top:0; width: 500px; max-width:100%; line-height:150%; diff --git a/static/index.html b/static/index.html index 57f9e62..46871c1 100644 --- a/static/index.html +++ b/static/index.html @@ -10,14 +10,16 @@

timezone.fyi

- This site lets you quickly share a time across multiple time zones. + Quickly share a time across multiple time zones.

Simply type a url with the following structure:
https://timezone.fyi/10:30am,pst,est -

The first listed time zone will be treated as the primary. List of time zone names - -
When you send these via Slack, SMS, and other modern chat clients, -
they'll expand to show times in every listed zone. +

The first listed time zone will be treated as the primary. Zones can be expressed as: +

+

Links expand in Slack, SMS, and other modern chat clients to show times in every listed zone.