{"id":21193015,"url":"https://github.com/cloudfour/workshop-here-everywhere","last_synced_at":"2025-03-14T21:15:10.949Z","repository":{"id":3067292,"uuid":"4090049","full_name":"cloudfour/workshop-here-everywhere","owner":"cloudfour","description":"Workshop: How to get from Here to Everywhere (Taking your web skills mobile)","archived":false,"fork":false,"pushed_at":"2013-03-14T04:55:51.000Z","size":60312,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-21T13:45:19.132Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfour.png","metadata":{"files":{"readme":"README.mdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-20T18:49:10.000Z","updated_at":"2016-09-21T23:29:13.000Z","dependencies_parsed_at":"2022-09-17T12:22:50.246Z","dependency_job_id":null,"html_url":"https://github.com/cloudfour/workshop-here-everywhere","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fworkshop-here-everywhere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fworkshop-here-everywhere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fworkshop-here-everywhere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fworkshop-here-everywhere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfour","download_url":"https://codeload.github.com/cloudfour/workshop-here-everywhere/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243646672,"owners_count":20324586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T19:12:25.173Z","updated_at":"2025-03-14T21:15:10.910Z","avatar_url":"https://github.com/cloudfour.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Structure\n\n* `assets`: Web fonts and CSS SASS source styles, primarily. OUTPUT for CSS: `workshop.css` stays here. `fieldnotes.css` goes into `examples` directory (this is from settings in my SASS compiler). `common.scss` doesn't have an output; it is included and wrapped into both `workshop.css` and `fieldnotes.css`. Find old versions of the workshop in `assets/archive`.\n* `bin`: Build script\n* `content`: Content files for presentation *and* field notes. Put relevant images for content in `content/images`.\n* `examples`: Files for attendees. `fieldnotes.html` outputs here (from `fieldnotes.content` in `content` directory). Any images necessary for fieldnotes should go in `examples/images`.\n* `presentation`: Presentation HTML files (slidy HTML5 presentation)\n* `presenter-examples`: Examples for presenters to use; not necessary for attendees\n* `scratch`: Working area for in-workshop demos. Any files here (except the `README`) are ignored by git.\n* `workshop.zip`: Doesn't exist at time of writing, but if it is there now, it's a ZIP of the `examples` directory for easier download.\n\n# Creating Slideshow Content\n\n## Slideshow Controls\n\n* `B`: Make content/font bigger (like zooming in)\n* `S`: Make content/font smaller (like zooming out)\n* `F`: Show/hide bottom bar\n* `A`: Toggle showing of *all* slides at once\n* `Home`: Go to first slide\n* `End`: Go to last slide\n\n# Build Script\n\nThe build script is at `bin/build.pl`. You can run\n\n    $ ./build.pl -h\n\nTo get options/help.\n\n*Hint*: You can use the `LiveReload` app (available on the Mac AppStore) to automatically run the build script when files in the repo/directory change.\n\n# ZIP File\n\nThe ZIP file in the archive is created with the command\n\n    zip -r workshop.zip examples\n    \n\n# Slide Levels\n\nA second-level header will create a normal content slide, e.g.\n\n    ## I am a slide\n    \n    I am content on the slide, with images and lists and whatnot.\n\nA first-level header will create a title-only slide, to be used to split up sections in slide decks. e.g.\n\n    # This is a title slide\n    \n    This content wouldn't show up because it's on a title-only slide. So don't put anything here.\n\n## Image alignment and styling on slides\n\n### Default\n\nMarkdown like this:\n\n\n    ## Signs of the Apocalypse are Everywhere!\n    \n    ![](images/01-iphone-adoption-graph.png)\n\n\nwill result in an image floated left, with styling/background/border, spanning approximately half of the slide horizontally.\n\n### Other Alignments\n\n*Note:* The text in the heading elements used in the following examples is *not* displayed to the screen.\n\n#### Reverse Alignment\n\nReverse-aligned images are presently about the same as default, but with the float to the right. To effect this, use code like:\n\n    ### Reverse: Android Fragmentation\n    \n    ![](images/01-there-is-no-android.jpg)\n\nThat is, a heading of any level that starts with the word `Reverse` and an image within that section.\n\n#### Figures/Spanning Full Width\n\nYou can also make a standalone image slide, in which the image spans full width and has less background space used.\n\nDo this by using:\n\n\n    ### Figure: Opera Mini Growth Chart\n    \n    ![](images/01-opera-mini-growth.png)\n\n\nThat is, any heading level that starts with `Figure`, containing an image.\n\n#### Illustrative Images\n\nThere is also a way to remove all background styling from images and have them span wide. I'm using this for images that are \"illustrative\" versus figurative.\n\nThis can be done with:\n\n    ## Illustration: Pew Pew\n    \n    ![](images/03-pew.png)\n\nThat is, any heading element starting with `Illustration` that has a contained image.\n\n\n#### Image Captions\n\nYou can add captions to any of the image types listed above by doing this:\n\n    ![I'm too fat!](images/02-my-fat-site.png \"My fat site\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfour%2Fworkshop-here-everywhere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfour%2Fworkshop-here-everywhere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfour%2Fworkshop-here-everywhere/lists"}