Skip to content

Commit 212a951

Browse files
committed
homepage fixes
1 parent 0e99f53 commit 212a951

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/cv.pdf

42 Bytes
Binary file not shown.

docs/formal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ <h2>Code</h2>
8484
<li><a href="https://functora.github.io/apps/lightning-verifier">lightning-verifier</a> - An app for offline verification of <a href="https://lightning.network/">Lightning Network</a> invoices and preimages, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/lightning-verifier">github</a>.</li>
8585
<li><a href="https://functora.github.io/apps/delivery-calculator">delivery-calculator</a> - A simple app to estimate delivery costs, generate orders in Excel spreadsheet format, and share them with merchants. Built using Miso and GHC WASM backend, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/delivery-calculator">github</a>.</li>
8686
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/functora">functora</a> - My own collection of various general-purpose libraries, most of which work with both GHC and GHCJS.</li>
87-
<li><a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora">miso-functora</a> - Reusable Miso widgets, composable through optics.</li>
87+
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/lnd-client">lnd-client</a> - Lightning Network Daemon (LND) client library for Haskell.</li>
8888
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/bfx">bfx</a> - Bitfinex cryptocurrency exchange client library for Haskell.</li>
89+
<li><a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora">miso-functora</a> - Reusable Miso widgets, composable through optics.</li>
8990
<li><a href="https://github.com/21it/rentier">rentier</a> - My first Haskell project which I have used to learn Haskell. The booking system is based on the Yesod web framework. The code is very obsolete.</li>
9091
</ul>
9192
<p class="padding-left">
9293
Examples of other code I was actively working on with other people:
9394
</p>
9495
<ul>
9596
<li><a href="https://github.com/coingaming/src/tree/master/btc-lsp">btc-lsp</a> - Bitcoin Lightning Service Provider.</li>
96-
<li><a href="https://github.com/coingaming/lnd-client">lnd-client</a> - Lightning Network Daemon (LND) client library for Haskell.</li>
9797
</ul></div>
9898

9999
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ <h2 class="text-center">Code</h2>
119119
<li><a href="https://functora.github.io/apps/lightning-verifier">lightning-verifier</a> - An app for offline verification of <a href="https://lightning.network/">Lightning Network</a> invoices and preimages, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/lightning-verifier">github</a>.</li>
120120
<li><a href="https://functora.github.io/apps/delivery-calculator">delivery-calculator</a> - A simple app to estimate delivery costs, generate orders in Excel spreadsheet format, and share them with merchants. Built using Miso and GHC WASM backend, the source code is available on <a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/delivery-calculator">github</a>.</li>
121121
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/functora">functora</a> - My own collection of various general-purpose libraries, most of which work with both GHC and GHCJS.</li>
122-
<li><a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora">miso-functora</a> - Reusable Miso widgets, composable through optics.</li>
122+
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/lnd-client">lnd-client</a> - Lightning Network Daemon (LND) client library for Haskell.</li>
123123
<li><a href="https://github.com/functora/functora.github.io/tree/master/pub/bfx">bfx</a> - Bitfinex cryptocurrency exchange client library for Haskell.</li>
124+
<li><a href="https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora">miso-functora</a> - Reusable Miso widgets, composable through optics.</li>
124125
<li><a href="https://github.com/21it/rentier">rentier</a> - My first Haskell project which I have used to learn Haskell. The booking system is based on the Yesod web framework. The code is very obsolete.</li>
125126
</ul>
126127
<p class="padding-left">
127128
Examples of other code I was actively working on with other people:
128129
</p>
129130
<ul>
130131
<li><a href="https://github.com/coingaming/src/tree/master/btc-lsp">btc-lsp</a> - Bitcoin Lightning Service Provider.</li>
131-
<li><a href="https://github.com/coingaming/lnd-client">lnd-client</a> - Lightning Network Daemon (LND) client library for Haskell.</li>
132132
</ul></div>
133133

134134
<div class="text-center">

pub/functora-hakyll/index/2015-08-03-code.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ fontawesome: "fab fa-git-alt"
1111
- [lightning-verifier](https://functora.github.io/apps/lightning-verifier) - An app for offline verification of [Lightning Network](https://lightning.network/) invoices and preimages, and sharing them via links or QR codes. It includes optional client-side encryption. Built using Miso and GHCJS, the source code is available on [github](https://github.com/functora/functora.github.io/tree/master/ghcjs/lightning-verifier).
1212
- [delivery-calculator](https://functora.github.io/apps/delivery-calculator) - A simple app to estimate delivery costs, generate orders in Excel spreadsheet format, and share them with merchants. Built using Miso and GHC WASM backend, the source code is available on [github](https://github.com/functora/functora.github.io/tree/master/ghcjs/delivery-calculator).
1313
- [functora](https://github.com/functora/functora.github.io/tree/master/pub/functora) - My own collection of various general-purpose libraries, most of which work with both GHC and GHCJS.
14-
- [miso-functora](https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora) - Reusable Miso widgets, composable through optics.
14+
- [lnd-client](https://github.com/functora/functora.github.io/tree/master/pub/lnd-client) - Lightning Network Daemon (LND) client library for Haskell.
1515
- [bfx](https://github.com/functora/functora.github.io/tree/master/pub/bfx) - Bitfinex cryptocurrency exchange client library for Haskell.
16+
- [miso-functora](https://github.com/functora/functora.github.io/tree/master/ghcjs/miso-functora) - Reusable Miso widgets, composable through optics.
1617
- [rentier](https://github.com/21it/rentier) - My first Haskell project which I have used to learn Haskell. The booking system is based on the Yesod web framework. The code is very obsolete.
1718

1819
<p class="padding-left">Examples of other code I was actively working on with other people:</p>
1920

2021
- [btc-lsp](https://github.com/coingaming/src/tree/master/btc-lsp) - Bitcoin Lightning Service Provider.
21-
- [lnd-client](https://github.com/coingaming/lnd-client) - Lightning Network Daemon (LND) client library for Haskell.

0 commit comments

Comments
 (0)