diff --git a/examples/flights-app/app-header.sky b/examples/flights-app/app-header.sky new file mode 100644 index 0000000000..529c67d98b --- /dev/null +++ b/examples/flights-app/app-header.sky @@ -0,0 +1,18 @@ + + + + + + diff --git a/examples/flights-app/app-menu-button.sky b/examples/flights-app/app-menu-button.sky new file mode 100644 index 0000000000..c63c3a4144 --- /dev/null +++ b/examples/flights-app/app-menu-button.sky @@ -0,0 +1,19 @@ + + + + + + diff --git a/examples/flights-app/app-panel-content.sky b/examples/flights-app/app-panel-content.sky new file mode 100644 index 0000000000..9bc9330955 --- /dev/null +++ b/examples/flights-app/app-panel-content.sky @@ -0,0 +1,14 @@ + + + + + + diff --git a/examples/flights-app/app-panel-header.sky b/examples/flights-app/app-panel-header.sky new file mode 100644 index 0000000000..11ab221b24 --- /dev/null +++ b/examples/flights-app/app-panel-header.sky @@ -0,0 +1,17 @@ + + + + + + diff --git a/examples/flights-app/app-panel.sky b/examples/flights-app/app-panel.sky new file mode 100644 index 0000000000..ed9da6d110 --- /dev/null +++ b/examples/flights-app/app-panel.sky @@ -0,0 +1,16 @@ + + + + + + diff --git a/examples/flights-app/app-scrollable.sky b/examples/flights-app/app-scrollable.sky new file mode 100644 index 0000000000..e9c1840e0f --- /dev/null +++ b/examples/flights-app/app-scrollable.sky @@ -0,0 +1,16 @@ + + + + + + diff --git a/examples/flights-app/app-search-input.sky b/examples/flights-app/app-search-input.sky new file mode 100644 index 0000000000..538ea545d3 --- /dev/null +++ b/examples/flights-app/app-search-input.sky @@ -0,0 +1,25 @@ + + + + + + + flights today to dc by price + + diff --git a/examples/flights-app/app-title.sky b/examples/flights-app/app-title.sky new file mode 100644 index 0000000000..8ad99d17d7 --- /dev/null +++ b/examples/flights-app/app-title.sky @@ -0,0 +1,18 @@ + + + + + + diff --git a/examples/flights-app/app-toast.sky b/examples/flights-app/app-toast.sky new file mode 100644 index 0000000000..f04db163b4 --- /dev/null +++ b/examples/flights-app/app-toast.sky @@ -0,0 +1,36 @@ + + + + + + + + + + + diff --git a/examples/flights-app/app-toolbar.sky b/examples/flights-app/app-toolbar.sky new file mode 100644 index 0000000000..b996f35103 --- /dev/null +++ b/examples/flights-app/app-toolbar.sky @@ -0,0 +1,15 @@ + + + + + + diff --git a/examples/flights-app/flights-app.sky b/examples/flights-app/flights-app.sky new file mode 100644 index 0000000000..ccb24ff6fe --- /dev/null +++ b/examples/flights-app/flights-app.sky @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + Search + + + + + + + + + + + + + SFO to DCA + + + + + + + + + + + Virgin America + + + $800 + + + + + + + + British Airways + + + $700 + + + + + + + + United + + + $667 + + + + + + + + Delta + + + $450 + + + + + + + SJC to DCA + + + + + + + + + + + Virgin America + + + $1500 + + + + + + + + jetBlue + + + $650 + + + + + + + + United + + + $367 + + + + + + + ? + + + Flights are $200 cheaper tomorrow. + + + + diff --git a/examples/flights-app/index.sky b/examples/flights-app/index.sky new file mode 100644 index 0000000000..7aa09b339f --- /dev/null +++ b/examples/flights-app/index.sky @@ -0,0 +1,15 @@ + + + + + diff --git a/examples/flights/images/magnifying-glass.png b/examples/flights/images/magnifying-glass.png new file mode 100644 index 0000000000..c5954604eb Binary files /dev/null and b/examples/flights/images/magnifying-glass.png differ diff --git a/examples/flights/index.sky b/examples/flights/index.sky index 22d4685895..b472c9ab87 100644 --- a/examples/flights/index.sky +++ b/examples/flights/index.sky @@ -11,7 +11,7 @@ flex-direction: column; height: 100%; background-color: #494949; - font-family: "Helvetica Neue", sans-serif; + font-family: sans-serif; font-size: 16px; color: #2B2B2B; } @@ -172,7 +172,9 @@ - 🔎 + + + flights today to dc by price