Revision 15, 0.8 kB
(checked in by falcon, 17 years ago)
|
Better W3C Compliance, misc fixes, changed media max size to 1024x800 px
|
Rev | Line | |
---|
[15] | 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> |
---|
[11] | 2 | <h3>Featured Artwork:</h3> |
---|
[15] | 3 | <% @media = GalleryMedia.find(144) %> |
---|
[14] | 4 | <p style="text-align: center;"> |
---|
[15] | 5 | <a href="<%= url_for_file_column("media", "medianame", "artmaximum") %>" class="noHighlight" |
---|
[14] | 6 | rel="lightbox[GalleryMedia]" |
---|
[15] | 7 | title="Featured Artwork: Final Busts from studies in Rome."> |
---|
[14] | 8 | <%= image_tag("featured_artwork.png") %> |
---|
| 9 | </a> |
---|
| 10 | </p> |
---|
[11] | 11 | <h3>Featured Engineering Project:</h3> |
---|
[14] | 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] | 15 | <p style="text-align: right;" >Built and maintained using <%= image_tag('rails.png') %></p> |
---|