Skip to content

Commit 0d3af88

Browse files
committed
Publish OpenHive public decks
0 parents  commit 0d3af88

4 files changed

Lines changed: 1158 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>OpenHive Public Decks</title>
7+
<style>
8+
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: #101814; color: #fffaf0; font-family: Avenir Next, Segoe UI, sans-serif; }
9+
main { width: min(760px, calc(100% - 40px)); padding: 44px; border: 1px solid rgb(255 250 240 / 18%); border-radius: 28px; background: rgb(255 250 240 / 7%); }
10+
h1 { margin: 0; font-size: clamp(42px, 8vw, 76px); line-height: .92; letter-spacing: -.07em; }
11+
p { color: rgb(255 250 240 / 72%); font-size: 18px; line-height: 1.5; }
12+
a { display: inline-flex; margin: 10px 10px 0 0; padding: 13px 17px; border: 1px solid rgb(255 250 240 / 24%); border-radius: 999px; color: #d9f2ad; text-decoration: none; font-weight: 800; }
13+
a:hover { background: rgb(255 250 240 / 10%); }
14+
</style>
15+
</head>
16+
<body>
17+
<main>
18+
<h1>OpenHive decks</h1>
19+
<p>Public web decks for technical, production, and background platform operations teams.</p>
20+
<a href="./openhive-tech-production-deck/">English deck</a>
21+
<a href="./openhive-tech-production-deck/index.zh-CN.html">中文版本</a>
22+
</main>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)