X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=WebConfig.pm;h=4939e464259a56d5d9995892b4a21fb9190298da;hb=e84932dd7c5d1488c746407f8375aa7b3b4947ab;hp=5160bd268936e767ad6926552cf94eee352f42a2;hpb=85a27b1b6b908cf6a7728b645a651d545cd2949a;p=www.jankratochvil.net.git diff --git a/WebConfig.pm b/WebConfig.pm index 5160bd2..4939e46 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -107,20 +107,16 @@ if ($r=~/resumejankratochvil.pm/) { "footing_delimit_sub_push"=>sub () { return if $My::Web::W->{"no_job"}; print <<"HERE"; - +
- A programmer for hire: - - 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. - + Contractor - Software Engineer: + Please check if your planned project + @{[ My::Web::a_href($My::Web::W->{"resume_url"},'matches my experience',"attr"=>'style="color: inherit;"') ]},
HERE }, - "no_job"=>1, + "no_job"=>0, "css_inherit"=>1, );