Skip to content

Commit

Permalink
fix: fix admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Jan 3, 2025
1 parent 2b8e964 commit 48e5275
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,23 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="./img/logo_transparent.svg"/>
<h1>InversifyJS</h1>
<h2 class="">A powerful and lightweight inversion of control container <br> for JavaScript &amp; Node.js apps powered by TypeScript.</h2>
<br>
<iframe src="http://ghbtns.com/github-btn.html?user=inversify&repo=InversifyJS&type=star&count=false&size=large" frameborder="0" scrolling="0" width="76px" height="30px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=inversify&repo=InversifyJS&type=watch&count=false&size=large&v=2" frameborder="0" scrolling="0" width="90px" height="30px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=inversify&repo=InversifyJS&type=fork&count=false&size=large" frameborder="0" scrolling="0" width="80px" height="30px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=inversify&repo=InversifyJS&type=follow&count=false&size=large" frameborder="0" scrolling="0" width="180px" height="30px"></iframe>
<script async defer id="github-bjs" src="http://buttons.github.io/buttons.js"></script>
<img src="./img/logo_transparent.svg"/>
<h1>InversifyJS</h1>
<h2 class="">A powerful and lightweight inversion of control container <br> for JavaScript &amp; Node.js apps powered by TypeScript.</h2>
<br>
<div class="row">
<div class="col-md-12">
<div class="admonition note">
<p class="admonition-title">New docs are on its way!</p>
<p>New docs are temporary available <a href="https://inversify.io/monorepo/">here</a>. We would love to get your feedback in <a href="https://github.com/inversify/monorepo/discussions/235">this discussion</a> in order to provide the best developer experience.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="admonition note">
<p class="admonition-title">New docs are on its way!</p>
<p>New docs are temporary available <a href="https://inversify.io/monorepo/">here</a>. We would love to get your feedback in <a href="https://github.com/inversify/monorepo/discussions/235">this discussion</a> in order to provide the best developer experience.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">

Expand Down

0 comments on commit 48e5275

Please sign in to comment.