-
Notifications
You must be signed in to change notification settings - Fork 0
/
rsbs.html
131 lines (94 loc) · 4.6 KB
/
rsbs.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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Retrospective Sk8Board Soundtrack</title>
<head>
<link href="css/2.css" rel="stylesheet">
<link href="css/1.css" rel="stylesheet" />
<link href="css/3.css" rel="stylesheet" />
<!-- latest -->
<link href="css/4.css" rel="stylesheet" />
<!-- core style only -->
<link href="css/5.css" rel="stylesheet" />
<link href="css/estilo.css" rel="stylesheet" />
</head>
<body>
<a href="index.html" > <h1 class="titulo">Noisk8</h1></a>
<p></p>
<p class="izquierda">Retrospective SkateBoard Soundtrack</p>
<! MENU -->
<div class="izquierda">
<a href="bio.html" ><button type="button" class="nes-btn is-success">bio</button> </a>
<a href="livecoding.html" ><button type="button" class="nes-btn is-primary">Livecoding</button> </a>
<a href="imagenes_ai.html" ><button type="button" class="nes-btn is-warning">CV </button> </a>
<!-- <a href="2013.html" ><button type="button" class="nes-btn is-primary">2013</button> </a>
<a href="2014.html" ><button type="button" class="nes-btn is-primary">2014</button> </a> -->
<a href="proyectos.html" ><button type="button" class="nes-btn is-error">Proyectos</button> </a>
<script src="dist/sheetslider.min.js"></script>
</div>
<!FIN DE MENU -->
<! CONTENIDO -->
<p></p>
<div class="ambas">
<p class="nes-balloon from-left nes-pointer">
Retrospective SkateBoard Soundtrack es una serie de recopilas que contientienen soundtracks de videios de skate que marcaron nuestras vidas
</p>
</div>
<div class="ambas">
<div class="nes-container is-dark with-title">
<p class="title"> Vol 1 </p>
<center>
<iframe width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&feed=%2Fn01sk4t3%2Fretrospective-skateboard-soundtrack-vol-1%2F" frameborder="0" ></iframe>
</center>
</div>
<div class="nes-container is-rounded">
<p class="title"> Vol 3 </p>
<iframe width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&feed=%2Fn01sk4t3%2Fretrospective-skateboard-soundtrack-vol-3%2F" frameborder="0" ></iframe>
</div>
<div class="nes-container is-rounded is-dark">
<p class="title"> 19-01 </p>
<iframe width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&feed=%2Fnoi-silva%2Fretrospective-sk8board-soundtrack-19-01%2F" frameborder="0" ></iframe>
</div>
<div class="nes-container is-rounded">
<p class="title">19-02 </p>
<iframe width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&feed=%2Fnoi-silva%2Fretrosk8board-soundtrack-19-02%2F" frameborder="0" ></iframe>
</div>
<div class="nes-container is-rounded is-dark">
<p class="title"> 19-03 </p>
<iframe width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&feed=%2Fnoi-silva%2Fretrosk8soundtrack-19-03%2F" frameborder="0" ></iframe>
</div>
<div class="nes-container is-rounded">
<p class="title"> 19-04</p>
<iframe width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&feed=%2Fnoi-silva%2Fretrospective-skateboard-soundtrack-19-04%2F" frameborder="0" ></iframe>
</div>
<div class="nes-container is-rounded is-dark">
<p class="title"> 19-05 </p>
<iframe width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&feed=%2Fnoi-silva%2Frsbs-19-05%2F" frameborder="0" ></iframe>
</div>
</div>
<! FIN DE CONTENIDO -->
<p></p>
<!REDES -->
<div class="abajo">
<div class="ambas ">
<center>
<section class="icon-list">
<!-- twitter -->
<a href="https://twitter.com/noisk8" target="_blank"> <i class="nes-icon twitter is-large"></i> </a>
<!-- facebook -->
<a href="https://www.facebook.com/noisk8" target="_blank"> <i class="nes-icon facebook is-large"></i></a>
<!-- instagram -->
<a href="https://www.instagram.com/_noisk8_/" target="_blank"> <i class="nes-icon instagram is-large"></i></a>
<!-- github -->
<a href="https://github.com/Noisk8" target="_blank"> <i class="nes-icon github is-large"></i> </a>
<!-- gmail -->
<a href="https://twitter.com/noisk8" target="_blank"> <i class="nes-icon gmail is-large"></i> </a>
<a href="https://www.twitch.tv/noisk8"> <i class="nes-icon twitch is-large " target="_blank" ></i> </a>
<!-- youtube -->
<a href="https://www.youtube.com/channel/UCymxCcnQzazSrHNw4fco6Cg?view_as=subscriber" target="_blank"><i class="nes-icon youtube is-large"></i> </a>
</section>
</center>
</div>
</div>
</body>
</html>