Skip to content

Commit

Permalink
new background and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Dec 24, 2010
1 parent 28e0a64 commit 880d5ed
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 3 deletions.
2 changes: 2 additions & 0 deletions crank
Expand Up @@ -24,6 +24,8 @@ GetOptions(

my $pages = [
index => 'Home',
perl => 'Perl',
regexes => 'Regular expressions',
# asp => 'ASP',
# coldfusion => 'ColdFusion',
# csharp => 'C#',
Expand Down
13 changes: 13 additions & 0 deletions s/perl.mkd
@@ -0,0 +1,13 @@
# Perl uses HTML::Parser

The CPAN module [HTML::Parser](http://search.cpan.org/dist/HTML-Parser/)
is the basis for all HTML parsing in Perl. There are other CPAN modules
that do parsing, but the vast majority of them are just wrappers around
HTML::Parser.


# To do

* Code examples
* Other modules than HTML::Parser
* Mention WWW::Mechanize which takes care of the common parsing needs.
5 changes: 5 additions & 0 deletions s/regexes.mkd
@@ -0,0 +1,5 @@
# You should probably not be using regular expressions

* HTML is not regular
* Regexes may match today, but what about tomorrow?

6 changes: 3 additions & 3 deletions static/css/htmlparsing.css
@@ -1,7 +1,7 @@
body {
margin: 0;
padding: 0;
background: #dcdcdc url('../img/bobby_bg.png') repeat-x top;
background: #dcdcdc url('../img/background.png') repeat-x top;
font-family: georgia, 'times new roman', serif;
}

Expand Down Expand Up @@ -62,8 +62,8 @@ h1 a:visited {
}

#topcontainer {
height:10px;
border-top:#666 1px solid;
height: 10px;
border-top: #666 1px solid;
background: #000 url('../img/toptop_bg.png') repeat-x bottom;
}

Expand Down
Binary file added static/img/background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/container_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/footer_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/nav_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/nav_bgbottom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/navmenu_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/top_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/toptop_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 880d5ed

Please sign in to comment.