Coffee Required Git
coffeerequired
Mockups-stubs / profile.html
50 lines 1664 B
Raw
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
<!doctype html> <html lang=class="c-str">"cs"> <head> <meta charset=class="c-str">"utf-class="c-num">8" /> <title>Profil – Podnikám OS</title> <meta name=class="c-str">"viewport" content=class="c-str">"width=device-width, initial-scale=class="c-num">1" /> <meta http-equiv=class="c-str">"refresh" content=class="c-str">"class="c-num">0; url=profil/osobni-udaje.html" /> <link rel=class="c-str">"preconnect" href=class="c-str">"https:class="c-comclass="c-str">">//fonts.googleapis.com" /> <link rel=class="c-str">"preconnect" href=class="c-str">"https:class="c-comclass="c-str">">//fonts.gstatic.com" crossorigin /> <link rel=class="c-str">"stylesheet" href=class="c-str">"https:class="c-comclass="c-str">">//fonts.googleapis.com/css2?family=Geist:wght@class="c-num">300;class="c-num">400;class="c-num">500;class="c-num">600;class="c-num">700&display=swap" /> <link rel=class="c-str">"stylesheet" href=class="c-str">"shared/tokens.css" /> <link rel=class="c-str">"stylesheet" href=class="c-str">"shared/base.css" /> <style> body { display: flex; align-items: center; justify-content: center; min-height: 100vh; background: var(--canvas); color: var(--ink-class="c-num">1); } .redirect { text-align: center; max-width: 420px; padding: 32px; } .spinner { width: 32px; height: 32px; border: 3px solid var(--surface-class="c-num">2); border-top-color: var(--brand-class="c-num">500); border-radius: class="c-num">50%; margin: class="c-num">0 auto 20px; animation: spin class="c-num">0.7s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } a { color: var(--brand-class="c-num">500); } </style> </head> <body data-theme=class="c-str">"dark"> <div class=class="c-str">"redirect"> <div class=class="c-str">"spinner"></div> <div style=class="c-str">"font-size: 18px; font-weight: class="c-num">600; margin-bottom: 8px;">Přesměrovávám…</div> <div style=class="c-str">"color: var(--ink-class="c-num">3); font-size: 14px;"> Profil je teď rozdělený do sekcí. Pokud nedojde k automatickému přesměrování, klikni <a href=class="c-str">"profil/osobni-udaje.html">na Osobní údaje</a>. </div> </div> </body> </html>