Skip to content

Commit

Permalink
revamp copy
Browse files Browse the repository at this point in the history
  • Loading branch information
asennoussi committed Jun 26, 2023
1 parent 958b2ef commit c84f786
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion landing/static/homepage/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ input[type='checkbox'] {
}

.cards-2 .h2-heading {
margin-bottom: 3.75rem;
margin-bottom: 0.75rem;
}

.cards-2 .card {
Expand Down
40 changes: 20 additions & 20 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>A Gmail plugin </h1>
<p class="p-large">Emailgurus flags emails from unknown senders and classifies them. So your inbox is clean and focused</p>
<h1>Emailgurus: 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>
<a class="btn-solid-lg page-scroll" href="/sign-up">SIGN UP</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
Expand All @@ -40,8 +40,8 @@ <h1>A Gmail plugin </h1>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="above-heading">DESCRIPTION</div>
<h2 class="h2-heading">Features emails coming from your contacts</h2>
<div class="above-heading">Tailored to Your Contacts</div>
<h2 class="h2-heading">Our features are designed to prioritize your contacts:</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
Expand All @@ -53,8 +53,8 @@ <h2 class="h2-heading">Features emails coming from your contacts</h2>
<img class="img-fluid" src="{% static 'homepage/images/real-time.png' %}" alt="alternative">
</div>
<div class="card-body">
<h4 class="card-title">Real time</h4>
<p>24/7 inbox watchers with realtime treatment.</p>
<h4 class="card-title">24/7 Vigilance</h4>
<p>With real-time monitoring, your inbox stays clean round-the-clock</p>
</div>
</div>
<!-- end of card -->
Expand All @@ -65,8 +65,8 @@ <h4 class="card-title">Real time</h4>
<img class="img-fluid" src="{% static 'homepage/images/auto-sync.png' %}" alt="alternative">
</div>
<div class="card-body">
<h4 class="card-title">AutoSync of contacts</h4>
<p>Never lose newly added contacts.</p>
<h4 class="card-title">Automatic Contact Synchronization</h4>
<p>With Emailgurus, you never have to worry about missing newly added contacts. We keep everything in sync for you</p>
</div>
</div>
<!-- end of card -->
Expand All @@ -77,8 +77,8 @@ <h4 class="card-title">AutoSync of contacts</h4>
<img class="img-fluid" src="{% static 'homepage/images/filter.png' %}" alt="alternative">
</div>
<div class="card-body">
<h4 class="card-title">Flexible filtering</h4>
<p>Manage your settings freely</p>
<h4 class="card-title">Customizable Filters</h4>
<p>You have the freedom to manage your filtering settings, giving you complete control over your inbox</p>
</div>
</div>
<!-- end of card -->
Expand All @@ -95,8 +95,8 @@ <h4 class="card-title">Flexible filtering</h4>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="above-heading">PRICING</div>
<h2 class="h2-heading">Simple & Straightforward</h2>
<h2 class="h2-heading">Transparent and affordable</h2>
<p style="line-height: 1.75em;">At just $6.99 per month, enjoy our straightforward pricing. Try us out with a 7-day free trial, no credit card needed. Our services include real-time cleaning, automatic contact syncing, and flexible filtering to keep your inbox organized</p>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
Expand Down Expand Up @@ -143,31 +143,31 @@ <h2 class="h2-heading">Simple & Straightforward</h2>
<div class="col-md-4">
<div class="footer-col first">
<h4>About Emailgurus</h4>
<p class="p-small"> Receiving a lot of emails from people you don't know?
Mute them with emailgurus.
<br> The first <strong>Opensource software</strong> that helps you focus on the more important emails and
cut the interruptions to the minimum.
<p class="p-small"> Tired of getting bombarded by emails from unknown senders? Emailgurus is here to help.
<br> As the first <strong>open-source software</strong> of its kind, we're committed to helping you focus on the emails that matter most, while minimizing interruptions.
</p>


</div>
</div> <!-- end of col -->
<div class="col-md-4">
<div class="footer-col middle">
<h4>Your data is secured</h4>
<h4>We Prioritize Your Data's Security</h4>
<ul class="list-unstyled li-space-lg p-small">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Read our <a class="white" href="/terms-services/">Terms & Conditions</a>, <a class="white" href="/privacy-policy/">Privacy Policy</a></div>
<div class="media-body">Your data's security is our top priority. For more information, check out our <a class="white" href="/terms-services/">Terms & Conditions and Privacy Policy</a>, <a class="white" href="/privacy-policy/">Privacy Policy</a></div>
</li>
</ul>
</div>
</div> <!-- end of col -->
<div class="col-md-4">
<div class="footer-col last">
<h4>Contact</h4>
<h4>We're Here to Help</h4>
<ul class="list-unstyled li-space-lg p-small">
<li class="media">
<i class="fas fa-map-marker-alt"></i>
<div class="media-body">Drop a message on Twitter or Linkedin</div>
<div class="media-body">Have a question or need help? Don't hesitate to drop us a message on Twitter or LinkedIn. We're here to assist you</div>
</li>
<li class="media">
<i class="fab fa-twitter" style="margin-top: 7px;"></i>
Expand Down

0 comments on commit c84f786

Please sign in to comment.