Skip to content

Commit

Permalink
Created the Logo Design and styled it.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiksonIvySon committed Jan 16, 2024
1 parent 22daba0 commit 78783bb
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
Empty file added src/Components/Footer.css
Empty file.
41 changes: 41 additions & 0 deletions src/Components/Logo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions src/Components/Logo.js
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
1 change: 1 addition & 0 deletions src/Components/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Story from "./Story";
import SectionHeader from "./SectionHeader";
import MenuIntro from "./MenuIntro";
import PlaceIntro from "./PlaceIntro";
import Logo from "./Logo";
import { NavLink } from "react-router-dom";

function Main() {
Expand Down
Binary file added src/images/GD-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78783bb

Please sign in to comment.