-
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.
- Include app/project description - Include link to GitHub repository - Also add emojis to header
- Loading branch information
Showing
5 changed files
with
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// @flow | ||
|
||
import React from 'react'; | ||
|
||
import styleClasses from './style/jss'; | ||
|
||
export default function() { | ||
return ( | ||
<div className={styleClasses.footer}> | ||
<p> | ||
<strong> | ||
Kopi Guru: Demystifying kopitiam (coffeeshop) beverage ordering lingo | ||
| Order like a pro{' '} | ||
<span role="img" aria-label="fire"> | ||
🔥 | ||
</span> | ||
</strong> | ||
</p> | ||
<p> | ||
A project by Fabian Terh |{' '} | ||
<a | ||
className={styleClasses.anchor} | ||
href="https://github.com/fterh/kopi-guru" | ||
> | ||
GitHub | ||
</a> | ||
</p> | ||
</div> | ||
); | ||
} |
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
export default {}; | ||
export default { | ||
lightBrown: '#CC6600', | ||
brown: '#663300' | ||
}; |
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