-
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.
Created the Logo Design and styled it.
- Loading branch information
1 parent
22daba0
commit 78783bb
Showing
5 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,21 @@ | ||
import React from 'react'; | ||
import './Logo.css'; | ||
|
||
import { GiCook } from "react-icons/gi"; | ||
|
||
function logo() { | ||
return ( | ||
<div className='web-logo'> | ||
<div className='web-logo-symbol'> | ||
<h1>GD</h1> | ||
<div className='symbol-word'> | ||
<h4 className='symbol-word-grand'>Grand</h4> | ||
<GiCook className='symbol-word-chef'/> | ||
<h4 className='symbol-word-delight'>Delight</h4> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
export default logo |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.