From df484fd9b6640639c3a6098814b41628d02e5d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 6 May 2021 18:21:15 +0200 Subject: Add perlmonks, irc nodes --- src/index.html | 10 +++++----- src/style.css | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'src') 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.

-Jokes aside, Perl is not dead. -It is still an excellent choice for a host of applications. -It still has – by far – the fastest startup time among +Jokes aside, Perl is alive and well. +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.

-Furthermore, the language and its community continues to evolve +Furthermore, the language and its community continue to evolve into the 2020s. 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

-

Latest messages on the #perl IRC channel

+

Latest activity on the #perl IRC channel

.run irc
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; +} -- cgit v1.2.3