-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (117 loc) · 3.97 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138978934-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-138978934-2');
</script>
<title>
ELP Podcast
</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
<header class="header-container">
<div class="logo">
<img src="img/elppodlogo-thumb.png" alt="ELP Podcast Logo">
</div>
<h1 class="elp-title">CU ELP Podcast</h1>
</header>
<div class="body-container">
<section class="fullwidth">
<p>
Episode 8 - Gabi Edwards Part 1
</p>
<audio style="width:600px;" controls>
<source src="media/8-gabi-edwards-1.m4a" type="audio/mp4">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
<section class="fullwidth">
<p>
Episode 7 - An Exploration of Running
</p>
<audio style="width:600px;" controls>
<source src="media/7-running-exploration.m4a" type="audio/mp4">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
<section class="fullwidth">
<p>
Episode 6 - Dan Larremore
</p>
<audio style="width:600px;" controls>
<source src="media/6-dan-larremore.mp3" type="audio/mp3">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
<section class="fullwidth">
<p>
Episode 5 - Stephanie Wurtz
</p>
<audio style="width:600px;" controls>
<source src="media/5-stephanie-wurtz.mp3" type="audio/mp3">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
<section class="fullwidth">
<p>
Episode 4 - Andrea Kowalchuk
</p>
<audio style="width:600px;" controls>
<source src="media/4-andrea-kowalchuk.mp3" type="audio/mp3">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
<section class="fullwidth">
<p>
Episode 3 - JoAnn Zelasko
</p>
<audio style="width:600px;" controls>
<source src="media/3-joann-zelasko.mp3" type="audio/mp3">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
<section class="fullwidth">
<p>
Episode 2 - Angela Thieman Dino
</p>
<audio style="width:600px;" controls>
<source src="media/2-angela-thieman-dino.mp3" type="audio/mp3">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
<section class="fullwidth">
<p>
Episode 1 - Shilo Brooks
</p>
<audio style="width:600px;" controls>
<source src="media/1-shilo-brooks.mp3" type="audio/mp3">
<p>
Your browser does not support HTML 5 audio.
</p>
</audio>
</section>
</div>
</body>
</html>