-
Notifications
You must be signed in to change notification settings - Fork 1
/
alecbenjamin.html
176 lines (158 loc) · 5.64 KB
/
alecbenjamin.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!--<link rel='stylesheet' type='text/css' href='style2.css'>-->
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
</head>
<style>
#spotify-brand{
font-family: orbitron;
font-size:30px;
}
.body{
}
.row1{
height:70vw;;
background: linear-gradient(90deg,#040404,rgb(49, 45, 45));
}
.try{
height: 50px;
}
.row2{
display: flex;
flex-wrap: flex-wrap;
}
.nav{
font-family:NUnito,sans-serif;
}
#logo{
width: 200px;
border-radius:50px;
}
#rowid{
width:100vw;
}
.margin{
margin:0px;
background-image: url(alecbenjamin.jpg);
background-repeat: no-repeat;
background-position:top;
background-attachment: fixed;
background-size:cover;
position:relative;
color:white;
}
.font{
font-size: 20px;
color: whitesmoke;
text-decoration: none;
font-family: Nunito,sans-serif;
text-align: center;
padding:5px;
}
.font:hover{
font-size:25px;
border: white;
border-radius: 30px;
padding: 5px;
background-color: rgb(218,112,214,0.3);
text-decoration: none;
}
.image1{
height: 100px;
display:flex;
justify-content: left;
margin-top:370px;
font-size:75px;
padding-left: 20px;
font-family: nunito;
transition: transform 2s;
}
.play1{
/*background-color: black;*/
height: 50px;
display:flex;
justify-content: space-between;
font-size: 200%;
margin-top: 20px;
}
.play1:hover{
font-size:40px;
border-radius: 20px;
}
.bio{
background-color: rgb(0,0,0,0.4);
font-size: 25px;
}
</style>
<body class=margin>
<nav class="navbar navbar-inverse">
<div class="container-fluid" style='font-size:15px'>
<div class="navbar-header " style='font-size:15px'>
<a id='spotify-brand'class="navbar-brand" href="#">Spotify v.2</a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Top 20</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Hello, Jigyasa</a></li>
</ul>
</div>
</nav>
<div id='rowid' class='row'>
<div class='col-lg-2'>
<div class='row row1'>
<div class='col-*-* font'><img id='logo' src='logo.png'></div>
<div class='col-*-* font try'><a href='index2.html' style='color:white'>Home</a></div>
<div class='col-*-* font try'>Browser</div>
<div class='col-*-* font try'>Radio</div>
<div class='col-*-* font try'>My Playlist</div>
<div class='col-*-* font try'>Moods</div>
</div>
</div>
<div class='col-*-*'>
<div class='row'>
<div class='col-*-* image1'>
Alec Benjamin
</div>
<p class='bio'>Alec Shane Benjamin (born May 28, 1994) is an American singer-songwriter from Phoenix, Arizona. He has gained popularity from his pop songs that depict descriptive stories from his own personal experiences. He also gained much attention from his demos. In addition, to his solo project, Benjamin has found success in songwriting with artists such as Jon Bellion, including a songwriting credit on the track "New York Soul (Part II)" from Bellion's album The Human Condition.He is heavily influenced by artists such as Eminem, John Mayer, Paul Simon and Ben Gibbard.</p>
<div>
<div class='col-*-* play1'>
<i style="font-size: 150%" class="fas fa-heart"></i>
<p>Six feet apart</p>
<audio controls>
<source src="song1.mp3" type="audio/mpeg">
</audio>
</div>
<div class='col-*-* play1'>
<i style="font-size: 150%" class="fas fa-heart"></i>
<p>Let me down slowly</p>
<audio controls>
<source src="song2.mp3" type="audio/mpeg">
</audio>
</div>
<div class='col-*-* play1'>
<i style="font-size: 150%" class="fas fa-heart"></i>
<p>Oh my god</p>
<audio controls>
<source src="song3.mp3" type="audio/mpeg">
</audio>
</div>
<div class='col-*-* play1'>
<i style="font-size: 150%" class="fas fa-heart"></i>
<p>Boy in the bubble</p>
<audio controls>
<source src="song4.mp3" type="audio/mpeg">
</audio>
</div>
</div>
</div>
</div>