Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLenoX committed Nov 18, 2023
1 parent cd72439 commit 44bd7e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://masterlenox.github.io/jteweb-blog",
"homepage": "https://masterlenox.github.io/jte-web-portfolio",
"name": "jte-web-portfolio",
"version": "0.1.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Home = () => {
const [text, setText] = useState('');
const [delta, setDelta] = useState(300 - Math.random() * 100);
const [index, setIndex] = useState(1);
const toRotate = ["Web Developer", "Graphic Designer", "Web Designer", "Programmer", "Web/Software QA Tester"];
const toRotate = ["Junior Web Developer", "Graphic Designer", "Junior Web Designer", "Junior Programmer", "Software QA Tester"];
const period = 2000;

useEffect(() => {
Expand Down Expand Up @@ -69,7 +69,7 @@ const Home = () => {
<h1 className='text-4xl sm:text-7xl font-bold text-white'>My Name is <span className='text-4xl sm:text-7xl font-bold text-blue-500'> Leon James Emperado</span></h1>
<br />
<h4 className='text-2xl sm:text-2xl font-bold text-gray-400'>
{` I'm Junior `} <span className='wrap text-blue-300'> {text} </span>
{` I'm `} <span className='wrap text-blue-300'> {text} </span>
</h4>
<p className='text-gray-200 text-lg py-4 max-w-md'>
I am a qualified and professional
Expand Down

0 comments on commit 44bd7e5

Please sign in to comment.