Skip to content

Commit

Permalink
fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
asennoussi committed Nov 30, 2024
1 parent bea839b commit bc4eed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dashboard/templates/dashboard/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Primary Meta Tags -->
<title>{% block title %}Dashboard - Emailgurus{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Focus on emails from your contact list">
<meta name="description" content="Filter emails from unknown senders on Gmail">

<!-- Favicon -->
<link rel="apple-touch-icon" sizes="120x120" href="{% static 'dashboard/images/favicon/apple-touch-icon.png' %}">
Expand Down
4 changes: 2 additions & 2 deletions landing/templates/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div class="row">
<div class="col-lg-6 col-xl-5">
<div class="text-container">
<h1>Your Personal Email Custodian</h1>
<p class="p-large">As a Gmail plugin, Emailgurus ensures that your inbox remains clutter-free and focused by flagging and categorizing emails from unfamiliar senders​.</p>
<h1>Filter Emails from unknown senders</h1>
<p class="p-large">Connect your Gmail to your Contacts and filter emails from unknown senders</p>
<a class="btn-solid-lg page-scroll" href="/sign-up">SIGN UP</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
Expand Down

0 comments on commit bc4eed8

Please sign in to comment.