Skip to content

Commit f4ceafb

Browse files
feat(website): add 2 ctas
1 parent bf6c3a9 commit f4ceafb

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

docs/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@ <h2>📦✨ your favorite rust -> wasm workflow tool!</h2>
5151
</div>
5252
</div>
5353
</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>
5469
</div>
5570
</div>
5671
<script type="text/javascript" src="installer/wasm-pack.js"></script>

docs/public/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@
9696
a {
9797
color: #6556EC;
9898
}
99+
100+
img {
101+
width: 100%;
102+
}

docs/public/img/npm-packages.png

144 KB
Loading

docs/public/img/webpack.jpeg

23.6 KB
Loading

0 commit comments

Comments
 (0)