Skip to content

Commit

Permalink
slides, styles, first pix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Jun 23, 2011
1 parent c5a2199 commit cd07cc1
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 14 deletions.
Binary file added images/avarteq.png
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 images/love.png
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 images/poll-utf8.png
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 images/travis.architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion slides/03-outline.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
!SLIDE bullets
!SLIDE
# Travis CI
* What
* Why
* How
* Now
* Then
* (Tips)
7 changes: 3 additions & 4 deletions slides/05-why.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,21 @@
* MEH!

!SLIDE bullets
# Motivation
# Wanted
* Public
* Open
* Distributed
* Community

!SLIDE bullets
# Motivation
# Wanted
* Ruby
* Modern
* Hackable
* Fun!

!SLIDE bullets
# Motivation
* Make the world a better place!
# Make the world a better place!

!SLIDE bullets
# Vision
Expand Down
7 changes: 2 additions & 5 deletions slides/06-how.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
!SLIDE
# How?

!SLIDE bullets
!SLIDE bullets center
# Architecture
* Github
* The "App"
* Workers
* Clients
![architecture](../images/travis.architecture.png)
6 changes: 3 additions & 3 deletions slides/07-now.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* that's just the beginning.

!SLIDE bullets
# LOVE!
# LOVE
* Github, Rails, Rubinius, (?)
* Tons of free boxes!
* Great sponsors!
Expand All @@ -55,7 +55,7 @@
# Team
* Sven Fuchs
* Josh Kalderimis
* Alex P
* Alexander Petrov
* Michael S. Klishin (AMQP)
* Vlad (?) (RubyShift)
* Vladislav Gorodetskiy (RubyShift)
* Fritz Thielemann
5 changes: 5 additions & 0 deletions slides/11-fin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!SLIDE
# Thank you!

!SLIDE
# Questions?
67 changes: 66 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
@font-face { font-family: Cabin; src: url('Cabin-Bold-TTF.ttf'); }
@font-face { font-family: Practique; src: url('Practique.ttf'); }

body {
html, body {
font-family: Practique;
background: transparent;
height: 100% !important;
}
#preso, .slide {
position: relative !important;
width: 100% !important;
height: 100% !important;
}
#preso {
-webkit-box-shadow: none;
-box-shadow: none;
display: table;
}
.slide {
padding-top: 40px !important;
display:table-cell;
vertical-align:middle;
}
.content {
margin: 0 !important;
}
#footer {
display: none;
}

h1 {
Expand All @@ -24,6 +47,48 @@ p {
*[ref="slides/01-intro"] h1 {
font-size: 216px;
}
*[ref="slides/03-outline"] {
margin-top: 10% !important;
}
*[ref="slides/03-outline"] ul {
position: relative;
margin: 0 10% 0 10%;
padding: 0;
width: 80%;
}
*[ref="slides/03-outline"] li {
width: 31%;
line-height: 180%;
margin: 1%;
float: left;
font-size: 90px;
text-align: center;
}
*[ref="slides/03-outline"] li:nth-child(1) {
background-color: #fcfc4c;
}
*[ref="slides/03-outline"] li:nth-child(2) {
background-color: #a4fd4c;
}
*[ref="slides/03-outline"] li:nth-child(3) {
background-color: #4cfdfd;
}
*[ref="slides/03-outline"] li:nth-child(4) {
background-color: #fd4cdf;
}
*[ref="slides/03-outline"] li:nth-child(5) {
background-color: #fd4c4c;
}
*[ref="slides/03-outline"] li:nth-child(6) {
background-color: #fda44c;
}
*[ref="slides/06-how/2"] h1 {
}
*[ref="slides/06-how/2"] img {
}



*[ref="slides/07-now/8"] {
background: url(images/love.png) no-repeat 80% -9%;
}

0 comments on commit cd07cc1

Please sign in to comment.