forked from koding/koding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (45 loc) · 2.59 KB
/
Copy pathindex.html
File metadata and controls
54 lines (45 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: default
title: Home
permalink: /
---
<!-- HEADER -->
{% include header.html with_signup_form='true' has_sticky_navigation='true' %}
<!-- CONTENT SECTION -->
{% include home-hero.html %}
{% include home-threethings.html %}
{% include home-contentwithvisual.html
image_src="/assets/img/landing/misc/koding_terraform"
icon_src="/assets/img/landing/misc/icon_stacks.svg"
image_ext="png"
title="Create stack templates that let you boot, build, test and share virtual machines in the cloud"
description="Developers get everything they need to spin up full-stack, project-specific environments in seconds. Share them, update them, and manage infrastructure from a simple interface." %}
{% include home-logobar.html
logo1_src="/assets/img/landing/company-logos/logo_aws.svg"
logo2_src="/assets/img/landing/company-logos/logo_openstack.svg"
logo3_src="/assets/img/landing/company-logos/logo_docker.svg"
logo4_src="/assets/img/landing/company-logos/logo_digitalocean.svg"
logo5_src="/assets/img/landing/company-logos/logo_github.svg"
logo6_src="/assets/img/landing/company-logos/logo_gitlab.svg"
title="Use these services and more in your Koding Stack Templates" %}
{% include home-contentwithvisual.html
image_src="/assets/img/landing/misc/koding_code"
icon_src="/assets/img/landing/misc/icon_spheres.svg"
image_ext="png"
title="Code collaboratively & integrate slack for team communication"
description="Koding‘s powerful collaboration tools allow developers to share their VM and code together in Koding’s browser-based IDE without having to resort to time-consuming meetings & conference calls." %}
{% include home-logobar.html
logo1_src="/assets/img/landing/company-logos/logo_uber.svg"
logo2_src="/assets/img/landing/company-logos/logo_ibm.svg"
logo3_src="/assets/img/landing/company-logos/logo_hp.svg"
logo4_src="/assets/img/landing/company-logos/logo_mit.svg"
logo5_src="/assets/img/landing/company-logos/logo_berkeley.svg"
title="Over one million developers use Koding at a variety of different companies including:" %}
{% include home-contentwithvisual.html
image_src="/assets/img/landing/misc/koding_kd"
icon_src="/assets/img/landing/misc/icon_code.svg"
image_ext="png"
title="The convenience of coding locally with the advantages of hosting in the cloud"
description="Koding for Teams uses a blazing-fast FUSE-based file system to sync your cloud environment file system on your local machine.<br><br>Your development workflow stays local and familiar while you develop entirely in the cloud" %}
<!-- FOOTER -->
{% include footer.html %}