This commit is contained in:
Tben 2022-06-03 21:13:54 +01:00
parent e3768e06f5
commit cb7af35bdc
5 changed files with 8 additions and 9 deletions

View File

@ -46,7 +46,6 @@ const GeneralLayout = ({ children, pageName }) => {
gsap.to("#main-content-wrapper", { gsap.to("#main-content-wrapper", {
opacity: 1, opacity: 1,
duration: 2, duration: 2,
delay: 1
}) })
// gsap.to("#page-loader", { // gsap.to("#page-loader", {

View File

@ -12,9 +12,9 @@ const about = () => {
<title>About Me</title> <title>About Me</title>
<meta name="description" content="Ben of all trade, master of all! Learn more about me" /> <meta name="description" content="Ben of all trade, master of all! Learn more about me" />
</Head> </Head>
<h1><TextShuffler textInput="Ben of all trade, master of all!" delay={ 1000 } /></h1> <h1><TextShuffler textInput="Ben of all trade, master of all!" delay={ 500 } /></h1>
<span className='hero-sub-text'> <span className='hero-sub-text'>
<TextShuffler textInput="Quick learner, adaptable, problem solver, curious. I strive to know the system, rather than the status quo. There's no problem too great: no knowledge too vast: no logic too complex. I thrive in difficult situations and complex problems: problem solving is now second nature to me: if you can think it, it can be done." delay={ 1500 } /> <TextShuffler textInput="Quick learner, adaptable, problem solver, curious. I strive to know the system, rather than the status quo. There's no problem too great: no knowledge too vast: no logic too complex. I thrive in difficult situations and complex problems: problem solving is now second nature to me: if you can think it, it can be done." delay={ 1000 } />
</span> </span>
<div className='w-full h-6'></div> <div className='w-full h-6'></div>

View File

@ -16,9 +16,9 @@ const contact = () => {
<meta name="description" content="Get in touch" /> <meta name="description" content="Get in touch" />
</Head> </Head>
<h1><TextShuffler textInput="Great things await ..." delay={ 1000 } /></h1> <h1><TextShuffler textInput="Great things await ..." delay={ 500 } /></h1>
<span className='hero-sub-text'> <span className='hero-sub-text'>
<TextShuffler textInput="Let's talk" delay={ 1500 } /> <TextShuffler textInput="Let's talk" delay={ 1000 } />
</span> </span>
<form autoComplete='on' onSubmit={ (e) => { submitContactForm(e, setSuccess) } }> <form autoComplete='on' onSubmit={ (e) => { submitContactForm(e, setSuccess) } }>

View File

@ -12,9 +12,9 @@ const index = () => {
<title>Benjamin Toby | Fullstack developer, UI UX designer</title> <title>Benjamin Toby | Fullstack developer, UI UX designer</title>
<meta name="description" content="UI/UX designer, Full Stack Web Developer, Web/graphic/motion designer, React Developer, Next JS developer, Node JS developer, Javascript Developer, Linux Ubuntu, DevOps, Nginx, MySQL developer, Freelancer" /> <meta name="description" content="UI/UX designer, Full Stack Web Developer, Web/graphic/motion designer, React Developer, Next JS developer, Node JS developer, Javascript Developer, Linux Ubuntu, DevOps, Nginx, MySQL developer, Freelancer" />
</Head> </Head>
<h1><TextShuffler textInput="UI/UX designer, Full Stack Web Developer, Web/graphic/motion designer" delay={ 1000 } /></h1> <h1><TextShuffler textInput="UI/UX designer, Full Stack Web Developer, Web/graphic/motion designer" delay={ 500 } /></h1>
<span className='hero-sub-text'> <span className='hero-sub-text'>
<TextShuffler textInput="Hi, I'm Benjamin Toby, a fullstack web developer and UI/UX expert." delay={ 2000 } /> <TextShuffler textInput="Hi, I'm Benjamin Toby, a fullstack web developer and UI/UX expert." delay={ 1000 } />
</span> </span>
<div className="hero-ctas-section"> <div className="hero-ctas-section">
<a href='/documents/Benjamin_Toby_CV-updated.pdf' download={ true }>See my resume</a> <a href='/documents/Benjamin_Toby_CV-updated.pdf' download={ true }>See my resume</a>

View File

@ -14,9 +14,9 @@ const myWork = () => {
<title>My Work | Tben</title> <title>My Work | Tben</title>
<meta name="description" content="Some of my Work" /> <meta name="description" content="Some of my Work" />
</Head> </Head>
<h1><TextShuffler textInput="My Work" delay={ 1000 } /></h1> <h1><TextShuffler textInput="My Work" delay={ 500 } /></h1>
<span className='hero-sub-text'> <span className='hero-sub-text'>
<TextShuffler textInput="Some of my work ..." delay={ 1500 } /> <TextShuffler textInput="Some of my work ..." delay={ 1000 } />
</span> </span>
<div className='portfolio-entries-block mt-4'> <div className='portfolio-entries-block mt-4'>