diff --git a/public/assets/Резюме Степанов Платон.pdf b/public/assets/Резюме Степанов Платон.pdf new file mode 100644 index 0000000..7ef99bf Binary files /dev/null and b/public/assets/Резюме Степанов Платон.pdf differ diff --git a/src/components/sidebar/profile.astro b/src/components/sidebar/profile.astro index de24ae4..9ae820c 100644 --- a/src/components/sidebar/profile.astro +++ b/src/components/sidebar/profile.astro @@ -40,24 +40,57 @@ const id = `profile-${side}`;
{profileConfig.bio}
- {profileConfig.links.length > 1 && profileConfig.links.map(item => - - {item.rawIcon ? ( - - ) : ( - - )} - + {profileConfig.links.length > 1 && profileConfig.links.map((item, index) => + item.copy ? ( + + ) : ( + + {item.rawIcon ? ( + + ) : ( + + )} + + ) )} - {profileConfig.links.length == 1 && - {profileConfig.links[0].rawIcon ? ( - + {profileConfig.links.length == 1 && ( + profileConfig.links[0].copy ? ( + ) : ( - - )} - {profileConfig.links[0].name} - } + + {profileConfig.links[0].rawIcon ? ( + + ) : ( + + )} + {profileConfig.links[0].name} + + ) + )}
{umamiEnabled && (
@@ -75,6 +108,119 @@ const id = `profile-${side}`; + + {umamiEnabled && (