-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4b14ee
commit 3bcc687
Showing
31 changed files
with
686 additions
and
1,275 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.contentError { | ||
display: table; | ||
background-color: rgba(255, 255, 255, 0.95); | ||
margin-top: 7rem; | ||
margin-bottom: 2rem; | ||
margin-left: 5vw; | ||
height: 70vh; | ||
width: 90vw; | ||
min-height: 50%; | ||
max-height: 100%; | ||
border-bottom-right-radius: 80px; | ||
border-style: solid; | ||
border-color: rgba(0, 0, 0, 0.3); | ||
} | ||
|
||
.contentError h1{ | ||
display:inline-flexbox; | ||
margin-top: 2rem; | ||
font-size: 5rem; | ||
color: rgba(2, 2, 2, 0.719); | ||
text-align: center; | ||
font-family:serif; | ||
/* font-family: 'Times New Roman', Times, serif; */ | ||
font-weight: 600; | ||
} | ||
|
||
.contentError p:nth-child(2) { | ||
display:inline-flexbox; | ||
margin-top: 2rem; | ||
font-size: 1.5rem; | ||
color: rgba(0, 0, 0, 0.719); | ||
text-align: center; | ||
/* font-family: 'Times New Roman', Times, serif; */ | ||
font-family:monospace; | ||
} | ||
|
||
.contentError p:nth-child(3) { | ||
display:inline-flexbox; | ||
margin-top: 2rem; | ||
font-size: 2.5rem; | ||
font-weight: 900; | ||
color: rgba(255, 0, 0, 0.719); | ||
text-align: center; | ||
font-family:monospace; | ||
} | ||
|
||
.contentError p:nth-child(4) { | ||
display:inline-flexbox; | ||
margin-top: 2rem; | ||
font-size: 1.5rem; | ||
color: rgba(0, 0, 0, 0.719); | ||
text-align: center; | ||
font-family:monospace; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
import { useRouteError } from "react-router-dom"; | ||
import './ErrorPage.css' | ||
|
||
export default function ErrorPage() { | ||
const error = useRouteError(); | ||
console.error(error); | ||
|
||
return ( | ||
<div id="error-page"> | ||
<h1>Oops!</h1> | ||
<div className='contentError' id="error-page"> | ||
<h1>Oops...!<span className="line3"></span></h1> | ||
<p>Sorry, an unexpected error has occurred.</p> | ||
<p> | ||
<i>{error.statusText || error.message}</i> | ||
<p> <span className="errorwarn"><strong>Error:</strong> | ||
<i> {error.statusText || error.message}</i></span> | ||
</p> | ||
<p>Please click on Home at top to direct to the right page.</p> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.contactContent { | ||
display: table; | ||
/* background-color: rgb(255, 255, 255); */ | ||
/* background-image: linear-gradient(rgb(255, 255, 255), rgb(221, 221, 221)); */ | ||
/* background: url('./images/baby.png') no-repeat; | ||
background-size: 15%; */ | ||
background-color: rgba(255, 255, 255, 0.938); | ||
height: 15vh; | ||
width: 100%; | ||
min-height: 50%; | ||
max-height: 100%; | ||
/* border-bottom-right-radius: 80px; */ | ||
border-style:dotted; | ||
border-color: rgb(0, 0, 0); | ||
} | ||
|
||
.contactContent h2 { | ||
text-align: center; | ||
padding: 1rem; | ||
} | ||
|
||
.contactIcons { | ||
display: flex; | ||
justify-content: space-around; | ||
text-align: center; | ||
padding: 1rem; | ||
font-size: 4rem; | ||
} | ||
|
||
.contactIcons a { | ||
color: rgba(0, 0, 0, 0.897) | ||
} | ||
|
||
.contactIcons a:hover { | ||
color: rgba(179, 179, 179, 0.486); | ||
} | ||
|
||
img { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React from 'react' | ||
import './Contact.css' | ||
import {FaInstagram, FaTwitterSquare, FaFacebookSquare} from 'react-icons/fa' | ||
|
||
function Contact() { | ||
return ( | ||
<div className='contactContent'> | ||
<h2>Follow Us<span className='line'></span></h2> | ||
<div className='contactIcons'> | ||
<a href='https://www.instagram.com/earlysteps_daycare/'>< FaInstagram /></a> | ||
<a href='https://x.com/earlystepsdcare?s=11&t=XgxLi9cN0VBRn9seAql5Yg'>< FaTwitterSquare/></a> | ||
<a href='https://www.facebook.com/profile.php?id=100095376022429'>< FaFacebookSquare/></a> | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
export default Contact |
Oops, something went wrong.