From: Brendan Hansen Date: Mon, 6 Feb 2023 01:13:42 +0000 (-0600) Subject: adding 'features' panel X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=3b2f6b98ae99c1414ef1bbab2fe28883372a681c;p=onyxlang.io.git adding 'features' panel --- 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

+
+
+
+