Add product assets

This commit is contained in:
Jinho Jang 2020-08-18 23:18:27 +09:00 committed by Jakub
parent 99c373de80
commit 663aa41bbe
3 changed files with 16 additions and 2 deletions

View File

@ -1 +1,15 @@
# status-network
# status-network
### Testing locally
Make sure you have node.js installed first.
1. Open Terminal and navigate to the project root directory,
2. Run `yarn install`,
3. Run `./node_modules/.bin/gulp build`
4. In another terminal, run `./node_modules/.bin/hexo serve`,
5. Visit http://localhost:4000/.

View File

@ -112,7 +112,7 @@
<div class="inner inner-assets">
<%- image_tag("/img/press-kit-status-assets.png") %>
</div>
<a href="#" class="btn" download>Download</a>
<a href="/files/Status-Product-Assets.zip" class="btn" download>Download</a>
</div>
</div>
</div>

Binary file not shown.