Compare commits

..

No commits in common. "e9a09f58b93f746b4814e327d79f2355974ec19e" and "3bcf12b5e73132f9fbcbf3ff08e0000d95a47905" have entirely different histories.

3 changed files with 486 additions and 472 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.4", "@astrojs/check": "^0.9.3",
"@astrojs/rss": "^4.0.9", "@astrojs/rss": "^4.0.7",
"@resvg/resvg-js": "^2.6.2", "@resvg/resvg-js": "^2.6.2",
"astro": "^4.16.5", "astro": "^4.15.6",
"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.2.1", "@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.2", "@astrojs/tailwind": "^5.1.0",
"@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 working to ensure an avid interest for technology. When I am not occupied ensuring
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 sci-fi tales. Besides my absorbed into historical novels and captivating sci-fi tales. Besides my
tech-focused interests, I like to decompress from work with a game of tech-focused interests, I adore relaxing with a game of Pickleball or
Pickleball or Padel. I love to spend time at the beach. Padel, and I treasure spending sunny days on 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,8 +157,4 @@ 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>