Skip to content

Commit

Permalink
I changed the link for the download our app
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo236 committed Oct 19, 2024
1 parent 6423acb commit e5613f5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h4>Let's Work Together!</h4>
</nav>
<img class="FooterImg" src="images/Brand/FooterLogo.svg"/>
<button class="InstallApp"
onclick="document.location='app.html'">Download Our App
onclick="document.location= 'https://forms.gle/bXmntpJJ8i1UY5G39'" >App Interest Form
</button>
<p>CommuniCare is a 501(c)(3)(nonprofit) organization</p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion app.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h4>Let's Work Together!</h4>
</nav>
<img class="FooterImg" src="images/Brand/FooterLogo.svg"/>
<button class="InstallApp"
onclick="document.location='app.html'">Download Our App
onclick="document.location= 'https://forms.gle/bXmntpJJ8i1UY5G39'" >App Interest Form
</button>
<p>CommuniCare is a 501(c)(3)(nonprofit) organization</p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h4>Let's Work Together!</h4>
</nav>
<img class="FooterImg" src="images/Brand/FooterLogo.svg"/>
<button class="InstallApp"
onclick="document.location='app.html'">Download Our App
onclick="document.location= 'https://forms.gle/bXmntpJJ8i1UY5G39'" >App Interest Form
</button>
<p>CommuniCare is a 501(c)(3)(nonprofit) organization</p>
</footer>
Expand Down
1 change: 1 addition & 0 deletions footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,4 @@ footer p {position:relative;
display:flex;
}
/* Footer Ends */
}
2 changes: 1 addition & 1 deletion footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4>Let's Work Together!</h4>
</nav>
<img class="FooterImg" src="images/Brand/FooterLogo.svg"/>
<button class="InstallApp"
onclick="document.location='app.html'">Download Our App
onclick="document.location= 'https://forms.gle/bXmntpJJ8i1UY5G39'" >App Interest Form
</button>
<p>CommuniCare is a 501(c)(3)(nonprofit) organization</p>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h4>Let's Work Together!</h4>
</nav>
<img class="FooterImg" src="images/Brand/FooterLogo.svg"/>
<button class="InstallApp"
onclick="document.location='app.html'">Download Our App
onclick="document.location= 'https://forms.gle/bXmntpJJ8i1UY5G39'" >App Interest Form
</button>
<p>CommuniCare is a 501(c)(3)(nonprofit) organization</p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion workshops.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h4>Let's Work Together!</h4>
</nav>
<img class="FooterImg" src="images/Brand/FooterLogo.svg"/>
<button class="InstallApp"
onclick="document.location='app.html'">Download Our App
onclick="document.location= 'https://forms.gle/bXmntpJJ8i1UY5G39'" >App Interest Form
</button>
<p>CommuniCare is a 501(c)(3)(nonprofit) organization</p>
</footer>
Expand Down

0 comments on commit e5613f5

Please sign in to comment.