Skip to content

Harshal39/SpotifyClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Clone

Objective:- To showcase the Front-End-Development Skills.

Skills used:- HTML, CSS, BootStrap, Font Awesome, SVG files.

It is a static web page of spotify to show the designing skills.
Various cards are made hovering effects are applied on cards.\

BootStrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
BootStrap CDN:-

      href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
      rel="stylesheet"
      integrity_no="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
      crossorigin="anonymous"
    />

Written in head section of HTML file.
More information:- https://getbootstrap.com/docs/4.1/getting-started/introduction/

Font Awesome

Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.
Font Awesome CDN:-

      rel="stylesheet"
      href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
      integrity_no="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
      crossorigin="anonymous"
      referrerpolicy="no-referrer"
    />

Written in head section of HTML file.
More information:- https://docs.fontawesome.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published