Report the 'lowercased URL' catcher as 404.
[www.jankratochvil.net.git] / WebConfig.pm
index 5160bd2..c95e8ca 100644 (file)
@@ -89,11 +89,6 @@ our %WebConfig=(
                                                                                                "attr"=>'style="text-decoration: inherit; /* revoke underline */;"'));
                                                        $r.="</td>\n";
                                                        }
-# FIXME: Catch the bug.
-if ($r=~/resumejankratochvil.pm/) {
-       use Carp qw(confess cluck);
-       cluck "LOWERCASED; resume_url=$resume_url";
-       }
                                        $r.='</tr></table>'."\n";
                                $r.='</td>'."\n";
                        $r.='</tr></table>'."\n";
@@ -107,20 +102,16 @@ if ($r=~/resumejankratochvil.pm/) {
                "footing_delimit_sub_push"=>sub () {
                        return if $My::Web::W->{"no_job"};
                        print <<"HERE";
-<table border="0" style="margin: 4ex; padding: 2ex; background: #552222;">
+<table border="0" style="padding: 2ex; background: #552222; color: white;" class="margin-center">
        <tr><td>
-               <b>A programmer for hire:</b>
-               <span style="color: #ffaaaa;">
-                       I am looking for new challenges.
-                       If you find the software here useful, please
-                       @{[ My::Web::a_href($My::Web::W->{"resume_url"},'consider me') ]}
-                       for your next software project.
-               </span>
+               <b>Contractor - Software Engineer:</b>
+               Please check if your planned project
+               @{[ My::Web::a_href($My::Web::W->{"resume_url"},'matches my experience',"attr"=>'style="color: inherit;"') ]},
        </td></tr>
 </table>
 HERE
                        },
-               "no_job"=>1,
+               "no_job"=>0,
                "css_inherit"=>1,
                );