Skip to content

Commit

Permalink
Move to WhatsApp Community (#433)
Browse files Browse the repository at this point in the history
* initial commit

* add whatsapp icon

* update copy
  • Loading branch information
omarciovsena authored May 21, 2024
1 parent 01e28fc commit fc31798
Show file tree
Hide file tree
Showing 11 changed files with 108 additions and 70 deletions.
124 changes: 78 additions & 46 deletions public/theme-v2/css/style.css

Large diffs are not rendered by default.

Binary file modified public/theme-v2/fonts/icomoon.eot
Binary file not shown.
16 changes: 10 additions & 6 deletions public/theme-v2/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/theme-v2/fonts/icomoon.ttf
Binary file not shown.
Binary file modified public/theme-v2/fonts/icomoon.woff
Binary file not shown.
Binary file removed public/theme-v2/fonts/monaco.ttf
Binary file not shown.
16 changes: 8 additions & 8 deletions public/theme-v2/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ $solid-white: #ffffff;
$tropaz: #254699;

$monaco: "monaco",
"Courier New",
Courier,
"Lucida Sans Typewriter",
"Lucida Typewriter",
monospace;
"Courier New",
Courier,
"Lucida Sans Typewriter",
"Lucida Typewriter",
monospace;
$open: "Open Sans",
sans-serif;
sans-serif;

$desktop: 1025px;
$phone: 640px;
Expand Down Expand Up @@ -64,7 +64,7 @@ $shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
color: $pearl;
}

.icon-discord:before {
.icon-whatsapp:before {
content: "\e901";
}

Expand Down Expand Up @@ -822,4 +822,4 @@ footer {
color: $tropaz;
}
}
}
}
6 changes: 3 additions & 3 deletions public/theme/css/bibleapi/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ body {
}

i.fab.fa-twitter,
i.fab.fa-discord {
i.fab.fa-whatsapp {
font-size: 25px;
}

i.fab.fa-twitter.primary-color,
i.fab.fa-discord.primary-color {
i.fab.fa-whatsapp.primary-color {
padding: 0 8px;
}

Expand Down Expand Up @@ -210,4 +210,4 @@ pre {
.request-input .btn {
border-radius: 0 0 4px 4px;
}
}
}
4 changes: 2 additions & 2 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body
li: a.text.section-scroll(href='#donate' title=__('donateTitle'))= __('donate')
li: a.icon-github(href='http://github.com/omarciovsena/abibliadigital' target='_blank' title=__('githubTitle'))
li: a.icon-twitter(href='http://twitter.com/omarciovsena' target='_blank' title=__('contactTitle'))
li: a.icon-discord(href='https://t.co/CFSf4CY47T' target='_blank' title=__('contactTitle'))
li: a.icon-whatsapp(href='https://chat.whatsapp.com/D6u9LuqgKYHJwJXCnneXpH' target='_blank' title=__('joinTheCommunity'))
li: a(href=__('changeLanguageLink') title=__('changeLanguageTitle')): img(src=__('changeLanguageImage') alt=__('changeLanguageTitle'))
// Header
header
Expand All @@ -76,7 +76,7 @@ body
ul#social-links
li: a.icon-github(href='http://github.com/omarciovsena/abibliadigital' target='_blank' title=__('githubTitle'))
li: a.icon-twitter(href='http://twitter.com/omarciovsena' target='_blank' title=__('contactTitle'))
li: a.icon-discord(href='https://t.co/CFSf4CY47T' target='_blank' title=__('contactTitle'))
li: a.icon-whatsapp(href='https://chat.whatsapp.com/D6u9LuqgKYHJwJXCnneXpH' target='_blank' title=__('joinTheCommunity'))
li: a.icon-patreon(href='https://www.patreon.com/omarciovsena' target="_blank" title=__('donate'))
// About Section
section#about
Expand Down
11 changes: 6 additions & 5 deletions views/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"availabilityDescription": "Servers stable and prepared for high requests loads",
"bannerButton": "Documentation",
"bannerDescription": "Access our documentation, see how simple it is and start integrating today.",
"bannerDocInsomniaTitle": "Open API documentation in Insomnia",
"bannerDocPostmanTitle": "Open API documentation in Postman",
"bannerDocSwaggerTitle": "Open API documentation in Swagger",
"bannerDocInsomniaTitle": "Open API documentation in Insomnia",
"bannerDocPostmanTitle": "Open API documentation in Postman",
"bannerDocSwaggerTitle": "Open API documentation in Swagger",
"bannerTitle": "Get started now",
"buttonContactUs": "Contact us",
"buttonStartNow": "Get started now",
Expand All @@ -17,12 +17,13 @@
"changeLanguageTitle": "Mudar para Português",
"contact": "Contact us",
"contactTitle": "Contact us",
"joinTheCommunity": "Join the community",
"content": "Content",
"contentDescription": "Multiple versions - NIV, RA, ACF, KJV, BBE, RVR, APEE - from the Holy Bible, devotional and reference comments for study.",
"contributeDescription": "From one-time or monthly donations you can contribute to the project, prioritize new tasks and accelerate new features.",
"contributeTitle": "Contribute to the project!",
"counterSubtitle": "requests",
"counterTitle": "+5million",
"counterTitle": "+11million",
"credits": "Copyright © 2018-2022 ABíbliaDigital. All rights reserved.",
"credits2": "For more information, contact us",
"description": "Bible API - RESTful API with multiple versions of the Holy Bible in 4 languages",
Expand Down Expand Up @@ -70,4 +71,4 @@
"yearly": "Yearly",
"bannerDescription1": "bannerDescription1",
"bannerDescription2": "bannerDescription2"
}
}
1 change: 1 addition & 0 deletions views/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"changeLanguageTitle": "Switch to English",
"contact": "Fale conosco",
"contactTitle": "Entre em contato conosco",
"joinTheCommunity": "Participe da comunidade",
"content": "Conteúdo",
"contentDescription": "Múltiplas versões - nvi, ra, acf, kjv, bbe, apee, rvr - em vários idiomas.",
"contributeDescription": "A partir de doações pontuais ou mensais é possível contribuir com o projeto, priorizar novas tarefas e acelerar novas funcionalidades.",
Expand Down

0 comments on commit fc31798

Please sign in to comment.