Skip to content

Commit d3f1e50

Browse files
authored
Add Register Deal button to partner page (#198)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 8a20100 commit d3f1e50

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

layouts/_default/partner.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,15 @@ <h4>Earn Competitive Commissions</h4>
5151
</div>
5252
</div>
5353
</div>
54-
<a href="#contact" class="button ac-button is-primary">
55-
<span>Become a Partner</span>
56-
<span><img src="/assets/images/products/appscode/icons/global/handshake.svg" alt="handshake"></span>
57-
</a>
54+
<div class="buttons is-centered">
55+
<a href="#contact" class="button ac-button is-primary">
56+
<span>Become a Partner</span>
57+
<span><img src="/assets/images/products/appscode/icons/global/handshake.svg" alt="handshake"></span>
58+
</a>
59+
<a href="https://x.appscode.com/_/deal_registration/" target="_blank" class="button ac-button is-primary">
60+
<span>Register Deal</span>
61+
</a>
62+
</div>
5863
</div>
5964
</div>
6065
</section>

0 commit comments

Comments
 (0)