From 3b2f6b98ae99c1414ef1bbab2fe28883372a681c Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Sun, 5 Feb 2023 19:13:42 -0600 Subject: [PATCH] adding 'features' panel --- www/static/css/new_style.css | 17 +++++++++++++++++ www/templates/pages/homepage.html | 22 ++++++++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/www/static/css/new_style.css b/www/static/css/new_style.css index 3bf5e8c..4ee63a8 100644 --- a/www/static/css/new_style.css +++ b/www/static/css/new_style.css @@ -158,3 +158,20 @@ navbar a { padding: 2px 0; text-decoration: none; } + + + + +.panel-container { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; +} + +.panel-container div { + flex-basis: 0; + min-width: 200px; + padding: 6px 0; + /* background-color: var(--background-color); */ +} \ No newline at end of file diff --git a/www/templates/pages/homepage.html b/www/templates/pages/homepage.html index 2861ffa..e55aa55 100644 --- a/www/templates/pages/homepage.html +++ b/www/templates/pages/homepage.html @@ -11,8 +11,7 @@
-
- +

Overview

@@ -43,6 +42,25 @@ factorial :: (n: i32) -> i32 {
+
+

Features

+ +
+
+

Portable

+
+
+

Simple

+
+
+

Extensible

+
+
+

Fun

+
+
+
+