Report the 'lowercased URL' catcher as 404.
[www.jankratochvil.net.git] / WebConfig.pm
index 1b3ea33..c95e8ca 100644 (file)
@@ -102,20 +102,16 @@ our %WebConfig=(
                "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,
                );