hp #################################### # # # galleryhelpinfo.php # # This is a GALLERY file # # For Read Only Text # # April 2021 # #################################### require '../../library/access.class.php'; require '../../system/allMyFunctions.php'; require '../../system/nav/navigation.php'; $p = new pageBuilder2(); $p->charset='iso-8859-1'; ##########NAVIGATION BARS ################ $menu=buildMenu($auth); displayMenu($menu, $p); ###### DISPLAY BANNER ############ $z=headerSD4($p,'Help & Info'); p(' OBJECT. This gallery is designed to showcase the work of the many artists who make up the membership of the HAA or of member societies of the HAA.
It is hoped thereby to encourage tha attendance at plays, exhibitions, concerts, and other events, and to encourage anyone to take up of one of the many forms of art by joining one of our Art Sscieties.
I have started this gallery with some pictures of paintings I have on file from some years ago. I hope soon to replace these with some more recent ones from our Societies and members.
WHO CAN EXIBIT PICTURES. Only societies or organisations that are members of the HAA Or Members thereof Or those with full personal membership of the HAA.
Associate Members. Those who are teachers or tutors at any school/college in the area should first get in touch with the secretary of the HAA, or the administrator of the Gallery in the first place. We would very much like to do this but it has not yet been arranged.
WHAT IS MEANT BY PICTURES? A picture can be a photo of a 2D object (e.g. paintings, embroidery, etc) Or a photo of a 3D item (e.g. a sculpture, pottery, wood turning, carving, etc.) Or a Photograph where it is the photograph itself that is the work of art. Or Photos taken concerts, plays, exhibition or any event organised by a member society.
COPYRIGHT
In order to protect the Artists` copyright we have added a watermark to the pictures, and also kept them to a low to medium quality which is good enough for a website but not for printing.
SALES We are able to offer for sale, Notelets, Greetings Cards and Larger prints for sale in aid of this charity. Subject to permission having been given in each case, and for a fee for larger prints to the artist (if required) or their society.
'); p("Back to Gallery"); s(' .btnlist { display: inline-block; padding: 2px 5px 5px 2px; background-color:#FFFFC6; border-top: 2px solid lightgrey; border-left: 2px solid lightgrey; border-right: 2px solid black; border-bottom: 2px solid black; text-align: center; margin: 10px 10px 10px 10px; } '); ######END OF PROGRAMME ######### $p->echoPage();