GitPitch intro copy + css updated.

This commit is contained in:
David Russell 2018-12-01 20:36:31 +07:00
parent 470e929428
commit 662e6d15c9
2 changed files with 22 additions and 2 deletions

View File

@ -5,7 +5,15 @@
@snapend @snapend
@snap[west montserrat-heavy heading-white] @snap[west montserrat-heavy heading-white]
# GitPitch # GitPitch@css[faded fs-05](.com)
@snapend
---?image=assets/img/audience.png&size=100% 40%
### What can GitPitch do for you?
@snap[north text-gray fs-04 span-100]
*Conference Speakers. Consultants. Educators. Training Instructors. Pssst...*
@snapend @snapend
---?image=assets/img/audience.png&size=100% 40% ---?image=assets/img/audience.png&size=100% 40%
@ -229,7 +237,7 @@ The Template is a collection of high-utility slide designs available out-of-the-
@snapend @snapend
@snap[west raleway-medium] @snap[west raleway-medium]
#### The Fastest Way From @color[white](Idea) To @color[white](Presentation) #### The Fastest Way From @css[text-white fs-13](Idea) To @css[text-white fs-15](Presentation)
@snapend @snapend
@snap[south-west raleway-medium text-white fs-05] @snap[south-west raleway-medium text-white fs-05]

View File

@ -1,3 +1,9 @@
/* Welcome Slide Text Styles */
.faded {
color: #CE7731;
}
/* Pro Features Detailed Text Styles */ /* Pro Features Detailed Text Styles */
.pro-feature-details { .pro-feature-details {
color: #36454F !important; color: #36454F !important;
@ -69,6 +75,12 @@ sup {
font-family: "Raleway Medium", sans-serif !important; font-family: "Raleway Medium", sans-serif !important;
} }
.reveal h3 {
text-shadow: none !important;
text-transform: none !important;
font-family: "Raleway Medium", sans-serif !important;
}
/* /*
* FontAwesome Font Style Override. * FontAwesome Font Style Override.
* This style rule must appear after GitPitch Pro Fonts imports. * This style rule must appear after GitPitch Pro Fonts imports.