Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="twitter:image" content="https://ftw.sourceful.energy/favicon.svg">

<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/sourceful.css?v=2">
<link rel="stylesheet" href="/sourceful.css?v=3">

<script type="application/ld+json">
{
Expand Down Expand Up @@ -258,7 +258,7 @@ <h2>New hardware should be a driver, not a fork.</h2>
<p class="section-kicker">The community edition</p>
<h2>Free software, shared stewardship.</h2>
<p>Run FTW at home, study it, modify it and use it commercially under Apache-2.0. Development happens in public and Sourceful Energy maintains the core together with project contributors.</p>
<div class="license-line"><span>Apache-2.0</span><span>Public roadmap</span><span>Community PRs</span></div>
<div class="license-line"><span>Apache-2.0</span><a href="https://github.com/srcfl/ftw/blob/master/docs/roadmap.md">Public roadmap <span aria-hidden="true">↗</span></a><span>Community PRs</span></div>
</div>
<div class="community-panels">
<article>
Expand Down Expand Up @@ -325,7 +325,7 @@ <h2>Energy infrastructure you can own.</h2>
<div><strong>FTW</strong><span>An open-source project maintained by Sourceful Energy and contributors.</span></div>
</div>
<div class="footer-links">
<div><span>Project</span><a href="https://github.com/srcfl/ftw">GitHub</a><a href="https://github.com/srcfl/ftw/releases">Releases</a><a href="https://github.com/srcfl/ftw#documentation">Documentation</a></div>
<div><span>Project</span><a href="https://github.com/srcfl/ftw">GitHub</a><a href="https://github.com/srcfl/ftw/releases">Releases</a><a href="https://github.com/srcfl/ftw#documentation">Documentation</a><a href="https://github.com/srcfl/ftw/blob/master/docs/roadmap.md">Roadmap</a></div>
<div><span>Community</span><a href="https://discord.gg/25xcBzQaux">Discord</a><a href="https://github.com/srcfl/ftw/issues">Issues</a><a href="https://github.com/srcfl/ftw/blob/master/CONTRIBUTING.md">Contribute</a></div>
<div><span>Terms</span><a href="https://github.com/srcfl/ftw/blob/master/LICENSE">Apache-2.0</a><a href="https://github.com/srcfl/ftw/blob/master/TRADEMARKS.md">Trademarks</a><a href="https://github.com/srcfl/ftw/blob/master/SUPPORT.md">Support</a></div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion sourceful.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ h2 { color: var(--ink); font-size: clamp(3.2rem, 5.8vw, 5.8rem); font-weight: 30
.community-intro h2 { margin-bottom: 28px; }
.community-intro > p:not(.section-kicker) { max-width: 600px; color: rgba(10, 10, 10, 0.72); font-size: 18px; }
.license-line { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.license-line span, .panel-tag { display: inline-flex; padding: 7px 9px; border: 1px solid var(--ink); color: var(--ink); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.license-line span, .license-line a, .panel-tag { display: inline-flex; padding: 7px 9px; border: 1px solid var(--ink); color: var(--ink); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.license-line a { gap: 6px; text-decoration: none; }
.license-line a:hover { background: var(--ink); color: var(--signal); }
.license-line a span { padding: 0; border: 0; color: inherit; }
.community-panels { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.community-panels article { display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--cream); }
.community-panels h3 { margin: 52px 0 16px; color: var(--ink); font-size: 27px; font-weight: 500; line-height: 1.1; }
Expand Down