-
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 #5 from Naetffy/Murcia
Murcia
- Loading branch information
Showing
47 changed files
with
373 additions
and
349 deletions.
There are no files selected for viewing
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
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
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 |
---|---|---|
@@ -1,23 +1,22 @@ | ||
import { BrowserRouter, Route, Routes } from 'react-router-dom'; | ||
import Home from './components/Home'; | ||
import Wardrobe from './components/Wardrobe'; | ||
import Calendar from './components/Calendar'; | ||
import Community from './components/Community'; | ||
import Profile from './components/Profile'; | ||
|
||
import HeaderComponent from './components/HeaderComponent' | ||
import {BrowserRouter} from 'react-router-dom' | ||
import './App.css'; | ||
import LeftComponent from './components/LeftComponent'; | ||
import RightComponentCalendar from './components/RightComponentCalendar'; | ||
import RightComponentCommunity from './components/RightComponentCommunity'; | ||
import CenterdCloset from './components/CenteredCloset'; | ||
function App() { | ||
return ( | ||
<div> | ||
return ( | ||
<BrowserRouter> | ||
<HeaderComponent/> | ||
<LeftComponent/> | ||
<CenterdCloset/> | ||
<RightComponentCalendar /> | ||
<RightComponentCommunity /> | ||
<Routes> | ||
<Route path='/' element={<Home></Home>}/> | ||
<Route path='/Wardrobe' element={<Wardrobe></Wardrobe>}/> | ||
<Route path='/Calendar' element={<Calendar></Calendar>}/> | ||
<Route path='/Community' element={<Community></Community>}/> | ||
<Route path='/Profile' element={<Profile></Profile>}/> | ||
</Routes> | ||
</BrowserRouter> | ||
</div> | ||
) | ||
) | ||
} | ||
|
||
export default App; |
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,12 @@ | ||
import React from 'react'; | ||
import NavBar from './secondary/NavBar'; | ||
|
||
const Calendar = () => { | ||
return ( | ||
<div className='col-12'> | ||
<NavBar/> | ||
</div> | ||
); | ||
} | ||
|
||
export default Calendar; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,11 @@ | ||
import React from 'react'; | ||
import NavBar from './secondary/NavBar'; | ||
const Community = () => { | ||
return ( | ||
<div className='col-12'> | ||
<NavBar/> | ||
</div> | ||
); | ||
} | ||
|
||
export default Community; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,43 @@ | ||
import React from 'react'; | ||
import NavBar from './secondary/NavBar'; | ||
import Outfit from './secondary/Outfit'; | ||
import './styles/Home.css'; | ||
import { IoRestaurantSharp } from "react-icons/io5"; | ||
import { MdFamilyRestroom } from "react-icons/md"; | ||
import { GiBalloons, GiBigDiamondRing } from "react-icons/gi"; | ||
import { PiPants } from "react-icons/pi"; | ||
import { FaClock } from "react-icons/fa"; | ||
|
||
const Home = () => { | ||
return ( | ||
<div className='col-12'> | ||
<div className='col-12'> | ||
<NavBar/> | ||
</div> | ||
<div className='row container-fluid'> | ||
<div className='col-sm-6 offset-sm-3 col-md-4 offset-md-4 col-lg-2 offset-lg-3 mt-5'> | ||
<Outfit/> | ||
</div> | ||
<div className='row col-4 offset-2 mt-5'> | ||
<div className='col-6 offset-3 mb-2 p-3 recommendations'> | ||
<p><b>Collections</b></p> | ||
<a href="/Community" className="custom-link"><b><IoRestaurantSharp size={24}/> BBQ</b></a> | ||
<a href="/Community" className="custom-link"><b><MdFamilyRestroom size={24}/> Familiy</b></a> | ||
<a href="/Community" className="custom-link"><b><GiBalloons size={24}/> Festival</b></a> | ||
</div> | ||
<div className='col-6 offset-3 mt-2 p-3 recommendations'> | ||
<p><b>Community Ideas</b></p> | ||
<a href="/Community" className="custom-link"><b><PiPants size={24}/> Bottoms</b></a> | ||
<a href="/Community" className="custom-link"><b><GiBigDiamondRing size={24}/> Wedding Time</b></a> | ||
<a href="/Community" className="custom-link"><b><FaClock size={24}/> Upcoming Events</b></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
); | ||
} | ||
|
||
export default Home; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.