From 9f78ffcbc8d486ffe29973e499e6c60b1d58c1fb Mon Sep 17 00:00:00 2001 From: chinacomx Date: Wed, 5 Jun 2024 12:19:01 +0200 Subject: [PATCH] test pages --- _layouts/default.html | 7 ++++++- _layouts/home.html | 19 ++++++++++++++++++- about.md | 10 ++++++++-- assets/css/style.css | 1 + 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 88845d8..c78eeb8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,6 +12,11 @@ {{ content }} {% include footer.html %} - + diff --git a/_layouts/home.html b/_layouts/home.html index f1f28d7..379ae38 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -14,6 +14,23 @@ {% include footer.html %} - + diff --git a/about.md b/about.md index ea57ec7..8823899 100644 --- a/about.md +++ b/about.md @@ -3,5 +3,11 @@ layout: default title: About permalink: /about/ --- -# About -Information about the ChinaComX project. + +
+
+

Information about the ChinaComX project.

+
+
diff --git a/assets/css/style.css b/assets/css/style.css index 773ab3b..68ba875 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -79,6 +79,7 @@ header.navbar .navbar-nav .active > .nav-link { line-height: 1.6; } + .splash { background: url('/assets/images/hero.jpg') no-repeat center center/cover; color: #fff;