more slides
This commit is contained in:
parent
fbe5bdabc7
commit
0aaea4a6a1
Binary file not shown.
@ -67,6 +67,7 @@ h1, h2, h3, li, p {
|
|||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
@extend .rounded;
|
@extend .rounded;
|
||||||
|
|
||||||
background-color : $code-background;
|
background-color : $code-background;
|
||||||
width : 90%;
|
width : 90%;
|
||||||
margin : 0 auto;
|
margin : 0 auto;
|
||||||
@ -121,6 +122,7 @@ h1, h2, h3, li, p {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
@extend .rounded;
|
@extend .rounded;
|
||||||
|
|
||||||
background-color : $code-background;
|
background-color : $code-background;
|
||||||
font-size : 90%;
|
font-size : 90%;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
@ -145,10 +147,11 @@ h1, h2, h3, li, p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
|
@include grid-background(16, 20px, 10px, 20px, 5px, $force-fluid: true);
|
||||||
|
|
||||||
background-color : $code-background;
|
background-color : $code-background;
|
||||||
margin : 0 auto;
|
margin : 0 auto;
|
||||||
height : 500px;
|
height : 500px;
|
||||||
width : 700px;
|
width : 700px;
|
||||||
@include grid-background(16, 20px, 10px, 20px, 5px, $force-fluid: true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,4 +29,23 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
!SLIDE
|
!SLIDE
|
||||||
# And slow
|
# 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
@ -1,5 +1,6 @@
|
|||||||
!SLIDE
|
!SLIDE
|
||||||
# Compass
|
# Compass
|
||||||
|
## http://compass-style.org
|
||||||
|
|
||||||
!SLIDE
|
!SLIDE
|
||||||
|
|
||||||
@ -142,4 +143,32 @@ a:active, a.glossy_active, a.glossy-active {
|
|||||||
|
|
||||||
<div class='grid' ></div>
|
<div class='grid' ></div>
|
||||||
|
|
||||||
|
!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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user