Update state map
This commit is contained in:
@@ -38,24 +38,21 @@
|
|||||||
>
|
>
|
||||||
{{ section.title }}
|
{{ section.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div class="text-white mt-4" v-html="section.content"></div>
|
||||||
class="text-white mt-4 "
|
|
||||||
v-html="section.content"
|
|
||||||
></div>
|
|
||||||
<g-image :src="img(section.image)" :alt="section.title" />
|
<g-image :src="img(section.image)" :alt="section.title" />
|
||||||
<div class="mx-auto mt-10">
|
<div class="mx-auto mt-10">
|
||||||
<g-link
|
<g-link
|
||||||
class="inline-block green text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
class="inline-block green text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
||||||
:to="section.link1"
|
:to="section.link1"
|
||||||
>{{ section.btn1 }}
|
>{{ section.btn1 }}
|
||||||
</g-link>
|
</g-link>
|
||||||
<g-link
|
<g-link
|
||||||
class="inline-block green text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
class="inline-block green text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
|
||||||
:to="section.link2"
|
:to="section.link2"
|
||||||
>{{ section.btn2 }}</g-link
|
>{{ section.btn2 }}</g-link
|
||||||
>
|
>
|
||||||
<!-- <div v-html="main.content" class="text-sm text-gray-400 mt-5"></div> -->
|
<!-- <div v-html="main.content" class="text-sm text-gray-400 mt-5"></div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -88,8 +85,8 @@ export default {
|
|||||||
this.stats.push(
|
this.stats.push(
|
||||||
{ countries: results.data.countries },
|
{ countries: results.data.countries },
|
||||||
{ "Internet Farms": results.data.cru },
|
{ "Internet Farms": results.data.cru },
|
||||||
// { "SSD storage capacity": sru },
|
// { "SSD TB": sru },
|
||||||
{ "storage capacity": hru }
|
{ "HDD PB": hru }
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user