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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>John Costa</title>
</head>
<body>
<div id="root"></div>

View File

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

View File

@ -65,9 +65,10 @@ const Projects = () => {
liveUrl="https://johncosta27.github.io/Snake/"
>
<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>
</ProjectCard>
</ProjectCard>
</div>
</div>
</div>