feat: cinematic polish for first chapter (title card, immersive UI suppression, camera typography)
All checks were successful
Deploy / deploy (push) Successful in 1s
All checks were successful
Deploy / deploy (push) Successful in 1s
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
{{ define "main" }}
|
||||
<article class="dream-article story-journey" data-story="journey">
|
||||
<article class="dream-article story-journey" data-story="journey" data-story-slug="{{ .File.BaseFileName }}">
|
||||
<div class="story-orb orb-1"></div>
|
||||
<div class="story-orb orb-2"></div>
|
||||
<div class="story-orb orb-3"></div>
|
||||
<div id="sceneVeil" class="scene-veil" aria-hidden="true"></div>
|
||||
|
||||
<div id="titleCard" class="title-card" aria-hidden="true">
|
||||
<div class="title-card-inner">
|
||||
<span class="title-card-kicker">CHAPTER I</span>
|
||||
<strong>{{ .Title }}</strong>
|
||||
<em>Dreamscape Entry</em>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article-hero reveal">
|
||||
<div class="article-glyph">◇</div>
|
||||
<h1 class="article-title">{{ .Title }}</h1>
|
||||
|
||||
Reference in New Issue
Block a user