Skip to content

Commit

Permalink
[FEAT] Modified texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fisayomiii committed Jan 9, 2024
1 parent aeef0ec commit c363a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ function About() {
<span className="blast" aria-hidden="true" > ?</span>
</h2>
<motion.p >
Hello! I'm <span className='portfolio_link'>Fisayomi </span>, a <span className='portfolio_link'>Frontend developer</span> based in Lagos, Nigeria. My passion lies in creating user-friendly interfaces that enhance the overall user experience. I am driven by the desire to work collaboratively with like-minded developers and designers who share my vision for creating seamless and intuitive digital experiences.
Hello! I'm <span className='portfolio_link'>Fisayomi </span>, a <span className='portfolio_link'>Frontend developer</span> based in Lagos, Nigeria. My passion lies in designing user-friendly interfaces that enhance the overall user experience. I am driven by the desire to work collaboratively with like-minded developers and designers who share my vision for creating seamless digital experiences.
</motion.p>

<br />
<p className="fadeIn">Having honed my skills in frontend development, I am constantly seeking opportunities to learn and grow from talented individuals who can broaden my knowledge and expertise. Working in a team environment allows me to gain insights from different perspectives, fostering creativity and innovation.</p>

<br />
<p className="fadeIn">
In addition to my development work, I enjoy sharing my thoughts and experiences with the tech community. You can find me writing on <a href="http://dev.to/fisayomi" className='portfolio_link' target="_blank" rel="noopener noreferrer">Dev.to </a>, I mainly write about the problems I encounter when coding and how i was able to fix them
In addition to my development work, I am a <span className='portfolio_link'>Video editor</span> and a <span className='portfolio_link'>Digital Marketer</span>. I am passionate about creating visually compelling content that not only captures attention but also delivers a meaningful message. My video editing skills allow me to bring ideas to life, weaving together visuals and sound to tell stories that resonate with audiences.
</p>
</motion.div>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Intro/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Intro() {
</motion.p>

<motion.div initial="hidden" animate="visible" variants={variant3}>
<Typewriter options={{ strings: ['Frontend Developer.', 'Prompt Explorer.', 'Teenager' , 'I write too..'], autoStart: true, loop: true, }} />
<Typewriter options={{ strings: ['Frontend Developer.', 'Video Editor', 'Teenager'], autoStart: true, loop: true, }} />
</motion.div>
</h1><br />

Expand Down

0 comments on commit c363a5c

Please sign in to comment.