diff --git a/PITCHME.md b/PITCHME.md index ebd48b7..839094c 100644 --- a/PITCHME.md +++ b/PITCHME.md @@ -91,6 +91,26 @@ Done! --- +### GitPitch Pro - Coming Soon! + +
+
+
+ + More details here. +
+
+ +
+ +--- + ### Go for it. ### Just add PITCHME.md ;)
diff --git a/assets/css/PITCHME.css b/assets/css/PITCHME.css index c451139..3bfc9f2 100644 --- a/assets/css/PITCHME.css +++ b/assets/css/PITCHME.css @@ -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; +}