-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmusic.html
More file actions
57 lines (53 loc) · 1.87 KB
/
Copy pathmusic.html
File metadata and controls
57 lines (53 loc) · 1.87 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Nichoals Rose</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="background">
<div id="menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li>Music</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
<div class="musiclinks">
<a href="https://soundcloud.com/user-733229766" target="_blank">
<img src="../../img/sc-mgrey-284x162.png" alt="">
</a>
</div>
<h2>My Work Has Been Featured On These Networks/Labels:</h2>
<div class="network-imgs">
<img src="../../img/ap.png">
<img src="../../img/Discovery.png">
<img src="../../img/E-Logo_Black-880x660.png">
<img src="../../img/Bravo.png">
<img src="../../img/Fox.png">
<img src="../../img/mtv-2-dogs.png">
<img src="../../img/mtv.png">
<img src="../../img/Epitaph.png">
<img src="../../img/dcshoes.png">
<img src="../../img/tlc.png">
<img src="../../img/VH1-Logo.png">
<img src="../../img/ng.png">
<img src="../../img/Vice_Logo.png">
</div>
<div class="footer">
<p>Copyright © 2019 Nicholas Rose. All rights reserved.</p>
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set','transport','beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>