Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image URLs in Experience, Projects, and Skills components #4

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sources/experience/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Experience() {
<div className="d-flex js-build-in-trigger position-relative">
<div className="col-1 d-flex flex-column flex-items-center position-relative">
<div className="home-campaign-git-line height-full position-relative z-1 js-build-in-item build-in-scale-top" style={{background: "linear-gradient(transparent, rgb(51, 179, 174), rgb(51, 179, 174), transparent)", transitionDelay: "0ms",}}></div>
<img alt="" aria-hidden="true" width="81" height="612" style={{left: "calc(50% - 2px)", height: "auto", maxWidth: "9vw", transitionDelay: "100ms"}} className="d-none d-md-block position-absolute bottom-4 js-build-in-item build-in-scale-fade" loading="lazy" decoding="async" src="https://github.githubassets.com/assets/git-branch-security-2-f6a799957581.svg"></img>
<img alt="" aria-hidden="true" width="81" height="612" style={{left: "calc(50% - 2px)", height: "auto", maxWidth: "9vw", transitionDelay: "100ms"}} className="d-none d-md-block position-absolute bottom-0 js-build-in-item build-in-scale-fade" loading="lazy" decoding="async" src="https://github.githubassets.com/assets/git-branch-security-2-f6a799957581.svg"></img>
</div>
<div className="col-11 ml-2 ml-md-6">
<div className="river-mktg js-build-in-trigger d-flex gutter gutter-spacious my-5 my-sm-7 my-md-8 position-relative flex-column-reverse flex-md-items-center flex-md-row flex-column pb-4 pb-md-7">
Expand Down
2 changes: 1 addition & 1 deletion src/sources/projects/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Projects() {
<div className="d-flex position-relative">
<div className="col-1 d-flex flex-column flex-items-center position-relative js-build-in-trigger">
<div className="home-campaign-git-line height-full position-relative z-1 js-build-in-item build-in-scale-top" style={{transitionDuration: "1100ms", background: "linear-gradient(transparent, #F778BA, #F778BA, transparent)"}}></div>
<img alt="" aria-hidden="true" width="81" height="612" style={{left: "calc(50% - 2px)", height: "auto", maxWidth: "9vw",}} className="d-none d-md-block position-absolute bottom-4 js-build-in-item build-in-scale-fade" loading="lazy" decoding="async" src="https://github.githubassets.com/assets/git-branch-collaboration-2-e46b1fb1d363.svg"></img>
<img alt="" aria-hidden="true" width="81" height="612" style={{left: "calc(50% - 2px)", height: "auto", maxWidth: "9vw",}} className="d-none d-md-block position-absolute js-build-in-item build-in-scale-fade bottom-0" loading="lazy" decoding="async" src="https://github.githubassets.com/assets/git-branch-collaboration-2-e46b1fb1d363.svg"></img>
</div>
<div className="col-11 ml-2 ml-md-6">
<div className="river-mktg js-build-in-trigger d-flex gutter gutter-spacious my-5 my-sm-7 my-md-8 position-relative flex-column-reverse flex-md-items-center flex-md-row flex-column pb-4 pb-md-7">
Expand Down
2 changes: 1 addition & 1 deletion src/sources/skills/Skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Skills() {
<img alt="" aria-hidden="true" width="584" height="584" className="animation-rotate position-absolute height-auto d-none d-md-block events-none home-shape-rotate" style={{bottom: "-50%", right: "-20%", animationDuration: "300s"}} loading="lazy" decoding="async" src="https://github.githubassets.com/assets/shape-1-c219318e479a.svg"/>
<div className="col-1 d-flex flex-column flex-items-center position-relative">
<div className="home-campaign-git-line height-full position-relative z-1 js-build-in-item build-in-scale-top" style={{transitionDuration: "900ms", background: "linear-gradient(transparent, rgb(63, 185, 80), rgb(63, 185, 80), transparent)", transitionDelay: "0ms",}}></div>
<img alt="" aria-hidden="true" width="81" height="485" style={{left: "calc(50% - 2px)", height: "auto", maxWidth: "9vw", transitionDelay: "100ms",}} className="d-none d-md-block position-absolute bottom-4 js-build-in-item build-in-scale-fade" loading="lazy" decoding="async" src="https://github.githubassets.com/assets/git-branch-productivity-c304b83d09c7.svg"></img>
<img alt="" aria-hidden="true" width="81" height="485" style={{left: "calc(50% - 2px)", height: "auto", maxWidth: "9vw", transitionDelay: "100ms",}} className="d-none d-md-block position-absolute bottom-0 js-build-in-item build-in-scale-fade" loading="lazy" decoding="async" src="https://github.githubassets.com/assets/git-branch-productivity-c304b83d09c7.svg"></img>
</div>
<div className="col-11 ml-2 ml-md-6">
<div className="river-mktg js-build-in-trigger d-flex gutter gutter-spacious my-5 my-sm-7 my-md-8 position-relative flex-column-reverse flex-md-items-center flex-md-row flex-column pb-4 pb-md-7">
Expand Down