Skip to content

Commit

Permalink
#54 gitpitch updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dstar55 committed Dec 15, 2017
1 parent 24ceb32 commit a7a0059
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PITCHME.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# GitPitch Slideshow Custom Settings
#
# For details, visit Wiki:
# https://github.com/gitpitch/gitpitch/wiki/Slideshow-Settings
#
theme : simple
theme-override : assets/css/PITCHME.css
highlight : atom-one-light
logo : assets/image/logo.png
transition : none
published : true
footnote : "GitPitch [ White ] Presentation Template"
78 changes: 78 additions & 0 deletions assets/css/PITCHME.codemax.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/*
* GitPitch Slideshow Custom CSS Styling
*
* For details, visit Wiki:
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
*/

body {
background: #fff;
background-color: #fff;
}

html:-webkit-full-screen-ancestor {
background: #fff;
background-color: #fff;
}

html:-moz-full-screen-ancestor {
background: #fff;
background-color: #fff;
}

.reveal pre {
width: 100%;
box-shadow : none;
}

.reveal pre code {
font-size: 1.2em;
line-height: 1.2;
max-height: 60vh !important;
border-radius: 10px;
}

.reveal .slides section .code-presenting-annotation {
color: white;
background: #1f1c18;
padding: 1px 15px;
border-radius: 15px;
opacity: 0.75 !important;
font-size: 50% !important;
}

.reveal p span.slide-title {
color: black;
padding: 4px 15px;
opacity: 0.75 !important;
border-radius: 15px;
display: none;
}

.reveal a {
color: #e7ad52;
}

.reveal a:hover {
color: #f3d7ac;
}

.hljs {
background : none;
}

.white {
color: white;
}

#gp-logo img {
max-height: 2em;
max-width: none;
}

.gp-tip { font-size : 1.5em; }

.gp-contact { font-size : 1.4em; }

.gp-download { margin-left: 10px; }

77 changes: 77 additions & 0 deletions assets/css/PITCHME.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
/*
* GitPitch Slideshow Custom CSS Styling
*
* For details, visit Wiki:
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
*/

body {
background: #fff;
background-color: #fff;
}

html:-webkit-full-screen-ancestor {
background: #fff;
background-color: #fff;
}

html:-moz-full-screen-ancestor {
background: #fff;
background-color: #fff;
}

.reveal pre {
width: 100%;
box-shadow : none;
}

.reveal pre code {
font-size: 1.2em;
line-height: 1.2;
max-height: 50vh !important;
border-radius: 10px;
}

.reveal .slides section .code-presenting-annotation {
color: white;
background: #1f1c18;
padding: 1px 15px;
border-radius: 15px;
opacity: 0.75 !important;
font-size: 50% !important;
}

.reveal p span.slide-title {
color: black;
padding: 4px 15px;
opacity: 0.75 !important;
border-radius: 15px;
}

.reveal a {
color: #e7ad52;
}

.reveal a:hover {
color: #f3d7ac;
}

.hljs {
background : none;
}

.white {
color: white;
}

#gp-logo img {
max-height: 2em;
max-width: none;
}

.gp-tip { font-size : 1.5em; }

.gp-contact { font-size : 1.4em; }

.gp-download { margin-left: 10px; }

Binary file added assets/image/gitpitch-audience.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7a0059

Please sign in to comment.