generated from hightechu/techccelerator-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from hightechu/supportUs
support us page
- Loading branch information
Showing
7 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import React, {useState} from 'react'; | ||
import qrCode from '../images/donate.png'; | ||
|
||
const SupportUs = () => { | ||
|
||
return ( | ||
<div className="container-fluid bgcolor"> | ||
<h1>Support us!</h1> | ||
<h2 className="info">To ensure food waste awareness for the future generation.</h2> | ||
<a href="/" className='donatelink'>Donate Now</a> | ||
<br></br> <br></br> <br></br> | ||
<p>Or scan this QR Code: </p> | ||
<img src={qrCode} alt=" qrcode" className="qrbox"/> | ||
<h2 className="info">Every dollar will help develop the website to be more interactive and engaging.</h2><br></br> | ||
</div> | ||
) | ||
} | ||
|
||
export default SupportUs; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters