front-end almost done | started back-end

This commit is contained in:
Amir Mohamadi
2020-11-23 19:39:26 +03:30
parent 95149f0e72
commit 80a7abafb7
191 changed files with 60163 additions and 950 deletions
+41
View File
@@ -0,0 +1,41 @@
<template>
<div class="page tech-info--page">
<Hero :title="staticData.title"/>
<section class="s1">
<div class="container">
<div class="panel">
<div class="content gDesign">
<h2 class="first">{{staticData.t1}}</h2>
<p>{{staticData.t2}}</p>
<p v-html="staticData.t3"></p>
<p>{{staticData.t4}}</p>
<br>
<br>
<p>{{staticData.t5}}</p>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="title">{{staticData.t6}}</h2>
<nuxt-link :to="{name: 'lang-products',params: {lang: $route.params.lang}}" class="btn btn-primary">{{staticData.t7}}</nuxt-link>
</div>
</div>
</div>
</section>
<CustomersCommunication/>
</div>
</template>
<script>
export default {
computed: {
staticData() {
return this.$store.state.staticData.gDesign[this.$route.params.lang]
}
}
}
</script>
+71
View File
@@ -0,0 +1,71 @@
<template>
<div class="page tech-info--page">
<Hero :title="staticData.title"/>
<section class="s1">
<div class="container">
<div class="panel">
<div class="content gStandard">
<h2 class="first">{{staticData.t1}}</h2>
<p>{{staticData.t2}}</p>
<h2>{{staticData.t3}}</h2>
<p>{{staticData.t4}}</p>
<p>{{staticData.t5}}</p>
<h2>{{staticData.t6}}</h2>
<p>{{staticData.t7}}</p>
<img src="~/assets/img/tech-info/g-standard.png" alt="">
<h2>{{staticData.t8}}</h2>
<p>{{staticData.t9}}</p>
<img src="~/assets/img/tech-info/DIN24537.png" alt="">
<h2>{{staticData.t10}}</h2>
<p>{{staticData.t11}}</p>
<p>{{staticData.t12}}</p>
<p>{{staticData.t13}}</p>
<ul>
<li>
<p>{{staticData.t14}}</p>
</li>
<li>
<p>{{staticData.t15}}</p>
</li>
<li>
<p>{{staticData.t16}}</p>
</li>
<li>
<p>{{staticData.t17}}</p>
</li>
<li>
<p>{{staticData.t18}}</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="title">{{staticData.t19}}</h2>
<nuxt-link :to="{name: 'lang-products',params: {lang: $route.params.lang}}" class="btn btn-primary">{{staticData.t20}}</nuxt-link>
</div>
</div>
</div>
</section>
<CustomersCommunication/>
</div>
</template>
<script>
export default {
computed: {
staticData() {
return this.$store.state.staticData.gStandard[this.$route.params.lang]
}
}
}
</script>
+85
View File
@@ -0,0 +1,85 @@
<template>
<div class="page tech-info--page">
<Hero :title="staticData.title"/>
<section class="s1">
<div class="container">
<div class="panel">
<div class="content gTech">
<h2 class="first">{{staticData.t1}}</h2>
<p>{{staticData.t2}}</p>
<br>
<br>
<br>
<p>
<b>{{staticData.t3}}</b>
<span>{{staticData.t4}}</span>
</p>
<p>
<b>{{staticData.t5}}</b>
<span>{{staticData.t6}}</span>
</p>
<p>
<b>{{staticData.t7}}</b>
<span>{{staticData.t8}}</span>
</p>
<p>
<b>{{staticData.t9}}</b>
<span>{{staticData.t10}}</span>
</p>
<p>
<b>{{staticData.t11}}</b>
<span>{{staticData.t12}}</span>
</p>
<p>
<b>{{staticData.t13}}</b>
<span>{{staticData.t14}}</span>
</p>
<p>
<b>{{staticData.t15}}</b>
<span>{{staticData.t16}}</span>
</p>
<p>
<b>{{staticData.t17}}</b>
<span>{{staticData.t18}}</span>
</p>
<p>
<b>{{staticData.t19}}</b>
<span>{{staticData.t20}}</span>
</p>
<p>
<b>{{staticData.t21}}</b>
<span>{{staticData.t22}}</span>
</p>
<p>{{staticData.t23}}</p>
<div class="imgBox">
<img src="~/assets/img/tech-info/ti-Model-4.jpg" alt="">
<p>{{staticData.t24}}</p>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="title">{{staticData.t25}}</h2>
<nuxt-link :to="{name: 'lang-products',params: {lang: $route.params.lang}}" class="btn btn-primary">{{staticData.t26}}</nuxt-link>
</div>
</div>
</div>
</section>
<CustomersCommunication/>
</div>
</template>
<script>
export default {
computed: {
staticData() {
return this.$store.state.staticData.gTech[this.$route.params.lang]
}
}
}
</script>
+69
View File
@@ -0,0 +1,69 @@
<template>
<div class="page tech-info--page">
<Hero :title="staticData.title"/>
<section class="s1">
<div class="container">
<div class="panel">
<div class="content gUsage">
<h2 class="first">{{staticData.t1}}</h2>
<p v-html="staticData.t2"></p>
<p>{{staticData.t3}}</p>
<p>{{staticData.t4}}</p>
<p>{{staticData.t5}}</p>
<ul>
<li>
<p>{{staticData.t6}}</p>
</li>
<li>
<p>{{staticData.t7}}</p>
</li>
<li>
<p>{{staticData.t8}}</p>
</li>
<li>
<p>{{staticData.t9}}</p>
</li>
<li>
<p>{{staticData.t10}}</p>
</li>
<li>
<p>{{staticData.t11}}</p>
</li>
<li>
<p>{{staticData.t12}}</p>
</li>
<li>
<p>{{staticData.t13}}</p>
</li>
<li>
<p>{{staticData.t14}}</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="title">{{staticData.t15}}</h2>
<nuxt-link :to="{name: 'lang-products',params: {lang: $route.params.lang}}" class="btn btn-primary">{{staticData.t16}}</nuxt-link>
</div>
</div>
</div>
</section>
<CustomersCommunication/>
</div>
</template>
<script>
export default {
computed: {
staticData() {
return this.$store.state.staticData.gUsage[this.$route.params.lang]
}
}
}
</script>