Skip to content

Commit

Permalink
general / typo error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
IndiJuanso committed Feb 9, 2024
1 parent e986993 commit 1c23b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export interface Props {
}
const { metadata = {} } = Astro.props;
const { language, textDirection } = I18N;
---

Expand Down
4 changes: 1 addition & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
// Libraries
import Layout from '~/layouts/PageLayout.astro';
import { Image } from 'astro:assets';
// import {useLottie } from "lottie-react";
// Components
import Header from '~/components/widgets/Header.astro';
import Hero from '~/components/widgets/Hero.astro';
import Content from '~/components/widgets/Content.astro';
import CallToAction from '~/components/widgets/CallToAction.astro';
import Features3 from '~/components/widgets/Features3.astro';
// import Testimonials from '~/components/widgets/Testimonials.astro';
import Steps from '~/components/widgets/Steps.astro';
// Logo Images
Expand Down Expand Up @@ -152,7 +150,7 @@ const indiciusUrl =
{
title:
'QA Analyst <br /> <span class="font-normal">Pixel2HTML, Remote</span> <br /> <span class="text-sm font-normal">2018 - 2020</span>',
description: `• Spearheaded comprehensive manual and automated testing initiatives as a HA Engineer at Pixel2HTML, ensuring the timely delivery of Vawless front-end development projects.<br/><br/>
description: `• Spearheaded comprehensive manual and automated testing initiatives as a QA Engineer at Pixel2HTML, ensuring the timely delivery of Vawless front-end development projects.<br/><br/>
• Thrived in a fully remote work environment, collaborating seamlessly with teams across different time Oones to maintain eficient communication and work.<br/><br/>
• Validated design concepts rigorously, guaranteeing the feasibility of proposed ideas for swift and seamless development, contributing to on-time project completion.<br/><br/>
• Developed and executed detailed test plans, utilizing both manual and automated testing methodologies to identify and rectify any bugs or inconsistencies in the frontend code, enhancing overall project quality and user experience.<br/><br/>
Expand Down

0 comments on commit 1c23b8f

Please sign in to comment.