From ba14b987ae184689b641e73d73a764f1b82e7684 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Mon, 25 Nov 2024 11:58:18 -0500 Subject: [PATCH] home content update --- src/Home.jsx | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/src/Home.jsx b/src/Home.jsx index c61ee45..95dd612 100644 --- a/src/Home.jsx +++ b/src/Home.jsx @@ -1,27 +1,35 @@ -import { useState } from 'react' -import uconnOakLogo from './assets/oak-leaf-blue.png' function App() { - const [count, setCount] = useState(0) return ( -
-
-
-
- UConn Oak Logo + <> +
+
+

Custom jumbotron

+

Using a series of utilities, you can create this jumbotron, just like the one in previous versions of Bootstrap. Check out the examples below for how you can remix and restyle it to your liking.

+ +
+
+
+
+
+
+

Change the background

+

Swap the background-color utility and add a `.text-*` color utility to mix up the jumbotron look. Then, mix and match with additional component themes and more.

+ +
-

Hello!

-
-
- +
+
+

Add borders

+

Or, keep it light and add a border for some added definition to the boundaries of your content. Be sure to look under the hood at the source HTML here as we've adjusted the alignment and sizing of both column's content for equal-height.

+
-
+ + ) }