Skip to content

Commit

Permalink
Added some new content to get the key information onto the front page.
Browse files Browse the repository at this point in the history
  • Loading branch information
patspam committed Sep 23, 2010
1 parent 74b1622 commit 433de6a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 7 deletions.
32 changes: 27 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,39 @@
</head>
<body>
<div id=content>
<h1>welcome to NY.pm</h1>
<div id=header>
<h1>Welcome to NY.pm</h1>
<p>or as we like to say <strong class=nobr>/New York Perl M((o|u)ngers|aniacs)*/</strong></p>
</div>

<div class=intro>
Welcome to the <strong>NY.pm</strong> - or as we like to say
<strong class=nobr>/New York Perl M((o|u)ngers|aniacs)*/</strong>.
<p>
Perl Mongers is a loose confederation of Perl hackers,
coders, and accidental programmers whose goal is
to develop the social community of Perl - after all, it's
more than a language - it's a culture <em>and</em> a floor wax.
</div>
</p>

<h2>No Ordinary Perl Mongers</h2>
<p>
New York Perl Mongers was the first ever <a href="http://www.pm.org">Perl Mongers</a> group,
created by <a href="http://en.wikipedia.org/wiki/Brian_D_Foy">brian d foy</a> in 1997 at the
First O'Reilly Perl Conference (later to became known as <a href="http://www.oscon.com">OSCON</a>).
</p>

<h2>Regular Socal Meetings</h2>
<p>
NY.pm has "strictly social" meetings approximately once a month.
We have been doing so for over 10 years, and you are warmly invited to attend.
</p>
<p>
There is no set meeting schedule. Instead, the <a href="mailinglist.html">mailing list</a> is used to
arrange a convenient date each month.
</p>
<p>
"Emergency social meetings" are also scheduled when Perl Mongers from out of town come to visit.
</p>

<h2>More Information</h2>
<dl>
<dt><a href="mailinglist.html">mailing lists</a></dt>
<dd>
Expand Down
11 changes: 9 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,30 @@ body {
font-family: monospace;
}

a {
color: #cc9900;
}

#content {
width: 85%;
margin: auto auto;
}

#header {
text-align: center;
}

h1 {
font-size: 2em;
font-weight: bold;
text-align: center;
}

.nobr {
white-space: nowrap;
}

.intro {
padding: 1em 0 2em 0;
padding: 1em 0 1em 0;
}

dt {
Expand Down

0 comments on commit 433de6a

Please sign in to comment.