Skip to content

Commit d9b839a

Browse files
committed
fix: layout
1 parent 7a5cb5c commit d9b839a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

slides-export.pdf

-893 KB
Binary file not shown.

slides.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
theme: seriph
33
highlighter: shiki
44
download: true
5+
colorSchema: dark
56
layout: image-right
67
themeConfig: {'primary': '#8dd6f9'}
78
image: /img/webpack.svg
@@ -224,8 +225,8 @@ console.log(a);
224225
<span>Tested on Internet Explorer 8 & Windows XP.</span>
225226
<a href="https://github.com/panda2134/polyfill-example"><mdi-github style="display:inline;" /></a>
226227

227-
<img src="/img/winxp_ie8_no_polyfill.png" alt="IE8 on Windows XP with no polyfill" style="width:60%;">
228-
<img src="/img/winxp_ie8_polyfill.png" alt="IE8 on Windows XP with core-js polyfill" style="width:60%;">
228+
<img src="/img/winxp_ie8_no_polyfill.png" alt="IE8 on Windows XP with no polyfill" style="width:40%;">
229+
<img src="/img/winxp_ie8_polyfill.png" alt="IE8 on Windows XP with core-js polyfill" style="width:40%;">
229230

230231
</v-click>
231232

@@ -575,9 +576,9 @@ Checkout the project code [here](https://github.com/panda2134/simple-webpack-pro
575576
576577
- 🎯 [RequireJS](https://requirejs.org/). Who cares about it now?
577578
- ⚙️ [Asynchronous Module Definition](https://github.com/amdjs/amdjs-api). [UMD](https://github.com/umdjs/umd), which is based on it, is still used by some today
578-
- ⚙️ [CommonJS in Node.js](https://nodejs.org/api/modules.html)
579-
- ⚙️ [ES2015 Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
579+
- ⚙️ [CommonJS in Node.js](https://nodejs.org/api/modules.html).
580+
- ⚙️ [ES2015 Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules).
580581
- 🌊 [HTTP/1.x Connection Management](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Connection_management_in_HTTP_1.x). Important if you want your site to load faster
581582
- 📦 [Webpack](https://webpack.js.org/). Official Website & Documentation
582-
- ↔️ [Babel](https://babeljs.io/)
583+
- ↔️ [Babel](https://babeljs.io/).
583584
- 🤔 [CanIUse](https://caniuse.com/). Useful place of browser compatibility data

0 commit comments

Comments
 (0)