Compare commits

...

2 Commits

3 changed files with 472 additions and 486 deletions

934
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,10 +13,10 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.9",
"@resvg/resvg-js": "^2.6.2", "@resvg/resvg-js": "^2.6.2",
"astro": "^4.15.6", "astro": "^4.16.5",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"lodash.kebabcase": "^4.1.1", "lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@ -27,8 +27,8 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^3.6.2", "@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.2",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/lodash.kebabcase": "^4.1.9", "@types/lodash.kebabcase": "^4.1.9",
@ -45,4 +45,4 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"typescript-eslint": "^8.5.0" "typescript-eslint": "^8.5.0"
} }
} }

View File

@ -43,12 +43,12 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<p> <p>
My name is Ignacio, and I'm a Quality Assurance Automation Engineer with My name is Ignacio, and I'm a Quality Assurance Automation Engineer with
an avid interest for technology. When I am not occupied ensuring an avid interest for technology. When I am not working to ensure
top-notch standards in software quality, you can find me messing around top-notch standards in software quality, you can find me messing around
with my 3D printer, enjoying the perfect cup of coffee, or getting with my 3D printer, enjoying the perfect cup of coffee, or getting
absorbed into historical novels and captivating sci-fi tales. Besides my absorbed into historical novels and sci-fi tales. Besides my
tech-focused interests, I adore relaxing with a game of Pickleball or tech-focused interests, I like to decompress from work with a game of
Padel, and I treasure spending sunny days on the beach. Pickleball or Padel. I love to spend time at the beach.
</p> </p>
<p> <p>
Join me as I expand my knowledge of QA. Join me as I expand my knowledge of QA.
@ -157,4 +157,8 @@ const socialCount = SOCIALS.filter(social => social.active).length;
.all-posts-btn-wrapper { .all-posts-btn-wrapper {
@apply my-8 text-center; @apply my-8 text-center;
} }
/* ===== Paragraph ===== */
p {
text-align: justify;
}
</style> </style>