From 13a66428533c5f870901343dd505bcb835015430 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 6 Sep 2025 19:18:00 +0700 Subject: feat: home page feat: my random fact giver for a home page feat: stricter cors policy refactor: move lightlibrary css onto my bucket --- views/pages/home-page.html | 99 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 views/pages/home-page.html (limited to 'views/pages/home-page.html') diff --git a/views/pages/home-page.html b/views/pages/home-page.html new file mode 100644 index 0000000..9775ac3 --- /dev/null +++ b/views/pages/home-page.html @@ -0,0 +1,99 @@ +{{ define "body" }} +
+
+
+

{{ .L.HomePage.Hymn1 }}

+
+

{{ .L.HomePage.Hymn2 }}

+

{{ .L.HomePage.Hymn3 }}

+

{{ .L.HomePage.Hymn4 }}

+
+
+

{{ .L.HomePage.DidYouKnowThat }}

+
+
    +
  • {{ index .FunFacts 0 }}
  • +
  • {{ index .FunFacts 1 }}
  • +
  • {{ index .FunFacts 2 }}
  • +
+
+
+ +
+
+ {{- range $_ := iterate .FilledHeartCount }} +
+ {{- end }} + {{- range $_ := iterate .OutlineHeartCount }} +
+ {{- end }} + +
+ + + + + +
+

{{ .L.HomePage.SidebarDescription }}

+
+
+ +

{{ .L.HomePage.HomePageDescription }}

+ +

{{ .L.HomePage.BlogSearchDescription }}

+ +

{{ .L.HomePage.MarkerMapDescription }}

+ +

{{ .L.HomePage.ThemeSwitchDescription }}

+
+
+
+
+{{ end }} -- cgit v1.3.1+13