mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 13:33:24 +00:00 
			
		
		
		
	for-companies: Add buttons at top and bottom.
TODO: Adjust header text.
This commit is contained in:
		@@ -13,10 +13,25 @@
 | 
			
		||||
 | 
			
		||||
{% include 'zerver/landing_nav.html' %}
 | 
			
		||||
 | 
			
		||||
<div class="portico-landing why-page">
 | 
			
		||||
    <div class="hero">
 | 
			
		||||
<div class="portico-landing why-page solutions-page">
 | 
			
		||||
    <div class="hero bg-education">
 | 
			
		||||
        <div class="bg-dimmer"></div>
 | 
			
		||||
        <h1 class="center">{% trans %}The best chat for workplaces.{% endtrans %}</h1>
 | 
			
		||||
        <p>Make better use of your managers’ time, integrate your remote workers, and replace your low-content meetings.</p>
 | 
			
		||||
        <div class="hero-text">
 | 
			
		||||
            <a href="/plans">Checkout plans</a> for pricing details.
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="hero-buttons center">
 | 
			
		||||
            <a href="/new/" class="button">
 | 
			
		||||
                {{ _('Create organization') }}
 | 
			
		||||
            </a>
 | 
			
		||||
            <a href="/accounts/go/?next=/upgrade%23sponsorship" class="button">
 | 
			
		||||
                {{ _('Request sponsorship') }}
 | 
			
		||||
            </a>
 | 
			
		||||
            <a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button">
 | 
			
		||||
                {{ _('Self-host Zulip') }}
 | 
			
		||||
            </a>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="main">
 | 
			
		||||
        <div class="padded-content">
 | 
			
		||||
@@ -25,6 +40,22 @@
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="bottom-register-buttons">
 | 
			
		||||
        <h1>
 | 
			
		||||
            <a href="/plans">Zulip Standard</a> is discounted for most communities!
 | 
			
		||||
        </h1>
 | 
			
		||||
        <div class="hero-buttons center">
 | 
			
		||||
            <a href="/new/" class="button">
 | 
			
		||||
                {{ _('Create organization') }}
 | 
			
		||||
            </a>
 | 
			
		||||
            <a href="/accounts/go/?next=/upgrade%23sponsorship" class="button">
 | 
			
		||||
                {{ _('Request sponsorship') }}
 | 
			
		||||
            </a>
 | 
			
		||||
            <a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button">
 | 
			
		||||
                {{ _('Self-host Zulip') }}
 | 
			
		||||
            </a>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user