Revision 15, 0.8 kB
(checked in by falcon, 17 years ago)
|
Better W3C Compliance, misc fixes, changed media max size to 1024x800 px
|
Line | |
---|
1 | <p style="text-align: left;" >Welcome to The Art of Engineering, the personal portfolio of Stephen Barnes. Note that this page uses experiemental CSS3 feautres, and is therefore best viewed with Firefox 3.</p> |
---|
2 | <h3>Featured Artwork:</h3> |
---|
3 | <% @media = GalleryMedia.find(144) %> |
---|
4 | <p style="text-align: center;"> |
---|
5 | <a href="<%= url_for_file_column("media", "medianame", "artmaximum") %>" class="noHighlight" |
---|
6 | rel="lightbox[GalleryMedia]" |
---|
7 | title="Featured Artwork: Final Busts from studies in Rome."> |
---|
8 | <%= image_tag("featured_artwork.png") %> |
---|
9 | </a> |
---|
10 | </p> |
---|
11 | <h3>Featured Engineering Project:</h3> |
---|
12 | <p style="text-align: center;"> <a href="/Engineering/#The Art of Engineering_16" class="noHighlight"> |
---|
13 | <%= image_tag("featured_engineering.png") %> |
---|
14 | </a></p> |
---|
15 | <p style="text-align: right;" >Built and maintained using <%= image_tag('rails.png') %></p> |
---|