Skip to content

Commit

Permalink
Refactor Entrance & Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Jun 19, 2021
1 parent 4ac9374 commit d14703b
Show file tree
Hide file tree
Showing 68 changed files with 2,331 additions and 1,618 deletions.
1,242 changes: 940 additions & 302 deletions .firebase/hosting.YnVpbGQ.cache

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"start": "BROWSER='microsoft edge' react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint src"
},
"eslintConfig": {
"extends": [
Expand Down
7 changes: 3 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import { BrowserRouter as Router, Switch, Route } from "react-router-dom";
import Map from "./Pages/Map";
import store from "./Redux/Store";
import Header from "./Utils/Header";
import Footer from "./Utils/Footer";
// import Footer from "./Utils/Footer";
import Member from "./Pages/Member";
import All from "./Pages/All";
import ShowAllAnimals from "./Pages/ShowAllAnimals";
import Entrance from "./Pages/Entrance";
import Landing from "./Pages/Landing";
import { ToastContainer } from "react-toastify";

function App() {
return (
Expand All @@ -18,7 +17,7 @@ function App() {
<Header />
<Switch>
<Route exact path="/" component={Landing} />
<Route exact path="/all" component={All} />
<Route exact path="/all" component={ShowAllAnimals} />
<Route exact path="/map" component={Map} />
<Route path="/member" component={Member} />
<Route path="/entrance" component={Entrance} />
Expand Down
1 change: 1 addition & 0 deletions src/App.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import App from "./App";
1 change: 0 additions & 1 deletion src/Icons/Labels/列車站-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/哺集乳室-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/商店-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/團餐服務-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/娃娃車/輪椅租用-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/寄物櫃-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/廁所-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/志工服務台-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/提款機-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/涼亭-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/護理站-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/販賣機-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/遊客服務中心-02 2.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Icons/Labels/飲水機-02 2.svg

This file was deleted.

Loading

0 comments on commit d14703b

Please sign in to comment.