File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 GROW < b > TREES</ b > < br >
3939 SAVE < b > EARTH</ b >
4040 </ div >
41- < img src ="../ assets/firstPanel.png " width ="578 " height ="551 ">
41+ < img src ="assets/firstPanel.png " width ="578 " height ="551 ">
4242 </ div >
4343
4444 < div class ="visionPanel ">
@@ -57,7 +57,7 @@ <h2>Our Vision</h2>
5757 environment</ span > .
5858 </ center >
5959 </ div >
60- < img src ="../ assets/ourvision.png " width ="590 " height ="581 ">
60+ < img src ="assets/ourvision.png " width ="590 " height ="581 ">
6161 </ div >
6262 < div class ="plant " id ="plant ">
6363 < h2 > Choose a Tree</ h2 >
@@ -77,9 +77,9 @@ <h2>ABOUT US </h2>
7777 </ div >
7878 < div class ="carousel ">
7979 < div class ="carouselImages ">
80- < img src ="../ assets/ourpeople.png " id ="meetOurTeamImage " class ="carouselImage visibleCarouselImage "
80+ < img src ="assets/ourpeople.png " id ="meetOurTeamImage " class ="carouselImage visibleCarouselImage "
8181 width ="660px " height ="506px ">
82- < img src ="../ assets/plantimage.png " class ="carouselImage " id ="howWeWorkImage " width ="660px " height ="506px ">
82+ < img src ="assets/plantimage.png " class ="carouselImage " id ="howWeWorkImage " width ="660px " height ="506px ">
8383 </ div >
8484 < div id ="carouselItem ">
8585 < div class ="visibleCarouselItem " id ="meetOurTeam " onmouseover ="switchToMe(this) ">
139139 </ h2 >
140140 < div class ="emailInput ">
141141 < input class ="email " type ="email " placeholder =" Email "> < input class ="submit " type ="image "
142- src ="../ assets/submit.png " width ="aut " height ="100px " onclick ="alert('Email saved'); ">
142+ src ="assets/submit.png " width ="aut " height ="100px " onclick ="alert('Email saved'); ">
143143 </ div >
144144 </ div >
145145 </ div >
Original file line number Diff line number Diff line change 6060 emailError . innerText = "Invalid email format!" ;
6161 isValid = false ;
6262 } else {
63- emailError . innerText = null
63+ emailError . innerText = "" ;
6464 }
6565 let passwordRegex = / ^ .{ 6 , } $ /
6666 if ( ! passwordRegex . test ( password ) ) {
6767 passwordError . innerText = "Min 6 characters required!" ;
6868 isValid = false ;
6969 } else {
70- passwordError . innerText = null
70+ passwordError . innerText = "" ;
7171 }
7272 if ( ! checkbox . checked ) {
7373 checkerror . innerText = "Please accept the terms and conditions!" ;
7474 return false ;
7575 } else {
76- checkerror . innerText = null ;
76+ checkerror . innerText = "" ;
7777 }
7878 return isValid ;
7979
You can’t perform that action at this time.
0 commit comments