Distribute job ad across the web.
[www.jankratochvil.net.git] / WebConfig.pm
index 4fa0fc1..502b9ec 100644 (file)
@@ -100,6 +100,22 @@ our %WebConfig=(
                "footing"=>sub () {
 #                      print "<h1>footing</h1>\n";
                        },
+               "footing_delimit"=>sub () {
+                       return if $My::Web::W->{"no_job"};
+                       print <<"HERE";
+<table border="0" style="margin: 4ex; padding: 2ex; background: #552222;">
+       <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>
+       </td></tr>
+</table>
+HERE
+                       },
                );
 
 1;