File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,21 @@ <h2>📦✨ your favorite rust -> wasm workflow tool!</h2>
51
51
</ div >
52
52
</ div >
53
53
</ header >
54
+ < section >
55
+ < div class ="container ">
56
+ < h2 > Build it with wasm-pack!</ h2 >
57
+ < div class ="row ">
58
+ < div class ="six columns ">
59
+ < img src ="./public/img/npm-packages.png " alt ="npm packages " />
60
+ < h4 > npm Packages for the Broswer and Node.js</ h4 >
61
+ </ div >
62
+ < div class ="six columns ">
63
+ < img src ="./public/img/webpack.jpeg " alt ="webpack " />
64
+ < h4 > Client-side Hybrid Applications with Webpack</ h4 >
65
+ </ div >
66
+ </ div >
67
+ </ div >
68
+ </ section >
54
69
</ div >
55
70
</ div >
56
71
< script type ="text/javascript " src ="installer/wasm-pack.js "> </ script >
Original file line number Diff line number Diff line change 96
96
a {
97
97
color : # 6556EC ;
98
98
}
99
+
100
+ img {
101
+ width : 100% ;
102
+ }
You can’t perform that action at this time.
0 commit comments