Activate contractorship state.
[www.jankratochvil.net.git] / WebConfig.pm
index 1b3ea33..4939e46 100644 (file)
@@ -89,6 +89,11 @@ 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";
@@ -102,20 +107,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="margin: 4ex; padding: 2ex; background: #552222; color: white;">
        <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,
                );