Live Demos CMS

Roll over the text to edit. An outline shows up on the mouse over. Click to begin editing!

Cms_company_name
goodness . frozen

Our Yogurt is good for you!

Our Yogurt is an excellent source of calcium, protein and B vitamins, which can easily be absorbed as they are particularly digested during the fermentation process. Our Yogurt is made with no thickening agents and is all natural, with no preservatives, colours, flavours or additives. Now doesn't that sound good?

“ Great flavour & super nutritious! This is one of the best yogurt chains out there right now. Best yogurt flavours by far! ”
~ Lillian Miller, V Magazine

Cms_step01

1. Pick a Flavor

First, choose from 5 mouth watering yogurt base flavours: Chocolate, Green Tea, Plain, Strawberry and Vanilla.

Cms_step02

2. Choose toppings

Choose from over 50 different toppings, from strawberries, blueberries and gummy bears to mochi balls, cocoa krispies and almonds.

Cms_step03

3. Enjoy

Pay for your creation, get a spoon and enjoy your delicious creation.

Code:

<!DOCTYPE html>
<html>
  <body>
    <div id="cms">
      <p>This is a CMS.</p>
    </div>

    <script type="text/javascript" src="/snapeditor/snapeditor.js"></script>
    <script type="text/javascript">
      var cmsEditor = new SnapEditor.InPlace("cms", {
        image: {
          insertByUpload: true,
          uploadURL: "/snapimage_api",
          uploadParams: {
            directory: "cms"
          }
        },
        onSave: function (e) {
          return true;
        }
      });
    </script>
  </body>
</html>