include( "/var/www/lib/php/html.php" );
$title = "Joseph Beckenbach, CCP";
start_page( $title );
top_plus_left_starts( $title );
top_plus_left_leftnav( '', false );
$quote = "Certified Computing Professional";
top_plus_left_content();
print p( '
Beckenbach and Associates, LLC,
advises on the creation, enhancement, and operation
of multi-computer systems,
and on the improvement of the people and organizations
involved with such systems.
' );
print p( '
Past clients include major technical leaders in Silicon Valley,
such as Hewlett-Packard, Cisco, Sun, and Lotus (now IBM),
and startup companies in several industries and locations.
' );
print p( '
We are currently based in the Atlanta (Georgia US) region,
with contacts worldwide.
Please let us know
how we can be of service to you.
' );
print ul( ''
. li( href( 'Articles/', "Articles I've written" ) )
# . li( href( 'http://www.jrb3.com/~jrb3/portfolio/', "My portfolio" ) )
. li( href( 'links.php', "Links of professional interest" ) )
);
# print h3( 'My Other Faces to the Web' );
# print ul( ''
# #. li( 'My ' . href( 'http://www.jrb3.com/', "professional" ) . ' face' )
# . li( 'My ' . href( 'http://www.jrb3.com/~jrb3/', "personal" ) . ' face' )
# . li( 'My ' . href( 'http://contrib.jrb3.com/', "volunteer" ) . ' face' )
# #. li( 'My ' . href( 'http://store.jrb3.com/', "business" ) . ' face' )
# );
top_plus_left_ends();
last_updated();
end_page();
?>