<? require("header.php"); ?>
<div class=left_col>
<img src="images/what_we_do.gif" alt="01. What we do:">
<p>
Lumbroso Consulting is an independently owned new media, design & web publishing company. We tend to focus our skills on internet and e-commerce solutions, digital video production, copywriting and publishing. Our <a href="company">small team</a> personally delivers the creative and technical expertise necessary to take any project from concept to launch.
<p>
We know what it is to have a vision and what it takes to see that vision through. We also get out of bed every morning and love what we do. In 10 years we have created solutions for multi-billion-dollar behemoths to mid-size local companies. Let's create something powerful together.
<p>
Click here if you'd like information about <a href="joe.php">Joe Lumbroso</a>.
<p><br>
<img src="images/lets_chat.gif" alt="03. Let's chat!">
<p>
Contact us, we'd love to hear from you.
<blockquote>
<i>
Ph: 503.241.0220<br>
Fx: 503.212.6414<br><br>
Lumbroso Consulting<br>
635 NW 16th Ave #A<br>
Portland, OR 97209
</i>
</blockquote>
</div>
<div class=right_col>
<img src="images/featured_works.gif" alt="02. Featured works:">
<? foreach ($works as $w => $wx) { ?>
<div class=feat_work>
<a href="work.php?w=<?= $w; ?>"><img src="images/works/<?= $w; ?>_teaser.jpg" border=0></a><br>
<a href="work.php?w=<?= $w; ?>"><div class=feat_txt><img src="images/works/<?= $w; ?>_text.gif" border=0></a></div>
</div>
<? if ($xx++ == 4) break; ?>
<? } ?>
<p align=right>
<a href="/work.php"><img src="images/work_forward.gif" alt="more works" border=0></a>
<br>
</div>
<? require("footer.php"); ?>
All code © Copyright 2008 Joe Lumbroso. Feel free to use code snippets but, please don't be a jerk.