-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d3fcf9
commit 7ed7391
Showing
8 changed files
with
1,259 additions
and
1,197 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,117 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<meta name="author" content="William Santos"> | ||
<meta name="description" content="My Latest New Listened Albums"> | ||
<meta name="keywords" content="html5, css3, javascript, music, albums, disc"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<meta name="author" content="William Santos" /> | ||
<meta name="description" content="My Latest New Listened Albums" /> | ||
<meta | ||
name="keywords" | ||
content="html5, css3, javascript, music, albums, disc" | ||
/> | ||
|
||
<!-- css --> | ||
<link rel="stylesheet" href="libs/bootstrap/bootstrap.min.css"/> | ||
<link rel="stylesheet" href="css/listened-albums.css"/> | ||
<link rel="shortcut icon" href="files/disc-vinyl.png"/> | ||
<!-- css --> | ||
<link rel="stylesheet" href="libs/bootstrap/bootstrap.min.css" /> | ||
<link rel="stylesheet" href="css/listened-albums.css" /> | ||
<link rel="shortcut icon" href="files/disc-vinyl.png" /> | ||
|
||
<title> My Latest New Listened Albums </title> | ||
</head> | ||
<body> | ||
<title>My Latest New Listened Albums</title> | ||
</head> | ||
<body> | ||
<!-- Navbar --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top mb-5"> | ||
<div class="container"> | ||
<!-- Toggle --> | ||
<div> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#movelmenu" | ||
aria-controls="movelmenu" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
</div> | ||
|
||
<!-- Navbar --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top mb-5"> | ||
<div class="container"> | ||
|
||
<!-- Toggle --> | ||
<div> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#movelmenu" aria-controls="movelmenu" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
</div> | ||
|
||
<!-- Search --> | ||
<div id="movelmenu" class="collapse navbar-collapse my-3 my-sm-0"> | ||
<div class="form-row col-md-6 m-auto"> | ||
<div class="form-group col-md-8 col-sm-6 my-md-0 my-3"> | ||
<input type="search" id="keywords_input" class="form-control" placeholder="Search" aria-label="Search" value=""/> | ||
</div> | ||
<div class="form-group col-md-4 col-sm-6"> | ||
<select id="property_select" class="form-control mr-sm-2"> | ||
<option value="name"> Album </option> | ||
<option value="artist"> Artist </option> | ||
<option value="releaseYear"> Released Year </option> | ||
<option value="genre"> Genre </option> | ||
</select> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Search --> | ||
<div id="movelmenu" class="collapse navbar-collapse my-3 my-sm-0"> | ||
<div class="form-row col-md-6 m-auto"> | ||
<div class="form-group col-md-8 col-sm-6 my-md-0 my-3"> | ||
<input | ||
type="search" | ||
id="keywords_input" | ||
class="form-control" | ||
placeholder="Search" | ||
aria-label="Search" | ||
value="" | ||
/> | ||
</div> | ||
<div class="form-group col-md-4 col-sm-6"> | ||
<select id="property_select" class="form-control mr-sm-2"> | ||
<option value="name">Album</option> | ||
<option value="artist">Artist</option> | ||
<option value="releaseYear">Released Year</option> | ||
<option value="genre">Genre</option> | ||
</select> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<br> | ||
<br /> | ||
|
||
<!-- header --> | ||
<header class="my-5"> | ||
<h1 class="text-center text-white"> My Latest New Listened Albums </h1> | ||
</header> | ||
<!-- header --> | ||
<header class="my-5"> | ||
<h1 class="text-center text-white">My Latest New Listened Albums</h1> | ||
</header> | ||
|
||
<!-- Content --> | ||
<main> | ||
<article> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="jumbotron m-auto"> | ||
<p> | ||
Challanged by <a href="https://mrs4w.github.io/listened-albums/" target="_blank"> MrS4w </a> | ||
to do something related to my last "new" listened albums. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<!-- Data --> | ||
<div class="row mt-3 mb-3"> | ||
<div class="col-12"> | ||
<h2 class="text-center" id="albums_header"> Header </h2></div> | ||
</div> | ||
<div id="year_container"></div> | ||
</div> | ||
</article> | ||
</main> | ||
<!-- Content --> | ||
<main> | ||
<article> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="jumbotron m-auto"> | ||
<p> | ||
Challanged by | ||
<a | ||
href="https://mrs4w.github.io/listened-albums/" | ||
target="_blank" | ||
> | ||
MrS4w | ||
</a> | ||
to do something related to my last "new" listened albums. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<!-- Data --> | ||
<div class="row mt-3 mb-3"> | ||
<div class="col-12"> | ||
<h2 class="text-center" id="albums_header">Header</h2> | ||
</div> | ||
</div> | ||
<div id="year_container"></div> | ||
</div> | ||
</article> | ||
</main> | ||
|
||
<footer> | ||
<p class="text-center"> | ||
Done by <a href="https://github.com/williamdsw" target="_blank"> William Santos </a> | ||
</p> | ||
</footer> | ||
<footer> | ||
<p class="text-center"> | ||
Done by | ||
<a href="https://github.com/williamdsw" target="_blank"> | ||
William Santos | ||
</a> | ||
</p> | ||
</footer> | ||
|
||
<!-- js --> | ||
<script src="libs/jquery/jquery-3.4.1.min.js"></script> | ||
<script src="libs/bootstrap/bootstrap.min.js"></script> | ||
<script src="js/listened-albums.js"></script> | ||
</body> | ||
</html> | ||
<!-- js --> | ||
<script src="libs/jquery/jquery-3.4.1.min.js"></script> | ||
<script src="libs/bootstrap/bootstrap.min.js"></script> | ||
<script src="js/listened-albums.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.