From d06f1ad54a760a801e335098a4bb60297d112950 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:13:54 -0400 Subject: [PATCH] Some content for partners section. --- src/layouts/index.html | 4 ++-- src/static/css/homepage.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 0341267..47f74f3 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -246,8 +246,8 @@

partners

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+

As we like to say at tea, teamwork makes the dream work–and by golly if we don't have a a good team.

+

Binance Labs saw the value in tea's mission right from the get-go (you can read more about that here) and Project Galaxy has been a valueable strategic partner, particulalry in the distribution of our Nebraska Man comic book series.

diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index a075376..a3c8a2d 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -131,6 +131,11 @@ hr{ margin: 0px !important; } +mark{ + background-color: yellow !important; + color: black; +} + /* Homepage */ @media only screen and (min-width: 1200px) {