chore: changed the delay and the title of the websit.

This commit is contained in:
2022-05-25 18:01:09 +01:00
parent ca3d3a5088
commit a5b8a6a3e0
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title> <title>John Costa</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -19,7 +19,7 @@ import Projects from '../sections/Projects';
// Component // Component
//============================================================ //============================================================
const DELAY = 0; const DELAY = 750;
const FrontPage = () => { const FrontPage = () => {
return ( return (

View File

@ -65,7 +65,8 @@ const Projects = () => {
liveUrl="https://johncosta27.github.io/Snake/" liveUrl="https://johncosta27.github.io/Snake/"
> >
<p className="text-xl text-snow-storm-100"> <p className="text-xl text-snow-storm-100">
My first big project. A classic snake game that adapts to the screen size you are on. My first big project. A classic snake game that adapts to the
screen size you are on.
</p> </p>
</ProjectCard> </ProjectCard>
</div> </div>