Static previews on ports 9090–9092: DD 90 branding (Montserrat, #0042B3, logo), FINMA sticky, no taler-ops-www build. ng1 landing, ng2 step/amount sliders + tabs, ng3 classic mirror. Podman nginx, bin/up.sh, Caddy snippet, /CHANGES notes for current site only.
40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Notiz · tops.ng2</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet" />
|
|
<style>
|
|
body { font-family: Montserrat, system-ui, sans-serif; max-width: 36rem; margin: 2rem auto; padding: 0 1rem; line-height: 1.5; color: #111; }
|
|
h1 { font-size: 1.25rem; margin: 0 0 0.75rem; color: #0042b3; }
|
|
h2 { font-size: 0.95rem; margin: 1.25rem 0 0.4rem; color: #0042b3; }
|
|
ul { padding-left: 1.2rem; margin: 0.3rem 0; }
|
|
li { margin: 0.25rem 0; }
|
|
code { background: #f1f1f4; padding: 0.05em 0.3em; border-radius: 3px; font-size: 0.9em; }
|
|
a { color: #4160ff; }
|
|
.meta { color: #586a88; font-size: 0.85rem; margin-bottom: 1.25rem; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p class="meta"><a href="/">← Start</a> · tops.ng2 · Port 9091</p>
|
|
<h1>Diese Seite</h1>
|
|
|
|
<h2>Inhalt & UI</h2>
|
|
<ul>
|
|
<li>Landing Taler Operations: 3-Schritte-Slider, Betrags-Slider, Themen-Tabs, FAQ</li>
|
|
<li>Branding wie ng1 nach
|
|
<a href="https://docs.taler.net/design-documents/090-branding.html">DD 90</a>
|
|
/ <a href="https://docs.taler.net/design-documents/066-wallet-color-scheme.html">DD 66</a>
|
|
— Montserrat, Primary <code>#0042B3</code>, Logo, Frame <code>#F1F1F4</code></li>
|
|
<li>FINMA-Hinweis sticky und dauerhaft sichtbar</li>
|
|
</ul>
|
|
|
|
<h2>Auslieferung (aktuell)</h2>
|
|
<ul>
|
|
<li>Static-HTML (kein Build von <code>taler-ops-www</code>)</li>
|
|
<li><code>nginx:1.27-alpine</code>, rootless Podman · <code>bin/up.sh</code> + <code>deploy/compose.yml</code></li>
|
|
<li>Caddy: <code>reverse_proxy</code> → <code>127.0.0.1:9091</code></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|