Introduce GitPitch Pro - Coming Soon.

This commit is contained in:
David Russell 2017-12-14 16:59:26 +07:00
parent f7b28182af
commit ff546d494d
2 changed files with 36 additions and 0 deletions

View File

@ -91,6 +91,26 @@ Done!
---
### <span class="gold">GitPitch Pro - Coming Soon!</span>
<br>
<div class="left">
<i class="fa fa-user-secret fa-5x" aria-hidden="true"> </i><br>
<a href="https://gitpitch.com/pro-features.html" class="pro-link">
More details here.</a>
</div>
<div class="right">
<ul>
<li>Private Repos</li>
<li>Private URLs</li>
<li>Password-Protection</li>
<li>Image Opacity</li>
<li>SVG Image Support</li>
</ul>
</div>
---
### Go for it.
### Just add <span class="gold">PITCHME.md</span> ;)
<br>

View File

@ -51,3 +51,19 @@ span.aside {
word-wrap: break-word;
display: block;
}
.reveal div.left {
float: left;
z-index: -10;
width: 45%;
}
.reveal div.right {
float: right;
z-index: -10;
width: 55%;
}
.reveal a.pro-link {
font-size: 0.5em;
}