-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (93 loc) · 2.94 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
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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="UTF-8" />
<title>DMB Fan Page</title>
<link rel="shortcut icon" type="image/png"
href="https://www.hiltonparkband.com/wp-content/uploads/2018/09/cropped-guitar-favicon-300x300.png">
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td,
th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<body>
<center>
<img src="https://www.davematthewsband.com/wp-content/uploads/2019/06/RODRIGO_8174.jpg" alt="Live Show Picture">
<h1>Dave Matthews Band Fan Page</h1>
<p>
<a href="https://www.davematthewsband.com/tours/" target="_blank">Tour Dates</a>,
<a href="https://www.dreamingtreewines.com/" target="_blank">Dreaming Tree Wines</a>,
<a href="https://www.davematthewsband.com/bamaworks/" target="_blank">Bama Works Foundation</a>
</p>
</center>
<h2>Band History</h2>
<p style="margin-left: 40px">
Dave Matthews Band formed in Charlottesville, Virginia in 1991.
The band's founding members are singer-songwriter and guitarist Dave Matthews,
bassist Stefan Lessard, drummer and backing vocalist Carter Beauford,
violinist and backing vocalist Boyd Tinsley, and saxophonist LeRoi Moore.
</p>
<p><strong>Current News</strong></p>
<p style="margin-left: 40px">
Dave Matthews Kicked Off Pay It Forward Live Series on Thursday, March 26th.
Verizon’s Pay it Forward Live, a weekly streaming series in support of small businesses affected by COVID-19.
</p>
<h3> Current Band Members</h3>
<ul>
<li>Dave Matthews</li>
<li>Tim Reynolds</li>
<li>Carter Beauford</li>
<li>Stefan Lessard</li>
<li>Jeff Coffin</li>
<li>Rashawn Ross</li>
</ul>
<table style="width:50%">
<caption><strong>Some of the Concerts Alissa Champigny Has Been To</strong></caption>
<tr>
<th> Year</th>
<th>Location</th>
</tr>
<tr>
<td>2010</td>
<td>Saratoga Springs, NY. Hartford, CT.</td>
</tr>
<tr>
<td>2011</td>
<td>Saratoga Springs, NY</td>
</tr>
<tr>
<td>2015</td>
<td>Mansfield, MA</td>
</tr>
<tr>
<td>2016</td>
<td>Gilford, NH</td>
</tr>
<tr>
<td>2019</td>
<td>Mansfield, MA</td>
</tr>
</table>
<center>
<h4>DMB Live</h4>
<iframe width="727" height="409" src="https://www.youtube.com/embed/aFLV96mWirM" alt="Concert Video" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<iframe width="674.5" height="240" src="https://www.youtube.com/embed/Tp184c5U3As" alt="Concert Video"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</center>
</body>
</html>