diff options
| author | Jules <jules@asdf.us> | 2019-08-11 21:38:43 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2019-08-11 21:38:43 -0400 |
| commit | 87e038be66449e85de8553d2c1ea5519a5ad479a (patch) | |
| tree | 3106e800df9befb6094a1b18db138687456fc26e | |
| parent | 7140213e30c95abe9829f7927bd60dd6733148ea (diff) | |
| -rw-r--r-- | index.css | 3 | ||||
| -rw-r--r-- | index.html | 5 |
2 files changed, 5 insertions, 3 deletions
@@ -27,6 +27,7 @@ h1 { margin: 10px 0; font-weight: normal; text-transform: uppercase; + max-width: 640px; } h2 { color: #222; @@ -262,4 +263,4 @@ label > span { display: block; min-width: 80px; } #cases { margin-top: 10px; height: 60px; -}
\ No newline at end of file +} @@ -1,12 +1,12 @@ <html> <head> <meta charset="utf-8" /> - <title>Sonifications of Gun Violence</title> + <title>Gun Violence Sonifications for Marching Band</title> <meta name="author" content="Jules LaPlace" /> <meta name="description" content='Calendar of mass shootings converted into melodies and performed by a marching band.' /> <meta name="referrer" content="no-referrer" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> - <meta property="og:title" content="Sonifications of Gun Violence"/> + <meta property="og:title" content="Gun Violence Sonifications for Marching Band"/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://asdf.us/sonifications/img/sonification-share.png" /> <meta property="og:url" content="https://asdf.us/sonifications/"/> @@ -18,6 +18,7 @@ <div class='tools'> <div> <h1>Gun Violence Sonifications</h1> + <h2>For Marching Band</h2> <div class='menu'> <small>CONTENTS</small><br> |
