From 6df30a283c44ef34052ba768b043b9adf31194fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodor=20M=C3=A1t=C3=A9?= <bodor.mate@kszk.bme.hu> Date: Wed, 27 Mar 2019 14:00:55 +0100 Subject: [PATCH] v0.14 --- PITCHME.css | 22 ++++++++++++++++++++++ PITCHME.md | 35 ++++++++++++++++++----------------- PITCHME.yaml | 2 ++ 3 files changed, 42 insertions(+), 17 deletions(-) create mode 100644 PITCHME.css create mode 100644 PITCHME.yaml diff --git a/PITCHME.css b/PITCHME.css new file mode 100644 index 0000000..32213be --- /dev/null +++ b/PITCHME.css @@ -0,0 +1,22 @@ +.half { + width: 49%; +} + +.left { + float: left; +} + +.right { + float: right; +} + +.reveal pre code { + max-height: 500px; + margin-right: -25px; + margin-left: -25px; +} + +h3#import-this + pre { + font-size: 18px; + line-height: 1; +} \ No newline at end of file diff --git a/PITCHME.md b/PITCHME.md index 6b6d42c..9ded63e 100644 --- a/PITCHME.md +++ b/PITCHME.md @@ -165,23 +165,6 @@ Note: pip install flake8 ``` ---- - -### Flake8 - -- linter -- segít jobb kódot írni: - - syntax error - - typo - - rossz formázás -- pep8 - -Note: - pep8: - - Style Guide - - átlátható - - egységes - - kevesebb merge conflict --- @@ -219,6 +202,24 @@ source venv\bin\activate --- +### Flake8 + +- linter +- segít jobb kódot írni: + - syntax error + - typo + - rossz formázás +- pep8 + +Note: + pep8: + - Style Guide + - átlátható + - egységes + - kevesebb merge conflict + +--- + ### Hello World +++ diff --git a/PITCHME.yaml b/PITCHME.yaml new file mode 100644 index 0000000..04255a7 --- /dev/null +++ b/PITCHME.yaml @@ -0,0 +1,2 @@ +theme-override : PITCHME.css +code-line-numbers : true \ No newline at end of file -- GitLab