Skip to content

Commit f11bea6

Browse files
committed
add article
1 parent 544fc40 commit f11bea6

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

src/_data/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"author": "Open Additives",
55
"description": "Website of the Open Additives project",
66
"email_url": "mailto:openadditives@gmail.com?subject=Hi",
7+
"github_url": "https://github.com/Open-Additives",
78
"ios_url": "https://apps.apple.com/us/app/open-additives/id6504432117",
89
"android_url": "https://play.google.com/store/apps/details?id=com.open.additives"
910
}

src/_includes/partials/_footer.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<a aria-label="email" target="_blank" href="{{site.email_url}}">
99
<svg class="fill-gray-500 hover:hover-link" width="28px" height="28px">{% svg "email" %}</svg>
1010
</a>
11-
{# <a aria-label="github" target="_blank" href="{{site.github_url}}">
11+
<a aria-label="github" target="_blank" href="{{site.github_url}}">
1212
<svg class="fill-gray-500 hover:hover-link" width="26px" height="26px">{% svg "github" %}</svg>
13-
</a> #}
13+
</a>
1414
</div>
1515
</div>
1616
</footer>

src/_includes/partials/index/_appStore.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a target="_blank" href="https://apps.apple.com/us/app/nmf-earth/id1494561829">
1+
<a target="_blank" href="https://apps.apple.com/us/app/open-additives/id6504432117">
22
<div class="flex mt-3 w-48 h-14 bg-black text-white rounded-xl items-center justify-center">
33
<div class="mr-3">
44
<svg viewBox="0 0 384 512" width="30">

src/_includes/partials/index/_googlePlay.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a target="_blank" href="https://play.google.com/store/apps/details?id=nmf.earth">
1+
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.open.additives">
22
<div class="flex mt-3 w-48 h-14 bg-black text-white rounded-lg items-center justify-center">
33
<div class="mr-3">
44
<svg viewBox="30 336.7 120.9 129.2" width="30">
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Open source mobile app"
3+
date: 2025-06-22
4+
categories: ["news", "flutter", "app", "android", "ios"]
5+
description: "Checkout the codebase!"
6+
slug: "open-source-mobile-app"
7+
draft: false
8+
---
9+
10+
The code of the Open Additives app is now open source on Github! Contributions of any kind (code, bug report, design suggestions...) are welcome and appreciated.
11+
12+
Here is the Github repository [link](https://github.com/Open-Additives/mobile-app).

0 commit comments

Comments
 (0)