-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptFile.js
More file actions
56 lines (39 loc) · 1.78 KB
/
JavaScriptFile.js
File metadata and controls
56 lines (39 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
var button1= document.querySelector("Farms At NYCHA");
// <button>Farms At NYCHA</button>
// button1.addEventListener("click",function(){ }
//^^ Does the function of changes to the next slide
//
// button needs to be a picture of the farm..
// button1.setAttribute("src", "http://www.greencityforce.org/wp-content/uploads/2016/10/wagner_farm-300x200.jpg")
// button1.style.width = "half of max px";
// button1.style.height = "half of max px"
// button should transfer you to the Farm Specific page which then has
// three buttons
var button2= document.querySelector("Love Where You Live");
// button2.addEventListener("click",function(){}
//^^ Does the function of changes to the next slide
//New Page After Farms At NYCHA
var button1= document.querySelector("NYCHA Applicants");
//This button should then re route to questions for People joining
//NYCHA Questions include Name, Age, Do you have a college education
//, email,phone contact, Address
// <button>NYCHA Applicants</button>
var button2= document.querySelector("Returning Volunteer");
// <button>Returning Volunteer</button>
//This button should re route to question about name and then route to
//questions about what time you want to schedule for volunteering or
//if you are dropping off food compost
var button3= document.querySelector("New Volunteer");
// <button>New Volunteers</button>
//This button should re route to questions about name, age, how did
//hear about Green City Force, email, address, phone, time to come in,
//are you picking up produce, or dropping off produce
//for (var i=0; i< lis.length; i++){
// button[i].addEventListener("click", function(){
// this.
// })
//}
//New Page After Love Where You Live
//New Page Schedule
//for(var i=0; i<=30; i+=30;) counter for minutes
//for(var i=1; i<12; i+=1;) counter for hours