Skip to content

Commit

Permalink
Updating homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurp committed Oct 29, 2024
1 parent 05f9cba commit 79e5be7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -19,3 +25,8 @@ img {
display: block;
margin: 0 auto;
}

ul {
list-style-type: none;
padding: 0;
}
15 changes: 13 additions & 2 deletions app/views/pages/home.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
<main>
<h1>Email GPT as a Service</h1>
<p>
Just email <a href="mailto:[email protected]">[email protected]</a> and get a reply to your question or comment by our AI assistant.
<h1>Try Mail GPT</h1>
<h4>ChatGPT without the hassle</h4>
</p>
<p>
Skip the account creation and complex interfaces. Simply email your questions to <a href="mailto:[email protected]">[email protected]</a> and receive AI-powered responses directly in your inbox.
</p>
<ul>
<li>📧 Easy as sending an email</li>
<li>⚡ Instant ChatGPT responses</li>
<li>🔐 No account required</li>
</ul>
<p>
PS: Don't forget to check your spam folder if you don't get a response in your Inbox 😀
</p>
<p>
<%= image_tag "screenshot.jpg" %>
Expand Down

0 comments on commit 79e5be7

Please sign in to comment.