diff --git a/content/deploy/application.png b/content/deploy/application.png new file mode 100644 index 000000000..9b9d26d59 Binary files /dev/null and b/content/deploy/application.png differ diff --git a/content/deploy/deploy_hero.png b/content/deploy/deploy_hero.png new file mode 100644 index 000000000..c7c3abdf2 Binary files /dev/null and b/content/deploy/deploy_hero.png differ diff --git a/content/deploy/index.md b/content/deploy/index.md new file mode 100644 index 000000000..d08ced6bf --- /dev/null +++ b/content/deploy/index.md @@ -0,0 +1,276 @@ +--- +title: "Deploy" +description: "About a decade ago, a group of passionate Internet & Cloud veterans came together to build a system." # quotation marks to allow colons where used +template: "page.html" +insert_anchor_links: "left" +extra: + author: Your name here + imgPath: about/deploy_hero.png +--- + + +
+ +{% row(style="header") %} + +![Image](deploy_hero.png#mx-auto) + +||| + +### **Build Your Own Digital Experiences** + +## **Deploy On The Grid** + +ThreeFold has developed extensive technology and tools for developers and system administrators. + +
+ +From decentralized cloud computing and blockchain integration to overseeing infrastructures and optimizing performance, there is a breadth of options for smooth and efficient operations. + + + + + +{% end %} + +
+ + + + + + +
+ +
+ + +{% row( style="center mtop semiNarrow") %} + +#### Deploy With ThreeFold + +
+ +## **Key Features** + +{% end %} + +{% row( style="center semiNarrow") %} + +
+ + +**Anything LINUX can run on the Grid** + + +

Anything that runs on Linux can run on ThreeFold's innovative operating system, guaranteeing compatibility and flexibility.

+ + +
+ +||| + +
+ + +**VIRTUAL MACHINES & GATEWAY TECHNOLOGY** + + +

ThreeFold’s gateway tech allows any node on the grid to obtain a FQDN, secure mesh network traffic, and synced configurations. Coupled with our VMs, the possibilities are endless.

+ + +
+ +||| + +
+ + +**ONE-CLICK SOLUTION FOR WORKLOADS** + + +

The Grid offers ready-community solutions to deploy industry-grade workloads in one click. You can also build your own solutions thanks to the open-source nature of the grid.

+ +
+ +{% end %} + + +{% row( style="center semiNarrow") %} + +
+ + +**OPEN SOURCE LOW LEVEL OPERATING SYSTEM** + + +

Enables anyone to become a cloud provider. This operating system supports all required Web2 and Web3 workloads.

+ + +
+ +||| + +
+ + +**PEER TO PEER MESH NETWORK** + + +

The only overlay network which considers locality: routing decisions are based on peer proximity. Offers privacy and redundancy that are currently not possible elsewhere.

+ + +
+ +||| + +
+ + +**QUANTUM SAFE STORAGE SYSTEM** + + +

QSSS is capable of storing data in ways that are indestructible, efficient, and ultra-scalable. Storage algorithms fragment and disperse files over multiple nodes.

+ + +
+ + +{% end %} + + +{% row( style="center semiNarrow") %} + +
+ + +**TOOLS AVAILABLE FOR SYSADMINS** + + +

Deploy your own workload architectures with tools such as Terraform, Pulumi and Kubernetes.

+ + +
+ +||| + + + + +||| + +
+ + +**AI AND MACHINE LEARNING WORKLOADS WITH GPU** + + +

The grid supports GPU nodes enabling artificial intelligence and machine learning workloads within minutes.

+ + +
+ +{% end %} + +
+ + + +{% row( style="center mbottom semiNarrow") %} + + + +{% end %} + +
+ +
+ + + + + + +
+ +{% row( style="narrow margin") %} + +## **Ready Community Applications** + +#### **Easily deploy your favourite applications on the ThreeFold Grid with a click of a button** + +
+ +![Image](application.png) + +
+ + + + +{% end %} + +
+ + + + \ No newline at end of file diff --git a/content/header/index.md b/content/header/index.md index 101a85c16..29274bbd5 100644 --- a/content/header/index.md +++ b/content/header/index.md @@ -8,6 +8,7 @@ extra: --- - [About]("/about") +- [Deploy]("/deploy") - [Host]("/host") - [Utilization]("/utilization") - [News]("/newsroom") diff --git a/css/index.css b/css/index.css index 11cd7ce47..b4d08ebc5 100644 --- a/css/index.css +++ b/css/index.css @@ -143,6 +143,12 @@ h1 { height: 240px !important; } +.key_card{ + + height: 200px; + +} + @layer components { h1 { @@ -495,6 +501,10 @@ header { .mytest{ height: auto; } + + .key_card{ + height: auto; + } } header #menu button {