Skip to content

Commit

Permalink
Revert "Eb landing page"
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSaravia authored Aug 2, 2019
1 parent 361ae7b commit 93320ad
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 3,429 deletions.
20 changes: 0 additions & 20 deletions rentme/debug.log
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,3 @@
[0722/173906.004:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0722/173906.004:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0722/173906.004:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/132528.257:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/132528.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/132528.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/132528.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/132528.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/144515.601:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/144515.602:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/144515.602:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/144515.602:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/144515.602:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/192337.391:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/192337.394:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/192337.394:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/192337.394:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0730/192337.394:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0731/111431.824:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0731/111431.846:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0731/111431.846:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0731/111431.846:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0731/111431.847:ERROR:crash_report_database_win.cc(469)] failed to stat report
10 changes: 1 addition & 9 deletions rentme/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,7 @@
<body>
<script src="/__/firebase/6.1.1/firebase-app.js"></script>
<script src="/__/firebase/6.1.1/firebase-auth.js"></script>
<!-- landing js -->
<!-- jQuery and Bootstrap -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Plugins JS -->
<script src="js/owl.carousel.min.js"></script>
<!-- Custom JS -->
<script src="js/script.js"></script>
<!-- end landing js -->

<script>
window.fbAsyncInit = function() {
FB.init({
Expand Down
7 changes: 0 additions & 7 deletions rentme/public/js/bootstrap.bundle.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions rentme/public/js/jquery-3.2.1.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions rentme/public/js/owl.carousel.min.js

This file was deleted.

112 changes: 0 additions & 112 deletions rentme/public/js/script.js

This file was deleted.

5 changes: 2 additions & 3 deletions rentme/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { LastLocationProvider } from "react-router-last-location";
import Login from "./components/Login";
import ManagerLogin from "./components/ManagerLogin";
import { ManagerCard, ManagerDash } from "./components/propertyOwner/manager";
import LandingPage from './components/LandingPage'

import MenuAppBar from "./components/MenuAppBar";
import {
PropertyDash,
Expand Down Expand Up @@ -44,8 +44,7 @@ const App = () => (
<LastLocationProvider>
<>
<MenuAppBar />
{/* Landing Page/Marketing Page */}
<Route exact path={ROUTES.LANDINGPAGE} component={LandingPage}/>

{/* Authentication/Account Related */}
<Route exact path={ROUTES.LOGIN} component={Login} />
<Route exact path={ROUTES.RENTER_SIGNUP} component={RenterSignUp} />
Expand Down
7 changes: 0 additions & 7 deletions rentme/src/components/LandingPage/css/bootstrap.min.css

This file was deleted.

223 changes: 0 additions & 223 deletions rentme/src/components/LandingPage/css/owl.carousel.min.css

This file was deleted.

Loading

0 comments on commit 93320ad

Please sign in to comment.