Add misc section with full per-page strings translation support, 88x31 page and bookmarks page.
This commit is contained in:
parent
45aa627911
commit
74285e314d
89 changed files with 291 additions and 9 deletions
10
index.njk
10
index.njk
|
|
@ -22,6 +22,14 @@ layout: base.njk
|
|||
<div class="hs" id="hsDefault">
|
||||
<h1 id="homeTitle">{{ i18n[langKey].welcome | smartTitle }}</h1>
|
||||
<p>{{ i18n[langKey].homeWelcomeParagraph | safe }}</p>
|
||||
<img class="i88x31" src="/static/images/88x31/tenkuma.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/anybrowser6.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/ai.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/WEBP.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/rainbowrain.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/rave.gif">
|
||||
<img class="i88x31" src="/static/images/88x31/blasphemy.gif">
|
||||
|
||||
<h2>{{ i18n[langKey].socialsAndContact | smartTitle }}</h2>
|
||||
<p>{{ i18n[langKey].homeSocialsAndContactParagraph | safe }}</p>
|
||||
<p>{{ i18n[langKey].homeSocialsAndContactParagraphTwo | safe }}</p>
|
||||
|
|
@ -36,7 +44,7 @@ layout: base.njk
|
|||
<p>{{ i18n[langKey].homeMyVideoParagraph | safe }}</p>
|
||||
<p>{{ i18n[langKey].homeMyVideoRandomVideoParagraph | safe }}</p>
|
||||
<a href="https://www.youtube.com/watch?v=6bnNAnSY9Uo">
|
||||
<div class="blogpostYoutubeVideo">
|
||||
<div style="margin-bottom: 1em;" class="blogpostYoutubeVideo">
|
||||
<img src="/static/images/thumbnails/fl_studio_linux.png">
|
||||
<div class="videoHeader">
|
||||
<h2 class="videoTitle">{{ i18n[langKey].homeVideoTitle | safe }}</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue