From 0aaea4a6a16cc1d28b0fb8ec7bc35e1b8784fb17 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 15 Mar 2012 18:14:04 -0400 Subject: [PATCH] more slides --- .../application.css.scssc | Bin 13486 -> 13497 bytes assets/stylesheets/application.css.scss | 5 ++- presentation/07_inheiritance.slides | 21 ++++++++++++- presentation/08_compass.slides | 29 ++++++++++++++++++ 4 files changed, 53 insertions(+), 2 deletions(-) diff --git a/.sass-cache/21994e5998254a2f4b4a20080dd2af85c72ade8e/application.css.scssc b/.sass-cache/21994e5998254a2f4b4a20080dd2af85c72ade8e/application.css.scssc index 9be0aa7b0d95dc3bdbffbf829c75dfc46d42223d..c464769aed69e41e9ec3fa72cfaeae1097cd3f72 100644 GIT binary patch delta 1316 zcmZ9M%TH556vmxFA-5n8>8+PS;r3zWB2gYK(lpUAL}OLZ3K$SH7HMM%G-||!h@y$O z03Y#-#K%JU2UNmFS1w$*)3u2UO-xMOs2d*(6VF_3W$I?`_szNIcg{>^=1KNN_O_=n z)zK2`96j05F)|v9WumFhXeKoh%|u#ak@U#P_H-uGJ{oCl+rG5prkfoA)2eCw=-!1> zdIesZ+wn|ahY7ul9mJA8XdI5WCIV}UqjwgtsP*u~X9djVV$kpWBCsYU-!L3z@;|ZcDguHz$g(Y*hHsYX8 zV7$HtAH2!(w2Dh(XRW2vl;C?gK@^4Q+Ju&I($jcbd#OCDre^V`&MKuT!Ba9di(7S( z0#9*Wi7S7W`4ZZggU;f(?{xWuik`rGpXH?~!Dl7rw7RkCGb)3O z;E(Xp7xJ!13Ho2zp#2S|cGdx%!MTQRV^Rf?5&XH#p2WL`9^}jl)CUdpm?oZ){_56o z$E?Q>((;Jz@R#6^xr<%EPX9h*N=1bb|kq zd29;fffjZVbhbFVByR{F1uLncPJ9Vgpk%WbmxF#bgT-KiUBS$TI+TQ(*;V;xDZAayy+T)C6;D_ZQzrLxfe8DbKJhVn`!@|lo-&^V8p1e?;-N&uQ z-RuE9O9A|B3~YRuZ|iQpEmtDITbIu@Jza}j+t%en+k!>Qxwb4rZzO^5TdMK7eQd+D O%S8`YAC)O~^8Ny2mQWu6 delta 1314 zcmZXUQA|@;7{@&at+~~d32kkQrMI^&w1`Rzlr}Z?EX#BqLeixQSSEtCp{61xXcR?^ zqKRm9*3*K-#NpDL{F@z*x4EDE{-L~jusQiM64K%#=8>7#zv#@(ReITj3=WV3wv(aSudE@ zNb9owb1d2G@w?u``cQK0WBpig47swYXvSD)Nojjin@VH^f5xPO;mojaP<9?oV6Mb=y4qOPTI;Ux{T-Eh=)poUz6yM6}EVTco)&N z6DFffcXzyTQe}`4{63bwK~Ggm(8sC*>hh^Wxt~nEgOM7z61xWBrdb1kYQ$**!Fb z+i6XQchWjhS<_(`9)+Fc{|tW-yjMAoCBIHStg0b_wZmC625(zD+xF{voQv&PJg_TJ bw>T3kFzo1>#*5D0h8e4seq1?9Tg=S=HP}v< diff --git a/assets/stylesheets/application.css.scss b/assets/stylesheets/application.css.scss index a9a2c79..1910088 100644 --- a/assets/stylesheets/application.css.scss +++ b/assets/stylesheets/application.css.scss @@ -67,6 +67,7 @@ h1, h2, h3, li, p { .highlight { @extend .rounded; + background-color : $code-background; width : 90%; margin : 0 auto; @@ -121,6 +122,7 @@ h1, h2, h3, li, p { code { @extend .rounded; + background-color : $code-background; font-size : 90%; font-weight : bold; @@ -145,10 +147,11 @@ h1, h2, h3, li, p { } .grid { + @include grid-background(16, 20px, 10px, 20px, 5px, $force-fluid: true); + background-color : $code-background; margin : 0 auto; height : 500px; width : 700px; - @include grid-background(16, 20px, 10px, 20px, 5px, $force-fluid: true); } diff --git a/presentation/07_inheiritance.slides b/presentation/07_inheiritance.slides index 9f5b79d..8af07f4 100644 --- a/presentation/07_inheiritance.slides +++ b/presentation/07_inheiritance.slides @@ -29,4 +29,23 @@ ``` !SLIDE -# And slow \ No newline at end of file +# And slow + +!SLIDE + +## Selector layout + +``` scss +.release_title a{ + @extend h3; + @include adjust-font-size-to(20px, 1); + @include trailer; + + text-decoration : none; + display : block; + + &:hover { + color:$hover-color; + } +} +``` \ No newline at end of file diff --git a/presentation/08_compass.slides b/presentation/08_compass.slides index 7d4df4c..3bb6b2d 100644 --- a/presentation/08_compass.slides +++ b/presentation/08_compass.slides @@ -1,5 +1,6 @@ !SLIDE # Compass +## http://compass-style.org !SLIDE @@ -142,4 +143,32 @@ a:active, a.glossy_active, a.glossy-active {
+!SLIDE + +## We need help! +https://github.com/chriseppstein/compass + +* Documentation +* Stylesheet cleanup +* Code Refactoring + +!SLIDE +## Core Team + +* Chris Eppstein +* Scott Davis (me) +* Brandon Mathis +* Eirc Myer (The other one) +* Anthony Short (newest member) + +!SLIDE + +# Charity +### United Mitochondrial Disease Foundation +### Please donate - http://umdf.org/compass + + + + +