- Objective - To create a carousel which cycles through 3 images.
- Purpose - To gain familiarity with how carousels are created in HTML.
- Begin by forking this project into a personal repository.
- To do this, click the
Forkbutton located at the top right of this page.
- To do this, click the
- Navigate to your github profile to find the newly forked repository.
- Clone the repository from your account into the
~/devdirectory. - Open the newly cloned project in a code editor (Visual Studio Code, for example).
- Remove the images located in the
imgdirectory. - Replace the images with images that you would like to see on the page.
- Rename the references to the images in the
index.html
- Using the code-base that you have just created, refer to one of the old labs.
- Modify either your my-first-bootstrap-resume or your my-first-multipage-project by adding a carousel to the project.