From a6f889de46ac1841cbf0bd0cdb31779d5a819d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Tue, 30 Mar 2021 06:16:55 -0400 Subject: [PATCH] Reverted the file. --- src/App.js | 21 +++++++- src/homePage/Homepage.css | 62 ---------------------- src/homePage/Homepage.js | 107 -------------------------------------- 3 files changed, 19 insertions(+), 171 deletions(-) delete mode 100644 src/homePage/Homepage.css delete mode 100644 src/homePage/Homepage.js diff --git a/src/App.js b/src/App.js index 010fc5b..7cc58df 100644 --- a/src/App.js +++ b/src/App.js @@ -1,11 +1,28 @@ import { Component } from "react"; -import Homepage from './homePage/Homepage' class App extends Component { render() { return (
- +
+

Kene's Cribs

+

Real Website loading.......

+
+
+

hello everyone

+ + + + +
); } diff --git a/src/homePage/Homepage.css b/src/homePage/Homepage.css deleted file mode 100644 index 2d082b7..0000000 --- a/src/homePage/Homepage.css +++ /dev/null @@ -1,62 +0,0 @@ -.colored-section { - background-color: #ffe609; - color: #000000; - white-space: nowrap; -} - -.white-section { - background-color: #ffffff; -} - -#title .container-fluid { - padding: 4% 34% 6%; - text-align: left; - font-family: "Georgia"; -} - -.housesIntro{ - padding: 4% 5%; -} - -.contactIntro{ - padding-left: 30%; - padding-right: 30%; - padding-bottom: 80px; -} - -.carouselSection { - margin: 2% 8%; -} - -.headerImg{ - width: 2000px; - height: 600px; -} - -.heading-1{ - padding-left: 40%; - padding-top: 10%; - padding-bottom: 20px; -} - -.formhelper{ - padding-bottom: 15px; -} - -.button-1 { - background-color: rgb(0, 0, 0); - border-color: transparent; - color: #ffffff; - font-size: 20px; -} - -.button-1:hover { - background-color: rgb(92, 92, 92); - color: #ffffff; - border-color: transparent; -} - -.buttonhelper { - padding-left: 45%; - padding-top: 15px; -} \ No newline at end of file diff --git a/src/homePage/Homepage.js b/src/homePage/Homepage.js deleted file mode 100644 index f95a614..0000000 --- a/src/homePage/Homepage.js +++ /dev/null @@ -1,107 +0,0 @@ -import { Component } from "react"; -import './Homepage.css'; -import house1 from '../images/house1.jpg'; -import house2 from '../images/house2.jpg'; -import house3 from '../images/house3.jpg'; -import Carousel from 'react-bootstrap/Carousel' - -class Homepage extends Component { - constructor(props) { - super(props); - this.state = { - firstname: '', - lastname: '', - email: '', - message: '' - } - } - - render() { - return ( -
-
-
-
-
-

YOU ARE NOT BUYING A HOUSE,

-

YOU ARE BUYING A LIFESTYLE.

-
-
-
-
-
-
- - - First House - - - Second House - - - - Third House - - - -
-
-
-
-
-

Contact Us

-
-
-
- -
-
- -
-
-
- -
-
-