diff --git a/src/pages/badges/github-badges.module.css b/src/pages/badges/github-badges.module.css
index e0a87a74..d1dcb4ee 100644
--- a/src/pages/badges/github-badges.module.css
+++ b/src/pages/badges/github-badges.module.css
@@ -1013,7 +1013,7 @@ table tr:last-child td:last-child {
}
.certCard:hover .certBadge img {
- transform: rotate(8deg) scale(1.08);
+ transform: scale(1.08);
filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}
@@ -1476,7 +1476,7 @@ table tr:last-child td:last-child {
}
.achievementsTable .levelImages img:hover {
- transform: scale(1.2) rotate(8deg);
+ transform: scale(1.2);
box-shadow:
0 6px 16px rgba(0, 0, 0, 0.15),
0 3px 8px rgba(0, 0, 0, 0.1);
diff --git a/src/pages/badges/github-badges.tsx b/src/pages/badges/github-badges.tsx
index edac5b24..1c9f98e3 100644
--- a/src/pages/badges/github-badges.tsx
+++ b/src/pages/badges/github-badges.tsx
@@ -254,7 +254,7 @@ const GithubBadgesContent = (): React.ReactElement => {
src="https://github.githubassets.com/images/modules/profile/achievements/starstruck-default.png"
alt="Starstruck"
className={styles.badgeImgSmall}
- whileHover={{ scale: 1.13, rotate: -6 }}
+ whileHover={{ scale: 1.13}}
transition={{ type: "spring", stiffness: 300 }}
/>
@@ -322,18 +322,16 @@ const GithubBadgesContent = (): React.ReactElement => {
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
- transition={{ duration: 0.5, delay: 0.1 }}
- whileHover={{
- scale: 1.02,
- boxShadow: "0 4px 20px rgba(0,0,0,0.07)",
- }}
+ transition={{ duration: 0.5, delay: 0.05 }}
+ whileHover={{ scale: 1.02 }}
+ style={{ boxShadow: "0 4px 20px rgba(0,0,0,0.07)" }}
>
|
@@ -345,13 +343,18 @@ const GithubBadgesContent = (): React.ReactElement => {
opening you will unlock this badge
-
- Level: Default
+
+
+ Level: Default
+
+

+
Needed: 1
|
@@ -361,18 +364,16 @@ const GithubBadgesContent = (): React.ReactElement => {
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
- transition={{ duration: 0.5, delay: 0.15 }}
- whileHover={{
- scale: 1.02,
- boxShadow: "0 4px 20px rgba(0,0,0,0.07)",
- }}
+ transition={{ duration: 0.5, delay: 0.05 }}
+ whileHover={{ scale: 1.02 }}
+ style={{ boxShadow: "0 4px 20px rgba(0,0,0,0.07)" }}
>
|
@@ -402,35 +403,38 @@ const GithubBadgesContent = (): React.ReactElement => {
- Needed: 1, 10, 24, 48
-
-
+
+
+ Levels: Default, Bronze, Silver, Gold
+
+
- Levels: Default, Bronze, Silver, Gold
+ Needed: 1, 10, 24, 48
+
|
{/* Pull Shark */}
@@ -438,18 +442,16 @@ const GithubBadgesContent = (): React.ReactElement => {
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
- transition={{ duration: 0.5, delay: 0.2 }}
- whileHover={{
- scale: 1.02,
- boxShadow: "0 4px 20px rgba(0,0,0,0.07)",
- }}
+ transition={{ duration: 0.5, delay: 0.05 }}
+ whileHover={{ scale: 1.02 }}
+ style={{ boxShadow: "0 4px 20px rgba(0,0,0,0.07)" }}
>
|
@@ -476,35 +478,38 @@ const GithubBadgesContent = (): React.ReactElement => {
- Needed: 2, 16, 128, 1024
-
-
+
+
+ Levels: Default, Bronze, Silver, Gold
+
+
- Levels: Default, Bronze, Silver, Gold
+ Needed: 2, 16, 128, 1024
+
|
{/* Galaxy Brain */}
@@ -512,18 +517,16 @@ const GithubBadgesContent = (): React.ReactElement => {
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
- transition={{ duration: 0.5, delay: 0.25 }}
- whileHover={{
- scale: 1.02,
- boxShadow: "0 4px 20px rgba(0,0,0,0.07)",
- }}
+ transition={{ duration: 0.5, delay: 0.05 }}
+ whileHover={{ scale: 1.02 }}
+ style={{ boxShadow: "0 4px 20px rgba(0,0,0,0.07)" }}
>
|
@@ -550,35 +553,38 @@ const GithubBadgesContent = (): React.ReactElement => {
- Needed: 2, 8, 16, 32
-
-
+
+
+ Levels: Default, Bronze, Silver, Gold
+
+
- Levels: Default, Bronze, Silver, Gold
+ Needed: 2, 8, 16, 32
+
|
{/* YOLO */}
@@ -586,18 +592,16 @@ const GithubBadgesContent = (): React.ReactElement => {
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
- transition={{ duration: 0.5, delay: 0.3 }}
- whileHover={{
- scale: 1.02,
- boxShadow: "0 4px 20px rgba(0,0,0,0.07)",
- }}
+ transition={{ duration: 0.5, delay: 0.05 }}
+ whileHover={{ scale: 1.02 }}
+ style={{ boxShadow: "0 4px 20px rgba(0,0,0,0.07)" }}
>
|
@@ -623,14 +627,16 @@ const GithubBadgesContent = (): React.ReactElement => {
-
+
Level: Default
- 
+
+ 
+
Needed: 1
|
@@ -640,18 +646,16 @@ const GithubBadgesContent = (): React.ReactElement => {
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
- transition={{ duration: 0.5, delay: 0.35 }}
- whileHover={{
- scale: 1.02,
- boxShadow: "0 4px 20px rgba(0,0,0,0.07)",
- }}
+ transition={{ duration: 0.5, delay: 0.05 }}
+ whileHover={{ scale: 1.02 }}
+ style={{ boxShadow: "0 4px 20px rgba(0,0,0,0.07)" }}
>
|
@@ -676,14 +680,16 @@ const GithubBadgesContent = (): React.ReactElement => {
-
+
Level: Default
- 
+
+ 
+
Needed: 1
|