-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (56 loc) · 2.86 KB
/
Copy pathindex.html
File metadata and controls
68 lines (56 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="zh" data-theme="night">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>This is Eytle</title>
<link rel="icon" href="images/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;1,9..144,400;1,9..144,500&family=Hanken+Grotesk:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css?v=patchlog-cleanup-20260717" />
</head>
<body>
<!-- Ambient: birch-forest painting → scrim → film grain -->
<div class="bg"></div>
<div class="scrim"></div>
<div class="grain"></div>
<div class="app">
<!-- ============ RAIL ============ -->
<aside class="rail">
<button class="brand" id="home-btn" title="This is Eytle">
<img src="images/logo.png" alt="" />
<b>This is <em>Eytle</em></b>
</button>
<div class="lang">
<button class="lang-btn on" data-lang="zh">中文</button>
<button class="lang-btn" data-lang="en">Eng</button>
<button class="lang-btn" data-lang="ko">한국어</button>
</div>
<nav id="nav">
<button class="nav-i on" data-section="about" data-zh="概况" data-en="Overview" data-ko="개요"><span></span></button>
<button class="nav-i" data-section="projects" data-zh="项目" data-en="Projects" data-ko="프로젝트"><span></span></button>
<button class="nav-i" data-section="tools" data-zh="工具" data-en="Tools" data-ko="도구"><span></span></button>
<button class="nav-i" data-section="patchlog" data-zh="斑驳日志" data-en="Patch Log" data-ko="패치 로그"><span></span></button>
<button class="nav-i" data-section="gallery" data-zh="图画展览会" data-en="Pictures At An Exhibition" data-ko="전람회의 그림"><span></span></button>
<button class="nav-i" data-section="downloads"data-zh="下载" data-en="Downloads" data-ko="다운로드"><span></span></button>
</nav>
<div class="rail-foot">
<button class="lamp" id="lamp">
<span id="lamp-ico">☀</span>
<span id="lamp-tx"></span>
</button>
<div class="contact">
<a href="mailto:3035986089@qq.com">3035986089@qq.com</a><br />
<a href="https://github.com/EytleBB" target="_blank" rel="noopener">github.com/EytleBB</a>
</div>
</div>
</aside>
<!-- ============ STAGE (re-rendered per section) ============ -->
<main class="stage" id="stage"></main>
</div>
<!-- Lightbox / reader overlays mount here -->
<div id="overlay-root"></div>
<script src="js/main.js?v=patchlog-cleanup-20260717"></script>
</body>
</html>