Skip to content

Commit

Permalink
feat: add side project of Eduard Ortegón
Browse files Browse the repository at this point in the history
  • Loading branch information
jagcruz committed Oct 18, 2024
1 parent 08311eb commit 50263a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/BubbleAvatar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const { imageSrc, altText, linkedinLink, githubLink, webLink } = Astro.props;
external
hideLabel
link={webLink}
label="Web"
label="Demo"
icon="socials/website"
shadow="green"
bgColor="var(--cinnabar-color)"
Expand Down Expand Up @@ -82,7 +82,7 @@ const { imageSrc, altText, linkedinLink, githubLink, webLink } = Astro.props;

.avatar-volunteer {
border-radius: 100%;
border: 1px solid var(--spring-green-color);
border: 2px solid var(--spring-green-color);
}

.buttons-volunteer {
Expand Down
24 changes: 9 additions & 15 deletions src/pages/proyectos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import Layout from '@layouts/Layout.astro';
<LinkButton label="GitHub" link="https://github.com/anarangel/anarangel.github.io" icon="socials/github" external />
</ProjectCard>
</div>

<div class="projects-container">
<div class="right">
<div class="curve-right">
Expand Down Expand Up @@ -89,22 +90,15 @@ import Layout from '@layouts/Layout.astro';
/>
<LinkButton label="GitHub" link="https://github.com/UXCorpRangel/portfolios-dev" icon="socials/github" external />
</ProjectCard>
{
/* <div class="volunteer">
<BubbleAvatar
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
/>
<div class="volunteer">
<BubbleAvatar
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
imageSrc="/assets/images/volunteers/eduard-ortegon.webp"
altText="Eduard Ortegón"
linkedinLink="https://www.linkedin.com/in/eduardortegon"
webLink="https://edu980-8.github.io/Portfolio_with_UX_UI_Design"
githubLink="https://github.com/Edu980-8/Portfolio_with_UX_UI_Design"
/>
</div> */
}
</div>
</div>
</div>
<div class="right">
Expand Down Expand Up @@ -187,7 +181,7 @@ import Layout from '@layouts/Layout.astro';

.line {
width: 8px;
height: 1250px;
height: 1470px;
position: absolute;
background-color: var(--spring-green-color);
z-index: -1;
Expand Down

0 comments on commit 50263a4

Please sign in to comment.