chore: changed the delay and the title of the websit.
This commit is contained in:
@ -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>
|
||||
|
@ -19,7 +19,7 @@ import Projects from '../sections/Projects';
|
||||
// Component
|
||||
//============================================================
|
||||
|
||||
const DELAY = 0;
|
||||
const DELAY = 750;
|
||||
|
||||
const FrontPage = () => {
|
||||
return (
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user