-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (24 loc) · 1.11 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title> Cadenza</title>
<link rel= "stylesheet" href="home_style.css">
</head>
<body>
<ul class = "navbar">
<li><a href="https://alexsouthwick.github.io/IntroMusic.html">Intro to Music</a></li>
<li><a href="https://alexsouthwick.github.io/Blog.html">Blog</a></li>
<li><a href="https://alexsouthwick.github.io/AboutProduct.html">About Product</a></li>
<li> <img class= "logo" src="http://i63.tinypic.com/2hxone8.png" /> <li>
</ul>
<h1> Cadenza </h1>
<h3> The Simple Music Creator </h3>
<div class= "paragraph">
<p> Cadenza is an easy-to-use tool to make basic melodies and rhythms. Pre-made rhythms and note sequences can be combined to make new simple songs. If you are an aspiring composer or musician or just want to have fun creating music, Cadenza is a simple way to be introduced into the music world! </p>
</div>
<div class= "image">
<img src= "http://i66.tinypic.com/fxxdur.png"/>
</div>
<button id= "button">
<a href= "https://alexsouthwick.github.io/musicapp.html"> Start Your Song! </a> </button>
</body>