mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2025-12-15 18:58:58 +00:00
updates for relative url
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user