summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-20 04:02:03 -0700
committerit33 <iantien@gmail.com>2015-06-20 04:02:03 -0700
commit34e8e602d77434a30b90a3c6d2108ab294754e8c (patch)
treec5b262672fa3ccd471441cbfaab7745a7a13d501 /web
parent1d18d796c66278c366d82de14d9a88cb77474408 (diff)
downloadchat-34e8e602d77434a30b90a3c6d2108ab294754e8c.tar.gz
chat-34e8e602d77434a30b90a3c6d2108ab294754e8c.tar.bz2
chat-34e8e602d77434a30b90a3c6d2108ab294754e8c.zip
Adding product tagline to signup_team.html
Diffstat (limited to 'web')
-rw-r--r--web/templates/signup_team.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index e2b9bc1ad..ae3b942d6 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -8,7 +8,9 @@
<div class="col-sm-12">
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
- <h4>{{ .SiteName }} is free for an unlimited time, for unlimited users. </h4>
+ <h3>{{ .SiteName }} brings all your team communication to one place, makes it easily searchable, and accessible anywhere.</h3>
+ <br>
+ <h4>It's free for an unlimited time, for unlimited users. </h4>
<div id="signup-team"></div>
<a class="signup-team-login" href="/login">or Sign In</a>
</div>