diff --git a/public/index.html b/public/index.html index c855c6e..2ba719b 100644 --- a/public/index.html +++ b/public/index.html @@ -25,22 +25,44 @@ :root { --bg: #0b0d11; --bg2: #12151c; --fg: #e4e7ed; --muted: #7a8194; --accent: #34d399; --accent-hover: #5eead4; --accent-glow: rgba(52,211,153,0.12); - --accent2: #60a5fa; --card: #151922; --border: #1e2433; + --card: #151922; --border: #1e2433; --radius: 12px; --radius-lg: 16px; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--fg); line-height: 1.65; -webkit-font-smoothing: antialiased; } a { color: var(--accent); text-decoration: none; transition: color 0.2s; } a:hover { color: var(--accent-hover); } -.container { max-width: 1020px; margin: 0 auto; padding: 0 24px; } - -/* Nav */ +.container { max-width: 800px; margin: 0 auto; padding: 0 24px; } nav { padding: 20px 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--bg); z-index: 100; } nav .container { display: flex; align-items: center; justify-content: space-between; } -.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; } +.logo { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.5px; color: var(--fg); display: flex; align-items: center; gap: 8px; text-decoration: none; } .logo span { color: var(--accent); } .nav-links { display: flex; gap: 28px; align-items: center; } .nav-links a { color: var(--muted); font-size: 0.9rem; font-weight: 500; } .nav-links a:hover { color: var(--fg); } +.content { padding: 60px 0; min-height: 60vh; } +.content h1 { font-size: 2rem; font-weight: 800; margin-bottom: 32px; letter-spacing: -1px; } +.content h2 { font-size: 1.3rem; font-weight: 700; margin: 32px 0 16px; color: var(--fg); } +.content h3 { font-size: 1.1rem; font-weight: 600; margin: 24px 0 12px; color: var(--fg); } +.content p, .content li { color: var(--muted); margin-bottom: 12px; } +.content ul, .content ol { padding-left: 24px; } +.content strong { color: var(--fg); } +footer { padding: 32px 0; border-top: 1px solid var(--border); margin-top: 60px; } +footer .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; } +.footer-left { color: var(--muted); font-size: 0.85rem; } +.footer-links { display: flex; gap: 20px; flex-wrap: wrap; } +.footer-links a { color: var(--muted); font-size: 0.85rem; } +.footer-links a:hover { color: var(--fg); } +@media (max-width: 768px) { + footer .container { flex-direction: column; text-align: center; } + .nav-links { gap: 16px; } +} + +.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } + + @@ -274,8 +292,8 @@ html, body {
diff --git a/public/partials/_nav_index.html b/public/partials/_nav_index.html deleted file mode 100644 index 3d9f1e2..0000000 --- a/public/partials/_nav_index.html +++ /dev/null @@ -1,10 +0,0 @@ - \ No newline at end of file diff --git a/public/partials/_styles_index.html b/public/partials/_styles_index_extra.html similarity index 86% rename from public/partials/_styles_index.html rename to public/partials/_styles_index_extra.html index 208a86c..25e03d5 100644 --- a/public/partials/_styles_index.html +++ b/public/partials/_styles_index_extra.html @@ -1,24 +1,7 @@ \ No newline at end of file + diff --git a/public/src/index.html b/public/src/index.html index 2a85240..3ceaaa1 100644 --- a/public/src/index.html +++ b/public/src/index.html @@ -20,14 +20,15 @@ {"@context":"https://schema.org","@type":"SoftwareApplication","name":"DocFast","url":"https://docfast.dev","applicationCategory":"DeveloperApplication","operatingSystem":"Web","description":"Convert HTML and Markdown to beautiful PDFs with a simple API call. Fast, reliable, developer-friendly.","offers":[{"@type":"Offer","price":"0","priceCurrency":"EUR","name":"Free","description":"100 PDFs/month"},{"@type":"Offer","price":"9","priceCurrency":"EUR","name":"Pro","description":"2,500 PDFs per month","billingIncrement":"P1M"}]} -{{> styles_index}} +{{> styles_base}} +{{> styles_index_extra}} -{{> nav_index}} +{{> nav}}