Skip to content

Commit 36ee2e0

Browse files
authored
Create story2.html
1 parent 1862096 commit 36ee2e0

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

story2.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<link href="fonts.googleapis.com" rel="stylesheet">
6+
<style>
7+
body { font-family: 'Ubuntu Sans', sans-serif; padding: 40px; background: #fdfdfd; }
8+
.container { max-width: 700px; margin: auto; }
9+
h1 { color: #E95420; font-weight: 700; }
10+
.history-box { border-left: 4px solid #E95420; padding-left: 20px; margin-bottom: 30px; }
11+
.changelog {
12+
font-family: 'Ubuntu Sans Mono', monospace;
13+
background: #300a24;
14+
color: white;
15+
padding: 15px;
16+
border-radius: 5px;
17+
}
18+
</style>
19+
</head>
20+
<body>
21+
<div class="container">
22+
<h1>JPCLinux: The Journey</h1>
23+
24+
<div class="history-box">
25+
<p><strong>2018 (Seoul):</strong> NanoTech moderators suggested an emulator at Vercel. I chose the name <strong>JPCLinux</strong>. Though just teenagers, we started in a lab in April 2018.</p>
26+
<p><strong>2023:</strong> Moderators worked 6am to 7pm in Japan. I built the first site on Google Sites, influenced by DistroSea.</p>
27+
<p><strong>2024-2025:</strong> After a Svelte app launch in April 2024, we successfully published via LlamaCoder in January 2025.</p>
28+
</div>
29+
30+
<div class="changelog">
31+
$ git log --oneline v3.0...v4.0<br>
32+
> Full Changelog successfully deployed to /share/
33+
</div>
34+
</div>
35+
</body>
36+
</html>

0 commit comments

Comments
 (0)