Skip to content

Commit

Permalink
[add] improving text and removing unnecesary projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Hctor11 committed Mar 11, 2024
1 parent fe5c626 commit 77caea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/components/AboutMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const AboutMe = () => {
<div className="content">
<Paragraph
isTitle={false}
content="I was born in 2005 in the city of Acajutla in Sonsonate, El Salvador. My work philosophy consists of creating useful tools for people, making design a part of functionality and functionality a part of the experience. Learning in the process is indispensable."
content="Born in 2005 in El Salvador. My work philosophy consists of creating useful tools for people, making design a part of functionality and functionality a part of the experience."
/>
<Paragraph
isTitle={true}
Expand All @@ -23,7 +23,7 @@ const AboutMe = () => {
delay={0.3}
duration={0.7}
title="Currently"
content="I am currently in my first year of university in Software Development at the Universidad Católica de El Salvador, Santa Ana."
content="I am currently in my first year of college in Software Development Engineering at Universidad Católica de El Salvador, Santa Ana."
/>
</div>
</Title>
Expand Down
2 changes: 1 addition & 1 deletion src/util/Paragraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Paragraph = ({ isTitle, title, content, duration = 0.5, delay = 0.2}: pTex
)}
<div className="overflow-hidden">
<motion.p
className="text-wrap mr-10 text-zinc-500 dark:text-zinc-400"
className="text-wrap text-sm mr-10 text-zinc-500 dark:text-zinc-400"
initial={{ y: "-200%" }}
animate={{ y: 0 }}
transition={{
Expand Down
17 changes: 0 additions & 17 deletions src/util/Projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,6 @@ export const allCodeProjects:codeProject[] = [
image: reactres.src,
link: "https://hctor11.github.io/react-resources/"
},
{
title: 'Sputnik',
subtitle: 'Posters for the Sputnik Spatial Mission',
description: 'Behance project about Sputnik, using Blender for the model and Photoshop to make the graphic design.',
stack: [
{
path: ps.src,
name: "Photoshop"
},
{
path: blender.src,
name: "Blender"
}
],
image: sputnik.src,
link: "https://www.behance.net/gallery/174574421/Sputnik"
},
{
title: 'Mini-Translator',
subtitle: 'Translator web app',
Expand Down

0 comments on commit 77caea1

Please sign in to comment.