Skip to content

Commit

Permalink
Adding title and styles to slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschright committed Aug 20, 2011
1 parent b426218 commit 25156c6
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 6 deletions.
9 changes: 9 additions & 0 deletions rubything.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,12 @@ p.tiny { font-size: 82%; }
.stepcurrent { color: black; }



body {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.slide h2 {
font-size: 24pt;
}

6 changes: 3 additions & 3 deletions rubything.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Untitled Slide Show</title>
<title>Ruby/Rails Workshop</title>

<meta name="generator" content="- generator not found -">
<meta name="author" content="- author not found -" >
<meta name="generator" content="text">
<meta name="author" content="Stumptown Syndicate and friends" >

<!-- S6 style sheet links -->
<link rel="stylesheet" href="rubything.css" media="projection" id="styleProjection">
Expand Down
11 changes: 10 additions & 1 deletion rubything.pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Slide Show</title>
<title>Ruby/Rails Workshop</title>



Expand Down Expand Up @@ -42,6 +42,15 @@
}


body {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.slide h2 {
font-size: 24pt;
}



/*
for princexml (CSS3 paged media support)
Expand Down
23 changes: 21 additions & 2 deletions rubything.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
% INTRODUCE COMMENTS AT SOME POINT
% INTRODUCE STRING INTERPOLATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Start off with some headers

Title: Ruby/Rails Workshop
Author: Stumptown Syndicate and friends
Generator: text

%css

body {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.slide h2 {
font-size: 24pt;
}

%end

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Start Presentation

h1. Learning Ruby and Rails

Expand Down

0 comments on commit 25156c6

Please sign in to comment.