diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..c82ff6f --- /dev/null +++ b/custom.css @@ -0,0 +1,16 @@ +.github { + font-family: 'Collegiate', helvetica, sans-serif; +} + +.bigger { + font-size: 2.3em; +} + +.red { + color: red; +} + + +.code { + font-family: 'UbuntuBeta Mono'!important; +} \ No newline at end of file diff --git a/ext/readability.png b/ext/readability.png deleted file mode 100644 index abc46b1..0000000 Binary files a/ext/readability.png and /dev/null differ diff --git a/pragmatic_packages/0_intro.md b/pragmatic_packages/0_intro.md index ba1135d..0432e59 100644 --- a/pragmatic_packages/0_intro.md +++ b/pragmatic_packages/0_intro.md @@ -1,52 +1,38 @@ -!SLIDE -# OCTOCATS! +!SLIDE bullets -(CRAZY JAVASCRIPT AWESOMENESS) +* Python is a Ghetto +* Python is a Cancer +* Python Has Jumped the Shark +* **API Design and Pragmatic Python** + +!SLIDE +# Hi. + + +!SLIDE github bigger +github.com/kennethreitz !SLIDE -:) - -!SLIDE -# Preface - -!SLIDE bullets incremental -# Name Iterations - -* Python is a Ghetto -* Why Python Sucks -* Python is a Cancer™ -* Kennethreitz Has Jumped the Shark™ +## I PYTHON! !SLIDE -# **LIES** +![Readability™](ext/readability.png) + +!SLIDE github + +## The GitHub Reflog. + +!SLIDE github + +![The Changelog](ext/changelog.png) !SLIDE -I ♥ PYTHON! +## I OPEN SOURCE! - -!SLIDE -# ~Pragmatic Python -(or something to that effect) - - -!SLIDE -Hi, may name is: -github.com/ -# kennethreitz -I build things. - -!SLIDE -# I work. -[COUCH] - -Readability. - -!SLIDE incremental smbullets - -# Projects +!SLIDE incremental bullets small * Requests * Tablib @@ -55,19 +41,4 @@ Readability. * Clint * Envoy * HTTPBin -* ~198 Others - -!SLIDE -# FOLLOW ME - -<3 OCTOCATS - -!SLIDE -# Elsewhere - -The GitHub Reflog™ - -The Changelog (logo) - -Always keeping on top of awesome new projects from all spaces, so if you know of anything that you think others need to hear about, shoot 'em over. - +* ~197 Others diff --git a/pragmatic_packages/1_content.md b/pragmatic_packages/1_content.md index 1ba252d..d6b1a34 100644 --- a/pragmatic_packages/1_content.md +++ b/pragmatic_packages/1_content.md @@ -1,28 +1,14 @@ !SLIDE -# ~Pragmatic Python +# Pragmatic Python (or something to that effect) + @@ -32,11 +18,7 @@ !SLIDE # Dark Pasts -- Perl -- Java -- PHP -- ColdFusion -- Classic ASP +Perl, Java, PHP, ColdFusion, Classic ASP, *&c*. !SLIDE code # The Zen of Python. @@ -58,6 +40,9 @@ # Welcome to paradise. !SLIDE +# Welcome to paradise. + +!SLIDE red bigger # LIES! diff --git a/pragmatic_packages/ext/changelog.png b/pragmatic_packages/ext/changelog.png new file mode 100644 index 0000000..c4b8c3f Binary files /dev/null and b/pragmatic_packages/ext/changelog.png differ diff --git a/ext/dont-panic.jpeg b/pragmatic_packages/ext/dont-panic.jpeg similarity index 100% rename from ext/dont-panic.jpeg rename to pragmatic_packages/ext/dont-panic.jpeg diff --git a/pragmatic_packages/ext/readability.png b/pragmatic_packages/ext/readability.png new file mode 100644 index 0000000..eab0d0d Binary files /dev/null and b/pragmatic_packages/ext/readability.png differ