Skip to content

Commit

Permalink
Added static
Browse files Browse the repository at this point in the history
  • Loading branch information
112Nisha committed Apr 19, 2024
1 parent e2e2abc commit 0bd4a0d
Show file tree
Hide file tree
Showing 66 changed files with 884 additions and 2 deletions.
Binary file added __pycache__/extensions.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/models.cpython-310.pyc
Binary file not shown.
3 changes: 1 addition & 2 deletions app.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def get_db():

db.init_app(app)

@app.before_first_request
def create_tables():
with app.app_context():
db.create_all()

@app.route('/')
Expand Down
Binary file modified instance/playlist.db
Binary file not shown.
Binary file added static/6077505.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Ananya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/BTSloveyourself.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/ITZY.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Nishita.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Revelación.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Taylor.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions static/albumsheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
header {
height: 8vh;
width: 100%;
background-color: darkorchid;
position: sticky;
top: 0;
z-index: 1000;
}

header img {
height: 100%;
}

img:hover {
transform: scale(1.1);
opacity: 1;
transition: 0.4s ease;
}

a {
color: white;
text-decoration: none;
font-style: normal;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

ul {
list-style-type: none;
margin: 2%;
font-size: 3ch;
text-align: center;
float: right;

}


li {
display: inline;
margin: 20px;
}

.round {
border-radius: 20px;
}

a:hover{
position: relative;
width: 50%;
}

.middle{
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}

td:hover .text{
background-color:rgb(148, 148, 231);
object-position: 50%;
font-size: 30px;
text-align: center;
font-family:'Times New Roman', Times, serif;
}

td:hover .middle{
opacity:1;
text-align: center;
}
a:hover img{
opacity: 0.5;
}


body {
background-image: url('back.jpg');
background-repeat: no-repeat;
background-size: cover;
color: rgb(88, 132, 170);
background-attachment: fixed;
margin: 0;
padding: 0;
}

.top {
list-style-type: none;
margin: 5%;
font-size: 3ch;
text-align: center;
color: burlywood;
}

.top {
width: 120000px;
}

body {
background-image: url(bg.jpg);
background-repeat: no-repeat;
}

.table {
margin-left: auto;
margin-right: auto;
}

.special {
font-size: 75px;
color: aquamarine;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

.footer {
text-align: center;
padding: 3px;
background-color: pink;
color: black;
}



.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}

.container:hover .middle {
opacity: 1;
}

.text {
color: rgb(242, 227, 247);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 0px;
text-align: center;
}

.container {
position: relative;
width: 50%;
}
116 changes: 116 additions & 0 deletions static/artiststyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
header {
height: 8vh;
width: 100%;
background-color: darkorchid;
position: sticky;
top: 0;
z-index: 1000;
}

img:hover
{
transform: scale(1.1);
transition: 0.4s ease;
}

header img {
height: 100%;
}

a {
color: white;
text-decoration: none;
font-style: normal;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

ul {
list-style-type: none;
margin: 2%;
font-size: 3ch;
text-align: center;
color: green;
float: right;

}

.round {
border-radius: 20px;
}

li {
display: inline;
margin: 20px;
}

body {
background-repeat: no-repeat;
background-size: cover;
color: aliceblue;
background-attachment: fixed;
margin: 0;
padding: 0;
}

.top {
list-style-type: none;
margin: 5%;
font-size: 3ch;
text-align: center;
color: burlywood;
}

.top {
width: 1200px;
}

body{
background-image: url(bg.jpg);
background-repeat: no-repeat;
}

.special {
font-size: 50px;
color: aquamarine;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

.center {
margin-left: auto;
margin-right: auto;
font-size: 30px;
border-spacing: 10px 100px;
}

td.align-left {
text-align: left;
font-size: 50px;
}

.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}

.container:hover .middle {
opacity: 1;
}

.text {
color: black;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 25px;
text-align: center;
}

.container {
position: relative;
width: 50%;
}
Binary file added static/back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0bd4a0d

Please sign in to comment.