Skip to content

CodeDifferently/my-first-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Carousel

  • Objective - To create a carousel which cycles through 3 images.
  • Purpose - To gain familiarity with how carousels are created in HTML.

Part 1 - Clone the project

  • Begin by forking this project into a personal repository.
    • To do this, click the Fork button located at the top right of this page.
  • Navigate to your github profile to find the newly forked repository.
  • Clone the repository from your account into the ~/dev directory.
  • Open the newly cloned project in a code editor (Visual Studio Code, for example).

Part 2 - Add new images to the carousel

  • Remove the images located in the img directory.
  • Replace the images with images that you would like to see on the page.
  • Rename the references to the images in the index.html

Part 3 - Integrate With previous assignment

Releases

No releases published

Packages

 
 
 

Contributors