From 79e5be776b592e04ebe65787d33bbd99db37a353 Mon Sep 17 00:00:00 2001 From: Ankur Patel Date: Tue, 29 Oct 2024 14:32:43 -0700 Subject: [PATCH] Updating homepage --- app/assets/stylesheets/application.css | 11 +++++++++++ app/views/pages/home.html.erb | 15 +++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index eb62fa4..b1208d2 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -2,6 +2,12 @@ body { background: rgb(30, 30, 30); color: rgb(133, 133, 133); font-family: -apple-system, Helvetica, sans-serif; + line-height: 1.5; +} + +h1, h4 { + margin: 0; + padding: 0; } a { @@ -19,3 +25,8 @@ img { display: block; margin: 0 auto; } + +ul { + list-style-type: none; + padding: 0; +} diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 47b998a..e4cace9 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -1,7 +1,18 @@
-

Email GPT as a Service

- Just email hi@trymailgpt.com and get a reply to your question or comment by our AI assistant. +

Try Mail GPT

+

ChatGPT without the hassle

+

+

+ Skip the account creation and complex interfaces. Simply email your questions to hi@trymailgpt.com and receive AI-powered responses directly in your inbox. +

+ +

+ PS: Don't forget to check your spam folder if you don't get a response in your Inbox 😀

<%= image_tag "screenshot.jpg" %>