Skip to content

Commit d232929

Browse files
committed
Ru description for projects, fixed markdown in feecc
1 parent d7e4dc9 commit d232929

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"scripts": {
55
"build": "gridsome build",
66
"develop": "gridsome develop",
7+
"develop-m1": "export NODE_OPTIONS=--openssl-legacy-provider && gridsome develop",
78
"explore": "gridsome explore"
89
},
910
"dependencies": {

projects/feecc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ IPFS / Pinata for content-addressable p2p access to data; private node on reques
6868
## Additional Services
6969

7070
<ma-section title="Feecc Dashboard">
71+
7172
A module for viewing, analysis and management of work processes scenarios:
7273

7374
* Information on the work stages
7475
* Browsing employee information and managing their roles and access
7576
* Browsing of digital passports and their status
77+
7678
</ma-section>
7779

7880
<ma-section title="Non-standard equipment support">

src/data/locales/translations.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
en: Projects
178178
ru: Проекты
179179

180+
- alias: projects description
181+
en: Let us tell you about our R&D projects. All of them has scientific mission and real-life implementation. Some of them we can build for business, bring IoT to your life.
182+
ru: Расскажем о наших R&D проектах. Все они имеют научную миссию и реальное воплощение. Некоторые из них мы можем построить для бизнеса, внедрить IoT в вашу жизнь.
183+
180184
# Form 'Apply to join us'
181185

182186
- alias: Apply to join us

src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export default function (Vue, { router, head, isClient }) {
4545
innerHTML: "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-5SMG36R');"
4646
})
4747
head.noscript.push({
48-
body: true,
49-
innerHTML: '<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5SMG36R" height="0" width="0" style="display:none;visibility:hidden"></iframe>'
48+
innerHTML: '<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5SMG36R" height="0" width="0" style="display:none;visibility:hidden"></iframe>',
49+
body: true
5050
})
5151

5252
// Ya metrika

src/pages/Projects.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<template>
22
<Layout>
33
<template v-slot:title>{{$ts('Projects')}}</template>
4-
<p>Let us tell you about our R&D projects. All of them has scientific mission and real-life implementation. Some of them we can build for business, bring IoT to your life.</p>
5-
<!-- <h3 v-if="$locale=='ru'">Расскажем о наших R&D проектах. Все они имеют научную миссию и реальное воплощение. Некоторые из них мы можем построить для бизнеса, внедрить IoT в вашу жизнь.</p> -->
4+
<p>{{$ts('projects description')}}</p>
65

76
<section class="projects" v-if="$page.projects.edges.length > 0">
87
<g-link

0 commit comments

Comments
 (0)