Skip to content

Commit da7605f

Browse files
committed
testing aws
1 parent 659caad commit da7605f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

app/elements/new-episode/new-episode.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
position: absolute;
2222
bottom: 0;
2323
}
24-
24+
2525
.episode-info h1{
2626
color: var(--primary-text-color);
2727
font-weight: 100;
@@ -32,7 +32,7 @@
3232
font-weight: 100;
3333
margin-bottom: 0;
3434
}
35-
35+
3636
.resources {
3737
display: block;
3838
}
@@ -63,7 +63,7 @@
6363
.resources .item-link a {
6464
color: var(--secondary-text-color);
6565
}
66-
66+
6767
@media all and (min-width: 0) and (max-width: 600px) {
6868
.resources paper-material {
6969
width: auto;
@@ -104,7 +104,7 @@
104104
margin-top: 40px;
105105
}
106106
}
107-
107+
108108
</style>
109109
<template>
110110
<iron-localstorage name="content" value="{{localstoragecontent}}"></iron-localstorage>
@@ -146,7 +146,7 @@ <h3>Resources</h3>
146146
</paper-material>
147147
<div class="playerloc">
148148
<podcast-player
149-
src="http://traffic.libsyn.com/thewebplatform/episode-53_diving-into-angular-2.mp3"
149+
src="https://s3.amazonaws.com/thewebplatform/episode-53_diving-into-angular-2.mp3"
150150
name="Diving into Angular 2"
151151
coverart="http://assets.libsyn.com/content/9454132"
152152
episode="53"></podcast-player>
@@ -175,4 +175,4 @@ <h3>Resources</h3>
175175
}
176176
});
177177
})();
178-
</script>
178+
</script>

app/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
@license
33
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
44
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
@@ -76,7 +76,7 @@ <h3 class="paper-font-display2 flex center">The Web Platform Today</h3>
7676
</div>
7777

7878
<!-- Tabs in the toolbar -->
79-
<paper-tabs attr-for-selected="data-route" selected="{{route}}" class="bottom self-end">
79+
<paper-tabs attr-for-selected="data-route" selected="{{route}}" class="middle self-end">
8080

8181
<paper-tab data-route="new">New Episode</paper-tab>
8282
<paper-tab data-route="old">Previous Stuff</paper-tab>
@@ -88,17 +88,17 @@ <h3 class="paper-font-display2 flex center">The Web Platform Today</h3>
8888

8989
<!-- Main Content -->
9090
<div class="content">
91-
91+
9292
<!-- Tab Data -->
9393
<iron-pages attr-for-selected="data-route" selected="{{route}}">
9494
<new-episode data-route="new"></new-episode>
9595
<previous-episodes data-route="old"></previous-episodes>
9696
<about-us data-route="about"></about-us>
9797
</iron-pages>
98-
98+
9999
<!-- Footer -->
100100
<universal-footer>
101-
101+
102102
<div multicol class="credits">
103103
<div col center>
104104
<div row>

0 commit comments

Comments
 (0)