Skip to content

Commit 05ba02b

Browse files
authored
Shorten logged out landing page
1 parent 41ad3e3 commit 05ba02b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

app/views/static_pages/index.html.erb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,23 @@
2929
</p>
3030
<% unless current_user %>
3131
<p class="text-xl mt-2">
32-
Hackatime helps you track how much time you spend coding. See which programming languages you use most and how productive you are. It's completely free and works with over <%= link_to "75 code editors", docs_path + "#supported-editors" %>!
32+
See which programming languages you use most and how productive you are. Free and works with over <%= link_to "75 code editors", docs_path + "#supported-editors" %>!
3333
</p>
3434

3535
<% if @home_stats&.[](:seconds_tracked) && @home_stats&.[](:users_tracked) %>
3636
<div>
37-
<h2 class="text-3xl my-2">Join Thousands of High Schoolers</h2>
38-
<p class="text-2xl">
37+
<h2 class="text-3xl my-2">
3938
Already tracking <span class="text-primary"><%= number_with_delimiter(@home_stats[:seconds_tracked] / 3600) %> <%= 'hour'.pluralize(@home_stats[:seconds_tracked] / 3600) %></span>
4039
of coding across <span class="text-primary"><%= number_with_delimiter(@home_stats[:users_tracked]) %> <%= 'high schooler'.pluralize(@home_stats[:users_tracked]) %></span>
4140
since <span class="text-primary">2025</span>.
42-
</p>
41+
</h2>
4342
</div>
4443

4544
<div class="my-8">
46-
<h2 class="text-2xl mb-4">Why Choose Hackatime?</h2>
4745
<ul class="text-xl list-none p-0">
48-
<li class="my-2"><strong>100% Free</strong> - No paid plans or hidden fees</li>
46+
<li class="my-2"><strong>100% Free</strong></li>
4947
<li class="my-2">📊 <strong>75+ Editors</strong> - Works with <%= link_to "VS Code", doc_path("editors/vs-code") %>, <%= link_to "Vim", doc_path("editors/vim") %>, <%= link_to "Sublime", doc_path("editors/sublime-text") %> and <%= link_to "more", docs_path + "#supported-editors" %></li>
50-
<li class="my-2">📡 <strong>Works Offline</strong> - Time tracking continues even without internet</li>
48+
<li class="my-2">📡 <strong>Works Offline</strong></li>
5149
<li class="my-2">🔒 <strong>Privacy First</strong> - Your data stays safe</li>
5250
<li class="my-2"><strong>Real-time Stats</strong> - See your coding time instantly</li>
5351
<li class="my-2">🏆 <strong>Leaderboards</strong> - Compare with other high schoolers</li>

0 commit comments

Comments
 (0)