This commit is contained in:
2025-09-24 17:29:33 +09:00
parent 7af46ac655
commit 74e88d7d89
17 changed files with 851 additions and 178 deletions
+15 -2
View File
@@ -7,7 +7,11 @@
<th:block layout:fragment="content" id="content">
<section id="banner"
th:styleappend="${randomBannerImage != null} ? |background-image: url('${apiBaseUrl}${randomBannerImage}');| : ''">
<header>
<header th:if="${gibberish != null}">
<h2>Bum's Gibberish: <em>[[${gibberish}]]</em></h2>
<a th:href="@{/blog/viewer/{id}(id=${gibberishId})}" class="button">코멘트 남기기<br>[Leave a Comment]</a>
</header>
<header th:if="${gibberish == null}">
<h2>Bum's: <em>짧은 헛소리 혹은 기사?! 링크 있으면 링크까지</a></em></h2>
<a href="#" class="button">더 읽으쉴?!<br>[Read More Gibberish]</a>
</header>
@@ -102,10 +106,19 @@
</div>
</div>
</section>
<section class="wrapper style1" sec:authorize="isAuthenticated()">
<div class="container">
<div id="gibberish-form" class="box post">
<h4>오늘의 Gibberish 남기기 (100자 이내)</h4>
<textarea id="gibberish-content" rows="3" maxlength="100" placeholder="문득 떠오른 생각을 적어보세요..."></textarea>
<button class="button" style="margin-top: 1em;" onclick="submitGibberish()">등록</button>
</div>
</div>
</section>
<section id="cta2" class="wrapper style3">
<div class="container">
<header>
<h2>Are you ready to continue your quest?</h2>
<!-- <h2>Are you ready to continue your quest?</h2>-->
</header>
</div>
</section>