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