...
184
.gitignore
vendored
Normal file
@ -0,0 +1,184 @@
|
||||
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
|
||||
|
||||
# Logs
|
||||
|
||||
logs
|
||||
_.log
|
||||
npm-debug.log_
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Caches
|
||||
|
||||
.cache
|
||||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
|
||||
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||
|
||||
# Runtime data
|
||||
|
||||
pids
|
||||
_.pid
|
||||
_.seed
|
||||
*.pid.lock
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
|
||||
coverage
|
||||
*.lcov
|
||||
|
||||
# nyc test coverage
|
||||
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Snowpack dependency directory (https://snowpack.dev/)
|
||||
|
||||
web_modules/
|
||||
|
||||
# TypeScript cache
|
||||
|
||||
*.tsbuildinfo
|
||||
|
||||
# Optional npm cache directory
|
||||
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
|
||||
.eslintcache
|
||||
|
||||
# Optional stylelint cache
|
||||
|
||||
.stylelintcache
|
||||
|
||||
# Microbundle cache
|
||||
|
||||
.rpt2_cache/
|
||||
.rts2_cache_cjs/
|
||||
.rts2_cache_es/
|
||||
.rts2_cache_umd/
|
||||
|
||||
# Optional REPL history
|
||||
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variable files
|
||||
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
|
||||
.parcel-cache
|
||||
|
||||
# Next.js build output
|
||||
|
||||
.next
|
||||
out
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
|
||||
.nuxt
|
||||
dist
|
||||
|
||||
# Gatsby files
|
||||
|
||||
# Comment in the public line in if your project uses Gatsby and not Next.js
|
||||
|
||||
# https://nextjs.org/blog/next-9-1#public-directory-support
|
||||
|
||||
# public
|
||||
|
||||
# vuepress build output
|
||||
|
||||
.vuepress/dist
|
||||
|
||||
# vuepress v2.x temp and cache directory
|
||||
|
||||
.temp
|
||||
|
||||
# Docusaurus cache and generated files
|
||||
|
||||
.docusaurus
|
||||
|
||||
# Serverless directories
|
||||
|
||||
.serverless/
|
||||
|
||||
# FuseBox cache
|
||||
|
||||
.fusebox/
|
||||
|
||||
# DynamoDB Local files
|
||||
|
||||
.dynamodb/
|
||||
|
||||
# TernJS port file
|
||||
|
||||
.tern-port
|
||||
|
||||
# Stores VSCode versions used for testing VSCode extensions
|
||||
|
||||
.vscode-test
|
||||
|
||||
# yarn v2
|
||||
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# IntelliJ based IDEs
|
||||
.idea
|
||||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
bun.lockb
|
||||
|
||||
build/
|
||||
|
||||
|
||||
pnpm-lock.yaml
|
||||
|
||||
|
73
LICENSE
Normal file
@ -0,0 +1,73 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
||||
|
||||
Copyright 2024 tf9
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
12
README.md
@ -1,2 +1,12 @@
|
||||
# docs_veda_strategic
|
||||
# testsite
|
||||
|
||||
just edit the docs in directory 'docs'
|
||||
|
||||
the site will be autobuild on [https://info.ourworld.tf/veda](https://info.ourworld.tf/veda)
|
||||
|
||||
|
||||
## to edit in stackblitz
|
||||
|
||||
> make sure to have an account there, login with github
|
||||
|
||||
https://stackblitz.com/~/github.com/Incubaid/docs_eden
|
3
babel.config.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
|
||||
};
|
133
blog/AI_system_components.md
Normal file
@ -0,0 +1,133 @@
|
||||
---
|
||||
slug: ai_more_than_llm
|
||||
title: 'AI is more than LLM.'
|
||||
authors: [tf9cloud]
|
||||
tags: [info, tech]
|
||||
image: img/quantum_ai.png
|
||||
---
|
||||
|
||||
![](img/quantum_ai.png)
|
||||
|
||||
# The Main Elements of AI Systems
|
||||
|
||||
AI systems are complex and multifaceted, built from a combination of technologies and components that work together to process data, learn from it, and execute tasks autonomously or semi-autonomously. Below is an overview of the main elements that constitute an AI system:
|
||||
|
||||
---
|
||||
|
||||
### 1. **Large Language Models (LLMs)**
|
||||
- **Description**: LLMs are advanced neural networks trained on extensive datasets of text. They generate human-like text and understand natural language with remarkable precision.
|
||||
- **Key Capabilities**:
|
||||
- Language understanding and generation.
|
||||
- Summarization, translation, and sentiment analysis.
|
||||
- Context-aware conversations and content creation.
|
||||
|
||||
---
|
||||
|
||||
### 2. **AI Databases**
|
||||
- **Description**: Specialized databases optimized for storing, retrieving, and managing large volumes of data required for AI training and inference.
|
||||
- **Types**:
|
||||
- Vector Databases: For managing embeddings and similarity searches.
|
||||
- Time-Series Databases: For processing real-time data streams.
|
||||
- Knowledge Graphs: For structured, relationship-focused data storage.
|
||||
- **Purpose**:
|
||||
- Efficiently manage and serve data for training and operational tasks.
|
||||
- Enable insights and decision-making through structured and unstructured data.
|
||||
|
||||
---
|
||||
|
||||
### 3. **AI Agents**
|
||||
- **Description**: Autonomous or semi-autonomous entities that interact with the environment, learn, and perform tasks.
|
||||
- **Key Features**:
|
||||
- Goal-oriented behavior.
|
||||
- Ability to adapt based on feedback.
|
||||
- Multi-agent systems for collaborative problem-solving.
|
||||
- **Applications**:
|
||||
- Chatbots, virtual assistants, and robotic systems.
|
||||
|
||||
---
|
||||
|
||||
### 4. **Data Pipelines**
|
||||
- **Description**: Infrastructure for collecting, cleaning, processing, and transforming raw data into a format usable by AI models.
|
||||
- **Components**:
|
||||
- ETL Processes (Extract, Transform, Load).
|
||||
- Data lakes and warehouses.
|
||||
- Monitoring and quality control tools.
|
||||
- **Importance**:
|
||||
- Ensures high-quality, reliable data for training and inference.
|
||||
|
||||
---
|
||||
|
||||
### 5. **Inference Engines**
|
||||
- **Description**: Systems or components that utilize trained AI models to make predictions, decisions, or generate outputs in real time.
|
||||
- **Characteristics**:
|
||||
- Optimized for low-latency operations.
|
||||
- Often deployed at scale in production environments.
|
||||
|
||||
---
|
||||
|
||||
### 6. **Machine Learning Frameworks**
|
||||
- **Description**: Software libraries and tools that provide a foundation for building, training, and deploying AI models.
|
||||
- **Popular Frameworks**:
|
||||
- TensorFlow, PyTorch, Scikit-learn.
|
||||
- **Role**:
|
||||
- Simplify the process of creating and experimenting with models.
|
||||
- Enable scalability and compatibility across platforms.
|
||||
|
||||
---
|
||||
|
||||
### 7. **Model Training Infrastructure**
|
||||
- **Description**: High-performance computing environments designed to handle the resource-intensive process of training AI models.
|
||||
- **Components**:
|
||||
- GPU/TPU clusters for acceleration.
|
||||
- Distributed computing setups.
|
||||
- Hyperparameter optimization tools.
|
||||
- **Outcome**:
|
||||
- Produces optimized models ready for deployment.
|
||||
|
||||
---
|
||||
|
||||
### 8. **Deployment and Integration Systems**
|
||||
- **Description**: Platforms that host trained AI models and integrate them into applications.
|
||||
- **Capabilities**:
|
||||
- Containerization (e.g., Docker, Kubernetes).
|
||||
- APIs for seamless interaction.
|
||||
- Continuous delivery pipelines for updates.
|
||||
|
||||
---
|
||||
|
||||
### 9. **Ethics and Governance Frameworks**
|
||||
- **Description**: Guidelines and systems for ensuring AI systems are fair, transparent, and aligned with ethical standards.
|
||||
- **Key Elements**:
|
||||
- Bias detection and mitigation tools.
|
||||
- Privacy-preserving techniques (e.g., differential privacy).
|
||||
- Compliance with regulations and best practices.
|
||||
|
||||
---
|
||||
|
||||
### 10. **Feedback Loops**
|
||||
- **Description**: Mechanisms to continuously improve AI models based on user interactions and real-world performance.
|
||||
- **Features**:
|
||||
- Real-time data collection.
|
||||
- Retraining pipelines for adaptive learning.
|
||||
- **Outcome**:
|
||||
- Enhances accuracy and relevance over time.
|
||||
|
||||
---
|
||||
|
||||
### 11. **Human-AI Interfaces**
|
||||
- **Description**: User-facing components that enable intuitive interaction between humans and AI systems.
|
||||
- **Examples**:
|
||||
- Dashboards, voice interfaces, and augmented reality tools.
|
||||
- **Goal**:
|
||||
- Make AI accessible and actionable for end users.
|
||||
|
||||
---
|
||||
|
||||
### 12. **Specialized Hardware**
|
||||
- **Description**: Custom hardware optimized for AI tasks, such as:
|
||||
- GPUs, TPUs, and ASICs for acceleration.
|
||||
- Neuromorphic chips for energy-efficient computing.
|
||||
- **Purpose**:
|
||||
- Enhance performance and reduce operational costs.
|
||||
|
||||
|
5
blog/authors.yml
Normal file
@ -0,0 +1,5 @@
|
||||
tf9cloud:
|
||||
name: Veda Team
|
||||
title: Digital Innovation Team
|
||||
url: https://ourworld.tf/tf9cloud
|
||||
image_url: /img/logo.svg
|
BIN
blog/img/quantum_ai.png
Normal file
After Width: | Height: | Size: 3.0 MiB |
17
build.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
export PATH=${BASE}/node_modules/.bin:$PATH
|
||||
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
#bun build
|
||||
#bun ${script_dir}/node_modules/.bin/docusaurus build
|
||||
pnpm build
|
||||
|
||||
rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/veda/
|
21
components.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema.json",
|
||||
"style": "new-york",
|
||||
"rsc": false,
|
||||
"tsx": true,
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.js",
|
||||
"css": "src/css/custom.css",
|
||||
"baseColor": "gray",
|
||||
"cssVariables": false,
|
||||
"prefix": ""
|
||||
},
|
||||
"aliases": {
|
||||
"components": "@/components",
|
||||
"utils": "@/lib/utils",
|
||||
"ui": "@/components/ui",
|
||||
"lib": "@/lib",
|
||||
"hooks": "@/hooks"
|
||||
},
|
||||
"iconLibrary": "lucide"
|
||||
}
|
12
develop.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
|
||||
npm run start -- --host 0.0.0.0
|
11
docs/appendix/10_roadmap.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: 'Roadmap'
|
||||
sidebar_position: 10
|
||||
# draft: true
|
||||
hide_title: true
|
||||
---
|
||||
![](img/cloud.jpg)
|
||||
|
||||
## Roadmap
|
||||
|
||||
> TODO:
|
8
docs/appendix/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "The Location",
|
||||
"position": 6,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "More info about the location of the city."
|
||||
}
|
||||
}
|
8
docs/appendix/decentralization/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Decentralization",
|
||||
"position": 10,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "We present the ThreeFold decentralization status of both V3 and V4."
|
||||
}
|
||||
}
|
29
docs/appendix/decentralization/coop.md
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
title: 'Veda Cooperative'
|
||||
sidebar_position: 6
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
![](img/coop.png)
|
||||
|
||||
## **What is a Cooperative?**
|
||||
|
||||
A **cooperative (co-op)** is a member-owned organization where all members share equal ownership and decision-making power. Unlike traditional corporations, cooperatives prioritize the collective benefit of their members over maximizing profits. Key principles of a cooperative include:
|
||||
|
||||
1. **Democratic Governance**: Each member has an equal say in decisions, often following a "one member, one vote" policy.
|
||||
2. **Shared Ownership**: Members collectively own and share the profits or benefits generated by the cooperative.
|
||||
3. **Inclusive Participation**: Membership is open to anyone who fulfills the cooperative’s requirements.
|
||||
4. **Community-Focused**: Cooperatives exist to serve their members and community, often emphasizing long-term sustainability and mutual benefit.
|
||||
|
||||
## Setting Up the Cooperative
|
||||
|
||||
In H1 2025, we plan to establish a cooperative structure that will unite and represent the interests of all Veda farmers as well as Veda users.
|
||||
|
||||
Cooperatives are powerful, regulated entities with a long history of promoting decentralization and community-driven governance. By forming a cooperative, we can create a structure that not only aggregates the voices and needs of our farmers and users but also provides a legally recognized framework for truly decentralized decision-making.
|
||||
|
||||
## True to Veda's Ethos
|
||||
|
||||
Cooperatives are uniquely suited to the decentralized ethos of Veda. They operate on democratic principles, ensuring that each member — whether a farmer or user — has an equal say in the direction and operation of the network. This approach aligns perfectly with our vision of a decentralized, peer-to-peer infrastructure where power is distributed, not concentrated.
|
||||
|
||||
Moreover, cooperatives are recognized globally as legitimate and effective governance structures. This recognition will help us engage with regulatory bodies and broader societal systems, ensuring that the decentralized nature of Veda is respected and protected as we continue to grow.
|
||||
|
33
docs/appendix/decentralization/dao.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
title: 'Veda DAO'
|
||||
sidebar_position: 4
|
||||
description: Learn about the Veda DAO.
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
![](img/book.png)
|
||||
|
||||
A **DAO**, or **Decentralized Autonomous Organization**, is an organizational structure that operates through smart contracts on a blockchain, with decision-making processes carried out in a decentralized and autonomous manner.
|
||||
|
||||
The Veda DAO aims to create transparency, eliminate centralized authority, and allow members to participate directly in decision-making.
|
||||
|
||||
> its the technical underpinning of the cooperative, our digital tools on ledger tech.
|
||||
|
||||
### Key Characteristics of a DAO:
|
||||
|
||||
1. **Decentralization**
|
||||
- Decisions are made collectively by the members.
|
||||
|
||||
2. **Autonomy**
|
||||
- Once deployed, a DAO operates according to its pre-defined smart contracts, which enforce rules and execute decisions automatically without manual intervention.
|
||||
|
||||
3. **Governance via Token Ownership**
|
||||
- Members often participate in governance by holding tokens, which can be used to vote on proposals or influence decisions.
|
||||
|
||||
4. **Transparency**
|
||||
- All transactions and governance decisions are recorded on the blockchain, ensuring accountability and transparency.
|
||||
|
||||
5. **Programmable Rules**
|
||||
- DAOs use smart contracts to define rules, manage assets, and execute actions based on collective decisions.
|
||||
|
||||
|
25
docs/appendix/decentralization/decentralization.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: 'Introduction'
|
||||
sidebar_position: 1
|
||||
description: 'Good governance and decentralized structure, but regulated and 100% transparent.'
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
![](img/decentralized.png)
|
||||
|
||||
<h1> Decentralization </h1>
|
||||
|
||||
Decentralization, in our view, isn't solely about employing blockchain technology everywhere.
|
||||
|
||||
- Instead, we envision it as the result of a global community collaborating transparently, sharing everything they do, and actively seeking feedback.
|
||||
- Our goal is to ensure that the platform we deploy operates in the most distributed and decentralized manner possible.
|
||||
|
||||
For us decentralization is a very serious topic and is achieved in the following way:
|
||||
|
||||
- [Cooperative](coop.md)
|
||||
- It manages the promotion of the Veda and related ecosystem
|
||||
- It safeguards the decentralization principles and the governance of the ecosystem.
|
||||
- It requires operational tasks in relation to anything that is of interest our members.
|
||||
- [DAO](dao.md)
|
||||
- A **Decentralized Autonomous Organization** is an organizational structure that operates through smart contracts on a blockchain, with decision-making processes carried out in a decentralized and autonomous manner.
|
||||
|
BIN
docs/appendix/decentralization/img/book.png
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
docs/appendix/decentralization/img/coop.png
Normal file
After Width: | Height: | Size: 398 KiB |
BIN
docs/appendix/decentralization/img/decentralized.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
docs/appendix/decentralization/img/deeping.png
Normal file
After Width: | Height: | Size: 3.4 MiB |
BIN
docs/appendix/decentralization/img/farming.png
Normal file
After Width: | Height: | Size: 473 KiB |
BIN
docs/appendix/decentralization/img/validator.png
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
docs/appendix/decentralization/img/wisdom.png
Normal file
After Width: | Height: | Size: 525 KiB |
8
docs/appendix/hiring/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Join The Team",
|
||||
"position": 11,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Cooperative is looking for full & parttime team members."
|
||||
}
|
||||
}
|
13
docs/appendix/hiring/cooperation.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: 'Cocreate'
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
![](img/loe.png)
|
||||
|
||||
We believe we can't build the tools of the future unless we change the way how we collaborate, on following link you can find a lot of information which are copying from the project Threefold.
|
||||
|
||||
> see [threefold.info/cocreation](https://threefold.info/cocreation)
|
||||
|
||||
|
||||
|
BIN
docs/appendix/hiring/img/loe.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
41
docs/appendix/hiring/intro.md
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
title: 'Contribute'
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
## **The Founding Team of the Cooperative**
|
||||
|
||||
At this early stage, rewards will primarily come in the form of **future cash** as the cooperative grows and generates value.
|
||||
|
||||
The following key roles represent not titles, but responsibilities to serve the cooperative's purpose.
|
||||
As we get more members, we can pay ourselves a salary and keep on attracting more team members.
|
||||
|
||||
> who wants to help write a profile per role, and finetune below?
|
||||
|
||||
---
|
||||
|
||||
## **The First 3 Functions & Their Roles**
|
||||
|
||||
### **Catalyst of Momentum** = 1x coordinator
|
||||
|
||||
- coordinate our responsibilities, coordinate our circles, we work following a process as defined in [our colab doc](https://threefold.info/cocreation)
|
||||
- *Purpose*: Drives alignment, operations, and progress across all roles to keep the cooperative agile and active.
|
||||
- *Responsibility*: Lead initiatives, resolve blockers, and ensure continuous forward movement.
|
||||
- *Skills*: Operational leadership, project management, and problem-solving.
|
||||
|
||||
### **Signal Amplifier** = 1x communication, promotion
|
||||
|
||||
- *Purpose*: Tells the cooperative’s story to the world, attracting new members, supporters, and advocates.
|
||||
- *Responsibility*: Manage communications, branding, and marketing. Share the vision, tools, and success stories that inspire others to join the movement.
|
||||
- *Skills*: Marketing, storytelling, communication strategy, and outreach.
|
||||
|
||||
### **Community Weaver** = 1x let our members be a community
|
||||
|
||||
- *Purpose*: Grows and nurtures the cooperative’s membership and ensures members are empowered to contribute.
|
||||
- *Responsibility*: Build trust, onboard new members, and facilitate collaborations.
|
||||
- *Skills*: Communication, community governance, and relationship building.
|
||||
|
||||
### **Finance Wizard** = 25% of a full time
|
||||
|
||||
- Work with the local team in Egypt, and coordinate with the cooperative and its members.
|
||||
|
BIN
docs/appendix/img/cloud.jpg
Normal file
After Width: | Height: | Size: 97 KiB |
10
docs/main/boats/_category_.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Boats",
|
||||
"position": 5,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Our Boats."
|
||||
}
|
||||
}
|
||||
|
||||
|
49
docs/main/boats/facilities.md
Normal file
@ -0,0 +1,49 @@
|
||||
---
|
||||
title: 'Facilities'
|
||||
sidebar_position: 10
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
description: 'Dahabeyas Facilities '
|
||||
|
||||
---
|
||||
|
||||
|
||||
| Dahabeyas Facilities | VEDA ONE | VEDA TWO | VEDA THREE | VEDA FOUR |
|
||||
|---------------------------|--------------------------------------------------------------------------------------------|-------------------------|------------------------|--------------------------------------------------------------------------------------------|
|
||||
| **Restaurants** | Indoor Restaurant on the main deck<br/> Air-conditioned outdoor restaurant | Outdoor on deck | Outdoor on deck | Indoor Restaurant on the main deck<br/> Air-conditioned outdoor restaurant |
|
||||
| **Lounges & Bars** | Indoor Lounge bar on the main deck<br/> Outdoor bar on the 1st sundeck | Outdoor on deck | Outdoor on deck | Indoor Lounge bar on the main deck<br/> Outdoor bar on the 1st sundeck |
|
||||
| **Relaxing & Sunbath Deck** | On the 2nd sundeck | On the sundeck | On the sundeck | On the 2nd sundeck |
|
||||
| **Reception** | 24 hours | 24 hours | 24 hours | 24 hours |
|
||||
| **Kitchen** | Fully equipped kitchen in all Dahabeyas | Fully equipped kitchen | Fully equipped kitchen | Fully equipped kitchen |
|
||||
|
||||
|
||||
#### Traditional Egyptian cuisine:
|
||||
|
||||
- breakfast, lunch, and dinner open buffets & afternoon tea with pastry
|
||||
- Free fresh fruits and fruit juice from sunrise to midnight
|
||||
- Food and Beverage: Full board including tea/coffee and mineral water
|
||||
|
||||
|
||||
|
||||
#### Security
|
||||
|
||||
| Safety & Security on Board Veda Dahabeyas | VEDA ONE | VEDA TWO | VEDA THREE | VEDA FOUR |
|
||||
|-------------------------------------------|-------------------------------------------------------------|-----------------------------------------------------------|--------------------|-------------------------------------------------------------|
|
||||
| **Electronic fire and smoke detection** | All over the Dahabeya | All over the Dahabeya except for the passengers' cabins | All over | All over |
|
||||
| **Surveillance Cameras** | All over the Dahabeya | All over the Dahabeya except for the passengers' cabins | All over | All over |
|
||||
| **Shaded sun deck level** | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas |
|
||||
| **Air Conditioned** | Central Air-condition with individually remote control | Split Air-condition with remote control | On wall fan | Central Air-condition with individually remote control |
|
||||
| **First aid kit and medical attention** | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas |
|
||||
| **Emergency handling and firefighting** | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas | In all Dahabeyas |
|
||||
|
||||
- **In-room electronic private safe**:
|
||||
- VEDA ONE: Available in cabins
|
||||
- VEDA TWO: Available on request free of charge
|
||||
- VEDA THREE: Available on request free of charge
|
||||
- VEDA FOUR: Available in cabins
|
||||
|
||||
- **Cabin’s door keys**:
|
||||
- VEDA ONE: Regular key with master key system
|
||||
- VEDA TWO: Regular key with master key system
|
||||
- VEDA THREE: Regular key with master key system
|
||||
- VEDA FOUR: Electronic security locks
|
36
docs/main/boats/overview.md
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
title: 'Veda Boats'
|
||||
sidebar_position: 1
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
![](../img/3_boats.png)
|
||||
|
||||
### Our VEDA Boats
|
||||
|
||||
|
||||
#### VEDA ONE
|
||||
|
||||
Veda 1 was created as a real house, a place where authenticity and respect for the ancient culture is the real luxury, where the customer feels home and happy.
|
||||
|
||||
---
|
||||
|
||||
#### VEDA TWO
|
||||
|
||||
Veda 2 is a real authentic sailing boat, copying the ancient original ones.
|
||||
|
||||
---
|
||||
|
||||
#### VEDA THREE
|
||||
|
||||
Veda 3 is a small family boat.
|
||||
|
||||
---
|
||||
|
||||
#### VEDA FOUR
|
||||
|
||||
Veda 4 was built for larger groups. With plenty of art, ancient symbols, colors, and cozy places, Veda 4 caters to a real and luxury Nile experience. A once-in-a-lifetime experience.
|
||||
|
||||
#### Additional
|
||||
|
||||
Speedboat to bring the guests to the temples and visits
|
23
docs/main/boats/tech_data.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: 'Tech Data'
|
||||
sidebar_position: 10
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Dahabeyas Capacity & Technical Data
|
||||
|
||||
| Dahabeyas Capacity & Technical Data | VEDA ONE | VEDA TWO | VEDA THREE | VEDA FOUR |
|
||||
|-------------------------------------|-----------------------------------------|-----------------------------------------|-------------------------------------------|-----------------------------------------|
|
||||
| **Number of Cabins & Maximum Capacity** | 10 Cabins, 20 Passengers | 10 Cabins, 20 Passengers | 5 Cabins, 10 Passengers | 14 Cabins, 28 Passengers |
|
||||
| **Cabins Configurations** | 4 Suites with balconies, 6 Cabins | 2 Suites with balconies, 8 Cabins | 1 Suite, 4 Cabins (3 twin beds & 1 queen bed) | 4 Suites with balconies, 10 Cabins |
|
||||
| **Length and Width** | 50m * 8m | 45m * 8m | 18m * 5m | 55m * 8m |
|
||||
| **Decks and Masts** | 2 decks, 2 masts | 1 deck, 2 masts | 1 deck, 2 masts | 2 decks, 2 masts |
|
||||
| **Date of Last Renovation** | August 2019 | August 2018 | January 2020 | - |
|
||||
| **Power Generation** | 13 KW PV Solar array + 70 KWh battery bank<br/>8 KW Solar thermal water heaters<br/>2 Highly efficient silent generators for backup | 10 KW PV Solar array + 50 KWh battery bank<br/>6 KW Solar thermal water heaters<br/>1 generator for backup | 4 KW PV Solar array + 15 KWh battery bank<br/>4 KW Solar thermal water heaters<br/>1 generator for backup | 20 KW PV Solar array + 70 KWh battery bank<br/>10 KW Solar thermal water heaters<br/>2 Highly efficient silent generators for backup |
|
||||
| **Air-Condition** | Central air-condition with individual remote control | Individual split units for each room | Fan | Central air-condition with individual remote control |
|
||||
| **Water Purification** | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal<br/>Kitchen has reverse osmosis setup for fresh fruits and vegetables washing | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal<br/>Kitchen has reverse osmosis setup for fresh fruits and vegetables washing | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal<br/>Kitchen has reverse osmosis setup for fresh fruits and vegetables washing | 3 stages filtration (150, 50 & 5 µm) + Chlorine treatment + SBS injection for Chlorine removal<br/>Kitchen has reverse osmosis setup for fresh fruits and vegetables washing |
|
||||
|
||||
|
10
docs/main/boats/veda1/_category_.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Veda1",
|
||||
"position": 1,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "The original one."
|
||||
}
|
||||
}
|
||||
|
||||
|
10
docs/main/boats/veda1/layout.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: 'Layout'
|
||||
sidebar_position: 10
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
description: '...'
|
||||
---
|
||||
|
||||
|
||||
|
10
docs/main/boats/veda4/_category_.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Veda 4",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Our Boats Veda 4."
|
||||
}
|
||||
}
|
||||
|
||||
|
7
docs/main/boats/veda4/layout.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: 'Layout'
|
||||
sidebar_position: 10
|
||||
hide_title: true
|
||||
description: 'Layout'
|
||||
|
||||
---
|
30
docs/main/cnn.mdx
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
title: 'CNN'
|
||||
sidebar_position: 3
|
||||
hide_table_of_contents: true
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
|
||||
<script src="https://player.vimeo.com/api/player.js"></script>
|
||||
|
||||
<div style={{
|
||||
position: 'relative',
|
||||
paddingTop: '100%', /* 1:1 Aspect Ratio */
|
||||
marginTop: '2rem',
|
||||
marginBottom: '2rem'
|
||||
}}>
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/371621672?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&muted=1"
|
||||
frameborder="0"
|
||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
}}
|
||||
title="Threefold_Freefow_Nile_May_2022"
|
||||
/>
|
||||
</div>
|
10
docs/main/co-owned/_category_.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Co-owned",
|
||||
"position": 45,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Lets together own the Veda Operation on the Nile."
|
||||
}
|
||||
}
|
||||
|
||||
|
54
docs/main/co-owned/intro.mdx
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
title: 'Lets do it'
|
||||
sidebar_position: 1
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
![](../img/temples1.png)
|
||||
|
||||
|
||||
# Co-Owned
|
||||
|
||||
- 4,000,000 digital shares of 1 EUR each
|
||||
- the digital shares are registered on a public blockchain and can be traded
|
||||
- digital shares can be used to use the boats at 60% discount
|
||||
|
||||
## Assets
|
||||
|
||||
- 2 luxe boats: Mother & Father Veda (24 rooms)
|
||||
- 1 original sailing boat 10 rooms
|
||||
- 4 family boats, 4 a 5 rooms each (3 need to be bought, would give us 20 rooms)
|
||||
- 6 green tugboats (to be invested in to own the full operation)
|
||||
- optional buy land where we can do organic farming & docking of the boats, closer to aswan.
|
||||
|
||||
## Quick Financials
|
||||
|
||||
- prices of rooms for the luxe boats is 500-1000 USD per room per night
|
||||
- prices of rooms for the organic well run original boats is 250-600 USD per room per night
|
||||
|
||||
nr of months per year
|
||||
|
||||
- 4 high season
|
||||
- 3 mid season
|
||||
- 3 low season
|
||||
|
||||
lets make it all easy
|
||||
|
||||
- 54 rooms x 300 usd for lower fee x 10 months x 20 days per month avg = +3.2m USD
|
||||
- lets take 50% of this, its still +1.5m USD per year
|
||||
|
||||
## budget
|
||||
|
||||
- 2.5m EUR acquisition of company with all its assets (licenses, company, boats, ...).
|
||||
- 0.5m EUR for acquisition of tugboats, 3 baby boats...
|
||||
- 1m EUR for reserves
|
||||
|
||||
## process
|
||||
|
||||
- register interest, pay 10% now
|
||||
- only if we get to +2m EUR then it will happen, if not all money send back
|
||||
|
||||
## governance
|
||||
|
||||
- structured in digital freezone
|
||||
- structured as cooperative
|
30
docs/main/community_trip.mdx
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
title: 'Community Trip'
|
||||
sidebar_position: 20
|
||||
hide_table_of_contents: true
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
|
||||
<script src="https://player.vimeo.com/api/player.js"></script>
|
||||
|
||||
<div style={{
|
||||
position: 'relative',
|
||||
paddingTop: '100%', /* 1:1 Aspect Ratio */
|
||||
marginTop: '2rem',
|
||||
marginBottom: '2rem'
|
||||
}}>
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/730873550?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&muted=1"
|
||||
frameborder="0"
|
||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
}}
|
||||
title="Threefold_Freefow_Nile_May_2022"
|
||||
/>
|
||||
</div>
|
30
docs/main/flying_nile.mdx
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
title: 'Flying Nile'
|
||||
sidebar_position: 10
|
||||
hide_table_of_contents: true
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
|
||||
<script src="https://player.vimeo.com/api/player.js"></script>
|
||||
|
||||
<div style={{
|
||||
position: 'relative',
|
||||
paddingTop: '100%', /* 1:1 Aspect Ratio */
|
||||
marginTop: '2rem',
|
||||
marginBottom: '2rem'
|
||||
}}>
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/758775394?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&muted=1"
|
||||
frameborder="0"
|
||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
width: '100%',
|
||||
height: '100%'
|
||||
}}
|
||||
title="Threefold_Freefow_Nile_May_2022"
|
||||
/>
|
||||
</div>
|
BIN
docs/main/img/30.png
Normal file
After Width: | Height: | Size: 352 KiB |
BIN
docs/main/img/31.png
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
docs/main/img/32.png
Normal file
After Width: | Height: | Size: 941 KiB |
BIN
docs/main/img/33.png
Normal file
After Width: | Height: | Size: 412 KiB |
BIN
docs/main/img/34.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/35.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/36.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/37.png
Normal file
After Width: | Height: | Size: 999 KiB |
BIN
docs/main/img/38.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/39.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/3_boats.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/3_boats_2.png
Normal file
After Width: | Height: | Size: 979 KiB |
BIN
docs/main/img/3_boats_3.png
Normal file
After Width: | Height: | Size: 868 KiB |
BIN
docs/main/img/3_boats_sky.png
Normal file
After Width: | Height: | Size: 788 KiB |
BIN
docs/main/img/40.png
Normal file
After Width: | Height: | Size: 537 KiB |
BIN
docs/main/img/41.png
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
docs/main/img/42.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/43.png
Normal file
After Width: | Height: | Size: 944 KiB |
BIN
docs/main/img/44.png
Normal file
After Width: | Height: | Size: 963 KiB |
BIN
docs/main/img/45.png
Normal file
After Width: | Height: | Size: 989 KiB |
BIN
docs/main/img/46.png
Normal file
After Width: | Height: | Size: 921 KiB |
BIN
docs/main/img/47.png
Normal file
After Width: | Height: | Size: 893 KiB |
BIN
docs/main/img/48.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/49.png
Normal file
After Width: | Height: | Size: 944 KiB |
BIN
docs/main/img/50.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
docs/main/img/51.png
Normal file
After Width: | Height: | Size: 595 KiB |
BIN
docs/main/img/52.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
docs/main/img/53.png
Normal file
After Width: | Height: | Size: 872 KiB |
BIN
docs/main/img/54.png
Normal file
After Width: | Height: | Size: 532 KiB |
BIN
docs/main/img/55.png
Normal file
After Width: | Height: | Size: 967 KiB |
BIN
docs/main/img/56.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
docs/main/img/57.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/58.png
Normal file
After Width: | Height: | Size: 941 KiB |
BIN
docs/main/img/59.png
Normal file
After Width: | Height: | Size: 1021 KiB |
BIN
docs/main/img/60.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/61.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/62.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
docs/main/img/63.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/64.png
Normal file
After Width: | Height: | Size: 883 KiB |
BIN
docs/main/img/65.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
docs/main/img/66.png
Normal file
After Width: | Height: | Size: 1014 KiB |
BIN
docs/main/img/67.png
Normal file
After Width: | Height: | Size: 572 KiB |
BIN
docs/main/img/68.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
docs/main/img/69.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
docs/main/img/70.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
docs/main/img/71.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
docs/main/img/72.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/73.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/74.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
docs/main/img/75.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
docs/main/img/76.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/78.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/79.png
Normal file
After Width: | Height: | Size: 968 KiB |
BIN
docs/main/img/80.png
Normal file
After Width: | Height: | Size: 566 KiB |
BIN
docs/main/img/intro.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/main/img/temples1.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/veda1_3x.png
Normal file
After Width: | Height: | Size: 976 KiB |
BIN
docs/main/img/veda1_3xb.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/main/img/veda1_coridor.png
Normal file
After Width: | Height: | Size: 915 KiB |