-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (32 loc) · 2.02 KB
/
index.html
File metadata and controls
42 lines (32 loc) · 2.02 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>CS3200 Project by sherryson</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">CS3200 Project</h1>
<h2 class="project-tagline">CS3200 Project; Web page that auto-generates playlists containing music information, where user's can edit the given playlist.</h2>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to Alex and Sherry's auto playlist generator</h3>
<p>Our automatic playlist generator allows you to discover new music by randomly creating playlists for you from a public database. Anyone can upload song information to the database, and you can personalize your playlist by manually re-ordering, adding, and removing songs.</p>
<body>
<div class="container">
<button id="button1"> Generate Playlist </button>
</div>
</body>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p> @sherryson and @alexhegge are the developers of this webpage for a database class project. MySQL, Python, and SQLAlchemy were used.
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
</section>
</body>
</html>