From 81dbbd759f41a9b1dec06e50b2ff9737d4de95b6 Mon Sep 17 00:00:00 2001 From: Dang Bui Date: Tue, 15 Nov 2016 09:12:19 +0700 Subject: [PATCH] Event click object --- app/views/design_part/default.html | 60 +++++++++++++++++++++++++++++++++ app/views/design_part/illustration.html | 39 +++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 app/views/design_part/default.html create mode 100644 app/views/design_part/illustration.html diff --git a/app/views/design_part/default.html b/app/views/design_part/default.html new file mode 100644 index 0000000..9d963c4 --- /dev/null +++ b/app/views/design_part/default.html @@ -0,0 +1,60 @@ +
  • +
    +
    + + 文字を追加 +
    +
    +
    + +
    +
    + 書体を選んでお好きな文字を入力できます +
    +
    +
  • +
  • +
    +
    + + イラストやイメージを追加 +
    +
    +
    + +
    +
    + 自由にお使いいただけるデザイン画像をご用意しました +
    +
    +
  • +
  • +
    +
    + + 自分の画像・写真を追加 +
    +
    +
    + +
    +
    + ご自分で用意した画像をアップロードして使えます +
    +
    +
  • +
  • +
    +
    + + おすすめデザインを使う +
    +
    +
    + +
    +
    + おすすめデザインデータをご自由にカスタマイズしてお使いください +
    +
    +
  • \ No newline at end of file diff --git a/app/views/design_part/illustration.html b/app/views/design_part/illustration.html new file mode 100644 index 0000000..b14fcee --- /dev/null +++ b/app/views/design_part/illustration.html @@ -0,0 +1,39 @@ +
  • +
    + + items +
    +
    + +
    +
    + +
    +
    +
    +
    +
  • +
  • +
    + + Color to fill +
    +
    +
    +
    +
    +
    +
    +
    +
  • +
  • +
    + + Layer option +
    +
    + +
    +
  • \ No newline at end of file -- 1.8.5.3