Giter VIP home page Giter VIP logo

Comments (6)

MoofyWoofy avatar MoofyWoofy commented on June 21, 2024 1

Sorry I meant, inside experience.html, there should be these lines

<link rel="stylesheet" href=" https://unpkg.com/swiper/swiper-bundle.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>

Replace them with this respectively

<link rel="stylesheet" href=" https://unpkg.com/[email protected]/swiper-bundle.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/swiper-bundle.min.css" />
<script src="https://unpkg.com/[email protected]/swiper-bundle.min.js"></script>

from awesome-portfolio-websites.

MoofyWoofy avatar MoofyWoofy commented on June 21, 2024

This is because of the new version of Swiper, to fix it, use Swiper version 8.4.6

from awesome-portfolio-websites.

moritz-gerster avatar moritz-gerster commented on June 21, 2024

This is because of the new version of Swiper, to fix it, use Swiper version 8.4.6

Thank you @MoofyWoofy! Sorry for this naive question, but how do I install/use Swiper 8.4.6? I am not running this code in my own virtual environment as I do for my python files where I can install packages using pip.

from awesome-portfolio-websites.

MoofyWoofy avatar MoofyWoofy commented on June 21, 2024

Inside experience.html

You will find this a link similar to this https://unpkg.com/swiper/swiper-bundle.css
Replace it with this, https://unpkg.com/[email protected]/swiper-bundle.css
You can do this for the 2 CSS and 1 JS file.

from awesome-portfolio-websites.

moritz-gerster avatar moritz-gerster commented on June 21, 2024

Thank you @MoofyWoofy. I changed it in experience.html however not in the other 2 CSS and 1 JS files as I did not find a proper place to do it there.

However, now loading my experience page takes very very long and the hackathon figure completely disappeared: https://moritz-gerster.github.io/experience.html

from awesome-portfolio-websites.

moritz-gerster avatar moritz-gerster commented on June 21, 2024

Thank you!

from awesome-portfolio-websites.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.