Changeset 29905


Ignore:
Timestamp:
2015-05-20T23:19:35+12:00 (9 years ago)
Author:
davidb
Message:

2 options for entering the flag design pages now supported, side by side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/index.html

    r29904 r29905  
    157157        </p>
    158158
    159         <div>
     159        <div style="width: 48%; display: inline-block;">
    160160          <!-- darker green background color: #a8cb45; -->
    161           <button style="background-color:#300000; background-colorXX:#95bd26; background-colorXx:#202080; opacityXX: 1.0;" onclick="window.location.href='main-form/choose-canvas.html#'">
     161
     162          <button class="index" style="background-color:#300000; background-colorXX:#95bd26; background-colorXx:#202080; opacityXX: 1.0;"
     163                   onclick="window.location.href='main-form/choose-canvas.html#/nz-flag-design/main-form/iterative-design.html'">
    162164        <div style="font-size: 200%; color: white;">
    163           Enter
     165          Start Drawing
    164166        </div>
    165167          </button>
     168
     169        </div>
     170        <div style="display: inline-block; width: 3%;">
     171        </div>
     172        <div style="width: 43%; display: inline-block;">
     173          <button class="index" style="background-color:#300000; background-colorXX:#95bd26; background-colorXx:#202080; opacityXX: 1.0;"
     174                   onclick="window.location.href='main-form/choose-canvas.html#'">
     175        <div style="font-size: 200%; color: white;">
     176          Guided Design
     177        </div>
     178          </button>
     179
     180
     181
    166182        </div>
    167183
Note: See TracChangeset for help on using the changeset viewer.