updates for relative url

This commit is contained in:
Jeremy Likness
2020-01-29 13:54:59 -08:00
parent 744e1eea66
commit 2609d8cf25
11 changed files with 40 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
<title>Vanilla.js: Modern 1st Party JavaScript</title>
<h1>Vanilla.js: Modern 1st Party JavaScript</h1>
<img src="/images/vanillin.png" class="anim-spin" alt="Vanillin molecule" title="Vanillin molecule"/>
<img src="images/vanillin.png" class="anim-spin" alt="Vanillin molecule" title="Vanillin molecule"/>
<h2>Jeremy Likness</h2>
<h3>Cloud Advocate, Microsoft</h3>
<next-slide>020-angular-project</next-slide>

View File

@@ -5,7 +5,7 @@ ng new my-app
ng build --prod
</pre>
<div class="center">
<video src="/videos/angularproject.mp4" controls></video>
<video src="videos/angularproject.mp4" controls></video>
</div>
<next-slide>030-impact1</next-slide>
<transition>slide-left</transition>

View File

@@ -1,5 +1,5 @@
<title>What's the Impact?</title>
<h1>What's the Impact?</h1>
<img src="/images/ng-size.png" class="expandable" alt="Size of Angular App" title="Size of Angular app" />
<img src="images/ng-size.png" class="expandable" alt="Size of Angular App" title="Size of Angular app" />
<transition>fade</transition>
<next-slide>040-impact2</next-slide>

View File

@@ -1,6 +1,6 @@
<title>What's the Impact (to be fair)?</title>
<h1>What's the Impact? (to be fair)</h1>
<img src="/images/ng-dist-size.png" class="expandable" alt="Size of Angular App Distribution"
<img src="images/ng-dist-size.png" class="expandable" alt="Size of Angular App Distribution"
title="Size of Angular app distribution" />
<next-slide>050-cost</next-slide>
<transition>fade</transition>

View File

@@ -1,5 +1,5 @@
<title>What's the Cost?</title>
<h1>What's the Cost?</h1>
<img src="/images/security-alerts.png" class="expandable" alt="Security alerts"
<img src="images/security-alerts.png" class="expandable" alt="Security alerts"
title="Security alerts" />
<next-slide>060-ng-conf1</next-slide>

View File

@@ -3,6 +3,6 @@
<ul>
<li><i>Here's proof from 2014...</i></li>
</ul>
<img src="/images/ng-conf-ski.png" class="appear expandable" alt="Standing on a ski slope"
<img src="images/ng-conf-ski.png" class="appear expandable" alt="Standing on a ski slope"
title="Standing on a ski slope" />
<next-slide>070-ng-conf2</next-slide>

View File

@@ -3,7 +3,7 @@
<ul>
<li><i>Here's proof from 2014...</i></li>
</ul>
<img src="/images/ng-conf.png" class="expandable" alt="Inside the inaugural Angular conference ngConf"
<img src="images/ng-conf.png" class="expandable" alt="Inside the inaugural Angular conference ngConf"
title="Inside the inaugural Angular conference ngConf" />
<transition>fade</transition>
<next-slide>080-why</next-slide>

View File

@@ -1,4 +1,4 @@
<title>Embrace the Triad</title>
<h1>Embrace the Triad</h1>
<img src="/images/triad.png" alt="The triad: JavaScript, CSS3 and HTML5"/>
<img src="images/triad.png" alt="The triad: JavaScript, CSS3 and HTML5"/>
<next-slide>100-javascript-new</next-slide>