Skip to content

Commit

Permalink
Remove video link.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Apr 4, 2024
1 parent 94e47a4 commit 718fb64
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 59 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ yarn --version

### Sources code cloning <a id = "cloning"></a>
```sh
git clone git@gitlab.com:console_art/otrws.git open_transfer/
git clone git@github.com:cacybernetic/opentransfer.git open_transfer/
```

### Dependencies installation <a id = "dev-install"></a>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"license": "MIT",
"private": false,
"bugs": {
"url": "https://gitlab.com/console_art/otrws/issues"
"url": "https://github.com/cacybernetic/opentransfer/issues"
},
"repository": {
"url": "https://gitlab.com/console_art/otrws.git",
"url": "https://github.com/cacybernetic/opentransfer.git",
"type": "git"
},
"dependencies": {
Expand Down
Binary file modified public/assets/render/render_1.png
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/assets/render/render_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/style.css

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions src/common/i18n/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Obrymec - [email protected]
* @supported DESKTOP & MOBILE
* @created 2024-03-04
* @updated 2024-04-02
* @updated 2024-04-04
* @file english.js
* @type {English}
* @version 0.0.2
Expand Down Expand Up @@ -52,11 +52,8 @@ const english = {
tr13: `
Open Transfer (OTR) provides specific functionalities
targeting only the daily use of the population on
network operators and requiring the use of USSD code.
If you wish have a more extensive overview of the
application, this <a href = "https://www.youtube.com/watch?v=_Q57Z8QLJdU"
target = "_blank" class = "feats-video-link">
video tutorial</a> can help you.
network operators and requiring the use of USSD
code.
`,
tr14: "Money transfer",
tr15: `
Expand Down
9 changes: 2 additions & 7 deletions src/common/i18n/french.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Obrymec - [email protected]
* @supported DESKTOP & MOBILE
* @created 2024-03-04
* @updated 2024-04-02
* @updated 2024-04-04
* @file french.js
* @version 0.0.2
* @type {French}
Expand Down Expand Up @@ -53,13 +53,8 @@ const french = {
Open Transfer (OTR) fournit des fonctionnalités précises
ne ciblant que les usages quotidiens de la population
sur les opérateurs réseau et nécessitant l'emploi de
code USSD. Si vous désirez avoir un aperçu plus
étendu sur l'application, ce <a
href = "https://www.youtube.com/watch?v=_Q57Z8QLJdU"
target = "_blank" class = "feats-video-link">
tutoriel vidéo</a> peut vous aider.
code USSD.
`,

tr14: "Transfert d'argent",
tr15: `
Transférez de l'argent à vos proches, amis et
Expand Down
6 changes: 1 addition & 5 deletions src/home/components/banner/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @fileoverview: Banner section stylesheets.
* @supported: DESKTOP & MOBILE
* @created: 2024-03-05
* @updated: 2024-04-03
* @updated: 2024-04-04
* @file: banner.scss
* @version: 0.0.4
*/
Expand Down Expand Up @@ -78,10 +78,6 @@ div.banner-left-part {
row-gap: 16px;
width: auto;
}
// Warning section.
div.warning {
margin-bottom: 24px;
}
// Description.
& > span:nth-child(2) {
// From 812 to 620.
Expand Down
14 changes: 1 addition & 13 deletions src/home/components/banner/banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @fileoverview The banner view section.
* @supported DESKTOP & MOBILE
* @created 2024-03-05
* @updated 2024-04-03
* @updated 2024-04-04
* @file banner.jsx
* @version 0.0.3
*/
Expand All @@ -20,7 +20,6 @@ import lang from "../../../common/utils/language/language.js";
import arrowIcon from "/assets/icons/bottom_arrow.svg";
import background from "/assets/images/background.png";
import androidIcon from "/assets/icons/android.svg";
import warningIcon from "/assets/icons/warn.svg";

// Banner view section.
export default function Banner({onEnter, onDownload}) {
Expand Down Expand Up @@ -77,17 +76,6 @@ export default function Banner({onEnter, onDownload}) {
</div>
</a>
</div>
{/** Warning message */}
<div className = "warning">
{/** Icon */}
<img
alt = "App compatibility warning icon."
src = {warningIcon} height = {18}
width = {18}
/>
{/** Message */}
<span>{lang.getText("tr93")}</span>
</div>
</div>
{/** Right part */}
<div className = "banner-right-part">
Expand Down
8 changes: 4 additions & 4 deletions src/home/components/features/features.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @fileoverview The features view section.
* @supported DESKTOP & MOBILE
* @created 2024-03-06
* @updated 2024-04-02
* @updated 2024-04-04
* @file features.jsx
* @version 0.0.4
*/
Expand Down Expand Up @@ -34,7 +34,7 @@ import payIcon from "/assets/icons/pay.svg";
export default function Features({onEnter}) {
// Attributes.
const activeLangId = lang.getActiveLanguage()?.id;
const [index, setIndex] = React.useState(0);
const [index, setIndex] = React.useState(1);
const feature = React.useRef(null);
const matrix = React.useRef(null);
const infos = React.useRef(null);
Expand Down Expand Up @@ -155,9 +155,9 @@ export default function Features({onEnter}) {
{/** Line */}
<div className = "line">
{/** Balance consultation */}
{buildFeature(0, true, tooltip, turn)}
{buildFeature(0, false, tooltip, turn)}
{/** Money transfer */}
{buildFeature(1, false, tooltip, turn)}
{buildFeature(1, true, tooltip, turn)}
{/** Shop payment */}
{buildFeature(2, false, tooltip, turn)}
</div>
Expand Down
23 changes: 15 additions & 8 deletions src/home/components/terms/_terms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @fileoverview: Terms section stylesheets.
* @supported: DESKTOP & MOBILE
* @created: 2024-03-11
* @updated: 2024-04-03
* @updated: 2024-04-04
* @file: terms.scss
* @version: 0.0.4
*/
Expand Down Expand Up @@ -149,13 +149,6 @@ div.license-footer {
font-size: 12px;
padding: 10px;
}
// Warning section.
div.warning {
filter: brightness(90%);
font-weight: bold;
margin-left: -2px;
margin-top: 10px;
}
// Bottom buttons.
div.bottom-buttons {
justify-content: flex-end;
Expand All @@ -169,6 +162,20 @@ div.license-footer {
justify-content: center;
}
}
// Warning section.
div.warning {
filter: brightness(90%);
color: $secondary-900;
font-weight: bold;
margin-left: -2px;
line-height: 16px;
margin-top: 10px;
font-size: 12px;
// Warn icon.
img {
transform: translateY(-3.5px);
}
}
// Checkboxes.
div.terms-checkbox, div.policy-checkbox {
color: $terms-text-color;
Expand Down
13 changes: 1 addition & 12 deletions src/home/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @fileoverview: OTR app global stylesheets.
* @supported: DESKTOP & MOBILE
* @created: 2024-03-04
* @updated: 2024-04-03
* @updated: 2024-04-04
* @file: main.scss
* @version: 0.0.2
*/
Expand Down Expand Up @@ -116,17 +116,6 @@ h2.swal2-title {
}
}

// Warning section.
div.warning {
color: $secondary-900;
line-height: 16px;
font-size: 12px;
// Warn icon.
img {
transform: translateY(-3.5px);
}
}

// Message box confirm button.
button.swal2-confirm {
background-color: $primary-900 !important;
Expand Down

0 comments on commit 718fb64

Please sign in to comment.