From 9e11f32b65f21ebf325f5b088deae957a2933e4d Mon Sep 17 00:00:00 2001 From: frits000000 <45283950+frits000000@users.noreply.github.com> Date: Wed, 25 Nov 2020 09:02:59 +0100 Subject: [PATCH] react native --- .../src/Components/Header/Header.js | 5 +- .../src/Components/Pages/Contact/Contact.css | 14 +++++ .../src/Components/Pages/Contact/Contact.js | 56 +++++++++++++++++++ .../src/Components/Pages/Home/HomePage.css | 4 ++ .../src/Components/Routing/Router.js | 2 + ReactJS/alfaprentice/src/Components/index.js | 2 + 6 files changed, 79 insertions(+), 4 deletions(-) create mode 100644 ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.css create mode 100644 ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.js diff --git a/ReactJS/alfaprentice/src/Components/Header/Header.js b/ReactJS/alfaprentice/src/Components/Header/Header.js index a47b7c8..4b5704b 100644 --- a/ReactJS/alfaprentice/src/Components/Header/Header.js +++ b/ReactJS/alfaprentice/src/Components/Header/Header.js @@ -42,7 +42,7 @@ class Header extends React.Component { Home
- Contact + Contact
this.handleClick() }>Login @@ -66,9 +66,6 @@ class Header extends React.Component {
- - - ) diff --git a/ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.css b/ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.css new file mode 100644 index 0000000..e25cfb8 --- /dev/null +++ b/ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.css @@ -0,0 +1,14 @@ +.AP-input{ + width: 100%; + border: 1px solid #DE0000; + padding: 10px; + border-radius: 5px; +} + +.AP-textarea{ + width: 100%; + border: 1px solid #DE0000; + min-height: 200px; + padding: 10px; + border-radius: 5px; +} \ No newline at end of file diff --git a/ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.js b/ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.js new file mode 100644 index 0000000..cd3e487 --- /dev/null +++ b/ReactJS/alfaprentice/src/Components/Pages/Contact/Contact.js @@ -0,0 +1,56 @@ +//Modules +import React from 'react'; + +//Style +import "./Contact.css"; + +//Components +import { + BrowserRouter as Router, + Switch, + Route, + Link + } from "react-router-dom"; +import { + HeroOne, + CTA, + } from "../../"; + +class ContactPage extends React.Component { + render() { + return( +
+ +
+
+
+

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +

+
+
+
+
+
+ +
+
+ +
+
+ +
+
+