mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
GitPitch intro copy + css updated.
This commit is contained in:
parent
470e929428
commit
662e6d15c9
12
PITCHME.md
12
PITCHME.md
|
@ -5,7 +5,15 @@
|
|||
@snapend
|
||||
|
||||
@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
|
||||
|
||||
---?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
|
||||
|
||||
@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
|
||||
|
||||
@snap[south-west raleway-medium text-white fs-05]
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
|
||||
/* Welcome Slide Text Styles */
|
||||
.faded {
|
||||
color: #CE7731;
|
||||
}
|
||||
|
||||
/* Pro Features Detailed Text Styles */
|
||||
.pro-feature-details {
|
||||
color: #36454F !important;
|
||||
|
@ -69,6 +75,12 @@ sup {
|
|||
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.
|
||||
* This style rule must appear after GitPitch Pro Fonts imports.
|
||||
|
|
Loading…
Reference in New Issue
Block a user