Skip to content
Draft
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
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<title>Act different</title>
<style>
:root { --flow-space: calc(2 * 1.618rem); }
:root {
/* uchu palette https://uchu.style/simple.html */
--fg-color: oklch(99.4% 0 0); /* --uchu-yang */
--fg-light: oklch(61.01% 0.005 271.34); /* --uchu-yin-5 */
--bg-color: oklch(14.38% 0.007 256.88); /* --uchu-yin */
--link-color: oklch(78.75% 0.1416 54.3291); /* --uchu-orange */
}
/* @link https://utopia.fyi/type/calculator?c=320,18,1.2,1240,24,1.618,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
--step--2: clamp(0.573rem, 0.8537rem + -0.3622vw, 0.7813rem);
Expand All @@ -19,7 +26,7 @@
}
html { font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif; }
body { font-size: var(--step-0); line-height: 1.618em; }
body { background: #222; color: #fefefe; }
body { background: var(--bg-color); color: var(--fg-color); }
* { margin-block: 0; }
h1, h2, h3 {
font-family: "Garamond", serif;
Expand Down Expand Up @@ -50,6 +57,8 @@
.flow > * + * {
margin-block-start: var(--flow-space, 1em);
}
a, a:link, a:hover, a:visited { color: var(--link-color); }
.done { color: var(--fg-light); }
</style>
</head>
<body>
Expand All @@ -59,6 +68,11 @@
<img src="heart.svg" title="♥" style="max-width: clamp(1rem, 4rem + 12vw, 20rem); max-height: 80vh;">
<h1>Act&nbsp;different.</h1>
</hgroup>
<h2>Our Vision for the&nbsp;Future</h2>
<ul>
<li class="done"><strong>Inclusive Channels:</strong> Establish @SwiftLang, developer, marketing and user resources on neutral, first party or globally accessible platforms or federated networks. <a href="https://forums.swift.org/t/social-media-expansion-to-mastodon-and-bluesky/77999">Achieved!</a></li>
<li><strong>Safe Events:</strong> Provide and adhere to guidelines for organizing in-person events like WWDC in a way that is safe and welcoming for all attendees. Ensure events are held in locations and territories that respect the rights and safety of all participants, considering local laws, cultural attitudes, and security conditions.</li>
</ul>
</main>
</body>
</html>