Activate contractorship state.
[www.jankratochvil.net.git] / WebConfig.pm
index 5160bd2..4939e46 100644 (file)
@@ -107,20 +107,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="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,
                );