From 4f44e0f8802b745756c129d6befcdfdf0207430c Mon Sep 17 00:00:00 2001 From: Pablo Moyano Date: Fri, 6 Oct 2023 20:10:26 +0200 Subject: [PATCH] a --- package-lock.json | 22 ++++++++++ package.json | 1 + src/components/Badge.astro | 74 ++++++++++++++++----------------- src/components/HackerText.astro | 2 +- 4 files changed, 59 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93b742a..3f78814 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,7 @@ "lucide-react": "^0.274.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "sass": "^1.69.0", "tailwind-merge": "^1.14.0", "tailwindcss": "^3.3.3", "tailwindcss-animate": "^1.0.7", @@ -2507,6 +2508,11 @@ } ] }, + "node_modules/immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" + }, "node_modules/import-meta-resolve": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.0.0.tgz", @@ -5212,6 +5218,22 @@ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, + "node_modules/sass": { + "version": "1.69.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.0.tgz", + "integrity": "sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==", + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/sax": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", diff --git a/package.json b/package.json index 01eb378..1033842 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "lucide-react": "^0.274.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "sass": "^1.69.0", "tailwind-merge": "^1.14.0", "tailwindcss": "^3.3.3", "tailwindcss-animate": "^1.0.7", diff --git a/src/components/Badge.astro b/src/components/Badge.astro index 093747b..000e703 100644 --- a/src/components/Badge.astro +++ b/src/components/Badge.astro @@ -1,44 +1,42 @@ --- import foscLogo from "../assets/img/fosc-logo-old.png"; import { Image } from "astro:assets"; - --- +
- +
- \ No newline at end of file + animateRotation(); + diff --git a/src/components/HackerText.astro b/src/components/HackerText.astro index ac56c8d..d19f921 100644 --- a/src/components/HackerText.astro +++ b/src/components/HackerText.astro @@ -6,7 +6,7 @@ interface Props { const { text } = Astro.props; --- -

{text}

+

{text}