├── .sparkleshare
├── Archives app.sketch
├── Settings app.sketch
├── SparkleShare.txt
├── desktop_shell
├── .empty
├── action_center_1.png
├── app_launcher_1.png
├── calendar_indicator.png
├── dashboard_1.png
├── dashboard_2.png
├── layout_1.png
├── layout_2.png
├── layout_3.png
├── layout_4.png
├── layout_5.png
├── layout_6.png
├── layout_7.png
├── layout_8.html
├── notes.md
├── notification_center_1.png
├── top_bar_1.png
└── window_spread.js
├── files-app
├── .empty
└── Files app.sketch
├── icons
├── gmail-inbox-promo.jpg
├── google-inbox-promo.html
├── google-inbox.jpg
└── google-inbox.png
├── installer
├── .empty
├── Installation Options (different OS).png
├── Installation Options (existing Papyros install).png
├── Installer Template.png
├── Papyros Installer.pdf
├── Papyros Installer.sketch
└── Welcome
│ ├── Alpha Warning 2.png
│ └── Alpha Warning.png
├── login_screen
└── login_screen_1.png
├── papyros-icon-large.png
├── papyros-icon.png
├── papyros-icon.psd
├── papyros-laptop.png
├── papyros-wallpaper.png
├── papyros-wallpaper.psd
└── website
├── .empty
├── Homepage.png
├── Papyros Website.pdf
└── Papyros Website.sketch
/.sparkleshare:
--------------------------------------------------------------------------------
1 | 674ab1b85716b663ab25befb3ba6eab04b566eb0
--------------------------------------------------------------------------------
/Archives app.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/Archives app.sketch
--------------------------------------------------------------------------------
/Settings app.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/Settings app.sketch
--------------------------------------------------------------------------------
/SparkleShare.txt:
--------------------------------------------------------------------------------
1 | Congratulations, you've successfully created a SparkleShare repository!
2 |
3 | Any files you add or change in this folder will be automatically synced to
4 | ssh://git@github.com/quartz-os/mockups and everyone connected to it.
5 |
6 | SparkleShare is an Open Source software program that helps people collaborate and
7 | share files. If you like what we do, consider buying us a beer: http://www.sparkleshare.org/
8 |
9 | Have fun! :)
10 |
--------------------------------------------------------------------------------
/desktop_shell/.empty:
--------------------------------------------------------------------------------
1 | I'm a folder!
--------------------------------------------------------------------------------
/desktop_shell/action_center_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/action_center_1.png
--------------------------------------------------------------------------------
/desktop_shell/app_launcher_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/app_launcher_1.png
--------------------------------------------------------------------------------
/desktop_shell/calendar_indicator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/calendar_indicator.png
--------------------------------------------------------------------------------
/desktop_shell/dashboard_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/dashboard_1.png
--------------------------------------------------------------------------------
/desktop_shell/dashboard_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/dashboard_2.png
--------------------------------------------------------------------------------
/desktop_shell/layout_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/layout_1.png
--------------------------------------------------------------------------------
/desktop_shell/layout_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/layout_2.png
--------------------------------------------------------------------------------
/desktop_shell/layout_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/layout_3.png
--------------------------------------------------------------------------------
/desktop_shell/layout_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/layout_4.png
--------------------------------------------------------------------------------
/desktop_shell/layout_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/layout_5.png
--------------------------------------------------------------------------------
/desktop_shell/layout_6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/layout_6.png
--------------------------------------------------------------------------------
/desktop_shell/layout_7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/layout_7.png
--------------------------------------------------------------------------------
/desktop_shell/layout_8.html:
--------------------------------------------------------------------------------
1 |
December 12, 2014All your business apps in one place.
More
--------------------------------------------------------------------------------
/desktop_shell/notes.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/notes.md
--------------------------------------------------------------------------------
/desktop_shell/notification_center_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/notification_center_1.png
--------------------------------------------------------------------------------
/desktop_shell/top_bar_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/desktop_shell/top_bar_1.png
--------------------------------------------------------------------------------
/desktop_shell/window_spread.js:
--------------------------------------------------------------------------------
1 | function spread_windows() {
2 | // First calculate the number of rows
3 | }
4 |
5 | function number_of_rows() {
6 | var rows = 1
7 | while (!try_fit_windows(rows))
8 | rows++;
9 |
10 | return rows
11 | }
12 |
13 | function try_fit_windows(max_rows) {
14 | int row = 0
15 | int row_width = 0
16 | int row_height = available_height/rows
17 |
18 | for (window in windows) {
19 | var width = window.width * row_height/window.height
20 | if (row_width + width > available_width) {
21 | row++
22 | row_width = width
23 | } else {
24 | row_width += width
25 | }
26 |
27 | if (row >= max_rows)
28 | return false
29 | }
30 |
31 | return true
32 | }
--------------------------------------------------------------------------------
/files-app/.empty:
--------------------------------------------------------------------------------
1 | I'm a folder!
--------------------------------------------------------------------------------
/files-app/Files app.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/files-app/Files app.sketch
--------------------------------------------------------------------------------
/icons/gmail-inbox-promo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/icons/gmail-inbox-promo.jpg
--------------------------------------------------------------------------------
/icons/google-inbox-promo.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/google-inbox.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/icons/google-inbox.jpg
--------------------------------------------------------------------------------
/icons/google-inbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/icons/google-inbox.png
--------------------------------------------------------------------------------
/installer/.empty:
--------------------------------------------------------------------------------
1 | I'm a folder!
--------------------------------------------------------------------------------
/installer/Installation Options (different OS).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/installer/Installation Options (different OS).png
--------------------------------------------------------------------------------
/installer/Installation Options (existing Papyros install).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/installer/Installation Options (existing Papyros install).png
--------------------------------------------------------------------------------
/installer/Installer Template.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/installer/Installer Template.png
--------------------------------------------------------------------------------
/installer/Papyros Installer.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/installer/Papyros Installer.pdf
--------------------------------------------------------------------------------
/installer/Papyros Installer.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/installer/Papyros Installer.sketch
--------------------------------------------------------------------------------
/installer/Welcome/Alpha Warning 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/installer/Welcome/Alpha Warning 2.png
--------------------------------------------------------------------------------
/installer/Welcome/Alpha Warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/installer/Welcome/Alpha Warning.png
--------------------------------------------------------------------------------
/login_screen/login_screen_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/login_screen/login_screen_1.png
--------------------------------------------------------------------------------
/papyros-icon-large.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/papyros-icon-large.png
--------------------------------------------------------------------------------
/papyros-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/papyros-icon.png
--------------------------------------------------------------------------------
/papyros-icon.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/papyros-icon.psd
--------------------------------------------------------------------------------
/papyros-laptop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/papyros-laptop.png
--------------------------------------------------------------------------------
/papyros-wallpaper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/papyros-wallpaper.png
--------------------------------------------------------------------------------
/papyros-wallpaper.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/papyros-wallpaper.psd
--------------------------------------------------------------------------------
/website/.empty:
--------------------------------------------------------------------------------
1 | I'm a folder!
--------------------------------------------------------------------------------
/website/Homepage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/website/Homepage.png
--------------------------------------------------------------------------------
/website/Papyros Website.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/website/Papyros Website.pdf
--------------------------------------------------------------------------------
/website/Papyros Website.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/papyros/mockups/ea11a08b2fe491eb5152fc1b83cad307e9e69a3a/website/Papyros Website.sketch
--------------------------------------------------------------------------------