From 65b33dd0ef8dba17be8481775a1a185bf507c994 Mon Sep 17 00:00:00 2001 From: totok30 <91183674+totok30@users.noreply.github.com> Date: Wed, 22 Sep 2021 15:49:31 +0700 Subject: [PATCH] initial commit --- src/components/About.jsx | 14 ++------------ src/components/Contact.jsx | 14 ++------------ src/components/Footer.jsx | 8 +++----- src/components/Home.jsx | 14 ++------------ src/components/Navigation.jsx | 30 ++---------------------------- 5 files changed, 11 insertions(+), 69 deletions(-) diff --git a/src/components/About.jsx b/src/components/About.jsx index eb5c295..820dbc1 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -6,20 +6,10 @@ function About() {
- +
-

About

-

- 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. -

+

about

diff --git a/src/components/Contact.jsx b/src/components/Contact.jsx index b274248..14bf11a 100644 --- a/src/components/Contact.jsx +++ b/src/components/Contact.jsx @@ -6,20 +6,10 @@ function Contact() {
- +
-

Contact

-

- 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. -

+

contact

diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 3fab5b4..88524ac 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -2,12 +2,10 @@ import React from "react"; function Footer() { return ( -
-