diff --git a/docs/assets/images/undraw-content-team.svg b/docs/assets/images/undraw-content-team.svg
new file mode 100644
index 00000000..08bc7482
--- /dev/null
+++ b/docs/assets/images/undraw-content-team.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css
index b27f7c9f..76d1e5d8 100644
--- a/docs/assets/styles/docs.css
+++ b/docs/assets/styles/docs.css
@@ -163,6 +163,52 @@ a {
margin-left: 1.5rem;
}
+/* Splash */
+.splash {
+ display: flex;
+ margin-bottom: 2rem;
+}
+
+.splash-start {
+ min-width: 420px;
+}
+
+.splash-end {
+ display: flex;
+ align-items: flex-end;
+ width: auto;
+ padding-left: 1rem;
+}
+
+.splash-image {
+ width: 100%;
+ height: auto;
+}
+
+.splash-logo {
+ max-width: 22rem;
+}
+
+@media screen and (max-width: 1040px) {
+ .splash {
+ display: block;
+ }
+
+ .splash-start {
+ min-width: 0;
+ padding-bottom: 1rem;
+ }
+
+ .splash-end {
+ padding: 0;
+ }
+
+ .splash-image {
+ display: block;
+ max-width: 400px;
+ }
+}
+
/* Content */
.content {
padding-top: 0;
@@ -172,10 +218,6 @@ a {
max-width: 860px;
}
-.markdown-section .logo {
- max-width: 24rem;
-}
-
.markdown-section ul {
padding: 0 0 0 1.5rem;
margin: 0;
diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md
index 36526f32..1480e36c 100644
--- a/docs/getting-started/overview.md
+++ b/docs/getting-started/overview.md
@@ -1,13 +1,19 @@
-
-
-A forward-thinking library of web components.
-
-- Works with all frameworks 🧩
-- Works with CDNs 🚛
-- Fully customizable with CSS 🎨
-- Open source 😸
-
-Designed in New Hampshire by [Cory LaViska](https://twitter.com/claviska).
+
A forward-thinking library of web components.
+Designed in New Hampshire by Cory LaViska.
+