From aacb6b20b8bce84c6399e27ecd276fd0e91ba859 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:11:24 -0500 Subject: [PATCH] More spacing + logos --- src/layouts/index.html | 58 +++++++++++++++--------- src/static/Images/stackoverflow-logo.svg | 1 + src/static/css/homepage.css | 2 +- 3 files changed, 39 insertions(+), 22 deletions(-) create mode 100644 src/static/Images/stackoverflow-logo.svg diff --git a/src/layouts/index.html b/src/layouts/index.html index 985dba3..e959bb5 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -22,7 +22,7 @@ .comment-success code{ color: #1a1a1a; } - +/* .hero{ background-image: url("/Images/hero-background-mountains.png") !important; background-attachment: scroll; @@ -30,7 +30,7 @@ background-repeat: repeat-y; background-size: cover !important; } - +*/ @media only screen and (max-width: 992px) { .hero{ @@ -238,6 +238,28 @@ +
+
+
+
+
+

As featured on

+
+
+ Binance Labs +
+
+ Binance Labs +
+
+ Binance Labs +
+
+
+
+
+
+
@@ -319,14 +341,15 @@
-
-
-
-

features

+
+
+
+

features

+

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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-
-
+
+

tea magic

Easily access the entire open source ecosystem with tea. Simply prefix your commands with "tea" and if the tool isn't installed, tea will install it for you. Add magic to your shell scripts and use developer environments to enhance your workflow.

@@ -408,8 +431,8 @@ bun install v0.4.0 (a94bba63)
-
-
+
+

Developer Environments

Simplify your development environment setup with tea by automatically fetching the specific versions of tools your project needs. With a range of specifications, tea provides a seamless solution to manage project dependencies. Debug changes, supplement your environment, and see the full environment with ease.

@@ -491,8 +514,8 @@ bun install v0.4.0 (a94bba63)
-
-
+
+

tea scripts

This is next-generation, cross-platform package management. With tea, you no longer have to install packages—just type the commands you need and tea does the rest. Enjoy seamless and flexible version control, with the full https://semver.org spec supported.

@@ -634,11 +657,11 @@ bun install v0.4.0 (a94bba63)
-
+
-
+

Getting started with tea!

Tea is a cross-platform binary that can be easily installed using a curl command or by using the one-liner installer. The installer sets up tea and its shell magic without requiring "sudo" or Xcode Command Line Tools, and is compatible with Linux, macOS, and WSL. Package managers such as brew or Docker can also be used for installation, or you can use GitHub Actions to install tea as part of your workflow.

@@ -648,13 +671,6 @@ bun install v0.4.0 (a94bba63)
- -
diff --git a/src/static/Images/stackoverflow-logo.svg b/src/static/Images/stackoverflow-logo.svg new file mode 100644 index 0000000..020dbd4 --- /dev/null +++ b/src/static/Images/stackoverflow-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 2107035..7c4af36 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -37,7 +37,7 @@ /* Spacers & Dividers */ hr{ - border-bottom: 2px solid #949494 !important; + border-bottom: 1px solid #949494 !important; opacity: 1; margin: 0px !important; }