Skip to content
Snippets Groups Projects
Commit 925ca7c2 authored by David Russell's avatar David Russell
Browse files

The GitPitch Template genesis.

parent f6753ced
No related branches found
No related tags found
No related merge requests found
Showing
with 423 additions and 2 deletions
---?color=linear-gradient(to right, #c02425, #f0cb35)
@title[Introduction]
@snap[west headline text-white span-70]
GitPitch<br>*The Template*
@snapend
@snap[south-west byline text-white]
The Fastest Way From Idea To Presentation.
@snapend
---
@title[Slide Markdown]
### Each slide in this presentation is provided as a *template*.
<br><br>
1. Select only the slide templates that you need.
1. Customize the template _markdown content_.
1. Optionally, override template _styles_ and _settings_.
1. Then present and publish with GitPitch @fa[smile-o]
<br><br>
---
@title[Tip! Fullscreen]
![TIP](template/img/tip.png)
<br>
For the best viewing experience, press F for fullscreen.
---?include=template/md/split-screen/PITCHME.md
---?include=template/md/sidebar/PITCHME.md
---?include=template/md/list-content/PITCHME.md
---?include=template/md/image/PITCHME.md
---?include=template/md/sidebox/PITCHME.md
---?include=template/md/code-presenting/PITCHME.md
---?include=template/md/header-footer/PITCHME.md
---?include=template/md/quotation/PITCHME.md
---?include=template/md/announcement/PITCHME.md
---?include=template/md/about/PITCHME.md
---?include=template/md/wrap-up/PITCHME.md
---
@title[The Template Docs]
@snap[west headline span-100]
GitPitch<br>*The Template @css[text-orange](End) ;)*
@snapend
@snap[south docslink span-100]
For supporting documentation see the [The Template Docs](https://gitpitch.com/docs/the-template)
@snapend
#
# The Template Settings
#
# The default settings below are optimized for this template.
# Override settings with your own custom values as needed.
#
# For further details, see https://gitpitch.com/docs/settings.
#
stealth : daithi
published : true
#
# Theme Setting
# Doc: https://gitpitch.com/docs/settings/theme
#
theme : simple
#
# Theme-Override Setting
# Doc: https://gitpitch.com/docs/settings/custom-theme
#
theme-override : template/css/PITCHME.css
#
# Logo Setting
# https://gitpitch.com/docs/settings/logo
#
logo : template/img/logo.png
logo-position : top-left
#
# Footnote Setting
# Doc: https://gitpitch.com/docs/settings/footnote
#
footnote : "GitPitch - The Fastest Way From Idea To Presentation"
#
# Highlight (Code) Setting
# Doc: https://gitpitch.com/docs/settings/highlight
#
highlight : atom-one-dark
#
# Layout Setting
# Doc: https://gitpitch.com/docs/settings/layout
#
layout : center
#
# Transition Setting
# This template uses GitPitch Snap-Layouts extensively. For this
# reason THIS VALUE SHOULD NOT BE MODIFIED. See:
# https://gitpitch.com/docs/layout-features/snap-layout-slide-transitions
#
transition : none
# the-template
GitPitch - The Template
# GitPitch - The Template
*THE FASTEST WAY FROM IDEA TO PRESENTATION*
For details, see the complete template documentation [here](https://gitpitch.com/docs/the-template).
/* Intro Template Styles */
.headline {
font-size: 2.5em !important;
font-weight: bold !important;
}
.byline {
letter-spacing: 0.1em;
font-size: 0.6em !important;
}
/* Split-Screen Template Styles */
.split-screen-heading {
font-size: 1.7em !important;
font-weight: bold !important;
}
.split-screen-byline {
width: 35%;
font-size: 1.1em !important;
}
.split-screen-text {
width: 30%;
text-align: center;
font-size: 0.8em !important;
}
.split-screen-img {
width: 35%;
}
.split-screen-img img {
border-radius: 8% !important;
}
.split-screen-list li {
font-size: 0.8em;
margin:0 0 40px 0;
}
.split-screen-list li::before {
color: #FF5600 !important;
background-color: white !important;
}
/* List-Content Template Styles */
.list-content-concise li {
font-size: 1em;
margin:0 0 10px 0;
}
.list-content-verbose ul {
list-style-type: square;
}
.list-content-verbose li {
font-size: 0.8em;
margin:0 0 40px 0;
}
.list-bullets-black li::before {
background-color: black !important;
}
.list-bullets-circles {
list-style-type: circle !important;
}
/** Image Template Styles ***/
/** Sidebox Template Styles ***/
/** Code-Presenting Template Styles ***/
/** Header-Footer Template Styles ***/
.header-footer-list-shrink li {
color: white;
font-size: 0.7em;
margin:0 0 20px 0;
}
/** Quotation Template Styles ***/
/** Announcements Template Styles ***/
.announce-big-news {
font-size: 7em !important;
}
.announce-coming-soon {
font-size: 6.5em !important;
}
/** About Template Styles **/
.about-team-pic img {
width: 60%;
border: none !important;
box-shadow: none !important;
-webkit-clip-path: circle(35% at 50% 50%);
clip-path: circle(35% at 50% 50%);
}
.about-team-pic-center img {
width: 70%;
}
.about-team-bio {
font-size: 0.6em !important;
}
.about-bio-details {
font-size: 0.8em !important;
}
/** Wrap-Up Template Styles **/
.contact-name {
font-size: 0.6em !important;
font-weight: 800 !important;
text-transform: uppercase !important;
font-family: Arial, Helvetica, sans-serif !important;
}
.contact-email {
font-size: 0.5em !important;
font-weight: 600 !important;
}
.contact-links {
color: #00008B !important;
}
.twitter-handle {
font-size: 0.5em !important;
font-weight: bolder !important;
vertical-align: middle !important;
}
.git-handle {
font-size: 0.5em !important;
font-weight: bolder !important;
vertical-align: middle !important;
}
.pad-right-icon {
padding-right: 0.4em;
}
.pad-left-icon {
padding-left: 0.4em;
}
/** General Template Styles **/
.text-black { color: #000000 !important; }
.text-blue { color: #4487F2 !important; }
.text-gray { color: #777777 !important; }
.text-green { color: #8EA33B !important; }
.text-orange { color: #F26225 !important; }
.text-pink { color: #E71E60 !important; }
.text-purple { color: #643B85 !important; }
.text-yellow { color: #F5DB2E !important; }
.text-white { color: #FFFFFF !important; }
.template-note {
letter-spacing: 0.1em;
font-size: 0.4em !important;
}
.docslink {
color: #a49436;
font-size: 0.5em !important;
font-variant: small-caps !important;
letter-spacing: 0.2em;
}
#gp-logo img {
max-height: 3.5em;
max-width: none;
}
#title-footer a {
color: black;
}
#title-footer p.footer-hard {
color: black;
}
.span-5 { width: 5% }
.span-10 { width: 10% }
.span-15 { width: 15% }
.span-20 { width: 20% }
.span-25 { width: 25% }
.span-30 { width: 30% }
.span-35 { width: 35% }
.span-40 { width: 40% }
.span-45 { width: 45% }
.span-50 { width: 50% }
.span-55 { width: 55% }
.span-60 { width: 60% }
.span-65 { width: 65% }
.span-70 { width: 70% }
.span-75 { width: 75% }
.span-80 { width: 80% }
.span-85 { width: 85% }
.span-90 { width: 90% }
.span-95 { width: 95% }
.span-100 { width: 100% }
/** Reveal.js Core Override Styles **/
.reveal ol li {
margin-left: 0;
padding-right: 0;
list-style-type: none;
}
.reveal ol li {
position: relative;
counter-increment: step-counter;
}
.reveal ol li::before {
color: white;
font-size: 80%;
font-weight: bold;
padding: 3px 10px;
margin-right: 15px;
border-radius: 3px;
background-color: #F26225;
content: counter(step-counter);
}
.reveal section img {
border: none;
box-shadow: none;
background: none;
}
.reveal .slide-number {
color: black !important;
}
.reveal blockquote {
width: 100%;
padding: 17px;
border-radius: 17px;
background: rgba(255,255,255,0.2);
}
.reveal pre {
width: 98%;
margin: 0px;
box-shadow: none;
}
.reveal pre code {
font-size: 1.2em;
line-height: 1.2;
border-radius: 10px;
max-height: 60vh !important;
overflow: hidden !important;
}
@media (device-width: 100vw) and (device-height: 100vh) {
.reveal pre code {
max-height: 50vh !important;
}
}
.hljs {
background: none;
}
.reveal p span.slide-title {
display: none;
}
.reveal .slides section .code-presenting-annotation {
color: white;
background: black;
padding: 1px 15px;
border-radius: 15px;
opacity: 0.75 !important;
font-size: 50% !important;
}
template/img/batman.png

113 KiB

template/img/bg/black.jpg

1.01 KiB

template/img/bg/blue.jpg

1.61 KiB

template/img/bg/gray.jpg

1.27 KiB

template/img/bg/green.jpg

1.45 KiB

template/img/bg/orange.jpg

1.63 KiB

template/img/bg/pink.jpg

1.49 KiB

template/img/bg/purple.jpg

1.46 KiB

template/img/bg/white.jpg

1.31 KiB

template/img/bg/yellow.jpg

1.6 KiB

template/img/contact-1.png

18.2 KiB

template/img/contact-2.png

2.06 KiB

template/img/dataflow.png

41.6 KiB

template/img/design.png

83.1 KiB

template/img/developer.jpg

22.1 KiB

template/img/einstein.png

127 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment