Skip to content

Commit

Permalink
Merge branch 'multidimensionalinteractive-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cobiwave committed Dec 27, 2022
2 parents c182355 + 783ff81 commit be0ded7
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ After that, you can install the dependencies either using NPM or Yarn.
Using NPM: Simply run the below commands.

```bash
# 2022 Update - Fix Dependencies
$ npm audit fix
$ npm i @parcel/transformer-sass

# Install dependencies
$ npm install

Expand Down
Empty file modified src/assets/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/profile.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/project.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/resume.pdf
100644 → 100755
Empty file.
Empty file modified src/data/scrollRevealConfig.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h2 class="section-title">Contact</h2>
>Fork</a
>
<a
rel="noreferrer"
rel="noreferrer"
class="github-button"
href="https://github.com/cobiwave/simplefolio"
data-icon="octicon-star"
Expand Down
Empty file modified src/index.js
100644 → 100755
Empty file.
Empty file modified src/sass/abstracts/_helpers.scss
100644 → 100755
Empty file.
Empty file modified src/sass/abstracts/_mixins.scss
100644 → 100755
Empty file.
Empty file modified src/sass/abstracts/_variables.scss
100644 → 100755
Empty file.
Empty file modified src/sass/base/_base.scss
100644 → 100755
Empty file.
Empty file modified src/sass/base/_typography.scss
100644 → 100755
Empty file.
Empty file modified src/sass/components/_buttons.scss
100644 → 100755
Empty file.
Empty file modified src/sass/layout/_footer.scss
100644 → 100755
Empty file.
Empty file modified src/sass/layout/_sections.scss
100644 → 100755
Empty file.
Empty file modified src/sass/sections/_about.scss
100644 → 100755
Empty file.
Empty file modified src/sass/sections/_contact.scss
100644 → 100755
Empty file.
Empty file modified src/sass/sections/_hero.scss
100644 → 100755
Empty file.
Empty file modified src/sass/sections/_projects.scss
100644 → 100755
Empty file.
Empty file modified src/sass/vendors/_bootstrap.scss
100644 → 100755
Empty file.
Empty file modified src/scripts/scrollReveal.js
100644 → 100755
Empty file.
Empty file modified src/scripts/tiltAnimation.js
100644 → 100755
Empty file.
Empty file modified src/styles.scss
100644 → 100755
Empty file.

0 comments on commit be0ded7

Please sign in to comment.