Skip to content

Commit

Permalink
feat: update certificates, improve lightbox layout styling
Browse files Browse the repository at this point in the history
  • Loading branch information
acumulus8 committed Aug 14, 2023
1 parent 9e9448e commit 779bd41
Show file tree
Hide file tree
Showing 30 changed files with 338 additions and 170 deletions.
90 changes: 85 additions & 5 deletions app/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,86 @@ <h1 class="page-header__content__h1 page-header__content__h1--about" id="hero__t
<i class="far fa-3x fa-times-circle x"></i>
</div>
<div class="lightbox__img-container">
<img
srcset="
assets/images/Learn-Typescript_Codecademy_1200.jpg 1200w,
assets/images/Learn-Typescript_Codecademy_760.jpg 760w,
assets/images/Learn-Typescript_Codecademy_480.jpg 480w
"
class="lightbox__img-container__image"
alt="Learn TypeScript Course Certificate issued by Codecademy."
/>
<img
srcset="
assets/images/pass_the_technical_interview_certificate_1200.jpg 1200w,
assets/images/pass_the_technical_interview_certificate_760.jpg 760w,
assets/images/pass_the_technical_interview_certificate_480.jpg 480w
"
class="lightbox__img-container__image"
alt="Pass the Technical Interview Course Certificate issued by Codecademy."
/>
<img
srcset="
assets/images/Learn-ReactJS_Codecademy_1200.jpg 1200w,
assets/images/Learn-ReactJS_Codecademy_760.jpg 760w,
assets/images/Learn-ReactJS_Codecademy_480.jpg 480w
"
class="lightbox__img-container__image"
alt="Learn React JS Course Certificate issued by Codecademy."
/>
<img
srcset="
assets/images/Learn-ReactJS-II_Codecademy_1200.jpg 1200w,
assets/images/Learn-ReactJS-II_Codecademy_760.jpg 760w,
assets/images/Learn-ReactJS-II_Codecademy_480.jpg 480w
"
class="lightbox__img-container__image"
alt="Learn React JS 2 Course Certificate issued by Codecademy."
/>
<img
srcset="
assets/images/Learn-NodeJS_Codecademy_1200.jpg 1200w,
assets/images/Learn-NodeJS_Codecademy_760.jpg 760w,
assets/images/Learn-NodeJS_Codecademy_480.jpg 480w
"
class="lightbox__img-container__image"
alt="Learn Node JS Course Certificate issued by Codecademy."
/>
<img
srcset="
assets/images/Learn-JavaScript-Error-Handling_Codecademy_1200.jpg 1200w,
assets/images/Learn-JavaScript-Error-Handling_Codecademy_760.jpg 760w,
assets/images/Learn-JavaScript-Error-Handling_Codecademy_480.jpg 480w
"
class="lightbox__img-container__image"
alt="JavaScript Error Handling Course Certificate issued by Codecademy."
/>
<img
srcset="
assets/images/Google-Analytics-For-Beginners-Certificate_1200.jpg 1200w,
assets/images/Google-Analytics-For-Beginners-Certificate_760.jpg 760w,
assets/images/Google-Analytics-For-Beginners-Certificate_480.jpg 480w
"
class="lightbox__img-container__image"
alt="Google Analytics For Beginners Course certificate issued by Google."
/>
<img
srcset="
assets/images/Redux-saga-with-react-redux-cert_1200.jpg 1200w,
assets/images/Redux-saga-with-react-redux-cert_760.jpg 760w,
assets/images/Redux-saga-with-react-redux-cert_480.jpg 480w
"
class="lightbox__img-container__image"
alt="Redux Saga With React Redux Course certificate issued by Udemy."
/>
<img
srcset="
assets/images/build-web-apps-cert-1200.jpg 1200w,
assets/images/build-web-apps-cert-760.jpg 760w,
assets/images/build-web-apps-cert-480.jpg 480w
"
class="lightbox__img-container__image"
alt="Image of a certificate issued by a course I took."
alt="Build Web Apps Course certificate issued by Codecademy."
/>
<img
srcset="
Expand All @@ -123,7 +195,7 @@ <h1 class="page-header__content__h1 page-header__content__h1--about" id="hero__t
assets/images/build-website-ui-cert-480.jpg 480w
"
class="lightbox__img-container__image"
alt="Image of a certificate issued by a course I took."
alt="Build Website UI Course certificate issued by Codecademy."
/>
<img
srcset="
Expand All @@ -132,7 +204,7 @@ <h1 class="page-header__content__h1 page-header__content__h1--about" id="hero__t
assets/images/git-web-dev-job-cert-480.jpg 480w
"
class="lightbox__img-container__image"
alt="Image of a certificate issued by a course I took."
alt="Web Development Fundamentals Course certificate issued by Udemy."
/>
<img
srcset="
Expand All @@ -141,7 +213,7 @@ <h1 class="page-header__content__h1 page-header__content__h1--about" id="hero__t
assets/images/websites-from-scratch-cert-480.jpg 480w
"
class="lightbox__img-container__image"
alt="Image of a certificate issued by a course I took."
alt="Build Websites from Scratch Course certificate issued by Codecademy."
/>
<img
srcset="
Expand All @@ -150,7 +222,7 @@ <h1 class="page-header__content__h1 page-header__content__h1--about" id="hero__t
assets/images/wp-for-beginners-cert-480.jpg 480w
"
class="lightbox__img-container__image"
alt="Image of a certificate issued by a course I took."
alt="WordPress for Beginners Course certificate issued by Udemy."
/>

<div class="lightbox__img-container__prev" id="js-prev"></div>
Expand All @@ -162,6 +234,14 @@ <h1 class="page-header__content__h1 page-header__content__h1--about" id="hero__t
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
<div class="lightbox__img-container__dot-box__dot"></div>
</div>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/Learn-NodeJS_Codecademy_760.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions app/assets/scripts/Lightbox.js

This file was deleted.

4 changes: 4 additions & 0 deletions app/assets/styles/base/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
box-sizing: border-box;
}

::selection {
background-color: $darkBlue;
}

html {
font-size: 16px;
color: $primaryTextLight;
Expand Down
Loading

0 comments on commit 779bd41

Please sign in to comment.