-
Notifications
You must be signed in to change notification settings - Fork 0
/
Media.aspx
93 lines (87 loc) · 4.53 KB
/
Media.aspx
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
<%@ Page Title="The Nettles - Media" Language="C#" MasterPageFile="~/NettlesMasterPage.master" AutoEventWireup="true"
CodeFile="Media.aspx.cs" Inherits="Media" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<meta name="description" content="Free Irish music and videos. Acoustic. Celtic. Folkadelic. Irish music from Corvallis, Oregon." />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div id="oneColumnMain">
<div id="music_player">
<h3>CDs</h3>
<ul>
<li>
<a href="media/CD/FermoyLasses_Cooleys.mp3">
<img src="img/nettles_tiny.jpg" alt="Fermoy Lasses / Cooley’s" />
Fermoy Lasses / Cooley’s</a></li>
<li>
<a href="media/CD/Scollay's Reel.mp3">
<img src="img/flow_tiny.jpg" alt="Scollay’s Reel" />
Scollay’s Reel</a></li>
</ul>
<h3>Live Recordings</h3>
<ul>
<li>
<h4><a href="media/Nettles_at_EFS_Feb2014_LongGoneClip.mp3">Long Gone</a></h4>
<cite> by George Paul. The Nettles at Eugene Folklore Society contra dance, February 2014</cite></li>
<li>
<h4><a href="media/Nettles_at_EFS_Feb2014_DevilClip.mp3">Devil in the Strawstack</a></h4>
<cite>The Nettles at Eugene Folklore Society contra dance, February 2014.</cite></li>
</ul>
</div>
<div id="videos">
<h3>Videos</h3>
<ul>
<li>
<div class="videoWrapper">
<iframe width="420" height="200" src="https://www.youtube-nocookie.com/embed/mKenA6qpPrY?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="videoWrapper">
<iframe width="420" height="200" src="https://www.youtube-nocookie.com/embed/v0Mff0TUNDo?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="videoWrapper">
<iframe width="420" height="200" src="https://www.youtube-nocookie.com/embed/pBuDjwlEo88?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</li>
</ul>
</div>
<div id="store_sidebar">
<h3>Store</h3>
<ul>
<li>
<a href="http://cdbaby.com/cd/nettles" onclick="this.target='_blank';">
<img src="img/nettles_tiny.jpg" alt="The Nettles CD" /></a></li>
<li>
<a href="http://cdbaby.com/cd/nettles2" onclick="this.target='_blank';">
<img src="img/flow_tiny.jpg" alt="Flow CD" /></a></li>
</ul>
</div>
</div>
<%--<div id="sidebar">
<div id="store_sidebar">
<h3>Store</h3>
<ul>
<li>
<a href="http://cdbaby.com/cd/nettles" onclick="this.target='_blank';">
<img src="img/nettles_tiny.jpg" alt="The Nettles CD" /></a></li>
<li>
<a href="http://cdbaby.com/cd/nettles2" onclick="this.target='_blank';">
<img src="img/flow_tiny.jpg" alt="Flow CD" /></a></li>
</ul>
</div>
<div id="videos">
<h3>Videos</h3>
<ul>
<li>
<div class="videoWrapper">
<iframe width="420" height="200" src="https://www.youtube-nocookie.com/embed/mKenA6qpPrY?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="videoWrapper">
<iframe width="420" height="200" src="https://www.youtube-nocookie.com/embed/v0Mff0TUNDo?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="videoWrapper">
<iframe width="420" height="200" src="https://www.youtube-nocookie.com/embed/pBuDjwlEo88?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</li>
</ul>
</div>
</div>--%>
</asp:Content>