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;