diff --git a/site/assets/css/markdown.css b/site/assets/css/markdown.css index e5db467..f77d4b6 100644 --- a/site/assets/css/markdown.css +++ b/site/assets/css/markdown.css @@ -8,9 +8,8 @@ body { code, pre { font-family: "Roboto Mono", "Consolas", monospace; font-size: 14px; - background-color: #e5e5e5; border-radius: 4px; - padding: 1px 3px 1px 3px; + padding: 0px 4px 2px 4px; } /* diff --git a/site/assets/css/tailwind.css b/site/assets/css/tailwind.css index 96bceca..6699f91 100644 --- a/site/assets/css/tailwind.css +++ b/site/assets/css/tailwind.css @@ -903,6 +903,11 @@ video { background-color: rgb(247 247 235 / var(--tw-bg-opacity)); } +.bg-black { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + .bg-red-800 { --tw-bg-opacity: 1; background-color: rgb(153 27 27 / var(--tw-bg-opacity)); @@ -982,6 +987,14 @@ video { padding-bottom: 2rem; } +.pb-10 { + padding-bottom: 2.5rem; +} + +.pb-12 { + padding-bottom: 3rem; +} + .pl-1 { padding-left: 0.25rem; } @@ -994,6 +1007,10 @@ video { padding-top: 0.5rem; } +.pt-8 { + padding-top: 2rem; +} + .text-center { text-align: center; } diff --git a/site/assets/ecstatic.png b/site/assets/ecstatic.png new file mode 100644 index 0000000..48dcf9f Binary files /dev/null and b/site/assets/ecstatic.png differ diff --git a/site/index.html b/site/index.html index 8e8fdce..556a268 100644 --- a/site/index.html +++ b/site/index.html @@ -5,6 +5,7 @@ Static Sites for the Small Web + @@ -37,7 +38,7 @@

What Is It?

-

Ecstatic is a platform which hosts static websites. You write some HTML, JS, and whatever else, then use `git push` to send it to Ecstatic, which puts that content online for you.

+

Ecstatic is a platform which hosts static websites. You write some HTML, JS, and whatever else, then use git push to send it to Ecstatic, which puts that content online for you.

And that content can be anything -- you can create a simple homepage with handwritten HTML, maintain a blog using any static site generator you want, or even host the frontend for a full-on web application using a JS framework like React.

This landing page, and the Ecstatic web app, are both hosted on Ecstatic!

@@ -80,7 +81,7 @@

Features

-
If you've ever used Heroku, you know how nice it is to simply git push and see your code deployed. And if you haven't, it's just a single command from a tool probably already installed on your computer.
+
If you've ever used Heroku, you know how nice it is to simply git push and see your code deployed. And if you haven't, it's just a single command from a tool probably already installed on your computer.
@@ -113,7 +114,7 @@

Important

-
+

Want to See More?