<!--

Zachary Owens
Created: 6-20-2017
Modified:

Purpose:

this is to show info 
about me in a section with skills link to my 
resume 

this also will have some portfolio in its
on section 

have a way to contact me

*************************

Parameters:
1.need content on skills I have get from resume
2.image of me 
3.link to portfolio
  a.snake 
  b.treehouse/simpleDrawingComplete
  c.tribute
  d.treehouse/signUpForm/sign_up_form_complete/#
  e./treehouse/ajax1/AJAX_Basics_Project_Files/stage4/video8/
  1./home/ajax/
  2./udacity/project1/movies/open.php

  look for 
  1.jumper vb game
  2.zane booboo yogi webpage
  3. grayscale invert pic colors in c
  4.get code from treehouse 
  5.java chat 

    make link with incomplete texting code website proof of conseptction 
  f.make facebook app tbd
  g.project_stage_3_end
  h.imotionhosting project TBD
  i.zakotech.com incomplete 
  j.zanebirthday/
  k.printer/printTest.php
  l.ssl/
  2.test_code/useing_executable_file/
  3.test_code/SessionsForDiffSites/settingSession.php
  
  show other skills 
    1. electronic pics
    2. automotive pics
    3.
    
    

***************************
steps to do :
1a.planning
1.create temple basic layout header, menu,about ,portfolio,contact,footer
2.create menu row
3.create about me row
4.create basic portfolio row with colomn links images with slider 
5.contact me basic input fields and send button
6.create footer with contact links
7.make it BS able to spy on when you scoll down the page to change menu highlight
8a. for the below I would need to set up a data base 
8.set up contact me like I have on other resume page
9.have fun row with column to hold images from viewers
10.have email field ,name ,and upload image to allow them to put in 9 steps' image boxes
11. revamp image upload with snap shoot I have coded before zanes birthday website
12. listen to voice recording on this fun extra's
13 add links in updated resume CV.php skills that link to photos or coded example I have done
14 in about me put pic of project electrons ,cars ,computer , what ever I have fixed and taken apicture of 

*****************************
Time estimate per step:
1. 1 hour
2. 1 hour
3. 30 min
4. 1 hour
5.	2 hour
6. 1 hour
7. 30 min
8a. 1 hour
8 	2 hour
9. 30min
10. 2 hours
11. 3 hours
12. ?.


**************************
Problems/Incomplete 

#:  
Date of issue: 	
Issue :		
Possible Fix:
Resolved:

#: 1 
Date of issue: 	6/27/2017	
Issue :	aligning nav bar section when clicked 	
Possible Fix:useing a combination of postion relative , margin , padding, z-index
Resolved:yes


#: 2  
Date of issue: 6/23/2017	
Issue :	inserting node attribute inside and element putting the style att. inside the a tag or div tag  	
Possible Fix:use java script 
Resolved:yes ;

 used ajax setup when called 
x.getElementsByTagName("img")[0].setAttribute("src","http://zakotech.com/home/images/zacResumePic1.png") ;
and or  this

var att = document.createAttribute("style");
    att.value = "width:125px";
   // h1.setAttributeNode(att);
	 // document.getElementById("logo").createAttribute("width") ;
	  
	   document.getElementById("logo").setAttributeNode(att) ;
	   
	   
	   

#:3  
Date of issue: 	6/21/2017
Issue : align my name with the media@ tags for css was not lineing up as liked and sometimes below and under nav bar
Possible Fix:
Resolved:yes: for added another div with a hidden div to make a coloum of two last names to push the visible one down 



***********************

notes 



************************



Files/Description  in project
__________________________________

index.php: main website page

templetes/CV.php: my resume content and styling setup 

templetes/resumeLinks.php  : call to pull in CV.php and add links 

javascript/loadResume.js : use ajax to call resumeLinks.php and also call another function in index.php

images/*.*  : images that are use in site

css/portfolio.cs : main stlying for site 



-->