﻿<?xml version="1.0" encoding="utf-8"?>
<website>

	<!-- 
	  **	Please read this information to learn how to tune your website just using this XML file.
	  **
	  **	With the help of this file you can change any text or image in the template, add new pages,
	  **	creating them on the basis of any of the existing layouts — splash page, gallery, about page, 
	  **	contacts or readmore page.
	  **
	  **	It is also easy to change any sound and music in the template as everything is stored in the
	  **	form of mp3 files, to do this simply replace an mp3 file with your own. 
	  **
	  **	New template engine supports events — page changeover and external URL activation. This means
	  **	that now it is possible to manage site contents more softly, activating the events or at pressing
	  **	pictures, or links in the text, or menu or any other buttons. To activate the event on pressing
	  **	the button or picture use click paramerer, in which the event name is being written - switchPage
	  **	or getURL and parameters after comma. For instance click="switchPage,5" means migration to the page
	  **	with index 5, and click="getURL,http://www.website.com,_blank" — opening of the new page in a new
	  **	window. To activate the events directly from the text, i.e. to make the links active, use HTML.
	  **	To activate a text area as a link, write for instance <a href="event:switchPage,8">PRIVACY POLICY</a>
	  **	migration to the page with index 8. If you need to open a definite readmore page, than you should
	  **	state page index number with readmore type ( type="readmore" ) as the first parameter, and as the
	  **	second parameter, after comma an index readmore block number should be stated, for instance switchPage,7,1,
	  **	under the condition that the page with index 7 possesses readmore type, and this page with readmore
	  **	block information under index 1 will open. 
	  **
	  **	Events add great opportunities in template management. Create new pages, galleries and refer them from
	  **	anywhere using the events. If the given material on events appeared to be a bit complicated for you,
	  **	view the examples in the given file, this will help you to master the technique of events activating quickly. 
	  **
	  **	More detailed description of opportunities and functionality of the template can be found near each section
	  **	of this file.
	  **
	  **	It is recommended to use an XML editor to make changes to this file because it’s less possible to make
	  **	an error in the markup which can cause not working website.
	  -->


	<!-- 
	  **	General Settings 
	  ** 
	  **	Here you can change general settings of the template - company name, slogan and text in the bottom, where
	  **	copyright is placed by default.
	  -->
	<settings>
		<logo><![CDATA[<a href="event:switchPage,0">OPEN EYEDEAS</a>]]></logo>
		<slogan>GRAPHIC DESIGN & PHOTOGRAPHY</slogan>
		<copyright><![CDATA[OPEN EYEDEAS (C) 2002-16  |<font color="#ffffff"><a href="event:switchPage,5">  PRIVACY POLICY</a>  <font color="#414141">|</font>  <a href="event:switchFullScreen">FULLSCREEN</a></font>]]></copyright>
		<clickToZoomButton><![CDATA[CLICK TO ZOOM]]></clickToZoomButton>
	</settings>
	
	<!-- 
	  **	Menu 
	  ** 
	  **	Here you can change menu buttons names, and with the help of the parameter targetPage to state the page,
	  **	on which the given button will refer to. If you need to activate the event on pressing the menu button,
	  **	for instance to open site in the new window, you can use click parameter, for instance 
	  **	<item click="getURL,http://www.website.com,_blank"><![CDATA[GALLERIES]]></item>
	  -->
	<menu>
		<item targetPage="0"><![CDATA[<font color="#545454">PRINT ONE</font>]]></item>
		<item targetPage="1"><![CDATA[<font color="#545454">PRINT TWO</font>]]></item>
		<item targetPage="2"><![CDATA[<font color="#545454">PHOTOGRAPHY</font>]]></item>
		<item targetPage="3"><![CDATA[<font color="#545454">ABOUT ME</font>]]></item>
		<item targetPage="4"><![CDATA[<font color="#545454">CONTACT</font>]]></item>
	</menu>
	
	<!-- 
	  **	Sounds
	  ** 
	  **	Here all sounds present in the template are described. Each sound has an id, which can’t be modified. 
	  **	You can change the path to mp3 file. With the help of other parameters you can change parameters of the 
	  **	given sound playback. Loops parameter indicates the quantity of repetition. With the help of volume you 
	  **	can specify loudness, which changes from 0 to 100, where 100 is the highest boundary.
	  **
	  **	Panning replaces balance, and with the help of the additional parameters skipFrom and skipTo beginning 
	  **	and ending of the given track is being specified in miliseconds. Basically this serves for escaping pauses 
	  **	at loops playback, as mps format saves service information in the beginning of the track or in the end of it. 
	  -->
	<sounds>
		<sound id="templateBackgroundMusic" url="music/templateBackgroundMusic.mp3" loops="9999" volume="100" panning="0" skipFrom="50" skipTo="77100"/>
		<sound id="topMenuButtonSound" url="music/topMenuButtonSound.mp3"/>
		<sound id="pageImageSound" url="music/pageImageSound.mp3"/>
		<sound id="pagesSwitchingSound" url="music/pagesSwitchingSound.mp3"/>
		<sound id="pagesAppearenceSound" url="music/pagesAppearenceSound.mp3"/>
		<sound id="pageButtonSound" url="music/pageImageSound.mp3"/>
		<sound id="galleryImageSound" url="music/pageImageSound.mp3"/>
		<sound id="galleryOpenSound" url="music/galleryOpenSound.mp3"/>
		

	</sounds>
	
	<!-- 
	  **	Pages
	  ** 
	  **	Here all pages present in the template are described. Each page has its serial number, which is given automatically, 
	  **	depending on pages order in the file. The first page has serial number 0, the second — 1 etc. 
	  **	
	  **	Each page has the type, which is stated in type parameter. The type defines page layout. There can be 5 and 
	  **	more layout types in the template on default. 
	  **
	  **	The page can have other parameters, for instance at 3D engine usage, it is possible to specify page coordinates 
	  **	and angle of rotation in space. 
	  **
	  **	Inside the page tag, images and texts used in it are describes, along with other additional elements such as buttons 
	  **	and forms. For managing of events on images and buttons use click parameter, standard tag for the text is HTML - <a>. 
	  **	More detailed events logic is described in the beginning of this document. 
	  **
	  **	The inner content of some pages types can not be specified, for example gallery and readmore pages. Such pages are 
	  **	called dynamic and get their content from without. For example readmore page downloads a certain content from 
	  **	ReadMorePages section, and gallery page is connected with galleries.xml file, where it finds gallery contents at 
	  **	the stated galleryID. 
	  -->
	<pages>
		
		<!-- 0 -->
		<page type="gallery" galleryID="1"/>
		<!-- 1 -->
		<page type="gallery" galleryID="2"/>
		<!-- 2 -->
		<page type="gallery" galleryID="3"/>
		<!-- 3 -->
		<page type="about">
			<images>
				<image url="images/about_me_Pic_1.jpg" click="switchPage,6,0"/>
			</images>
			<texts>
				<text><![CDATA[about me]]></text>
				<text><![CDATA[THANK YOU FOR YOUR INTEREST IN OPEN EYEDEAS!]]></text>
				<text><![CDATA[I'm George Baltzegar and my goal is to "WOW" you by providing graphics and photography solutions which represent your products and services at an affordable price!
]]></text>
				<text><![CDATA[<li><a href="http://www.openeyedeas.com/pdf/OpenEyedeasBrochure.pdf" target="_blank">Open Eyedeas Online Brochure</a></li>]]></text>
				<text><![CDATA[<li><a href="http://www.openeyedeas.com/pdf/Resume&Examples.pdf" target="_blank">Resume & Examples of Work</a></li>]]></text>
				<text><![CDATA[<li><a href="http://www.openeyedeas.com/pdf/ClientsPast&Present.pdf" target="_blank">Clients of Past & Present</a></li>]]></text>
				<text><![CDATA[<li><a href="" target="_blank"></a></li>]]></text>
			</texts>
			<buttons>
				<button click="switchPage,6,0"><![CDATA[MY SERVICES]]></button>
			</buttons>
		</page>
		<!-- 4 -->
		<page type="contacts">
			<images>
				<image url="images/contact_me_Pic_1.jpg" click="getURL,mailto:george@openeyedeas.com,"/>
			</images>
			<texts>
				<text><![CDATA[contact form]]></text>
				<text><![CDATA[SEND US A MESSAGE OR CALL 404.617.6206]]></text>
			</texts>
			<buttons>
				<button click="onFormReset"><![CDATA[reset]]></button>
				<button click="onFormSubmit"><![CDATA[submit]]></button>
			</buttons>
			<form configuration="xml/formConfiguration.xml">
				<items>
					<item label="Name">Name:</item>
					<item label="Email">E-mail:</item>
					<item label="Phone">Phone:</item>
					<item label="Message">Message:</item>
				</items>
			</form>
		</page>
		
		<!-- 5 -->
		<page type="simple" closeButton="true">
			<texts>
				<text><![CDATA[privacy policy]]></text>
				<text><![CDATA[YOUR PRIVACY IS IMPORTANT TO US]]></text>
				<text><![CDATA[OpenEyedeas.com is committed to ensuring that your privacy is protected. If you volunteer to provide certain information by which you can be identified when using this web site to request information, then you can be assured that it will only be used in accordance with this privacy statement.

Collection of Information
When voluntarily submitted by our visitors, this web site collects personally identifiable information, like names, email addresses, phone numbers, etc. The information you provide is used to fulfill your specific request. For example, your email address is only collected when you include it to request specific information, and then it is only used to fulfill your request or contact you as you so desire. Your email address may also be used to contact you about special promotions or changes regarding OpenEyedeas.com. We will not sell, trade, loan or rent any personally identifiable information collected to third parties, including email addresses.

Cookies
We do not use cookies. Our site logs do not collect personally identifiable information and we do not make attempts to link them with the individuals who visit our site.

Links to Other Web Sites
We have provided links on this web site to other companies and individuals we know. Once you use these links to leave our site, you should note that we do not have any control over the other web site. Therefore, we cannot be responsible for the protection and privacy of any information which you provide while visiting other sites and those sites are not governed by this privacy statement. Be careful and read the privacy statement applicable to any web site in question.

Privacy Policy Amendments
From time to time this policy may be amended. If substantial changes are made in the way we collect or use your personally identifiable information, we will notify visitors by posting an announcement on our web site.

Contact Us with Questions
If you have any questions or comments about our privacy policy, please contact George Baltzegar at 404-617-6206 or george@openeyedeas.com.]]></text>
			</texts>
			<buttons>
				<button click="getURL,mailto:george@openeyedeas.com,"><![CDATA[george@openeyedeas.com]]></button>
			</buttons>
		</page>
		<!-- 6 -->
		<page type="readmore" closeButton="true"/>
	
	</pages>
	
	<!-- 
	  **	ReadMore Pages 
	  ** 
	  **	Very often all information can't be placed in the standard page layout, that's why there are links to ordinary 
	  **	text pages - readmore pages from such pages. There can be added any number of such pages in the given section. 
	  **	Use the events logic to make links in the text to external sites or other pages. More detailed events logic is
	  **	described in the beginning of this document. 
	  -->
	<readMorePages>
		
		<!-- 0 -->
		<page>
			<texts>
				<text><![CDATA[my services]]></text>
				<text><![CDATA[INCLUDE THE DESIGN AND/OR PRODUCTION OF:]]></text>
				<text><![CDATA[
Corporate Identity
Postcards
Sale Sheets
Brochures
Catalogs
Presentation Folders
Print Advertisements
Product Development
Packaging
Point of Purchase Displays
Trade Show Displays
Product Photography
Websites]]></text>
			</texts>
			<buttons>
				<button click="switchPage,6,1"><![CDATA[MY EXPERIENCE]]></button>
			</buttons>
		</page>
		<!-- 1 -->
		<page>
			<texts>
				<text><![CDATA[my experience]]></text>
				<text><![CDATA[LISTEN, COMMUNICATE, CONCEPT, DESIGN, PRODUCE]]></text>
				<text><![CDATA[As a graduate of Kennesaw State University with a Bachelors Degree in Graphic Arts and a minor in Marketing, I strive to create an impressive composition to represent your company and its mission. I currently have 18 years experience in the design and print industry and maintain a working knowledge in Adobe CS6 programs. I am equipped with Macintosh, Epson, Nikon and Photoflex hardware. In addition, I am backed by several other graphic designers, web site developers, photographers, illustrators, copywriters and printers. My experience enables me to create a solution to help increase your business with eye-catching materials.]]></text>
			</texts>
			<buttons>
				<button click="switchPage,6,2"><![CDATA[HOW WE GET STARTED]]></button>
			</buttons>
		</page>
		<!-- 2 -->
		<page>
			<texts>
				<text><![CDATA[how we get started]]></text>
				<text><![CDATA[COMMUNICATION]]></text>
				<text><![CDATA[Simply give us a call or send an email to begin the communication process.
				
We will discuss:
		Who You Are
		What You Do
		What Is Your Target Market
		What Is Your Budget
		What Is Your Time Frame

Based on our discussion, Open Eyedeas will present you with an estimate and scope of work to complete your project.]]></text>
			</texts>
			<buttons>
				<button click="switchPage,4"><![CDATA[LET'S GET STARTED]]></button>
			</buttons>
		</page>
	</readMorePages>
	
</website>