Skip to content

Commit

Permalink
Smaller logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevduc committed May 14, 2021
1 parent 5db173e commit 0912402
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<p align="center" style="text-align:center; font-size:large;" >
<a href="https://kevduc.github.io/diophantine/">
<img alt="diophantine" src="./logo/diophantine.png">
<img width="350px" alt="diophantine" src="./logo/diophantine.png">
</a>
</p>

<p align="center" style="text-align:center; font-size:large; margin-bottom:2em;" >
<p align="center" style="text-align:center; font-size:large; margin-bottom:1rem;" >
Solve linear Diophantine equations<br/>
<code>ax + by = c</code>
</p>
Expand All @@ -23,7 +23,7 @@

**npm**: **`npm i diophantine`**[npmjs.com/diophantine](https://www.npmjs.com/package/diophantine)
**Documentation**: [kevduc.github.io/diophantine](https://kevduc.github.io/diophantine/)
**GitHub**: [kevduc/diophantine](https://github.com/kevduc/diophantine)
**GitHub**: [kevduc/diophantine](https://github.com/kevduc/diophantine)

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ <h5>Type:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Tue May 04 2021 13:46:20 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Fri May 14 2021 14:50:34 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
18 changes: 7 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@


<section class="readme">
<article><p style="text-align:center; font-size:large;" >
<article><p align="center" style="text-align:center; font-size:large;" >
<a href="https://kevduc.github.io/diophantine/">
<img alt="diophantine" src="./logo/diophantine.png">
<img width="350px" alt="diophantine" src="./logo/diophantine.png">
</a>
</p>
<p style="text-align:center; font-size:large; margin-bottom:2em;" >
<p align="center" style="text-align:center; font-size:large; margin-bottom:1rem;" >
Solve linear Diophantine equations<br/>
<code>ax + by = c</code>
</p>
Expand All @@ -67,13 +67,9 @@
<img src="https://img.shields.io/github/license/kevduc/diophantine" alt="license">
<a href="https://commerce.coinbase.com/checkout/97a05cdf-7d82-4f9a-9a24-fbbc65ac5a4d"><img src="https://img.shields.io/static/v1?logo=&amp;label=donate&amp;message=with%20crypto&amp;color=blueviolet" alt="donate with crypto"></a></p>
<!-- [![package health](https://snyk.io/advisor/npm-package/diophantine/badge.svg)](https://snyk.io/advisor/npm-package/diophantine) -->
<h4><strong>npm</strong></h4>
<p><strong><code>npm i diophantine</code></strong><br>
<a href="https://www.npmjs.com/package/diophantine">npmjs.com/diophantine</a></p>
<h4><strong>Documentation</strong></h4>
<p><a href="https://kevduc.github.io/diophantine/">kevduc.github.io/diophantine</a></p>
<h4><strong>GitHub</strong></h4>
<p><a href="https://github.com/kevduc/diophantine">kevduc/diophantine</a></p>
<p><strong>npm</strong>: <strong><code>npm i diophantine</code></strong><a href="https://www.npmjs.com/package/diophantine">npmjs.com/diophantine</a><br>
<strong>Documentation</strong>: <a href="https://kevduc.github.io/diophantine/">kevduc.github.io/diophantine</a><br>
<strong>GitHub</strong>: <a href="https://github.com/kevduc/diophantine">kevduc/diophantine</a></p>
<h2>Example</h2>
<h3><code>example.js</code></h3>
<pre class="prettyprint source lang-js"><code>const { dioSolve, SolutionType } = require('diophantine')
Expand Down Expand Up @@ -129,7 +125,7 @@ <h2>Support the dev</h2>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Tue May 04 2021 13:46:20 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Fri May 14 2021 14:50:34 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Tue May 04 2021 13:46:20 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Fri May 14 2021 14:50:34 GMT+0100 (British Summer Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit 0912402

Please sign in to comment.