From f5a7195e42e6349297a0c97381f4d2f0e6b92a5f Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 5 May 2015 16:23:51 -0700 Subject: [PATCH] add deploy a website without code field guide --- seed_data/field-guides.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index f83b8990c9..3b83e0c932 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -317,6 +317,27 @@ "" ] }, + { + "_id": "bd7158d9c445eddfaeb5bdff", + "name": "How can I deploy a website without writing any code at all?", + "description": [ + "

It's possible to build dynamic, mobile responsive websites without writing any code at all, in just a few minutes.


", + "
", + " ", + "
", + "
", + "

Here are the technologies we used here:", + "
    ", + "
  • atom.io - a free code editor
  • ", + "
  • startbootstrap.com - a collection of free responsive (Bootstrap) templates
  • ", + "
  • powr.io - a collection of free JavaScript plugins
  • ", + "
  • bitballoon.com - a tool for drag and drop website deployment
  • ", + "
", + "

", + "

You will quickly reach the limits of what you can do without actually coding, but it's nice to be able to rapidly build working prototype websites like this.

", + "
" + ] + }, { "_id": "bd7158d9c446eddfaeb5bdef", "name": "How do Free Code Camp's Nonprofit Projects work?",