@ozdao/prometheus-framework 0.2.92 → 0.2.93
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/events.server.js +14 -6
- package/dist/events.server.mjs +14 -6
- package/dist/main-CX2ISR43.mjs +13629 -0
- package/dist/main-cffh4bbv.js +92 -0
- package/dist/main.css +1 -1
- package/dist/orders.server.js +32 -18
- package/dist/orders.server.mjs +32 -18
- package/dist/organizations.server.js +2 -1
- package/dist/organizations.server.mjs +2 -1
- package/dist/prometheus-framework/src/components/Address/Address.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Address/Address.vue2.js +46 -48
- package/dist/prometheus-framework/src/components/Block/Block.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Block/Block.vue.js +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue.js +94 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Button/Button.vue2.js +1 -94
- package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Field/Field.vue.js +84 -1
- package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Field/Field.vue2.js +1 -84
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +1 -1
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.js +25 -20
- package/dist/prometheus-framework/src/components/Map/Map.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Map/Map.vue.js +36 -26
- package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue.js +103 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue2.js +1 -103
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.js +45 -1
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.js +1 -45
- package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +5 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +66 -0
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -5
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +0 -66
- package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.js +11 -11
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/globals/components/blocks/BlockSearch.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/BlockSearch.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +46 -46
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/orders/components/blocks/StatusHistory.vue.cjs +2 -2
- package/dist/prometheus-framework/src/modules/orders/components/blocks/StatusHistory.vue.js +39 -65
- package/dist/prometheus-framework/src/modules/orders/components/pages/Order.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/Order.vue.js +31 -31
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.js +242 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue2.cjs +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue2.js +1 -0
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.js +62 -62
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +30 -30
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +99 -70
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormDelivery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormDelivery.vue.js +10 -10
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/orders/router/orders.backoffice.router.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/router/orders.backoffice.router.js +1 -1
- package/dist/prometheus-framework/src/modules/orders/router/orders.router.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/router/orders.router.js +2 -2
- package/dist/prometheus-framework/src/modules/orders/store/orders.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/store/orders.js +33 -34
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/store/shopcart.js +42 -42
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +27 -25
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +11 -11
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +46 -43
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +162 -168
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +27 -26
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/store/memberships.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +13 -13
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Categories.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Categories.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +16 -17
- package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.js +22 -20
- package/dist/prometheus-framework/src/modules/products/components/sections/EditModifications.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditModifications.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/store/products.js +59 -38
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +23 -22
- package/dist/prometheus-framework/src/modules/users/components/blocks/CardUser.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/blocks/CardUser.vue.js +17 -14
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.js +3 -3
- package/dist/prometheus-framework.cjs.js +1 -1
- package/dist/prometheus-framework.es.js +1 -1
- package/dist/style.css +1 -1
- package/dist/web-CQQEUA9l.js +1 -0
- package/dist/web-D2Em-p-C.mjs +54 -0
- package/package.json +1 -1
- package/src/components/Address/Address.vue +23 -34
- package/src/components/LocationMarker/LocationMarker.vue +6 -1
- package/src/components/LocationSelection/LocationSelection.vue +4 -0
- package/src/components/Map/Map.vue +29 -15
- package/src/modules/constructor/components/elements/VideoPlayer.vue +2 -2
- package/src/modules/events/controllers/events.controller.js +4 -4
- package/src/modules/globals/components/blocks/CardHeader.vue +2 -2
- package/src/modules/integrations/stripe/controllers/services/stripe.service.js +17 -6
- package/src/modules/landing/components/pages/Farming.vue +226 -0
- package/src/modules/landing/components/pages/Governance.vue +3 -5
- package/src/modules/landing/components/pages/Home.vue +0 -3
- package/src/modules/landing/components/pages/Hotel.vue +1 -3
- package/src/modules/landing/components/pages/Page.vue +0 -3
- package/src/modules/landing/components/sections/Examples.vue +4 -56
- package/src/modules/landing/components/sections/SectionFeature.vue +41 -0
- package/src/modules/landing/components/sections/SectionFeaturesImages.vue +122 -0
- package/src/modules/landing/components/sections/SectionFocus.vue +59 -0
- package/src/modules/landing/components/sections/SectionHeroVideo.vue +164 -0
- package/src/modules/landing/router/landing.js +11 -0
- package/src/modules/marketplace/components/sections/Filters.vue +26 -23
- package/src/modules/orders/components/blocks/CardOrderItem.vue +8 -0
- package/src/modules/orders/components/blocks/StatusHistory.vue +25 -53
- package/src/modules/orders/components/pages/Order.vue +2 -6
- package/src/modules/orders/components/pages/OrderBackoffice.vue +393 -0
- package/src/modules/orders/components/pages/OrderCreate.vue +5 -4
- package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +2 -3
- package/src/modules/orders/components/pages/Orders.vue +60 -11
- package/src/modules/orders/components/sections/FormDelivery.vue +2 -2
- package/src/modules/orders/controllers/orders.controller.js +29 -18
- package/src/modules/orders/models/order.model.js +8 -2
- package/src/modules/orders/router/orders.backoffice.router.js +1 -1
- package/src/modules/orders/router/orders.router.js +2 -2
- package/src/modules/orders/store/orders.js +3 -7
- package/src/modules/orders/store/shopcart.js +1 -1
- package/src/modules/organizations/components/blocks/CardDepartment.vue +2 -0
- package/src/modules/organizations/components/pages/Department.vue +5 -1
- package/src/modules/organizations/components/pages/DepartmentEdit.vue +65 -27
- package/src/modules/organizations/components/pages/Members.vue +2 -1
- package/src/modules/organizations/components/pages/Organization.vue +1 -1
- package/src/modules/organizations/controllers/memberships.controller.js +3 -1
- package/src/modules/organizations/store/memberships.js +1 -1
- package/src/modules/products/components/blocks/CardProduct.vue +2 -3
- package/src/modules/products/components/pages/ProductEdit.vue +10 -13
- package/src/modules/products/components/pages/Products.vue +2 -0
- package/src/modules/products/store/products.js +25 -2
- package/src/modules/spots/components/blocks/CardSpot.vue +2 -2
- package/src/modules/users/components/blocks/CardUser.vue +1 -0
- package/src/modules/landing/components/sections/AboutSection.vue +0 -69
@@ -0,0 +1,226 @@
|
|
1
|
+
<template>
|
2
|
+
<div class="pd-thin">
|
3
|
+
<SectionHeroVideo class="mn-b-thin h-min-100"/>
|
4
|
+
<SectionFocus class="mn-b-big"/>
|
5
|
+
|
6
|
+
<SectionFeaturesImages
|
7
|
+
class="mn-b-big"
|
8
|
+
:textData="{
|
9
|
+
messages: {
|
10
|
+
en: {
|
11
|
+
title: 'What We Can Offer??',
|
12
|
+
subtitle: 'WDT – the foundation of the Weeder community. It serves as a currency, a DAO instrument, and for many other purposes:',
|
13
|
+
features: [
|
14
|
+
{
|
15
|
+
image: '/images/howitworks/step1.png',
|
16
|
+
title: 'Guidelines and Regulations',
|
17
|
+
text: 'WDT can be used as a digital currency within the Weeder ecosystem, allowing users to purchase products such as cannabis, advertising spaces, and other premium features on the platform.',
|
18
|
+
},
|
19
|
+
{
|
20
|
+
image: '/images/howitworks/step2.png',
|
21
|
+
title: 'Building Services',
|
22
|
+
text: 'As a DAO (Decentralized Autonomous Organization) instrument, WDT enables community governance and decision-making, allowing token holders to propose, discuss, and vote on various initiatives and developments within the Weeder ecosystem.',
|
23
|
+
},
|
24
|
+
{
|
25
|
+
image: '/images/howitworks/step3.png',
|
26
|
+
title: 'Digital and Marketing',
|
27
|
+
text: 'Holding WDT tokens can provide potential investment returns as the Weeder ecosystem grows and gains value. Additionally, WDT serves for dividend distribution – those who stake their tokens earn income from the platform.'
|
28
|
+
},
|
29
|
+
]
|
30
|
+
},
|
31
|
+
ru: {
|
32
|
+
title: 'Что такое Weeder Token?',
|
33
|
+
subtitle: 'WDT – основа сообщества Weeder. Он выступает в качестве валюты, инструмента DAO и многих других целей:',
|
34
|
+
features: [
|
35
|
+
{
|
36
|
+
image: '/images/howitworks/step1.png',
|
37
|
+
title: 'Валюта',
|
38
|
+
text: 'WDT можно использовать как цифровую валюту в экосистеме Weeder, позволяя пользователям покупать товары, такие как марихуана, рекламные места и другие премиальные возможности на платформе.',
|
39
|
+
},
|
40
|
+
{
|
41
|
+
image: '/images/howitworks/step2.png',
|
42
|
+
title: 'Инструмент',
|
43
|
+
text: 'В качестве инструмента DAO (Децентрализованной Автономной Организации), WDT позволяет управлять сообществом и принимать решения, давая держателям токенов возможность предлагать, обсуждать и голосовать за различные инициативы и развитие в рамках экосистемы Weeder.',
|
44
|
+
},
|
45
|
+
{
|
46
|
+
image: '/images/howitworks/step3.png',
|
47
|
+
title: 'Инвестиции',
|
48
|
+
text: 'Хранение токенов WDT может обеспечить потенциальный инвестиционный доход по мере роста и увеличения стоимости экосистемы Weeder. Кроме того, WDT служит для распределения дивидендов – те, кто стейкают свои токены, получают доход с платформы.',
|
49
|
+
},
|
50
|
+
]
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}"
|
54
|
+
/>
|
55
|
+
|
56
|
+
<section class="section">
|
57
|
+
<div class="mn-b-big t-center title">
|
58
|
+
<h2 class="mn-b-small">From Seed To Cash</h2>
|
59
|
+
<p class="w-m-60r mn-b-big mn-auto t-transp p-big">
|
60
|
+
We master all steps of the process and ready to share our experience
|
61
|
+
</p>
|
62
|
+
</div>
|
63
|
+
|
64
|
+
</section>
|
65
|
+
|
66
|
+
<SectionFeature
|
67
|
+
image="/images/farming/1.jpeg"
|
68
|
+
title="Guidelines and Regulations"
|
69
|
+
description="WDT can be used as a digital currency within the Weeder ecosystem, allowing users to purchase products such as cannabis, advertising spaces, and other premium features on the platform."
|
70
|
+
class="mn-b-thin"
|
71
|
+
/>
|
72
|
+
<SectionFeature
|
73
|
+
image="/images/farming/3.jpeg"
|
74
|
+
title="Guidelines and Regulations"
|
75
|
+
description="WDT can be used as a digital currency within the Weeder ecosystem, allowing users to purchase products such as cannabis, advertising spaces, and other premium features on the platform."
|
76
|
+
class="mn-b-thin"
|
77
|
+
/>
|
78
|
+
<SectionFeature
|
79
|
+
image="/images/farming/4.jpeg"
|
80
|
+
title="Guidelines and Regulations"
|
81
|
+
description="WDT can be used as a digital currency within the Weeder ecosystem, allowing users to purchase products such as cannabis, advertising spaces, and other premium features on the platform."
|
82
|
+
class="mn-b-big"
|
83
|
+
/>
|
84
|
+
|
85
|
+
|
86
|
+
<Examples/>
|
87
|
+
|
88
|
+
<SectionFeatures
|
89
|
+
:textData="{
|
90
|
+
messages: {
|
91
|
+
en: {
|
92
|
+
title: 'How Its Works?',
|
93
|
+
subtitle: 'Earn Weeder Tokens while you get lit on our dank buds. Use them to buy more weed or cash out and spend it on snacks.',
|
94
|
+
features: [{
|
95
|
+
icon: '1',
|
96
|
+
title: 'Join Our Stoned Community',
|
97
|
+
description: 'Find the dankest strains on the market and start your journey to the clouds!',
|
98
|
+
},{
|
99
|
+
icon: '2',
|
100
|
+
title: 'Shop While You are High',
|
101
|
+
description: 'Order our premium bud and accessories with just a few clicks and get them delivered right to your door!',
|
102
|
+
},{
|
103
|
+
icon: '3',
|
104
|
+
title: 'Get Your Share',
|
105
|
+
description: 'As a loyal customer, you earn exclusive Weeder tokens as cashback. Get high and get paid!',
|
106
|
+
}]
|
107
|
+
},
|
108
|
+
ru: {
|
109
|
+
title: 'Как Это Работает?',
|
110
|
+
subtitle: 'Зарабатывайте токены Weeder, когда вы курите наши лучшие сорта травы. Используйте их, чтобы купить еще травы или выведите и купите себе вкусняшки.',
|
111
|
+
features: [{
|
112
|
+
icon: '1',
|
113
|
+
title: 'Присоединяйтесь к нашему сообществу',
|
114
|
+
description: 'Найдите лучшие сорта травы на рынке и начните свой путь к облакам!',
|
115
|
+
},{
|
116
|
+
icon: '2',
|
117
|
+
title: 'Закупатейсь с удобством',
|
118
|
+
description: 'Закажите нашу премиум-траву и аксессуары всего несколькими кликами и получите их доставку прямо к двери!',
|
119
|
+
},{
|
120
|
+
icon: '3',
|
121
|
+
title: 'Получите свою долю от прибыли',
|
122
|
+
description: 'Как лояльный клиент, вы зарабатываете эксклюзивные токены Weeder на свой кошелек в качестве кэшбэка. Курите и зарабатывайте!',
|
123
|
+
}]
|
124
|
+
}
|
125
|
+
}
|
126
|
+
}"
|
127
|
+
/>
|
128
|
+
<SectionGuide
|
129
|
+
:textData="{
|
130
|
+
messages: {
|
131
|
+
en: {
|
132
|
+
title: 'If you still wonder?',
|
133
|
+
FAQ: [{
|
134
|
+
title: 'How does Weeder Token support the Weeder ecosystem?',
|
135
|
+
description: 'Weeder Token (WDT) is a fundamental component of the Weeder ecosystem, ensuring its operation, integration, and development. WDT tokens are used to pay for goods and services, participate in platform governance, and attract investments.'
|
136
|
+
},{
|
137
|
+
title: ' What security measures are in place to protect WDT tokens?',
|
138
|
+
description: 'WDT tokens are protected by modern cryptographic algorithms and blockchain technologies (Polygon Network), ensuring transaction security and asset storage. Users should also use reliable wallets and follow security recommendations for maximum protection of their tokens.'
|
139
|
+
},{
|
140
|
+
title: 'Can I use WDT tokens to pay on other platforms?',
|
141
|
+
description: 'Currently, WDT tokens are primarily used within the Weeder ecosystem. However, their use may be expanded to third-party platforms and services that Weeder collaborates or plans to collaborate with in the future.'
|
142
|
+
},{
|
143
|
+
title: 'What is the role of WDT in governing the Weeder platform?',
|
144
|
+
description: 'Weeder Token allows token holders to actively participate in platform governance. With its help, users can vote on various proposals, initiatives, and developments, influencing the future development of the Weeder ecosystem.'
|
145
|
+
},{
|
146
|
+
title: 'What are the benefits of using WDT for platform users?',
|
147
|
+
description: 'Using Weeder Token provides users with a range of benefits, such as the ability to purchase goods and services on the platform, participate in platform governance, invest in the Weeder ecosystem, and earn income from staking.'
|
148
|
+
},{
|
149
|
+
title: 'What is the perspective for WDT growth and development in the future?',
|
150
|
+
description: 'The growth and development of Weeder Token in the future depend on the success and expansion of the Weeder ecosystem. An increase in user numbers, collaboration with partners, and the implementation of new features and services can significantly increase the value and utility of Weeder Token.'
|
151
|
+
}]
|
152
|
+
},
|
153
|
+
ru: {
|
154
|
+
title: 'У вас еще есть вопросы?',
|
155
|
+
FAQ: [{
|
156
|
+
title: 'Как Weeder Token поддерживает экосистему Weeder?',
|
157
|
+
description: 'Weeder Token (WDT) является основным компонентом экосистемы Weeder, обеспечивая ее функционирование, интеграцию и развитие. Токены WDT используются для оплаты товаров и услуг, участия в управлении платформы и привлечения инвестиций.'
|
158
|
+
},{
|
159
|
+
title: 'Какие меры безопасности применяются для защиты токенов WDT?',
|
160
|
+
description: 'Токены WDT защищены современными криптографическими алгоритмами и технологиями блокчейна, обеспечивающими безопасность транзакций и хранения средств. Пользователи также должны использовать надежные кошельки и следовать рекомендациям по безопасности для максимальной защиты своих токенов.'
|
161
|
+
},{
|
162
|
+
title: 'Могу ли я использовать токены WDT для оплаты на других платформах?',
|
163
|
+
description: 'В настоящее время токены WDT преимущественно используются в рамках экосистемы Weeder. Однако в будущем их использование может быть расширено на сторонние платформы и сервисы, с которыми Weeder сотрудничает или планирует сотрудничать.'
|
164
|
+
},{
|
165
|
+
title: 'Какова роль WDT в управлении платформой Weeder?',
|
166
|
+
description: 'Weeder Token позволяет держателям токенов активно участвовать в управлении платформой. С его помощью пользователи могут голосовать по различным предложениям, инициативам и разработкам, влияя на будущее развитие экосистемы Weeder.'
|
167
|
+
},{
|
168
|
+
title: 'В чем преимущества использования WDT для пользователей платформы?',
|
169
|
+
description: 'Использование Weeder Token предоставляет пользователям ряд преимуществ, таких как возможность покупать товары и услуги на платформе, участвовать в управлении платформой, инвестировать в экосистему Weeder и получать доход от стейкинга.'
|
170
|
+
},{
|
171
|
+
title: 'Какова перспектива развития и роста WDT в будущем?',
|
172
|
+
description: 'Рост и развитие Weeder Token в будущем зависят от успешности и расширения экосистемы Weeder. Увеличение количества пользователей, сотрудничество с партнерами и внедрение новых возможностей и услуг могут существенно повысить спрос к токенам.'
|
173
|
+
}]
|
174
|
+
}
|
175
|
+
}
|
176
|
+
}"
|
177
|
+
/>
|
178
|
+
</div>
|
179
|
+
</template>
|
180
|
+
|
181
|
+
<script setup>
|
182
|
+
import { computed } from 'vue'
|
183
|
+
|
184
|
+
import SectionHeroVideo from '@pf/src/modules/landing/components/sections/SectionHeroVideo.vue'
|
185
|
+
import SectionFocus from '@pf/src/modules/landing/components/sections/SectionFocus.vue'
|
186
|
+
|
187
|
+
import SectionHeroToken from '@pf/src/modules/landing/components/sections/SectionHeroToken.vue'
|
188
|
+
|
189
|
+
import SectionFeature from '@pf/src/modules/landing/components/sections/SectionFeature.vue'
|
190
|
+
import SectionFeatures from '@pf/src/modules/landing/components/sections/SectionFeatures.vue'
|
191
|
+
import SectionFeaturesImages from '@pf/src/modules/landing/components/sections/SectionFeaturesImages.vue'
|
192
|
+
|
193
|
+
|
194
|
+
import SectionGuide from '@pf/src/modules/landing/components/sections/SectionGuide.vue'
|
195
|
+
import SectionRoadmap from '@pf/src/modules/landing/components/sections/SectionRoadmap.vue'
|
196
|
+
|
197
|
+
import HowToBuyWDR from '@pf/src/modules/landing/components/sections/HowToBuyWDR.vue'
|
198
|
+
import Examples from '@pf/src/modules/landing/components/sections/Examples.vue'
|
199
|
+
|
200
|
+
|
201
|
+
import { useI18n } from 'vue-i18n'
|
202
|
+
|
203
|
+
const description = {
|
204
|
+
messages: {
|
205
|
+
en: {
|
206
|
+
meta: {
|
207
|
+
title: "Governance – Fin.Kan House is Cannabis friendly hotel in Phuket",
|
208
|
+
description: "At Fingan House, we encourage the exploration of Phuket’s finest cannabis products and are proud to provide a fully stocked bar of our signature product offerings to those looking to enjoy their experience to the fullest.",
|
209
|
+
|
210
|
+
},
|
211
|
+
},
|
212
|
+
ru: {
|
213
|
+
meta: {
|
214
|
+
title: "Управление – Fin.Kan House это каннабис-френдли отель на Пхукете",
|
215
|
+
description: "Приходите полюбоваться удивительными закатами в 18:00 или увидеть ночные огни Пхукета во всей красе после захода солнца. Купите немного каннабиса и наслаждайтесь видами — это действительно так просто!",
|
216
|
+
}
|
217
|
+
}
|
218
|
+
}
|
219
|
+
}
|
220
|
+
|
221
|
+
const { t } = useI18n(description)
|
222
|
+
</script>
|
223
|
+
|
224
|
+
<style lang="scss">
|
225
|
+
|
226
|
+
</style>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="pd-thin">
|
3
3
|
<SectionHeroToken class="mn-b-extra h-min-100"/>
|
4
|
-
<
|
4
|
+
<SectionFeaturesImages class="mn-b-thin"/>
|
5
5
|
<SectionFeatures
|
6
6
|
:textData="{
|
7
7
|
messages: {
|
@@ -99,7 +99,6 @@
|
|
99
99
|
}"
|
100
100
|
/>
|
101
101
|
<!-- Partials (need to remove) -->
|
102
|
-
<Footer/>
|
103
102
|
</div>
|
104
103
|
</template>
|
105
104
|
|
@@ -110,11 +109,10 @@
|
|
110
109
|
import SectionFeatures from '@pf/src/modules/landing/components/sections/SectionFeatures.vue'
|
111
110
|
import SectionGuide from '@pf/src/modules/landing/components/sections/SectionGuide.vue'
|
112
111
|
import SectionRoadmap from '@pf/src/modules/landing/components/sections/SectionRoadmap.vue'
|
113
|
-
|
114
|
-
|
112
|
+
import SectionFeaturesImages from '@pf/src/modules/landing/components/sections/SectionFeaturesImages.vue'
|
113
|
+
|
115
114
|
import HowToBuyWDR from '@pf/src/modules/landing/components/sections/HowToBuyWDR.vue'
|
116
115
|
|
117
|
-
import Footer from '@pf/src/components/Footer/Footer.vue'
|
118
116
|
|
119
117
|
import { useI18n } from 'vue-i18n'
|
120
118
|
|
@@ -16,7 +16,6 @@
|
|
16
16
|
<!-- <FeatureSection /> -->
|
17
17
|
<!-- <HowItWorksSection /> -->
|
18
18
|
<!-- <HeroSection /> -->
|
19
|
-
<Footer/>
|
20
19
|
</div>
|
21
20
|
</template>
|
22
21
|
|
@@ -41,8 +40,6 @@
|
|
41
40
|
// import HowItWorksSection from '@pf/src/modules/landing/components/sections/HowItWorksSection.vue'
|
42
41
|
import MapSection from '@pf/src/modules/landing/components/sections/MapSection.vue'
|
43
42
|
|
44
|
-
import Footer from '@pf/src/components/Footer/Footer.vue'
|
45
|
-
|
46
43
|
|
47
44
|
</script>
|
48
45
|
|
@@ -4,7 +4,6 @@
|
|
4
4
|
<AboutSection />
|
5
5
|
<SectionGuide />
|
6
6
|
<!-- Partials (need to remove) -->
|
7
|
-
<Footer/>
|
8
7
|
</div>
|
9
8
|
</template>
|
10
9
|
|
@@ -14,8 +13,7 @@
|
|
14
13
|
import AboutSection from '@pf/src/modules/landing/components/sections/AboutSection.vue'
|
15
14
|
import SectionGuide from '@pf/src/modules/landing/components/sections/SectionGuide.vue'
|
16
15
|
import MapSection from '@pf/src/modules/landing/components/sections/MapSection.vue'
|
17
|
-
|
18
|
-
|
16
|
+
|
19
17
|
import { useI18n } from 'vue-i18n'
|
20
18
|
|
21
19
|
|
@@ -44,8 +44,6 @@
|
|
44
44
|
|
45
45
|
</section>
|
46
46
|
</div>
|
47
|
-
<!-- Partials (need to remove) -->
|
48
|
-
<Footer/>
|
49
47
|
|
50
48
|
</div>
|
51
49
|
</template>
|
@@ -58,7 +56,6 @@
|
|
58
56
|
import { useI18n } from 'vue-i18n'
|
59
57
|
|
60
58
|
import * as marked from 'marked';
|
61
|
-
import Footer from '@pf/src/components/Footer/Footer.vue'
|
62
59
|
|
63
60
|
|
64
61
|
// const renderer = {
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<template>
|
2
|
-
<section class="
|
2
|
+
<section class="">
|
3
3
|
<header class="mn-b-big t-center">
|
4
|
-
<h2 class="mn-center text-fade-in"><span class="text-splitted">Example of the
|
4
|
+
<h2 class="mn-center text-fade-in"><span class="text-splitted">Example of the Strains</span></h2>
|
5
5
|
</header>
|
6
|
-
<div class="cols-4 gap-medium">
|
7
|
-
|
6
|
+
<div class="cols-4 w-100 o-scroll pos-relative gap-medium">
|
7
|
+
<img v-for="(signal,index) in signals" class="radius-big h-max-30r signal" :src="'/images/examples/' + signal">
|
8
8
|
</div>
|
9
9
|
</section>
|
10
10
|
</template>
|
@@ -15,13 +15,9 @@
|
|
15
15
|
/////////////////////////////
|
16
16
|
// VUE DEPENDENCIES
|
17
17
|
import { onMounted } from 'vue';
|
18
|
-
// GSAP DEPENDENCIES
|
19
|
-
import { gsap } from "gsap/dist/gsap";
|
20
|
-
import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
|
21
18
|
/////////////////////////////
|
22
19
|
// CREATED
|
23
20
|
/////////////////////////////
|
24
|
-
gsap.registerPlugin(ScrollTrigger);
|
25
21
|
|
26
22
|
let signals = [
|
27
23
|
'01.png',
|
@@ -34,54 +30,6 @@ let signals = [
|
|
34
30
|
// MOUNTED
|
35
31
|
/////////////////////////////
|
36
32
|
onMounted(() => {
|
37
|
-
gsap.set('.signal', {
|
38
|
-
// maxHeight: 0,
|
39
|
-
force3D:false,
|
40
|
-
opacity: 0,
|
41
|
-
// y: 50,
|
42
|
-
});
|
43
|
-
|
44
|
-
gsap.set('.signal-child ', {
|
45
|
-
opacity: 0,
|
46
|
-
force3D:false,
|
47
|
-
y: 50,
|
48
|
-
});
|
49
|
-
|
50
|
-
ScrollTrigger.batch('.signal', {
|
51
|
-
onEnter: batch => {
|
52
|
-
batch.forEach((card, index) => {
|
53
|
-
gsap.to(card, {
|
54
|
-
opacity: 1,
|
55
|
-
// maxHeight: 1000,
|
56
|
-
duration: 1.5,
|
57
|
-
ease: "power2.inOut",
|
58
|
-
y: 0,
|
59
|
-
stagger: 0.1,
|
60
|
-
delay: index * 0.3
|
61
|
-
})
|
62
|
-
|
63
|
-
gsap.to(card.children, {
|
64
|
-
opacity: 1,
|
65
|
-
duration: 1.5,
|
66
|
-
ease: "power2.inOut",
|
67
|
-
y: 0,
|
68
|
-
stagger: 0.1,
|
69
|
-
delay: index * 0.3
|
70
|
-
})
|
71
|
-
})
|
72
|
-
},
|
73
|
-
// onLeaveBack: batch => {
|
74
|
-
// batch.forEach((card, index) => gsap.to(card.children, {
|
75
|
-
// opacity: 0,
|
76
|
-
// duration: 1.5,
|
77
|
-
// ease: "power2.inOut",
|
78
|
-
// y: 50,
|
79
|
-
// stagger: 0.1,
|
80
|
-
// delay: index * 0.3
|
81
|
-
// }))
|
82
|
-
// },
|
83
|
-
start: "top 70%",
|
84
|
-
});
|
85
33
|
})
|
86
34
|
|
87
35
|
</script>
|
@@ -0,0 +1,41 @@
|
|
1
|
+
<template>
|
2
|
+
<div class="o-hidden bg-grey pos-relative radius-big cols-2">
|
3
|
+
<div style="min-height: 20rem;" :class="{'order-2':order}" class="pos-relative w-100 h-100 bg-grey">
|
4
|
+
<img class="w-100 h-100 object-fit-cover pos-absolute" :src="image">
|
5
|
+
</div>
|
6
|
+
<div class="pd-big flex-column flex w-100 h-100 gap-zero">
|
7
|
+
<h2 class="mn-b-medium">
|
8
|
+
{{title}}
|
9
|
+
</h2>
|
10
|
+
|
11
|
+
<p class="p-big t-transp">
|
12
|
+
{{description}}
|
13
|
+
</p>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</template>
|
17
|
+
|
18
|
+
|
19
|
+
<script setup>
|
20
|
+
import { useI18n } from 'vue-i18n'
|
21
|
+
|
22
|
+
const props = defineProps(['image','title','description','order'])
|
23
|
+
|
24
|
+
const { t } = useI18n({
|
25
|
+
messages: {
|
26
|
+
en:{
|
27
|
+
"nye2024":{
|
28
|
+
"title":"Delisious pizza from stone oven",
|
29
|
+
"description":"Join the hottest Christmas party event at NMS.IO and make your time with family and friends extra special. Enjoy festive on the celebrations with unique surprises and fun activities in NMS.IO!",
|
30
|
+
"checkinblog":"CHECK IN BLOG"
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
})
|
35
|
+
</script>
|
36
|
+
|
37
|
+
<style lang="scss">
|
38
|
+
.order-2 {
|
39
|
+
order: 2
|
40
|
+
}
|
41
|
+
</style>
|
@@ -0,0 +1,122 @@
|
|
1
|
+
<template>
|
2
|
+
<section id="howtobuy" class="section">
|
3
|
+
|
4
|
+
<div class="mn-b-big t-center title">
|
5
|
+
<h2 class="mn-b-small">{{t('title')}}</h2>
|
6
|
+
<p class="w-m-60r mn-b-big mn-auto t-transp p-big">
|
7
|
+
{{t('subtitle')}}
|
8
|
+
</p>
|
9
|
+
</div>
|
10
|
+
|
11
|
+
<div class="cols-3 gap-thin">
|
12
|
+
|
13
|
+
<div
|
14
|
+
v-for="feature in tm('features')"
|
15
|
+
:key="feature.title"
|
16
|
+
class="w-100 pd-medium bg-grey radius-big"
|
17
|
+
>
|
18
|
+
<img
|
19
|
+
class="radius-medium bg-grey h-max-20r object-fit-cover w-100 mn-b-medium"
|
20
|
+
:src="feature.image"
|
21
|
+
>
|
22
|
+
<h3 class="mn-b-medium">{{feature.title}}</h3>
|
23
|
+
<p class="t-transp">{{feature.text}}</p>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
</div>
|
27
|
+
|
28
|
+
</section>
|
29
|
+
</template>
|
30
|
+
|
31
|
+
|
32
|
+
<script setup>
|
33
|
+
import { useI18n } from 'vue-i18n'
|
34
|
+
|
35
|
+
const props = defineProps({
|
36
|
+
title: String,
|
37
|
+
textData: {
|
38
|
+
type: Object,
|
39
|
+
default: () => ({
|
40
|
+
messages: {
|
41
|
+
en: {
|
42
|
+
title: 'What is Weeder Token?',
|
43
|
+
subtitle: 'WDT – the foundation of the Weeder community. It serves as a currency, a DAO instrument, and for many other purposes:',
|
44
|
+
features: [
|
45
|
+
{
|
46
|
+
image: '/images/howitworks/step1.png',
|
47
|
+
title: 'Currency',
|
48
|
+
text: 'WDT can be used as a digital currency within the Weeder ecosystem, allowing users to purchase products such as cannabis, advertising spaces, and other premium features on the platform.',
|
49
|
+
},
|
50
|
+
{
|
51
|
+
image: '/images/howitworks/step2.png',
|
52
|
+
title: 'Instument',
|
53
|
+
text: 'As a DAO (Decentralized Autonomous Organization) instrument, WDT enables community governance and decision-making, allowing token holders to propose, discuss, and vote on various initiatives and developments within the Weeder ecosystem.',
|
54
|
+
},
|
55
|
+
{
|
56
|
+
image: '/images/howitworks/step3.png',
|
57
|
+
title: 'Invesment',
|
58
|
+
text: 'Holding WDT tokens can provide potential investment returns as the Weeder ecosystem grows and gains value. Additionally, WDT serves for dividend distribution – those who stake their tokens earn income from the platform.'
|
59
|
+
},
|
60
|
+
]
|
61
|
+
},
|
62
|
+
ru: {
|
63
|
+
title: 'Что такое Weeder Token?',
|
64
|
+
subtitle: 'WDT – основа сообщества Weeder. Он выступает в качестве валюты, инструмента DAO и многих других целей:',
|
65
|
+
features: [
|
66
|
+
{
|
67
|
+
image: '/images/howitworks/step1.png',
|
68
|
+
title: 'Валюта',
|
69
|
+
text: 'WDT можно использовать как цифровую валюту в экосистеме Weeder, позволяя пользователям покупать товары, такие как марихуана, рекламные места и другие премиальные возможности на платформе.',
|
70
|
+
},
|
71
|
+
{
|
72
|
+
image: '/images/howitworks/step2.png',
|
73
|
+
title: 'Инструмент',
|
74
|
+
text: 'В качестве инструмента DAO (Децентрализованной Автономной Организации), WDT позволяет управлять сообществом и принимать решения, давая держателям токенов возможность предлагать, обсуждать и голосовать за различные инициативы и развитие в рамках экосистемы Weeder.',
|
75
|
+
},
|
76
|
+
{
|
77
|
+
image: '/images/howitworks/step3.png',
|
78
|
+
title: 'Инвестиции',
|
79
|
+
text: 'Хранение токенов WDT может обеспечить потенциальный инвестиционный доход по мере роста и увеличения стоимости экосистемы Weeder. Кроме того, WDT служит для распределения дивидендов – те, кто стейкают свои токены, получают доход с платформы.',
|
80
|
+
},
|
81
|
+
]
|
82
|
+
}
|
83
|
+
}
|
84
|
+
})
|
85
|
+
}
|
86
|
+
})
|
87
|
+
const { t, tm } = useI18n(props.textData)
|
88
|
+
</script>
|
89
|
+
|
90
|
+
<style lang="scss">
|
91
|
+
|
92
|
+
#grid2 {
|
93
|
+
transition: 500ms;
|
94
|
+
display: grid;
|
95
|
+
grid-template-columns: 1fr 1fr 1fr;
|
96
|
+
gap: 3px;
|
97
|
+
background: crimson;
|
98
|
+
}
|
99
|
+
|
100
|
+
:where(.left, .center, .right) {
|
101
|
+
background: navajowhite;
|
102
|
+
transition: 300ms;
|
103
|
+
}
|
104
|
+
|
105
|
+
:where(.left, .center, .right):hover {
|
106
|
+
background: crimson;
|
107
|
+
}
|
108
|
+
|
109
|
+
#grid2:has(.left:hover) {
|
110
|
+
grid-template-columns: 2fr 0.5fr 0.5fr;
|
111
|
+
padding: 3rem;
|
112
|
+
}
|
113
|
+
|
114
|
+
#grid2:has(.center:hover) {
|
115
|
+
grid-template-columns: 0.5fr 2fr 0.5fr;
|
116
|
+
padding: 3rem;
|
117
|
+
}
|
118
|
+
#grid2:has(.right:hover) {
|
119
|
+
grid-template-columns: 0.5fr 0.5fr 2fr;
|
120
|
+
padding: 3rem;
|
121
|
+
}
|
122
|
+
</style>
|
@@ -0,0 +1,59 @@
|
|
1
|
+
<template>
|
2
|
+
<section id="our-focus" class="bg-light radius-big pd-big cols-2 flex">
|
3
|
+
|
4
|
+
<div class="col">
|
5
|
+
|
6
|
+
<p class="text-fade-in mn-b-medium t-main h4">
|
7
|
+
<span class="text-splitted">Culture of cannabis</span>
|
8
|
+
</p>
|
9
|
+
|
10
|
+
<h2 class="text-fade-in mn-b-medium">
|
11
|
+
<span class="text-splitted">Welcome to Weeder Farms, your trusted partner in cannabis cultivation. </span>
|
12
|
+
</h2>
|
13
|
+
|
14
|
+
<p class="element-intro display-block p-big">We are a team of professional growers, engineers, programmers, and geneticists. We are dedicated to the growth and development of the cannabis industry, offering our extensive experience and knowledge to help cultivators like you succeed.</p>
|
15
|
+
</div>
|
16
|
+
|
17
|
+
<div class="cols-2 gap-thin col">
|
18
|
+
<div :ref="setItemRef" class="industry card">
|
19
|
+
<h3 class="h1 t-main card-child">10+</h3>
|
20
|
+
<p class="h4 card-child">Farms</p>
|
21
|
+
</div>
|
22
|
+
<div :ref="setItemRef" class="industry card">
|
23
|
+
<h3 class="h1 t-main card-child">40</h3>
|
24
|
+
<p class="h4 card-child">Strains</p>
|
25
|
+
</div>
|
26
|
+
<div :ref="setItemRef" class="industry card">
|
27
|
+
<h3 class="h1 t-main card-child">10KG</h3>
|
28
|
+
<p class="h4 card-child">Monthly</p>
|
29
|
+
</div>
|
30
|
+
<div :ref="setItemRef" class="industry card">
|
31
|
+
<h3 class="h1 t-main card-child">5+</h3>
|
32
|
+
<p class="h4 card-child">Dispansaries</p>
|
33
|
+
</div>
|
34
|
+
<div :ref="setItemRef" class="industry card">
|
35
|
+
<h3 class="h1 t-main card-child">136</h3>
|
36
|
+
<p class="h4 card-child">Tokens</p>
|
37
|
+
</div>
|
38
|
+
</div>
|
39
|
+
</section>
|
40
|
+
</template>
|
41
|
+
|
42
|
+
|
43
|
+
<script setup>
|
44
|
+
import { reactive, computed, toRefs, ref, onMounted,onUpdated,inject } from 'vue';
|
45
|
+
|
46
|
+
onMounted(() => {
|
47
|
+
|
48
|
+
})
|
49
|
+
|
50
|
+
</script>
|
51
|
+
|
52
|
+
<style scoped lang="scss">
|
53
|
+
#our-focus {
|
54
|
+
.industry {
|
55
|
+
display: flex;
|
56
|
+
justify-content: flex-end;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
</style>
|