|
|
The works of Noel Doepel:
click on an image to enlarge & show info
<%
filename="sculptures.dat"
Set fso = Server.CreateObject("Scripting.FileSystemObject")
configfile = Server.MapPath (filename)
Set file = fso.OpenTextFile (configfile, 1)
for x= 1 to 15
Response.Write "" & vbCrLf
for j= 1 to 10
name = file.ReadLine
image = file.ReadLine
imagethumbnail = image & "-t.jpg"
image = image & ".jpg"
price = file.ReadLine
height = file.ReadLine
width = file.ReadLine
depth = file.ReadLine
weight = file.ReadLine
q = chr(34)
if not image=".jpg" then
' EDITED OUT Response.Write " | " & vbCrLf
Response.Write " | " & vbCrLf
end if
next
Response.Write " " & vbCrLf
next
file.Close
%>
<% ' Isolated high in the New England Tablelands, a ramshackle shed is home to the artist Noel Doepel......... Unfettered by the constraints of conventional wisdom in his studio, Noel is free to create objects of beauty and function, hewn from recycled materials gathered in and around his exurban utopian retreat....... A shipwright and engineering background saw Noel spend many years building, refitting and sailing the majestic square-riggers of another era......... Noel roamed the high seas, honing his skills and developing his unique design sense before mooring himself permanently to scratch the itch that drives artists to distraction if neglected.......... Working harmoniously with these materials, allowing their lines, shape and presence to influence the end result, Noel forms objects that are individually handcrafted and no two pieces will ever be the same.......... The works blend seamlessly into a plethora of environments and possess a clever blend of functionality, durability and raw natural energy........... Noel exhibits his works from his Studio Gallery in Armidale NSW Australia........... He sells his works in Australia, and exports overseas when demand requires.
%>
|