-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartistIndex.html
213 lines (179 loc) · 9.1 KB
/
artistIndex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html>
<head>
<title>Artist</title>
<link rel="stylesheet" href="/artist/artist.css">
<meta name="viewport" content="display-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<!-- navbar -->
<div class="navbar">
<a href="index.html"><img src="/home/img/logo1.png" alt="Logo" class="logo"></a>
<ul>
<li><a href="playlist.html">Playlist</a></li>
<li><a href="artistIndex.html">Artist</a></li>
<li><a href="About Us.html">About</a></li>
<li><a href="subscription.html">Subscription</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</div>
<div class="introduction-artist-layout">
<div class="introduction-title-artist">
<p>Know Our Artist</p>
</div>
<div class="image-right-cell">
<img class="music-img" src="/artist/img/musician.jpg" alt="">
</div>
<div class="details-musician">
<p>Meet Noteable, a new global home for songwriters, <br> producers and publishers on Music4Life</p>
</div>
<div class="learn-more-shape-layout">
<a href="#" class="learn-more-hover">
<p>Learn More</p>
</a>
</div>
</div>
<!-- <div class="content-information-beta"></div> -->
<div class="artist-container-layout" id="artist-container-layout">
<div class="artist-content-container-layout">
<div class="artist-title">
<p id="artist-title">Artist</p>
</div>
<div class="grid-container">
<div class="content_img">
<a href="Ariana Grande.html"><img src='artist/img/Ariana Grande.jpg' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Ariana Grande</div>
</div>
<div class="content_img">
<a href="Billie Eilish.html"><img src='artist/img/Billie Eilish.jpg' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Billie Eilish</div>
</div>
<div class="content_img">
<a href="Taylor Swift.html"><img src='artist/img/Taylor Swift.jpg' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Taylor Swift</div>
</div>
<div class="content_img">
<a href="BTS.html"><img src='artist/img/BTS.jpg' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>BTS</div>
</div>
<div class="content_img">
<a href="Selena Gomez.html"><img src='artist/img/Selena Gomez.jpg' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Selena Gomez</div>
</div>
<div class="content_img">
<a href="Shawn Mendes.html"><img src='artist/img/Shawn Mendes.jpg' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Shawn Mendes</div>
</div>
<div class="content_img2" >
<a href="Justin Bieber.html"><img src='artist/img/Justin Bieber.png' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Justin Bieber</div>
</div>
<div class="content_img2" >
<a href="Drake.html"><img src='artist/img/Drake.jpg' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Drake</div>
</div>
<div class="content_img2" >
<a href="Dua Lipa.html"><img src='artist/img/Dua Lipa.png' width='100%' height='100%' style="border-radius: 15px;" class="img-effect"></a>
<div>Dua Lipa</div>
</div>
</div>
<div class="load-more-button" id="load-more">
<input type="submit" value="Load More">
</div>
<div class="hide-image-btn" id="hide-image">
<i class="fa fa-angle-double-up" style="font-size:30px"></i>
</div>
</div>
</div>
</div>
<!-- content footer -->
<div class="footer-content">
<div class="footer-content-row1">
<img src="/home/img/logo1.png" alt="Logo" class="logo1">
<div class="footer-information-cell-content">
<div class="footer-cell-col1">
<p id="footer-title">Related Links</p><br>
<a href="About Us.html" id="btn-footer"><p id="footer-text">About Us</p><br></a>
<a href="subscription.html" id="btn-footer"><p id="footer-text">Subscription</p><br></a>
<a href="artistIndex.html" id="btn-footer"><p id="footer-text">Artist</p><br></a>
<a href="playlist.html" id="btn-footer"><p id="footer-text">Playlist</p><br></a>
</div>
</div>
<div class="footer-icon-list">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
</div>
<div class="copyright-footer">
<div class="footer-copyright-leftcol">
<p id="footer-text2"><a href="#" id="btn-footer">Legal</a>
<a href="#" id="btn-footer">Privacy Center</a>
<a href="#" id="btn-footer">Privacy Policy</a>
<a href="#" id="btn-footer">Cookies</a>
</p>
</div>
<div class="footer-copyright-rightcol">
<i class="fa fa-globe" style="font-size:20px;color:white"></i>
<div class="position-icon-text1">
<p id="footer-text">Malaysia</p>
</div>
</div>
</div>
</div>
</div>
<script>
// hide button show img
$(function(){
if($('#load-more').click(function(){
$('.content_img2').slice(0, 3).show();
$('#load-more').hide();
$('#artist-container-layout').height(860);
$('.artist-content-container-layout').height(780);
$('.fa-angle-double-up').css("visibility", "visible");
})
);
if($('.fa-angle-double-up').click(function(){
$('.content_img2').slice(0, 3).hide();
$('#load-more').show();
$('#artist-container-layout').height(800);
$('.artist-content-container-layout').height(720);
$('.fa-angle-double-up').css("visibility", "hidden");
})
);
});
// reference
// --------------------------
// $(function () {
// x=0;
// $('.content_img2').slice(0, 3).show();
// if($('.content_img2').length != 0){
// $('#load-more').show();
// }
// $('#loadMore').on('click', function (e) {
// e.preventDefault();
// x = x+3;
// $(' .content_img2').slice(0, x).slideDown();
// });
// });
// $ready(document).ready(function (){
// $("").slice(0, 3).show();
// if($(".content_img2:hidden").length != 0){
// $("#load-more").show();
// }
// $("#load-more").on('click', function(e){
// e.preventDefault();
// $(".content_imgw:hidden").slice(0, 9).slideDown();
// if($(".content_imgw:hidden").length == 0){
// $("#load-more").fadeOut('slow');
// }
// })
// }
// )
</script>
</body>
</html>