diff options
author | John Ankarström <john@ankarstrom.se> | 2021-05-06 18:21:15 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-05-06 18:21:15 +0200 |
commit | df484fd9b6640639c3a6098814b41628d02e5d54 (patch) | |
tree | bad0c9b4f01d383059937a95cabd48d6ed544473 /src | |
parent | 65f946b63b4786170702097288aa1c84bd8e8fa1 (diff) | |
download | perlisdead-df484fd9b6640639c3a6098814b41628d02e5d54.tar.gz |
Add perlmonks, irc nodes
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 10 | ||||
-rw-r--r-- | src/style.css | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/src/index.html b/src/index.html index 679f9d2..36bc592 100644 --- a/src/index.html +++ b/src/index.html @@ -27,14 +27,14 @@ within a few weeks had become an international phenomenon. </div> <p> -<b>Jokes aside, Perl is not dead.</b> -It is still an excellent choice for a host of applications. -It still has – by far – the fastest startup time among +<b>Jokes aside, Perl is alive and well.</b> +It is an excellent choice for new applications, and +it has – by far – the fastest startup time among all its competitors, as you can see in the figure to the right. Every millisecond counts if you're building a command-line utility. <p> -<b>Furthermore, the language and its community continues to evolve +<b>Furthermore, the language and its community continue to evolve into the 2020s</b>. Below is a summary of the recent activity of various Perl forums as of .eval print scalar localtime, ".\n"; @@ -55,7 +55,7 @@ Perl forums as of </div> <div class="box" id="irc"> -<h2>Latest messages on the <a href="https://kiwiirc.com/nextclient/irc.freenode.net/#perl">#perl</a> IRC channel</h2> +<h2>Latest activity on the <a href="https://kiwiirc.com/nextclient/irc.freenode.net/#perl">#perl</a> IRC channel</h2> .run irc </div> diff --git a/src/style.css b/src/style.css index f02e3f0..c150661 100644 --- a/src/style.css +++ b/src/style.css @@ -38,3 +38,10 @@ p.intro cite { .box h2 { font-size: 18px; } + +.entry .date, .entry .from { + font-size: smaller; +} +.entry { + margin-bottom: 1em; +} |