summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Murça <leo@leomurca.xyz>2023-10-20 13:58:59 -0300
committerLeonardo Murça <leo@leomurca.xyz>2023-10-20 13:58:59 -0300
commitc0f88a257a601b182f4c23c06f8b2f1c03c2406a (patch)
treeff4e4fe839a04378e6f0f98d958c19ab666ae2c8
parentb09b9cdf50f14891835dae865d85cc6cad8e16d7 (diff)
Add programa tir to portfolioHEADmaster
-rw-r--r--i18n/en.toml4
-rw-r--r--i18n/pt-BR.toml4
-rw-r--r--layouts/index.html7
-rw-r--r--static/img/programa-tir-screenshot.webpbin0 -> 19026 bytes
4 files changed, 15 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 824ba5b..cd6509d 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -26,6 +26,10 @@
other="Vum Bora Startups"
[vumbora-startups-description]
other="Landing page and a CMS for a project that capacitates, axcelerates and reward business with growth potential."
+[programa-tir-title]
+ other="TIR Program"
+[programa-tir-description]
+ other="Landing page for a program that selects Brazilian projects and offers support of up to R$500 thousand and training."
[copyright]
other="Leonardo Murça All rights reserved"
[rss-description-recent-content]
diff --git a/i18n/pt-BR.toml b/i18n/pt-BR.toml
index 4f1fa8b..2645f6d 100644
--- a/i18n/pt-BR.toml
+++ b/i18n/pt-BR.toml
@@ -26,6 +26,10 @@
other="Vum Bora Startups"
[vumbora-startups-description]
other="Landing page e um CMS para um projeto que capacita, acelera e recompensa negócios com potencial de crescimento."
+[programa-tir-title]
+ other="Programa TIR"
+[programa-tir-description]
+ other="Landing page para um programa que seleciona projetos brasileiros e oferece suporte de até R$500 mil e capacitação."
[copyright]
other="Leonardo Murça todos os direitos reservados."
[rss-description-recent-content]
diff --git a/layouts/index.html b/layouts/index.html
index 0871dd8..45510d6 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -55,6 +55,13 @@
</h3>
<p tabindex="0">{{ i18n "vumbora-startups-description" }}</p>
</a>
+ <a href="https://programatir.com.br" target="_blank" rel="noreferrer">
+ <img src="/img/programa-tir-screenshot.webp" alt="Programa TIR screenshot." width="400">
+ <h3>{{
+ i18n "programa-tir-title" }}
+ </h3>
+ <p tabindex="0">{{ i18n "programa-tir-description" }}</p>
+ </a>
</div>
</section>
</main>
diff --git a/static/img/programa-tir-screenshot.webp b/static/img/programa-tir-screenshot.webp
new file mode 100644
index 0000000..271336b
--- /dev/null
+++ b/static/img/programa-tir-screenshot.webp
Binary files differ