Skip to content

Commit 587887f

Browse files
committed
update homepage
1 parent c6bad6b commit 587887f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/cv.pdf

294 Bytes
Binary file not shown.

docs/formal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2>Code</h2>
8080
Examples of my personal code:
8181
</p>
8282
<ul>
83-
<li><a href="https://functora.github.io/apps/currency-converter">currency-converter</a> - An app for converting currencies, generating financial documents, 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/currency-converter">github</a>.</li>
83+
<li><a href="https://functora.github.io/apps/currency-converter">currency-converter</a> - An app for converting currencies, generating financial documents, 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/currency-converter">github</a>. Mobile version is also available on <a href="https://play.google.com/store/apps/details?id=com.functora.currency_converter">Google Play</a>.</li>
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>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h2 class="text-center">Code</h2>
114114
Examples of my personal code:
115115
</p>
116116
<ul>
117-
<li><a href="https://functora.github.io/apps/currency-converter">currency-converter</a> - An app for converting currencies, generating financial documents, 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/currency-converter">github</a>.</li>
117+
<li><a href="https://functora.github.io/apps/currency-converter">currency-converter</a> - An app for converting currencies, generating financial documents, 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/currency-converter">github</a>. Mobile version is also available on <a href="https://play.google.com/store/apps/details?id=com.functora.currency_converter">Google Play</a>.</li>
118118
<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>
119119
<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>
120120
<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>

nix/configuration.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"bitchute.com"
5757
"youtube.com"
5858
"facebook.com"
59-
"telegram.org"
60-
"t.me"
59+
# "telegram.org"
60+
# "t.me"
6161
]
6262
else []
6363
));

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fontawesome: "fab fa-git-alt"
77

88
<p class="padding-left">Examples of my personal code:</p>
99

10-
- [currency-converter](https://functora.github.io/apps/currency-converter) - An app for converting currencies, generating financial documents, 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/currency-converter).
10+
- [currency-converter](https://functora.github.io/apps/currency-converter) - An app for converting currencies, generating financial documents, 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/currency-converter). Mobile version is also available on [Google Play](https://play.google.com/store/apps/details?id=com.functora.currency_converter).
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.

0 commit comments

Comments
 (0)