mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Introduce GitPitch Pro - Coming Soon.
This commit is contained in:
parent
f7b28182af
commit
ff546d494d
20
PITCHME.md
20
PITCHME.md
|
@ -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.
|
### Go for it.
|
||||||
### Just add <span class="gold">PITCHME.md</span> ;)
|
### Just add <span class="gold">PITCHME.md</span> ;)
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -51,3 +51,19 @@ span.aside {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
display: block;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user