[go: up one dir, main page]

0% found this document useful (0 votes)
64 views14 pages

Music Store Project Report

This project report describes a Music Store website created by two students for a Bachelor of Technology degree. The report includes an acknowledgement, source code for the website, screenshots of pages like home, login, signup, and about. It concludes that developing the website helped them learn HTML programming and website development, allowing them to create a simple music store and enhance their coding skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views14 pages

Music Store Project Report

This project report describes a Music Store website created by two students for a Bachelor of Technology degree. The report includes an acknowledgement, source code for the website, screenshots of pages like home, login, signup, and about. It concludes that developing the website helped them learn HTML programming and website development, allowing them to create a simple music store and enhance their coding skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 14

Project Report

Title: Music Store

Bachelor of Technology
Computer Science and Engineering

Submitted to:
Ms. Nausheen Fatima
LOVELY PROFESSIONAL
UNIVERSITY PHAGWARA, PUNJAB

SUBMITTED BY :- Reg.No: RollNo:-


Aditya Bhardwaj 12213366 15
Ritvik 12217829 34
Acknowledgement

Primarily I would like to thank God for being able


to learn a new technology. Then I would like to
express my special thanks of gratitude to the
teacher who provide me the golden opportunity
to learn a new technology from home.

I would like to thank my own college Lovely


Professional University for offering such a course
which not only improve my programming skill but
also taught me other new technology.

Then, I would like to thank my parents and friends


who have helped me with their valuable
suggestions and guidance for choosing this
course. Finally, I would like to thank my all
classmates who have helped me a lot.
Design and Source code:
Source Code:
@import url('https://fonts.googleapis.com/css2?
family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?
family=Varela+Round&display=swap');
body{
background-color: antiquewhite;
}

*{
margin: 0;
padding: 0;
}

nav{
font-family: 'Ubuntu', sans-serif;
}

nav ul{
display: flex;
align-items: center;
list-style-type: none;
height: 65px;
background-color: black;
color: white;
}
nav ul li{
padding: 0 12px;
}
.brand img{
width: 44px;
padding: 0 8px;
}

.brand {
display: flex;
align-items: center;
font-weight: bolder;
font-size: 1.3rem;
}

.container{
min-height: 72vh;
background-color: black;
color: white;
font-family: 'Varela Round', sans-serif;
display: flex;
margin: 23px auto;
width: 70%;
border-radius: 12px;
padding: 34px;
background-image: url('bg.jpg');
}

.bottom{
position: sticky;
bottom: 0;
height: 130px;
background-color: black;
color: white;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.icons{
margin-top: 14px;
}
.icons i{
cursor: pointer;
}

#myProgressBar{
width: 80vw;
cursor: pointer;
}
.songItemContainer{
margin-top: 74px;
}

.songItem{
height: 50px;
display: flex;
background-color: white;

color: black;
margin: 12px 0;
justify-content: space-between;
align-items: center;
border-radius: 34px;
}

.songItem img{
width: 43px;
margin: 0 23px;
border-radius: 34px;
}

.timestamp{
margin: 0 23px;
}
.timestamp i{
cursor: pointer;
}

.songInfo{
position: absolute;
left: 10vw;
font-family: 'Varela Round', sans-serif;
}

.songInfo img{
opacity: 0;
transition: opacity 0.4s ease-in;
}

@media only screen and (max-width: 1100px) {


body {
background-color: red;
}
}

Result page and Output


Home page:-
Login Page:-
Sing up page:-

Trending Section:-
About Page:-

Conclusion
Although there’s still a long way to go to make this
technology a commercial success, it promises a
great potential in the computer science field.

By development of this website, we can learn html


programming and how to develop a websites.

In this project we tried to make a simple Music


store project and enhance my coding and develop
or an amazing sites.

You might also like