diff --git a/examples/app-classic/checkout.html b/examples/app-classic/checkout.html new file mode 100644 index 0000000..28bed9d --- /dev/null +++ b/examples/app-classic/checkout.html @@ -0,0 +1,86 @@ + + + + + Movie finder + + + + + + + + + + + + + + + +
+ + Back + +

Buy tickets

+
+ + + + +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + Checkout +
+
+
+ + + \ No newline at end of file diff --git a/examples/app-classic/choose-movie.html b/examples/app-classic/choose-movie.html new file mode 100644 index 0000000..fe564d7 --- /dev/null +++ b/examples/app-classic/choose-movie.html @@ -0,0 +1,125 @@ + + + + + Movie finder + + + + + + + + + + + + + + + +
+ + Back + +

Choose a movie

+
+ + + + +
+ + + +
+ + \ No newline at end of file diff --git a/examples/app-classic/choose-theater.html b/examples/app-classic/choose-theater.html new file mode 100644 index 0000000..ace6bc2 --- /dev/null +++ b/examples/app-classic/choose-theater.html @@ -0,0 +1,115 @@ + + + + + Movie finder + + + + + + + + + + + + + + + + +
+ + Back + +

Argo

+
+ + + + +
+ + +
+ + + \ No newline at end of file diff --git a/examples/app-classic/css/app.css b/examples/app-classic/css/app.css new file mode 100644 index 0000000..6b33597 --- /dev/null +++ b/examples/app-classic/css/app.css @@ -0,0 +1,16 @@ +.slider { + margin-bottom: 0; + height: 150px; +} + +.slider li img { + width: 100%; +} + +.form-wrapper { + padding: 10px 0; +} + +.form-wrapper [class*="button"] { + margin: 0 10px; +} \ No newline at end of file diff --git a/examples/app-classic/img/argo.png b/examples/app-classic/img/argo.png new file mode 100644 index 0000000..743b3e7 Binary files /dev/null and b/examples/app-classic/img/argo.png differ diff --git a/examples/app-classic/img/ralph.png b/examples/app-classic/img/ralph.png new file mode 100644 index 0000000..34707de Binary files /dev/null and b/examples/app-classic/img/ralph.png differ diff --git a/examples/app-classic/img/skyfall.png b/examples/app-classic/img/skyfall.png new file mode 100644 index 0000000..0527e19 Binary files /dev/null and b/examples/app-classic/img/skyfall.png differ diff --git a/examples/app-classic/index.html b/examples/app-classic/index.html new file mode 100644 index 0000000..6e42e9e --- /dev/null +++ b/examples/app-classic/index.html @@ -0,0 +1,160 @@ + + + + + Movie finder + + + + + + + + + + + + + + + +
+

Movie finder

+
+ + + + +
+ +
+ +
+ + + +
+ + \ No newline at end of file diff --git a/examples/app-classic/settings.html b/examples/app-classic/settings.html new file mode 100644 index 0000000..43967f7 --- /dev/null +++ b/examples/app-classic/settings.html @@ -0,0 +1,73 @@ + + + + + Movie finder + + + + + + + + + + + + + + + + +
+

Settings

+
+ + + +
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ Delete Account +
+
+ +
+ + + \ No newline at end of file diff --git a/examples/app-classic/theaters.html b/examples/app-classic/theaters.html new file mode 100644 index 0000000..cae82c4 --- /dev/null +++ b/examples/app-classic/theaters.html @@ -0,0 +1,131 @@ + + + + + Movie finder + + + + + + + + + + + + + + + +
+

Find a theater

+
+ + + + +
+ + +
+ + + \ No newline at end of file diff --git a/examples/components/index.html b/examples/components/classic/index.html similarity index 100% rename from examples/components/index.html rename to examples/components/classic/index.html diff --git a/examples/components/modals.html b/examples/components/classic/modals.html similarity index 100% rename from examples/components/modals.html rename to examples/components/classic/modals.html diff --git a/examples/components/default/index.html b/examples/components/default/index.html new file mode 100644 index 0000000..b4052b7 --- /dev/null +++ b/examples/components/default/index.html @@ -0,0 +1,521 @@ + + + + + Testing + + + + + + + + + + + + + +
+ +
+ +
+ +
+

section #1

+

section #2

+
+ + + +
+ +
+ + +
+
+ + Open + +

Popover title

+ + Filter + +
+ +
+ + + + +
+ + Left + +

Title

+ + Right + +
+ + +
+

Title

+
+ + +
+ + Open fatty + +

Title

+
+ + +
+

Title

+ + Filter + +
+ +
+ + +
+ +
+ + +
+ + Open + + +
+ + +
+ + + Filter + +
+ + +
+ + Open + + + + Filter + +
+ + + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + + + + + + + + +
+ Block level button +
+ + +
+ Block level button +
+ + +
+ Block level button +
+ + +
+ Block level button +
+ + + + + Button + Button + Button + Button + + + Button 1 + Button 1 + Button 1 + Button 1 + + + Block level button + Block level button + Block level button + Block level button + + + Block level button 1 + Block level button 1 + Block level button 1 + Block level button 1 + + +
+
+
+ + + 1 + 2 + 3 + 4 + 5 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Choose existing +
+ + +
+ + + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ + + \ No newline at end of file diff --git a/examples/components/default/modals.html b/examples/components/default/modals.html new file mode 100644 index 0000000..b094550 --- /dev/null +++ b/examples/components/default/modals.html @@ -0,0 +1,73 @@ + + + + + Modal slideup + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Modal slideup

+
+ +
+ Open modal +
+ + + + + \ No newline at end of file