├── .gitignore ├── .stylelintrc.json ├── README.md ├── archetypes └── articles.md ├── config.yml ├── content ├── about │ └── _index.md ├── articles │ ├── a-better-nba-box-score │ │ └── index.md │ ├── a-better-rust-menu-interface │ │ └── index.md │ ├── a-free-shimmer-effect-using-super-massive │ │ └── index.md │ ├── building-a-pure-css-animated-svg-spinner │ │ └── index.md │ ├── creating-smooth-sequential-animations-with-sass │ │ └── index.md │ ├── how-to-build-custom-hugo-pagination │ │ └── index.md │ ├── rust-survival-tips-for-newbies │ │ └── index.md │ ├── schecter-c7-apocalypse │ │ └── index.md │ ├── useful-sass-scss-media-query-mixins-for-bootstrap │ │ └── index.md │ └── why-the-hawks-aren't-trading-john-collins │ │ └── index.md ├── contact │ └── _index.md ├── photography │ ├── _index.md │ ├── a-walk-in-the-park │ │ ├── a-walk-in-the-park.jpg │ │ └── index.md │ ├── bourke-street-sunrise │ │ ├── bourke-street-sunrise.jpg │ │ └── index.md │ ├── brunswick-wall-flowers │ │ ├── brunswick-wall-flowers.jpg │ │ └── index.md │ ├── carlton-gardens-sunset │ │ ├── carlton-gardens-sunset.jpg │ │ └── index.md │ ├── clifton-hills-mcdonalds │ │ ├── clifton-hill-mcdonalds.jpg │ │ └── index.md │ ├── emporium-levels │ │ ├── emporium-levels.jpg │ │ └── index.md │ ├── fleming-park-sunset │ │ ├── fleming-park-sunset.jpg │ │ └── index.md │ ├── giant-egg │ │ ├── giant-egg.jpg │ │ └── index.md │ ├── looking-up-brunswick-east │ │ ├── index.md │ │ └── looking-up-brunswick-east.jpg │ ├── looking-up-regram │ │ ├── index.md │ │ └── looking-up-regram.jpg │ ├── merri-creek-trail │ │ ├── index.md │ │ └── merri-creek-trail.jpg │ ├── methven-park-sunrise │ │ ├── index.md │ │ └── methven-park-sunrise.jpg │ ├── new-york-minute │ │ ├── index.md │ │ └── new-york-minute.jpg │ ├── otto-wurth │ │ ├── index.md │ │ └── otto-wurth.jpg │ ├── out-and-about-on-the-pushy │ │ ├── index.md │ │ └── out-and-about-on-the-pushy.jpg │ ├── parliament-underground │ │ ├── index.md │ │ └── parliament-underground.jpg │ ├── qv-walkway │ │ ├── index.md │ │ └── qv-walkway.jpg │ ├── royal-arcade │ │ ├── index.md │ │ └── royal-arcade.jpg │ ├── smokey-gertrude │ │ ├── index.md │ │ └── smokey-gertrude.jpg │ ├── standing-room-only │ │ ├── index.md │ │ └── standing-room-only.jpg │ ├── the-flinders-street-underground │ │ ├── index.md │ │ └── the-flinder-street-underground.jpg │ ├── the-tip-top-building │ │ ├── index.md │ │ └── the-tip-top-building.jpg │ └── under-the-clocks │ │ ├── index.md │ │ └── under-the-clocks.jpg └── work │ ├── espn-live-score-apps.md │ └── fitbugg.md ├── data ├── css │ └── hash.json ├── js │ └── hash.json ├── site_settings.yml └── social_links.yml ├── gulpfile.js ├── hugo.rb ├── layouts ├── 404.html ├── _default │ ├── list.html │ ├── single.html │ └── taxonomy.html ├── about │ └── list.html ├── articles │ ├── list.html │ └── single.html ├── contact │ └── list.html ├── index.html ├── partials │ ├── article-summary.html │ ├── background-device.html │ ├── footer │ │ ├── foot-styles.html │ │ ├── foot.html │ │ └── footer.html │ ├── header │ │ ├── head-styles.html │ │ ├── head.html │ │ └── header.html │ ├── page-header.html │ ├── pagination.html │ ├── photography-image.html │ ├── photography-summary.html │ ├── related-articles.html │ ├── section-articles-summary.html │ ├── section-photography-summary.html │ ├── site-nav.html │ ├── social-links.html │ ├── table-of-contents.html │ └── work-summary.html ├── photography │ ├── list.html │ ├── rss.xml │ └── single.html ├── shortcodes │ ├── article-body-full-bleed.html │ ├── col.html │ ├── img.html │ ├── lead.html │ ├── row.html │ ├── section.html │ ├── work-body-full-bleed.html │ └── youtube.html └── work │ ├── list.html │ └── single.html ├── netlify.toml ├── netlify └── functions │ └── lastfm.mts ├── package-lock.json ├── package.json ├── resources └── _gen │ └── images │ └── photography │ ├── a-walk-in-the-park │ ├── a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x1600_resize_q75_box.jpg │ ├── a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x400_resize_q1_box.jpg │ ├── a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x512_resize_q80_box.jpg │ └── a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_1200x630_fill_q100_box_smart1.jpg │ ├── bourke-street-sunrise │ ├── bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_1200x630_fill_q100_box_smart1.jpg │ ├── bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_1600x0_resize_q75_box.jpg │ ├── bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_400x0_resize_q1_box.jpg │ └── bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_512x0_resize_q80_box.jpg │ ├── brunswick-wall-flowers │ ├── brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_1200x630_fill_q100_box_smart1.jpg │ ├── brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_1600x0_resize_q75_box.jpg │ ├── brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_400x0_resize_q1_box.jpg │ └── brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_512x0_resize_q80_box.jpg │ ├── carlton-gardens-sunset │ ├── carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_1200x630_fill_q100_box_smart1.jpg │ ├── carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_1600x0_resize_q75_box.jpg │ ├── carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_400x0_resize_q1_box.jpg │ └── carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_512x0_resize_q80_box.jpg │ ├── clifton-hills-mcdonalds │ ├── clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_1200x630_fill_q100_box_smart1.jpg │ ├── clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_1600x0_resize_q75_box.jpg │ ├── clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_400x0_resize_q1_box.jpg │ └── clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_512x0_resize_q80_box.jpg │ ├── emporium-levels │ ├── emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_1200x630_fill_q100_box_smart1.jpg │ ├── emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_1600x0_resize_q75_box.jpg │ ├── emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_400x0_resize_q1_box.jpg │ └── emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_512x0_resize_q80_box.jpg │ ├── fleming-park-sunset │ ├── fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_1200x630_fill_q100_box_smart1.jpg │ ├── fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_1600x0_resize_q75_box.jpg │ ├── fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_400x0_resize_q1_box.jpg │ └── fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_512x0_resize_q80_box.jpg │ ├── giant-egg │ ├── giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x1600_resize_q75_box.jpg │ ├── giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x400_resize_q1_box.jpg │ ├── giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x512_resize_q80_box.jpg │ └── giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_1200x630_fill_q100_box_smart1.jpg │ ├── looking-up-brunswick-east │ ├── looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x1600_resize_q75_box.jpg │ ├── looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x400_resize_q1_box.jpg │ ├── looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x512_resize_q80_box.jpg │ └── looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_1200x630_fill_q100_box_smart1.jpg │ ├── looking-up-regram │ ├── looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_1200x630_fill_q100_box_smart1.jpg │ ├── looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_1600x0_resize_q75_box.jpg │ ├── looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_400x0_resize_q1_box.jpg │ └── looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_512x0_resize_q80_box.jpg │ ├── merri-creek-trail │ ├── merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_1200x630_fill_q100_box_smart1.jpg │ ├── merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_1600x0_resize_q75_box.jpg │ ├── merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_400x0_resize_q1_box.jpg │ └── merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_512x0_resize_q80_box.jpg │ ├── methven-park-sunrise │ ├── methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x1600_resize_q75_box.jpg │ ├── methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x400_resize_q1_box.jpg │ ├── methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x512_resize_q80_box.jpg │ └── methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_1200x630_fill_q100_box_smart1.jpg │ ├── new-york-minute │ ├── new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_1200x630_fill_q100_box_smart1.jpg │ ├── new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_1600x0_resize_q75_box.jpg │ ├── new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_400x0_resize_q1_box.jpg │ └── new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_512x0_resize_q80_box.jpg │ ├── otto-wurth │ ├── otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_1200x630_fill_q100_box_smart1.jpg │ ├── otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_1600x0_resize_q75_box.jpg │ ├── otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_400x0_resize_q1_box.jpg │ └── otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_512x0_resize_q80_box.jpg │ ├── out-and-about-on-the-pushy │ ├── out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x1600_resize_q75_box.jpg │ ├── out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x400_resize_q1_box.jpg │ ├── out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x512_resize_q80_box.jpg │ └── out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_1200x630_fill_q100_box_smart1.jpg │ ├── parliament-underground │ ├── parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x1600_resize_q75_box.jpg │ ├── parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x400_resize_q1_box.jpg │ ├── parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x512_resize_q80_box.jpg │ └── parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_1200x630_fill_q100_box_smart1.jpg │ ├── qv-walkway │ ├── qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_1200x630_fill_q100_box_smart1.jpg │ ├── qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_1600x0_resize_q75_box.jpg │ ├── qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_400x0_resize_q1_box.jpg │ └── qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_512x0_resize_q80_box.jpg │ ├── royal-arcade │ ├── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x1600_resize_q75_box.jpg │ ├── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x400_resize_q1_box.jpg │ ├── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x512_resize_q80_box.jpg │ └── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_1200x630_fill_q100_box_smart1.jpg │ ├── smokey-gertrude │ ├── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x1600_resize_q75_box.jpg │ ├── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x400_resize_q1_box.jpg │ ├── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x512_resize_q80_box.jpg │ ├── royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_1200x630_fill_q100_box_smart1.jpg │ ├── smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_1200x630_fill_q100_box_smart1.jpg │ ├── smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_1600x0_resize_q75_box.jpg │ ├── smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_400x0_resize_q1_box.jpg │ └── smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_512x0_resize_q80_box.jpg │ ├── standing-room-only │ ├── standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_1200x630_fill_q100_box_smart1.jpg │ ├── standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_1600x0_resize_q75_box.jpg │ ├── standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_400x0_resize_q1_box.jpg │ └── standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_512x0_resize_q80_box.jpg │ ├── the-flinders-street-underground │ ├── the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_1200x630_fill_q100_box_smart1.jpg │ ├── the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_1600x0_resize_q75_box.jpg │ ├── the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_400x0_resize_q1_box.jpg │ └── the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_512x0_resize_q80_box.jpg │ ├── the-tip-top-building │ ├── the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x1600_resize_q75_box.jpg │ ├── the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x400_resize_q1_box.jpg │ ├── the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x512_resize_q80_box.jpg │ └── the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_1200x630_fill_q100_box_smart1.jpg │ └── under-the-clocks │ ├── under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_1200x630_fill_q100_box_smart1.jpg │ ├── under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_1600x0_resize_q75_box.jpg │ ├── under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_400x0_resize_q1_box.jpg │ └── under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_512x0_resize_q80_box.jpg ├── src ├── img │ ├── favicon │ │ ├── apple-touch-icon-114x114.png │ │ ├── apple-touch-icon-120x120.png │ │ ├── apple-touch-icon-144x144.png │ │ ├── apple-touch-icon-152x152.png │ │ ├── favicon-32x32.png │ │ └── mstile-144x144.png │ ├── logo-gm.svg │ ├── photo-glenn-mccomb.jpg │ └── uploads │ │ ├── article-espn-chrome-extension-box-score-advanced-stats.png │ │ ├── article-espn-chrome-extension-box-score-layout.jpg │ │ ├── article-espn-chrome-extension-box-score-stats-play-sequence.jpg │ │ ├── article-espn-chrome-extension-box-score-stats-team-stats.png │ │ ├── article-espn-chrome-extension-espn-boxscores-before.png │ │ ├── article-espn-chrome-extension-play-by-play-stats-play-sequence.png │ │ ├── article-hugo-pagination-default.jpg │ │ ├── article-rust-menu-ui-servers-old.jpg │ │ ├── article-rust-menu-ui-servers-server-old.jpg │ │ ├── article-rust-menu-ui-servers-server.jpg │ │ ├── article-rust-menu-ui-servers.jpg │ │ ├── article-rust-survival-tips-corn-pumpkins.jpg │ │ ├── article-rust-survival-tips-fish-trap-lqip.jpg │ │ ├── article-rust-survival-tips-fish-trap.jpg │ │ ├── article-rust-survival-tips-hidden-chest.gif │ │ ├── article-rust-survival-tips-lighthouse-recycler.jpg │ │ ├── article-rust-survival-tips-mining-cart.jpg │ │ ├── article-rust-survival-tips-mushrooms.jpg │ │ ├── article-rust-survival-tips-red-barrel.jpg │ │ ├── article-rust-survival-tips-sunset.jpg │ │ ├── article-sass-animations-espn-chrome-extension.gif │ │ ├── article-sass-media-query-mixins-sublime-snippets.gif │ │ ├── article-schecter-c7-apocalypse-back-of-neck.jpg │ │ ├── article-schecter-c7-apocalypse-back.jpg │ │ ├── article-schecter-c7-apocalypse-body.jpg │ │ ├── article-schecter-c7-apocalypse-controls.jpg │ │ ├── article-schecter-c7-apocalypse-overhead-2.jpg │ │ ├── article-schecter-c7-apocalypse-overhead.jpg │ │ ├── article-schecter-c7-apocalypse-strings.jpg │ │ ├── article-schecter-c7-apocalypse-up-neck.jpg │ │ ├── article-super-massive-import-screenshot.png │ │ ├── contact-hero-bg.jpg │ │ ├── featured-image-about.jpg │ │ ├── featured-image-article-hugo-pagination.jpg │ │ ├── featured-image-article-rust-survival-tips.jpg │ │ ├── featured-image-article-sass-animations.jpg │ │ ├── featured-image-article-schecter-c7-apocalypse.jpg │ │ ├── featured-image-article-super-massive-spiral.jpg │ │ ├── featured-image-article-svg-spinner.jpg │ │ ├── featured-image-article-why-the-hawks-arent-trading-john-collins.jpg │ │ ├── featured-image-category-design.png │ │ ├── featured-image-category-development.png │ │ ├── featured-image-category-gaming.png │ │ ├── featured-image-category-nba.png │ │ ├── featured-image-espn-nba-boxscore-extension.jpg │ │ ├── featured-image-photography.jpg │ │ ├── featured-image-rust-menu-ui.jpg │ │ ├── featured-image-sass-media-query-mixins.jpg │ │ ├── featured-image-work-nowapps.jpg │ │ ├── work-fitbugg-about-mockup.png │ │ ├── work-fitbugg-architecture-sketch.png │ │ ├── work-fitbugg-architecture-time-lapse.gif │ │ ├── work-fitbugg-brand-colours.png │ │ ├── work-fitbugg-brand-logo.jpg │ │ ├── work-fitbugg-brand-museo.jpg │ │ ├── work-fitbugg-brand-proxima.jpg │ │ ├── work-fitbugg-hero-image.png │ │ ├── work-fitbugg-intro-stickman.png │ │ ├── work-fitbugg-logo-fitbugg.png │ │ ├── work-fitbugg-logo-sketch-1.jpg │ │ ├── work-fitbugg-logo-sketch-2.jpg │ │ ├── work-fitbugg-logo-sketch-3.jpg │ │ ├── work-fitbugg-mockups-1.jpg │ │ ├── work-fitbugg-mockups-2.jpg │ │ ├── work-fitbugg-mockups-3.jpg │ │ ├── work-fitbugg-tile.jpg │ │ ├── work-fitbugg-tile.png │ │ ├── work-fitbugg-wireframes-booklet.jpg │ │ ├── work-fitbugg-wireframes-wireframes.jpg │ │ ├── work-now-app-cards-bg.png │ │ ├── work-nowapp-backstory-webapp.png │ │ ├── work-nowapp-branding-icon-afl.png │ │ ├── work-nowapp-branding-icon-ale.png │ │ ├── work-nowapp-branding-icon-nrl.png │ │ ├── work-nowapp-branding-icon-sru.png │ │ ├── work-nowapp-branding-player-afl.png │ │ ├── work-nowapp-branding-player-ale.png │ │ ├── work-nowapp-branding-player-nrl.png │ │ ├── work-nowapp-branding-player-sru.png │ │ ├── work-nowapp-cards-news.png │ │ ├── work-nowapp-cards-scores.png │ │ ├── work-nowapp-cards-twitter.png │ │ ├── work-nowapp-intro-iphone-middle.png │ │ ├── work-nowapp-sections-news.png │ │ ├── work-nowapp-sections-scores.png │ │ ├── work-nowapp-sections-settings.png │ │ ├── work-nowapp-sections-standings.png │ │ ├── work-nowapp-sections-tipping.png │ │ ├── work-nowapp-sections-twitter.png │ │ ├── work-nowapp-sketching-news.png │ │ ├── work-nowapp-sketching-scores.png │ │ ├── work-nowapp-sketching-stats.png │ │ ├── work-nowapp-sketching-worm-mockup.png │ │ ├── work-nowapp-sketching-worm.png │ │ ├── work-nowapp-swiping-final.jpg │ │ ├── work-nowapp-swiping-gesture.jpg │ │ ├── work-nowapp-swiping-no-affordance.jpg │ │ ├── work-nowapp-swiping-old-app.jpg │ │ └── work-nowapp-swiping-slim-titles.jpg ├── js │ ├── main.js │ ├── partials │ │ ├── article-summary-hover.js │ │ ├── contact-form.js │ │ ├── expandable-code-blocks.js │ │ ├── forms.js │ │ ├── helpers.js │ │ ├── links.js │ │ ├── lqip-images.js │ │ ├── mobile-menu-toggle.js │ │ ├── object-fit-polyfill.js │ │ ├── parallax-hover.js │ │ └── table-of-contents.js │ └── vendor │ │ └── disqus-loader.js ├── react │ └── lastfm │ │ ├── App.jsx │ │ ├── components │ │ └── LastFM │ │ │ ├── Artist.jsx │ │ │ ├── ArtistsPlaceholder.jsx │ │ │ ├── PeriodNav.jsx │ │ │ └── index.jsx │ │ └── index.jsx ├── scss │ ├── about.scss │ ├── abstracts │ │ ├── README.md │ │ ├── _color.scss │ │ ├── _functions.scss │ │ ├── _media-queries.scss │ │ ├── _mixins.scss │ │ ├── _variables.scss │ │ └── _z-index.scss │ ├── article-animated-svg-spinner.scss │ ├── article-rust-menu-ui.scss │ ├── article-rust-survival-tips.scss │ ├── article-schecter-c7-apocalypse.scss │ ├── articles │ │ ├── _animated-svg-spinner.scss │ │ ├── _rust-menu-ui.scss │ │ ├── _rust-survival-tips.scss │ │ └── _schecter-c7-apocalypse.scss │ ├── base │ │ ├── README.md │ │ ├── _base.scss │ │ ├── _critical.scss │ │ ├── _dark-bg.scss │ │ ├── _dark-bg.vars.scss │ │ ├── _fonts.scss │ │ ├── _grid-cols.scss │ │ ├── _grid-offsets.scss │ │ ├── _grid-pull.scss │ │ ├── _grid-push.scss │ │ ├── _grid.scss │ │ ├── _helpers.scss │ │ ├── _typography.scss │ │ └── _typography.vars.scss │ ├── categories.scss │ ├── components │ │ ├── README.md │ │ ├── _article-date.scss │ │ ├── _article-summary-featured.scss │ │ ├── _article-summary-parallax-hover.scss │ │ ├── _article-summary.scss │ │ ├── _buttons.scss │ │ ├── _buttons.vars.scss │ │ ├── _code.scss │ │ ├── _figure.scss │ │ ├── _forms.scss │ │ ├── _forms.vars.scss │ │ ├── _highlight.scss │ │ ├── _iframe.scss │ │ ├── _lqip.scss │ │ ├── _nav.scss │ │ ├── _page-header-background-device.scss │ │ ├── _page-header-icon.scss │ │ ├── _page-header-icon.vars.scss │ │ ├── _page-header.scss │ │ ├── _page-header.vars.scss │ │ ├── _pagination.scss │ │ ├── _parallax-hover.scss │ │ ├── _photography-image.scss │ │ ├── _photography-summary.scss │ │ ├── _section-articles-summary.scss │ │ ├── _section-related-articles.scss │ │ ├── _social-links.scss │ │ ├── _table-of-contents.scss │ │ ├── _tweet-widget.scss │ │ ├── _video.scss │ │ └── _work-summary.scss │ ├── contact.scss │ ├── critical.scss │ ├── layout │ │ ├── README.md │ │ ├── _footer.scss │ │ ├── _footer.vars.scss │ │ ├── _header-logo.scss │ │ ├── _header.scss │ │ ├── _header.vars.scss │ │ ├── _section.scss │ │ ├── _section.vars.scss │ │ ├── _site-nav-children.scss │ │ ├── _site-nav-children.vars.scss │ │ ├── _site-nav-mobile-toggle.scss │ │ ├── _site-nav-mobile.scss │ │ ├── _site-nav.scss │ │ └── _site-nav.vars.scss │ ├── main.scss │ ├── pages │ │ ├── README.md │ │ ├── _about.scss │ │ ├── _category-design.scss │ │ ├── _category-development.scss │ │ ├── _category-gaming.scss │ │ ├── _category-nba.scss │ │ ├── _contact.scss │ │ ├── _home.scss │ │ ├── _not-found-404.scss │ │ ├── _photography.scss │ │ ├── _single-article.scss │ │ ├── _single-photography.scss │ │ ├── _single-work.scss │ │ └── _work.scss │ ├── photography.scss │ ├── shortcodes │ │ ├── _article-body-full-bleed.scss │ │ ├── _col.scss │ │ ├── _img.scss │ │ └── _work-body-full-bleed.scss │ ├── single-article.scss │ ├── single-photography.scss │ ├── themes │ │ ├── README.md │ │ └── _default.scss │ ├── vendor │ │ ├── README.md │ │ └── _normalize.scss │ ├── work-fitbugg.scss │ ├── work-now-apps.scss │ ├── work.scss │ └── work │ │ ├── _fitbugg.scss │ │ └── _now-apps.scss └── video │ ├── nowapp.mp4 │ ├── nowapp.png │ └── nowapp.webm ├── static ├── _redirects ├── css │ ├── about.0d5180f8.css │ ├── article-animated-svg-spinner.155eef88.css │ ├── article-rust-menu-ui.5254ae20.css │ ├── article-rust-survival-tips.eef99161.css │ ├── article-schecter-c7-apocalypse.82ed2a5a.css │ ├── categories.cbdbcac9.css │ ├── contact.0171026b.css │ ├── critical.b83908f7.css │ ├── critical │ │ ├── about │ │ │ └── index.css │ │ ├── articles │ │ │ └── index.css │ │ ├── contact │ │ │ └── index.css │ │ ├── index.css │ │ ├── photography │ │ │ └── index.css │ │ └── single-photography │ │ │ └── index.css │ ├── main.1624a1a4.css │ ├── photography.570db57d.css │ ├── single-article.590c5195.css │ ├── single-photography.90c8d12a.css │ ├── work-fitbugg.3b2094ac.css │ ├── work-now-apps.753896af.css │ └── work.1a0d71d2.css ├── img │ ├── favicon │ │ ├── apple-touch-icon-114x114.png │ │ ├── apple-touch-icon-120x120.png │ │ ├── apple-touch-icon-144x144.png │ │ ├── apple-touch-icon-152x152.png │ │ ├── favicon-32x32.png │ │ └── mstile-144x144.png │ ├── logo-gm.svg │ ├── photo-glenn-mccomb.jpg │ └── uploads │ │ ├── article-espn-chrome-extension-box-score-advanced-stats-lqip.jpg │ │ ├── article-espn-chrome-extension-box-score-advanced-stats.png │ │ ├── article-espn-chrome-extension-box-score-layout-lqip.jpg │ │ ├── article-espn-chrome-extension-box-score-layout.jpg │ │ ├── article-espn-chrome-extension-box-score-stats-play-sequence-lqip.jpg │ │ ├── article-espn-chrome-extension-box-score-stats-play-sequence.jpg │ │ ├── article-espn-chrome-extension-box-score-stats-team-stats-lqip.jpg │ │ ├── article-espn-chrome-extension-box-score-stats-team-stats.png │ │ ├── article-espn-chrome-extension-espn-boxscores-before-lqip.jpg │ │ ├── article-espn-chrome-extension-espn-boxscores-before.png │ │ ├── article-espn-chrome-extension-play-by-play-stats-play-sequence-lqip.jpg │ │ ├── article-espn-chrome-extension-play-by-play-stats-play-sequence.png │ │ ├── article-hugo-pagination-default-lqip.jpg │ │ ├── article-hugo-pagination-default.jpg │ │ ├── article-rust-menu-ui-servers-lqip.jpg │ │ ├── article-rust-menu-ui-servers-old-lqip.jpg │ │ ├── article-rust-menu-ui-servers-old.jpg │ │ ├── article-rust-menu-ui-servers-server-lqip.jpg │ │ ├── article-rust-menu-ui-servers-server-old-lqip.jpg │ │ ├── article-rust-menu-ui-servers-server-old.jpg │ │ ├── article-rust-menu-ui-servers-server.jpg │ │ ├── article-rust-menu-ui-servers.jpg │ │ ├── article-rust-survival-tips-corn-pumpkins-lqip.jpg │ │ ├── article-rust-survival-tips-corn-pumpkins.jpg │ │ ├── article-rust-survival-tips-fish-trap-lqip-lqip.jpg │ │ ├── article-rust-survival-tips-fish-trap-lqip.jpg │ │ ├── article-rust-survival-tips-fish-trap.jpg │ │ ├── article-rust-survival-tips-lighthouse-recycler-lqip.jpg │ │ ├── article-rust-survival-tips-lighthouse-recycler.jpg │ │ ├── article-rust-survival-tips-mining-cart-lqip.jpg │ │ ├── article-rust-survival-tips-mining-cart.jpg │ │ ├── article-rust-survival-tips-mushrooms-lqip.jpg │ │ ├── article-rust-survival-tips-mushrooms.jpg │ │ ├── article-rust-survival-tips-red-barrel-lqip.jpg │ │ ├── article-rust-survival-tips-red-barrel.jpg │ │ ├── article-rust-survival-tips-sunset-lqip.jpg │ │ ├── article-rust-survival-tips-sunset.jpg │ │ ├── article-schecter-c7-apocalypse-back-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-back-of-neck-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-back-of-neck.jpg │ │ ├── article-schecter-c7-apocalypse-back.jpg │ │ ├── article-schecter-c7-apocalypse-body-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-body.jpg │ │ ├── article-schecter-c7-apocalypse-controls-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-controls.jpg │ │ ├── article-schecter-c7-apocalypse-overhead-2-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-overhead-2.jpg │ │ ├── article-schecter-c7-apocalypse-overhead-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-overhead.jpg │ │ ├── article-schecter-c7-apocalypse-strings-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-strings.jpg │ │ ├── article-schecter-c7-apocalypse-up-neck-lqip.jpg │ │ ├── article-schecter-c7-apocalypse-up-neck.jpg │ │ ├── article-super-massive-import-screenshot-lqip.jpg │ │ ├── article-super-massive-import-screenshot.png │ │ ├── contact-hero-bg-lqip.jpg │ │ ├── contact-hero-bg.jpg │ │ ├── featured-image-about-lqip.jpg │ │ ├── featured-image-about-sm.jpg │ │ ├── featured-image-about.jpg │ │ ├── featured-image-article-hugo-pagination-lqip.jpg │ │ ├── featured-image-article-hugo-pagination-sm.jpg │ │ ├── featured-image-article-hugo-pagination.jpg │ │ ├── featured-image-article-rust-survival-tips-lqip.jpg │ │ ├── featured-image-article-rust-survival-tips-sm.jpg │ │ ├── featured-image-article-rust-survival-tips.jpg │ │ ├── featured-image-article-sass-animations-lqip.jpg │ │ ├── featured-image-article-sass-animations-sm.jpg │ │ ├── featured-image-article-sass-animations.jpg │ │ ├── featured-image-article-schecter-c7-apocalypse-lqip.jpg │ │ ├── featured-image-article-schecter-c7-apocalypse-sm.jpg │ │ ├── featured-image-article-schecter-c7-apocalypse.jpg │ │ ├── featured-image-article-super-massive-spiral-lqip.jpg │ │ ├── featured-image-article-super-massive-spiral-sm.jpg │ │ ├── featured-image-article-super-massive-spiral.jpg │ │ ├── featured-image-article-svg-spinner-lqip.jpg │ │ ├── featured-image-article-svg-spinner-sm.jpg │ │ ├── featured-image-article-svg-spinner.jpg │ │ ├── featured-image-article-why-the-hawks-arent-trading-john-collins-lqip.jpg │ │ ├── featured-image-article-why-the-hawks-arent-trading-john-collins-sm.jpg │ │ ├── featured-image-article-why-the-hawks-arent-trading-john-collins.jpg │ │ ├── featured-image-category-design-lqip.jpg │ │ ├── featured-image-category-design-sm.png │ │ ├── featured-image-category-design.png │ │ ├── featured-image-category-development-lqip.jpg │ │ ├── featured-image-category-development-sm.png │ │ ├── featured-image-category-development.png │ │ ├── featured-image-category-gaming-lqip.jpg │ │ ├── featured-image-category-gaming-sm.png │ │ ├── featured-image-category-gaming.png │ │ ├── featured-image-category-nba-lqip.jpg │ │ ├── featured-image-category-nba-sm.png │ │ ├── featured-image-category-nba.png │ │ ├── featured-image-espn-nba-boxscore-extension-lqip.jpg │ │ ├── featured-image-espn-nba-boxscore-extension-sm.jpg │ │ ├── featured-image-espn-nba-boxscore-extension.jpg │ │ ├── featured-image-photography-lqip.jpg │ │ ├── featured-image-photography-sm.jpg │ │ ├── featured-image-photography.jpg │ │ ├── featured-image-rust-menu-ui-lqip.jpg │ │ ├── featured-image-rust-menu-ui-sm.jpg │ │ ├── featured-image-rust-menu-ui.jpg │ │ ├── featured-image-sass-media-query-mixins-lqip.jpg │ │ ├── featured-image-sass-media-query-mixins-sm.jpg │ │ ├── featured-image-sass-media-query-mixins.jpg │ │ ├── featured-image-work-nowapps-lqip.jpg │ │ ├── featured-image-work-nowapps-sm.jpg │ │ ├── featured-image-work-nowapps.jpg │ │ ├── work-fitbugg-about-mockup-lqip.jpg │ │ ├── work-fitbugg-about-mockup.png │ │ ├── work-fitbugg-architecture-sketch-lqip.jpg │ │ ├── work-fitbugg-architecture-sketch.png │ │ ├── work-fitbugg-brand-colours-lqip.jpg │ │ ├── work-fitbugg-brand-colours.png │ │ ├── work-fitbugg-brand-logo-lqip.jpg │ │ ├── work-fitbugg-brand-logo.jpg │ │ ├── work-fitbugg-brand-museo-lqip.jpg │ │ ├── work-fitbugg-brand-museo.jpg │ │ ├── work-fitbugg-brand-proxima-lqip.jpg │ │ ├── work-fitbugg-brand-proxima.jpg │ │ ├── work-fitbugg-hero-image-lqip.jpg │ │ ├── work-fitbugg-hero-image.png │ │ ├── work-fitbugg-intro-stickman-lqip.jpg │ │ ├── work-fitbugg-intro-stickman.png │ │ ├── work-fitbugg-logo-fitbugg-lqip.jpg │ │ ├── work-fitbugg-logo-fitbugg.png │ │ ├── work-fitbugg-logo-sketch-1-lqip.jpg │ │ ├── work-fitbugg-logo-sketch-1.jpg │ │ ├── work-fitbugg-logo-sketch-2-lqip.jpg │ │ ├── work-fitbugg-logo-sketch-2.jpg │ │ ├── work-fitbugg-logo-sketch-3-lqip.jpg │ │ ├── work-fitbugg-logo-sketch-3.jpg │ │ ├── work-fitbugg-mockups-1-lqip.jpg │ │ ├── work-fitbugg-mockups-1.jpg │ │ ├── work-fitbugg-mockups-2-lqip.jpg │ │ ├── work-fitbugg-mockups-2.jpg │ │ ├── work-fitbugg-mockups-3-lqip.jpg │ │ ├── work-fitbugg-mockups-3.jpg │ │ ├── work-fitbugg-tile-lqip.jpg │ │ ├── work-fitbugg-tile.jpg │ │ ├── work-fitbugg-tile.png │ │ ├── work-fitbugg-wireframes-booklet-lqip.jpg │ │ ├── work-fitbugg-wireframes-booklet.jpg │ │ ├── work-fitbugg-wireframes-wireframes-lqip.jpg │ │ ├── work-fitbugg-wireframes-wireframes.jpg │ │ ├── work-now-app-cards-bg-lqip.jpg │ │ ├── work-now-app-cards-bg.png │ │ ├── work-nowapp-backstory-webapp-lqip.jpg │ │ ├── work-nowapp-backstory-webapp.png │ │ ├── work-nowapp-branding-icon-afl-lqip.jpg │ │ ├── work-nowapp-branding-icon-afl.png │ │ ├── work-nowapp-branding-icon-ale-lqip.jpg │ │ ├── work-nowapp-branding-icon-ale.png │ │ ├── work-nowapp-branding-icon-nrl-lqip.jpg │ │ ├── work-nowapp-branding-icon-nrl.png │ │ ├── work-nowapp-branding-icon-sru-lqip.jpg │ │ ├── work-nowapp-branding-icon-sru.png │ │ ├── work-nowapp-branding-player-afl-lqip.jpg │ │ ├── work-nowapp-branding-player-afl.png │ │ ├── work-nowapp-branding-player-ale-lqip.jpg │ │ ├── work-nowapp-branding-player-ale.png │ │ ├── work-nowapp-branding-player-nrl-lqip.jpg │ │ ├── work-nowapp-branding-player-nrl.png │ │ ├── work-nowapp-branding-player-sru-lqip.jpg │ │ ├── work-nowapp-branding-player-sru.png │ │ ├── work-nowapp-cards-news-lqip.jpg │ │ ├── work-nowapp-cards-news.png │ │ ├── work-nowapp-cards-scores-lqip.jpg │ │ ├── work-nowapp-cards-scores.png │ │ ├── work-nowapp-cards-twitter-lqip.jpg │ │ ├── work-nowapp-cards-twitter.png │ │ ├── work-nowapp-intro-iphone-middle-lqip.jpg │ │ ├── work-nowapp-intro-iphone-middle.png │ │ ├── work-nowapp-sections-news-lqip.jpg │ │ ├── work-nowapp-sections-news.png │ │ ├── work-nowapp-sections-scores-lqip.jpg │ │ ├── work-nowapp-sections-scores.png │ │ ├── work-nowapp-sections-settings-lqip.jpg │ │ ├── work-nowapp-sections-settings.png │ │ ├── work-nowapp-sections-standings-lqip.jpg │ │ ├── work-nowapp-sections-standings.png │ │ ├── work-nowapp-sections-tipping-lqip.jpg │ │ ├── work-nowapp-sections-tipping.png │ │ ├── work-nowapp-sections-twitter-lqip.jpg │ │ ├── work-nowapp-sections-twitter.png │ │ ├── work-nowapp-sketching-news-lqip.jpg │ │ ├── work-nowapp-sketching-news.png │ │ ├── work-nowapp-sketching-scores-lqip.jpg │ │ ├── work-nowapp-sketching-scores.png │ │ ├── work-nowapp-sketching-stats-lqip.jpg │ │ ├── work-nowapp-sketching-stats.png │ │ ├── work-nowapp-sketching-worm-lqip.jpg │ │ ├── work-nowapp-sketching-worm-mockup-lqip.jpg │ │ ├── work-nowapp-sketching-worm-mockup.png │ │ ├── work-nowapp-sketching-worm.png │ │ ├── work-nowapp-swiping-final-lqip.jpg │ │ ├── work-nowapp-swiping-final.jpg │ │ ├── work-nowapp-swiping-gesture-lqip.jpg │ │ ├── work-nowapp-swiping-gesture.jpg │ │ ├── work-nowapp-swiping-no-affordance-lqip.jpg │ │ ├── work-nowapp-swiping-no-affordance.jpg │ │ ├── work-nowapp-swiping-old-app-lqip.jpg │ │ ├── work-nowapp-swiping-old-app.jpg │ │ ├── work-nowapp-swiping-slim-titles-lqip.jpg │ │ └── work-nowapp-swiping-slim-titles.jpg ├── js │ ├── main.975ce105.min.js │ └── vendor │ │ └── disqus-loader.js ├── presets │ └── Omynel Clean.xml ├── react │ └── lastfm.js └── video │ ├── nowapp.mp4 │ ├── nowapp.png │ └── nowapp.webm └── vite.config.js /.gitignore: -------------------------------------------------------------------------------- 1 | # Mac OS X files 2 | .DS_Store 3 | ehthumbs.db 4 | Thumbs.db 5 | 6 | .sass-cache 7 | bower_components/ 8 | node_modules/ 9 | 10 | # ignore Editor files 11 | *.sublime-project 12 | *.sublime-workspace 13 | 14 | # Hugo files 15 | public/ 16 | .hugo_build.lock 17 | 18 | # ignore packaged files 19 | *.7z 20 | *.dmg 21 | *.gz 22 | *.iso 23 | *.jar 24 | *.rar 25 | *.tar 26 | *.zip 27 | 28 | # Env files 29 | .env 30 | # Local Netlify folder 31 | .netlify 32 | -------------------------------------------------------------------------------- /.stylelintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "rules": { 3 | "block-closing-brace-empty-line-before": "never", 4 | "indentation": 2, 5 | "length-zero-no-unit": true, 6 | "property-case": "lower", 7 | "selector-list-comma-newline-after": "always", 8 | "value-keyword-case": "lower", 9 | "unit-case": "lower", 10 | "shorthand-property-no-redundant-values": true 11 | } 12 | } -------------------------------------------------------------------------------- /archetypes/articles.md: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | slug = "" 4 | Author = "Glenn McComb" 5 | description = "" 6 | resources = [] 7 | 8 | --- -------------------------------------------------------------------------------- /content/about/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: About 3 | featured: /img/uploads/featured-image-about.jpg 4 | custom_class: about 5 | dark_bg: true 6 | page_header_super_title: Glenn McComb 7 | page_header_sub_title: I'm a front end developer and designer from Melbourne, Australia. 8 | --- 9 | Nothing here. 10 | -------------------------------------------------------------------------------- /content/contact/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Contact 3 | featured: /img/uploads/contact-hero-bg.jpg 4 | custom_class: contact 5 | transparent_header: false 6 | dark_bg: true 7 | description: "Get in touch with me using the form on this page or on the social medias (I'm on most of them)." 8 | --- 9 | Nothing here. 10 | -------------------------------------------------------------------------------- /content/photography/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Photography 3 | featured: /img/uploads/featured-image-photography.jpg 4 | custom_class: photography 5 | transparent_header: true 6 | featured_opacity: 0.5 7 | dark_bg: true 8 | page_header_sub_title: Photos I've taken with my iPhone X, Mavic Pro or Canon 450D. 9 | --- 10 | Nothing here. 11 | -------------------------------------------------------------------------------- /content/photography/a-walk-in-the-park/a-walk-in-the-park.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/a-walk-in-the-park/a-walk-in-the-park.jpg -------------------------------------------------------------------------------- /content/photography/a-walk-in-the-park/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: A walk in the park 3 | date: 2017-01-12T09:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: a-walk-in-the-park.jpg 8 | --- 9 | Carlton Gardens, Melbourne -------------------------------------------------------------------------------- /content/photography/bourke-street-sunrise/bourke-street-sunrise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/bourke-street-sunrise/bourke-street-sunrise.jpg -------------------------------------------------------------------------------- /content/photography/bourke-street-sunrise/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Bourke street sunrise 3 | date: 2016-08-16T09:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: bourke-street-sunrise.jpg 8 | --- 9 | As the winter sun rose. -------------------------------------------------------------------------------- /content/photography/brunswick-wall-flowers/brunswick-wall-flowers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/brunswick-wall-flowers/brunswick-wall-flowers.jpg -------------------------------------------------------------------------------- /content/photography/brunswick-wall-flowers/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Brunswick wall flowers 3 | date: 2019-04-18T09:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: brunswick-wall-flowers.jpg 8 | --- 9 | Something a little different. -------------------------------------------------------------------------------- /content/photography/carlton-gardens-sunset/carlton-gardens-sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/carlton-gardens-sunset/carlton-gardens-sunset.jpg -------------------------------------------------------------------------------- /content/photography/carlton-gardens-sunset/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Carlton Gardens sunset 3 | date: 2018-09-13T09:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: carlton-gardens-sunset.jpg 8 | --- 9 | Spring has sprung. -------------------------------------------------------------------------------- /content/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds.jpg -------------------------------------------------------------------------------- /content/photography/clifton-hills-mcdonalds/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Clifton Hill McDonald's 3 | date: 2017-12-28T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: clifton-hill-mcdonalds.jpg 8 | --- 9 | I just about never go to McDonald's but this has to be one of the coolest in Melbourne. -------------------------------------------------------------------------------- /content/photography/emporium-levels/emporium-levels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/emporium-levels/emporium-levels.jpg -------------------------------------------------------------------------------- /content/photography/emporium-levels/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Emporium levels 3 | date: 2019-04-06T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: emporium-levels.jpg 8 | --- 9 | The Emporium in Melbourne. -------------------------------------------------------------------------------- /content/photography/fleming-park-sunset/fleming-park-sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/fleming-park-sunset/fleming-park-sunset.jpg -------------------------------------------------------------------------------- /content/photography/fleming-park-sunset/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Fleming Park sunset 3 | date: 2017-01-04T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: fleming-park-sunset.jpg 8 | --- 9 | Nice afternoon for a walk. -------------------------------------------------------------------------------- /content/photography/giant-egg/giant-egg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/giant-egg/giant-egg.jpg -------------------------------------------------------------------------------- /content/photography/giant-egg/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Giant Egg 3 | date: 2019-06-06T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: giant-egg.jpg 8 | --- 9 | A very large egg. -------------------------------------------------------------------------------- /content/photography/looking-up-brunswick-east/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Looking up in Brunswick East 3 | date: 2017-09-22T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: looking-up-brunswick-east.jpg 8 | --- 9 | There are way too many apartments going up in Brunswick East but I do enjoy the architecture. -------------------------------------------------------------------------------- /content/photography/looking-up-brunswick-east/looking-up-brunswick-east.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/looking-up-brunswick-east/looking-up-brunswick-east.jpg -------------------------------------------------------------------------------- /content/photography/looking-up-regram/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Looking up 3 | date: 2016-09-03T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: looking-up-regram.jpg 8 | --- -------------------------------------------------------------------------------- /content/photography/looking-up-regram/looking-up-regram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/looking-up-regram/looking-up-regram.jpg -------------------------------------------------------------------------------- /content/photography/merri-creek-trail/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Merri Creek Trail 3 | date: 2019-01-15T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | - name: featured 7 | src: merri-creek-trail.jpg 8 | --- 9 | Soon there will be a bridge here. -------------------------------------------------------------------------------- /content/photography/merri-creek-trail/merri-creek-trail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/merri-creek-trail/merri-creek-trail.jpg -------------------------------------------------------------------------------- /content/photography/methven-park-sunrise/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Methven Park sunrise 3 | date: 2018-06-05T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: royal-arcade.jpg 8 | --- 9 | An early morning in winter. -------------------------------------------------------------------------------- /content/photography/methven-park-sunrise/methven-park-sunrise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/methven-park-sunrise/methven-park-sunrise.jpg -------------------------------------------------------------------------------- /content/photography/new-york-minute/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: New York Minute 3 | date: 2016-07-29T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: new-york-minute.jpg 8 | --- 9 | New York Minute in Brunswick East before it was renovated. -------------------------------------------------------------------------------- /content/photography/new-york-minute/new-york-minute.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/new-york-minute/new-york-minute.jpg -------------------------------------------------------------------------------- /content/photography/otto-wurth/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Otto Wurth 3 | date: 2019-11-19T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: otto-wurth.jpg 8 | --- 9 | Corner of Dundas St and Plenty Rd in Thornbury. -------------------------------------------------------------------------------- /content/photography/otto-wurth/otto-wurth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/otto-wurth/otto-wurth.jpg -------------------------------------------------------------------------------- /content/photography/out-and-about-on-the-pushy/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Out and about on the pushy 3 | date: 2019-07-29T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: out-and-about-on-the-pushy.jpg 8 | --- 9 | Riding along Merri Creek. -------------------------------------------------------------------------------- /content/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy.jpg -------------------------------------------------------------------------------- /content/photography/parliament-underground/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Parliament Underground 3 | date: 2019-10-14T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: parliament-underground.jpg 8 | --- -------------------------------------------------------------------------------- /content/photography/parliament-underground/parliament-underground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/parliament-underground/parliament-underground.jpg -------------------------------------------------------------------------------- /content/photography/qv-walkway/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: QV walkway 3 | date: 2018-11-23T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: qv-walkway.jpg 8 | --- -------------------------------------------------------------------------------- /content/photography/qv-walkway/qv-walkway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/qv-walkway/qv-walkway.jpg -------------------------------------------------------------------------------- /content/photography/royal-arcade/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Royal Arcade 3 | date: 2015-11-15T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: royal-arcade.jpg 8 | --- 9 | Royal Arcade in Melbourne. -------------------------------------------------------------------------------- /content/photography/royal-arcade/royal-arcade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/royal-arcade/royal-arcade.jpg -------------------------------------------------------------------------------- /content/photography/smokey-gertrude/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Smokey Gertrude 3 | date: 2020-01-14T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: smokey-gertrude.jpg 8 | --- 9 | Gertrude Street in Fitzroy in the days following the January 2020 bush fires in Australia. -------------------------------------------------------------------------------- /content/photography/smokey-gertrude/smokey-gertrude.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/smokey-gertrude/smokey-gertrude.jpg -------------------------------------------------------------------------------- /content/photography/standing-room-only/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Standing room only 3 | date: 2016-09-02T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: standing-room-only.jpg 8 | --- 9 | I'm guilty of being buried in my phone from time to time. -------------------------------------------------------------------------------- /content/photography/standing-room-only/standing-room-only.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/standing-room-only/standing-room-only.jpg -------------------------------------------------------------------------------- /content/photography/the-flinders-street-underground/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: The Flinder's Street Underground 3 | date: 2015-12-07T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: the-flinders-street-underground.jpg 8 | --- -------------------------------------------------------------------------------- /content/photography/the-flinders-street-underground/the-flinder-street-underground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/the-flinders-street-underground/the-flinder-street-underground.jpg -------------------------------------------------------------------------------- /content/photography/the-tip-top-building/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: The Tip Top Building 3 | date: 2018-07-28T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: the-tip-top-building.jpg 8 | --- 9 | One of the nicer new blocks of apartments you'll see around. -------------------------------------------------------------------------------- /content/photography/the-tip-top-building/the-tip-top-building.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/the-tip-top-building/the-tip-top-building.jpg -------------------------------------------------------------------------------- /content/photography/under-the-clocks/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Under the clocks 3 | date: 2016-05-04T04:00:00.000Z 4 | dark_bg: true 5 | resources: 6 | name: featured 7 | src: under-the-clocks.jpg 8 | --- 9 | Noticed this neat framing while exiting Flinder's Street Station one morning. -------------------------------------------------------------------------------- /content/photography/under-the-clocks/under-the-clocks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/content/photography/under-the-clocks/under-the-clocks.jpg -------------------------------------------------------------------------------- /data/js/hash.json: -------------------------------------------------------------------------------- 1 | { 2 | "main.min.js": "main.975ce105.min.js" 3 | } -------------------------------------------------------------------------------- /data/site_settings.yml: -------------------------------------------------------------------------------- 1 | production_url: "https://glennmccomb.com" -------------------------------------------------------------------------------- /data/social_links.yml: -------------------------------------------------------------------------------- 1 | social_links: 2 | - icon: '' 3 | identifier: twitter 4 | name: Twitter 5 | url: 'https://twitter.com/lenymo' 6 | - icon: '' 7 | identifier: instagram 8 | name: Instagram 9 | url: 'https://www.instagram.com/lenymo' 10 | - icon: '' 11 | identifier: github 12 | name: GitHub 13 | url: 'https://github.com/lenymo' 14 | - icon: '' 15 | identifier: linkedin 16 | name: LinkedIn 17 | url: 'https://www.linkedin.com/in/glennmccomb' 18 | - icon: '' 19 | identifier: dribbble 20 | name: Dribbble 21 | url: 'https://dribbble.com/lenymo' 22 | -------------------------------------------------------------------------------- /layouts/404.html: -------------------------------------------------------------------------------- 1 | {{ partial "header/head" . }} 2 | 3 | 4 | {{ partial "header/header" . }} 5 | 6 | 7 |
8 |
9 |

404

10 |

Page not found

11 |

Sorry, but we couldn't find the page you're looking for.

12 |

Please head back home.

13 |
14 |
15 | 16 | 17 | {{ partial "footer/footer" . }} 18 | 19 | {{ partial "footer/foot" . }} 20 | 21 | -------------------------------------------------------------------------------- /layouts/_default/single.html: -------------------------------------------------------------------------------- 1 | {{ partial "header/head" . }} 2 | 3 | 4 | 5 | {{ partial "header/header" . }} 6 | 7 | {{ partial "page-header" . }} 8 | 9 |
10 |
11 |
12 | 13 | {{ .Content }} 14 | 15 |
16 |
17 |
18 | 19 | {{ partial "footer/footer" . }} 20 | 21 | {{ partial "footer/foot" . }} 22 | 23 | -------------------------------------------------------------------------------- /layouts/_default/taxonomy.html: -------------------------------------------------------------------------------- 1 | {{ partial "header/head" . }} 2 | 3 | 4 | 5 | {{ partial "header/header" . }} 6 | 7 | {{ partial "page-header" . }} 8 | 9 | {{ partial "section-articles-summary" . }} 10 | 11 | {{ partial "footer/footer" . }} 12 | 13 | {{ partial "footer/foot" . }} 14 | 15 | -------------------------------------------------------------------------------- /layouts/about/list.html: -------------------------------------------------------------------------------- 1 | {{ partial "header/head" . }} 2 | 3 | 4 | 5 | {{ partial "header/header" . }} 6 | 7 | {{ partial "page-header" . }} 8 | 9 |
10 | 11 | {{ partial "footer/footer" . }} 12 | 13 | 14 | 15 | {{ partial "footer/foot" . }} 16 | 17 | -------------------------------------------------------------------------------- /layouts/articles/list.html: -------------------------------------------------------------------------------- 1 | {{ partial "header/head" . }} 2 | 3 | 4 | 5 | {{ partial "header/header" . }} 6 | 7 | {{ partial "page-header" . }} 8 | 9 | {{ partial "section-articles-summary" . }} 10 | 11 | {{ partial "footer/footer" . }} 12 | 13 | {{ partial "footer/foot" . }} 14 | 15 | -------------------------------------------------------------------------------- /layouts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{ partial "header/head" . }} 4 | 5 | 6 | 7 | {{ partial "header/header" . }} 8 | 9 | {{ partial "section-articles-summary" . }} 10 | 11 | {{ partial "footer/footer" . }} 12 | 13 | {{ partial "footer/foot" . }} 14 | 15 | 16 | -------------------------------------------------------------------------------- /layouts/partials/background-device.html: -------------------------------------------------------------------------------- 1 | 6 |
7 |
8 |
9 |
-------------------------------------------------------------------------------- /layouts/partials/photography-image.html: -------------------------------------------------------------------------------- 1 | 11 | 12 |
13 |
14 | 19 |
20 |
-------------------------------------------------------------------------------- /layouts/partials/section-photography-summary.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{ $paginator := .Paginate (where .Data.Pages "Type" "photography") 24 }} 4 | 5 | {{ range $paginator.Pages }} 6 | {{ partial "photography-summary" . }} 7 | {{ end }} 8 |
9 | 10 |
11 | {{ partial "pagination" . }} 12 |
13 | 14 |
-------------------------------------------------------------------------------- /layouts/partials/social-links.html: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /layouts/photography/list.html: -------------------------------------------------------------------------------- 1 | {{ partial "header/head" . }} 2 | 3 | 4 | 5 | {{ partial "header/header" . }} 6 | 7 | {{ partial "page-header" . }} 8 | 9 | {{ partial "section-photography-summary" . }} 10 | 11 | {{ partial "footer/footer" . }} 12 | 13 | {{ partial "footer/foot" . }} 14 | 15 | -------------------------------------------------------------------------------- /layouts/shortcodes/article-body-full-bleed.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | {{ if .Get "container" }}
{{ end }} 18 | {{ .Inner | markdownify }} 19 | {{ if .Get "container" }}
{{ end }} 20 |
21 | 22 |
23 |
24 |
25 |
-------------------------------------------------------------------------------- /layouts/shortcodes/col.html: -------------------------------------------------------------------------------- 1 | 12 |
13 | {{ .Inner | markdownify }}
-------------------------------------------------------------------------------- /layouts/shortcodes/lead.html: -------------------------------------------------------------------------------- 1 | 10 |

{{ .Inner | markdownify }}

-------------------------------------------------------------------------------- /layouts/shortcodes/row.html: -------------------------------------------------------------------------------- 1 | 10 |
11 | {{ .Inner | markdownify }}
-------------------------------------------------------------------------------- /layouts/shortcodes/section.html: -------------------------------------------------------------------------------- 1 | 11 |
12 | {{ if .Get "container" }}
{{ end }} 13 | {{ .Inner | markdownify }} 14 | {{ if .Get "container" }}
{{ end }} 15 |
-------------------------------------------------------------------------------- /layouts/shortcodes/youtube.html: -------------------------------------------------------------------------------- 1 | 11 | 12 |
13 | 14 |
-------------------------------------------------------------------------------- /layouts/work/single.html: -------------------------------------------------------------------------------- 1 | {{ partial "header/head" . }} 2 | 3 | 4 | 5 | {{ partial "header/header" . }} 6 | 7 | {{ partial "page-header" . }} 8 | 9 | 10 |
11 |
12 |
13 | {{ .Content }} 14 |
15 |
16 |
17 | 18 | 19 | {{ partial "footer/footer" . }} 20 | 21 | {{ partial "footer/foot" . }} 22 | 23 | -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- 1 | [build] 2 | command = "hugo" 3 | functions = "netlify/functions" 4 | # publish = "static" 5 | 6 | [functions] 7 | node_bundler = "esbuild" -------------------------------------------------------------------------------- /resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/a-walk-in-the-park/a-walk-in-the-park_hua1935ef3d7375e510804afa183ade230_2304067_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/bourke-street-sunrise/bourke-street-sunrise_hud14b7bd26db7a11b3d3192e3966b2556_607275_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/brunswick-wall-flowers/brunswick-wall-flowers_hu9155a5ddf5ab7095185cf06a4fe0b4b5_2556722_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/carlton-gardens-sunset/carlton-gardens-sunset_hue6ea5bf314156cfe30b38c7784602c52_2456536_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/clifton-hills-mcdonalds/clifton-hill-mcdonalds_hu2cdc731666b847d648a19246b2f213aa_1233271_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/emporium-levels/emporium-levels_hua0d751cac375ee2a0250dc944ea054c6_1683998_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/fleming-park-sunset/fleming-park-sunset_huf1d57c63da52183b45d76412582d53b9_2135056_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/giant-egg/giant-egg_hu4063717d78ad349e351f5b51772163d0_1381538_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-brunswick-east/looking-up-brunswick-east_hue20b6262ad9f3d11a5e7dc38a18a8ed8_171125_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/looking-up-regram/looking-up-regram_hue8bd08775e79022448f0c3c9d0cc3edd_1248113_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/merri-creek-trail/merri-creek-trail_hu23c2d82435d30eb6d3260b70f93cf3cd_1469496_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/methven-park-sunrise/methven-park-sunrise_hu5ba12bdee034dba8669e5fc78721877a_2912869_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/new-york-minute/new-york-minute_huefaf67732f8a25c76766c8f7495d5907_433672_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/otto-wurth/otto-wurth_hu9c3633a93768dd79690d08be28435831_1957585_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/out-and-about-on-the-pushy/out-and-about-on-the-pushy_huba2ef49974f5e186e42562f0bbb514c8_2294160_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/parliament-underground/parliament-underground_hu878a533345e5e786c3a97798d9ff7582_348917_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/qv-walkway/qv-walkway_huf438f519b8dea482755bb9605f105a2f_533396_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/royal-arcade/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/royal-arcade_hub527991b3da96f74380a572a7ac04708_2044692_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/smokey-gertrude/smokey-gertrude_hu08cf268ef71b7c3fe51273390c9ad329_1833579_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/standing-room-only/standing-room-only_huca5af382456945df09d2ce597d0811a1_1281292_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-flinders-street-underground/the-flinder-street-underground_hu8f341abc07c4b7bf91de528f1abd8063_416071_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x1600_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x1600_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x400_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x400_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x512_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_0x512_resize_q80_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/the-tip-top-building/the-tip-top-building_hudf2b3170ad88b235977d138c3b5d2847_338334_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_1200x630_fill_q100_box_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_1200x630_fill_q100_box_smart1.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_1600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_1600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_400x0_resize_q1_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_400x0_resize_q1_box.jpg -------------------------------------------------------------------------------- /resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_512x0_resize_q80_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/resources/_gen/images/photography/under-the-clocks/under-the-clocks_hub7558597e0a3dc4da511381e18dbef2f_1828470_512x0_resize_q80_box.jpg -------------------------------------------------------------------------------- /src/img/favicon/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/favicon/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /src/img/favicon/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/favicon/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /src/img/favicon/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/favicon/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /src/img/favicon/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/favicon/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /src/img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /src/img/favicon/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/favicon/mstile-144x144.png -------------------------------------------------------------------------------- /src/img/photo-glenn-mccomb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/photo-glenn-mccomb.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-espn-chrome-extension-box-score-advanced-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-espn-chrome-extension-box-score-advanced-stats.png -------------------------------------------------------------------------------- /src/img/uploads/article-espn-chrome-extension-box-score-layout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-espn-chrome-extension-box-score-layout.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-espn-chrome-extension-box-score-stats-play-sequence.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-espn-chrome-extension-box-score-stats-play-sequence.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-espn-chrome-extension-box-score-stats-team-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-espn-chrome-extension-box-score-stats-team-stats.png -------------------------------------------------------------------------------- /src/img/uploads/article-espn-chrome-extension-espn-boxscores-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-espn-chrome-extension-espn-boxscores-before.png -------------------------------------------------------------------------------- /src/img/uploads/article-espn-chrome-extension-play-by-play-stats-play-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-espn-chrome-extension-play-by-play-stats-play-sequence.png -------------------------------------------------------------------------------- /src/img/uploads/article-hugo-pagination-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-hugo-pagination-default.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-menu-ui-servers-old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-menu-ui-servers-old.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-menu-ui-servers-server-old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-menu-ui-servers-server-old.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-menu-ui-servers-server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-menu-ui-servers-server.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-menu-ui-servers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-menu-ui-servers.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-corn-pumpkins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-corn-pumpkins.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-fish-trap-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-fish-trap-lqip.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-fish-trap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-fish-trap.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-hidden-chest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-hidden-chest.gif -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-lighthouse-recycler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-lighthouse-recycler.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-mining-cart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-mining-cart.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-mushrooms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-mushrooms.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-red-barrel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-red-barrel.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-rust-survival-tips-sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-rust-survival-tips-sunset.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-sass-animations-espn-chrome-extension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-sass-animations-espn-chrome-extension.gif -------------------------------------------------------------------------------- /src/img/uploads/article-sass-media-query-mixins-sublime-snippets.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-sass-media-query-mixins-sublime-snippets.gif -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-back-of-neck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-back-of-neck.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-back.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-body.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-controls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-controls.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-overhead-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-overhead-2.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-overhead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-overhead.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-strings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-strings.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-schecter-c7-apocalypse-up-neck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-schecter-c7-apocalypse-up-neck.jpg -------------------------------------------------------------------------------- /src/img/uploads/article-super-massive-import-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/article-super-massive-import-screenshot.png -------------------------------------------------------------------------------- /src/img/uploads/contact-hero-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/contact-hero-bg.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-about.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-article-hugo-pagination.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-article-hugo-pagination.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-article-rust-survival-tips.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-article-rust-survival-tips.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-article-sass-animations.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-article-sass-animations.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-article-schecter-c7-apocalypse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-article-schecter-c7-apocalypse.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-article-super-massive-spiral.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-article-super-massive-spiral.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-article-svg-spinner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-article-svg-spinner.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-category-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-category-design.png -------------------------------------------------------------------------------- /src/img/uploads/featured-image-category-development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-category-development.png -------------------------------------------------------------------------------- /src/img/uploads/featured-image-category-gaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-category-gaming.png -------------------------------------------------------------------------------- /src/img/uploads/featured-image-category-nba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-category-nba.png -------------------------------------------------------------------------------- /src/img/uploads/featured-image-espn-nba-boxscore-extension.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-espn-nba-boxscore-extension.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-photography.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-photography.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-rust-menu-ui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-rust-menu-ui.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-sass-media-query-mixins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-sass-media-query-mixins.jpg -------------------------------------------------------------------------------- /src/img/uploads/featured-image-work-nowapps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/featured-image-work-nowapps.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-about-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-about-mockup.png -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-architecture-sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-architecture-sketch.png -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-architecture-time-lapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-architecture-time-lapse.gif -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-brand-colours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-brand-colours.png -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-brand-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-brand-logo.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-brand-museo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-brand-museo.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-brand-proxima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-brand-proxima.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-hero-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-hero-image.png -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-intro-stickman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-intro-stickman.png -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-logo-fitbugg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-logo-fitbugg.png -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-logo-sketch-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-logo-sketch-1.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-logo-sketch-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-logo-sketch-2.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-logo-sketch-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-logo-sketch-3.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-mockups-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-mockups-1.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-mockups-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-mockups-2.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-mockups-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-mockups-3.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-tile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-tile.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-tile.png -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-wireframes-booklet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-wireframes-booklet.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-fitbugg-wireframes-wireframes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-fitbugg-wireframes-wireframes.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-now-app-cards-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-now-app-cards-bg.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-backstory-webapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-backstory-webapp.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-icon-afl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-icon-afl.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-icon-ale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-icon-ale.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-icon-nrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-icon-nrl.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-icon-sru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-icon-sru.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-player-afl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-player-afl.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-player-ale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-player-ale.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-player-nrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-player-nrl.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-branding-player-sru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-branding-player-sru.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-cards-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-cards-news.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-cards-scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-cards-scores.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-cards-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-cards-twitter.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-intro-iphone-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-intro-iphone-middle.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sections-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sections-news.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sections-scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sections-scores.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sections-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sections-settings.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sections-standings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sections-standings.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sections-tipping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sections-tipping.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sections-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sections-twitter.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sketching-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sketching-news.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sketching-scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sketching-scores.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sketching-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sketching-stats.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sketching-worm-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sketching-worm-mockup.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-sketching-worm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-sketching-worm.png -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-swiping-final.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-swiping-final.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-swiping-gesture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-swiping-gesture.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-swiping-no-affordance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-swiping-no-affordance.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-swiping-old-app.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-swiping-old-app.jpg -------------------------------------------------------------------------------- /src/img/uploads/work-nowapp-swiping-slim-titles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/img/uploads/work-nowapp-swiping-slim-titles.jpg -------------------------------------------------------------------------------- /src/react/lastfm/App.jsx: -------------------------------------------------------------------------------- 1 | // 2 | // APP 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | import React from "react"; 6 | 7 | import { LastFM } from "./components/LastFM"; 8 | 9 | export const App = () => { 10 | return ( 11 |
12 | 13 |
14 | ); 15 | }; 16 | -------------------------------------------------------------------------------- /src/react/lastfm/index.jsx: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import { createRoot } from "react-dom/client"; 3 | 4 | import { App } from "./App"; 5 | 6 | const container = document.getElementById("react-root"); 7 | const root = createRoot(container); 8 | root.render(); 9 | -------------------------------------------------------------------------------- /src/scss/about.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // ABOUT 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // About page partial. 11 | @import 'pages/about'; 12 | -------------------------------------------------------------------------------- /src/scss/abstracts/README.md: -------------------------------------------------------------------------------- 1 | # Abstracts 2 | 3 | The `abstracts/` folder gathers all Sass tools and helpers used across the project. Every global variable, function, mixin and placeholder should be put in here. 4 | 5 | The rule of thumb for this folder is that it should not output a single line of CSS when compiled on its own. These are nothing but Sass helpers. 6 | 7 | Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Abstracts folder](http://sass-guidelin.es/#abstracts-folder) 8 | -------------------------------------------------------------------------------- /src/scss/abstracts/_functions.scss: -------------------------------------------------------------------------------- 1 | // 2 | // FUNCTIONS 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | // Pixels to REM 6 | // Usage: font-size: rem(37px); 7 | @function rem($px, $base: $base-font-size) { 8 | @return calc($px / $base) * 1rem; 9 | } 10 | -------------------------------------------------------------------------------- /src/scss/abstracts/_mixins.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // MIXINS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Style the placeholder of text inputs. 8 | // Usage @include placeholder{color:$white;} 9 | @mixin placeholder { 10 | &::-webkit-input-placeholder { 11 | @content; 12 | } 13 | 14 | &:-moz-placeholder { 15 | @content; 16 | } 17 | 18 | &::-moz-placeholder { 19 | @content; 20 | } 21 | 22 | &:-ms-input-placeholder { 23 | @content; 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /src/scss/abstracts/_z-index.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // Z-INDEX 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | $z-index-site-nav-mobile: 200; 8 | $z-index-site-header-logo-mobile: 210; 9 | 10 | $z-index-site-header: 100; 11 | $z-index-site-header-logo: 110; 12 | $z-index-site-header-logo-svg: 115; 13 | $z-index-site-header-logo-shadow: 111; 14 | 15 | 16 | // Background device. 17 | $z-index-page-header-container: 1; 18 | $z-index-background-device: 2; 19 | $z-index-article-date: 3; 20 | $z-index-page-header-icon: 3; 21 | 22 | // Single photography 23 | $z-index-single-photography-post-nav: 1; 24 | $z-index-single-photography-background-device: 4; 25 | $z-index-single-photography-meta: 5; -------------------------------------------------------------------------------- /src/scss/article-animated-svg-spinner.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // ANIMATED SVG SPINER 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // Article partial. 11 | @import 'articles/animated-svg-spinner'; 12 | -------------------------------------------------------------------------------- /src/scss/article-rust-menu-ui.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // RUST MENU UI 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // Article partial. 11 | @import 'articles/rust-menu-ui'; 12 | -------------------------------------------------------------------------------- /src/scss/article-rust-survival-tips.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // RUST SURVIVAL TIPS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // Article partial. 11 | @import 'articles/rust-survival-tips'; 12 | -------------------------------------------------------------------------------- /src/scss/article-schecter-c7-apocalypse.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SCHECTER C-7 APOCALYPSE 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // Article partial. 11 | @import 'articles/schecter-c7-apocalypse'; 12 | -------------------------------------------------------------------------------- /src/scss/articles/_rust-menu-ui.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // RUST MENU UI 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | .rust-menu-ui { 8 | .article-body__full-bleed { 9 | background-color: #2b2925; 10 | text-align: center; 11 | 12 | img { 13 | margin-bottom: 0; 14 | max-width: 1400px; 15 | vertical-align: top; 16 | } 17 | 18 | .img-shortcode { 19 | margin-bottom: 0; 20 | margin-left: auto; 21 | margin-right: auto; 22 | max-width: 1400px; 23 | vertical-align: top; 24 | 25 | img { 26 | margin-bottom: 0; 27 | vertical-align: top; 28 | } 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /src/scss/articles/_rust-survival-tips.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // RUST SURVIVAL TIPS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | $color-rust-red: #ce4837; 8 | $color-rust-dark-gray: #232323; 9 | 10 | 11 | // 12 | // PAGE HEADER 13 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 14 | 15 | .rust-survival-tips { 16 | .article-header__date, 17 | .article-date__year, 18 | .article-date__dot-device { 19 | background-color: $color-rust-red; 20 | box-shadow: 0 0 0 7px rgba($color-rust-red, .3); 21 | color: $color-rust-dark-gray; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/scss/articles/_schecter-c7-apocalypse.scss: -------------------------------------------------------------------------------- 1 | // 2 | // SCHECTER C-7 APOCALYPSE 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | .article-body__full-bleed { 6 | background-color: $color-gray-2; 7 | margin-bottom: -1px; 8 | padding-bottom: $gutter * 2; 9 | } 10 | -------------------------------------------------------------------------------- /src/scss/base/README.md: -------------------------------------------------------------------------------- 1 | # Base 2 | 3 | The `base/` folder holds what we might call the boilerplate code for the project. In there, you might find some typographic rules, and probably a stylesheet (that I’m used to calling `_base.scss`), defining some standard styles for commonly used HTML elements. 4 | 5 | Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Base folder](http://sass-guidelin.es/#base-folder) 6 | -------------------------------------------------------------------------------- /src/scss/base/_base.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // BASE 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // This file contains very basic styles. 8 | 9 | 10 | // Set up a decent box model on the root element 11 | html { 12 | box-sizing: border-box; 13 | } 14 | 15 | 16 | // 17 | // Make all elements from the DOM inherit from the parent box-sizing 18 | // Since `*` has a specificity of 0, it does not override the `html` value 19 | // making all elements inheriting from the root box-sizing value 20 | // See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ 21 | 22 | *, 23 | *::before, 24 | *::after { 25 | box-sizing: inherit; 26 | } 27 | -------------------------------------------------------------------------------- /src/scss/base/_dark-bg.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // DARK BG 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | 8 | // 9 | // STYLES 10 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 11 | 12 | .-has-dark-bg { 13 | p { 14 | color: $base-font-color-dark; 15 | } 16 | 17 | h1, 18 | h2, 19 | h3, 20 | h4, 21 | h5, 22 | h6 { 23 | color: $heading-font-color-dark; 24 | } 25 | 26 | ul, 27 | ol { 28 | color: $base-font-color-dark; 29 | } 30 | 31 | a { 32 | color: $link-font-color-dark; 33 | } 34 | } 35 | 36 | // Hover. 37 | @include respond-above(sm) { 38 | .-has-dark-bg { 39 | a { 40 | &:hover, 41 | &:active, 42 | &:focus { 43 | color: $link-font-color-hover-dark; 44 | } 45 | } 46 | } 47 | } 48 | 49 | -------------------------------------------------------------------------------- /src/scss/base/_dark-bg.vars.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // DARK BG VARS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | $base-font-color-dark: rgba($white, .75); 8 | 9 | $link-font-color-dark: rgba($white, .9); 10 | $link-font-color-hover-dark: rgba($white, 1); 11 | 12 | $heading-font-color-dark: $white; 13 | -------------------------------------------------------------------------------- /src/scss/base/_fonts.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // FONTS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // This file contains all @font-face declarations, if any. 8 | 9 | -------------------------------------------------------------------------------- /src/scss/categories.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // CATEGORIES 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // Individual categories. 11 | @import 'pages/category-design'; 12 | @import 'pages/category-development'; 13 | @import 'pages/category-gaming'; 14 | @import 'pages/category-nba'; 15 | -------------------------------------------------------------------------------- /src/scss/components/README.md: -------------------------------------------------------------------------------- 1 | # Components 2 | 3 | For small components, there is the `components/` folder. While `layout/` is macro (defining the global wireframe), `components/` is more focused on widgets. It contains all kind of specific modules like a slider, a loader, a widget, and basically anything along those lines. There are usually a lot of files in components/ since the whole site/application should be mostly composed of tiny modules. 4 | 5 | Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Components folder](http://sass-guidelin.es/#components-folder) 6 | -------------------------------------------------------------------------------- /src/scss/components/_article-summary-parallax-hover.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // ARTICLE SUMMARY PARALLAX HOVER 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | @include respond-above(md) { 8 | // .article-summary { 9 | // box-shadow: 0 0 50px rgba($black, 0); 10 | // overflow: hidden; 11 | 12 | 13 | // &.-is-being-hovered { 14 | // box-shadow: 0 10px 50px rgba($black, .05); 15 | // } 16 | // } 17 | 18 | // .article-summary__content-wrapper { 19 | // background-color: $white; 20 | // position: relative; 21 | // z-index: 1; 22 | // } 23 | 24 | // .article-summary__link { 25 | // background: transparent; 26 | // } 27 | 28 | // .article-summary__featured-image { 29 | // transition: all .1s ease; 30 | // -moz-transition: none; 31 | // transform-origin: 50% 80%; 32 | // } 33 | } 34 | -------------------------------------------------------------------------------- /src/scss/components/_buttons.vars.scss: -------------------------------------------------------------------------------- 1 | // 2 | // BUTTONS VARS 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | @use "sass:color"; 6 | 7 | // Primary color. 8 | $button-bg: $color-primary; 9 | $button-bg-hover: color.adjust($color-primary, $lightness: 5%); 10 | 11 | // Secondary background color. 12 | $button-bg-secondary: $color-secondary; 13 | $button-bg-secondary-hover: color.adjust($color-secondary, $lightness: 5%); 14 | 15 | $button-font-color: $white; 16 | $button-font-color-hover: $white; 17 | 18 | $button-border-radius: 3px; 19 | $button-padding: 14px 20px; 20 | 21 | // Large. 22 | $button-border-radius-lg: 5px; 23 | $button-padding-lg: 18px 30px; 24 | -------------------------------------------------------------------------------- /src/scss/components/_figure.scss: -------------------------------------------------------------------------------- 1 | // 2 | // FIGURE 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | figure { 6 | margin-bottom: $base-margin-bottom-xs; 7 | 8 | img { 9 | margin-bottom: calc($gutter / 4); 10 | vertical-align: top; 11 | } 12 | 13 | figcaption { 14 | display: inline-block; 15 | width: 100%; 16 | } 17 | 18 | p { 19 | color: $small-font-color; 20 | font-size: $small-font-size; 21 | line-height: 1.4; 22 | margin-bottom: 0; 23 | } 24 | } 25 | 26 | @include respond-above(xs) { 27 | figure { 28 | margin-bottom: $base-margin-bottom; 29 | 30 | img { 31 | margin-bottom: calc($gutter / 4); 32 | } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /src/scss/components/_highlight.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // HIGHLIGHT 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | .highlight { 8 | pre { 9 | background-color: $color-primary-darker !important; 10 | font-size: rem(16px); 11 | overflow-x: auto; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/scss/components/_iframe.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // IFRAME 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | iframe.codepen { 8 | margin-bottom: $base-margin-bottom-xs; 9 | } 10 | 11 | @include respond-above(sm) { 12 | iframe.codepen { 13 | margin-bottom: $base-margin-bottom; 14 | } 15 | } 16 | 17 | .iframe-wrapper { 18 | height: 0; 19 | margin-bottom: $base-margin-bottom-xs; 20 | overflow: hidden; 21 | padding-bottom: 56.25%; 22 | padding-top: 30px; 23 | position: relative; 24 | 25 | iframe { 26 | height: 100%; 27 | left: 0; 28 | position: absolute; 29 | top: 0; 30 | width: 100%; 31 | } 32 | } 33 | 34 | @include respond-above(sm) { 35 | .iframe-wrapper { 36 | margin-bottom: $base-margin-bottom; 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /src/scss/components/_nav.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // NAV 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | nav { 8 | ul { 9 | list-style-type: none; 10 | margin: 0; 11 | padding: 0; 12 | 13 | a { 14 | &:hover, 15 | &:active, 16 | &:focus { 17 | text-decoration: none; 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /src/scss/components/_page-header-icon.vars.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // PAGE HEADER ICON VARS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | $page-header-icon-size-xs: 50px; 8 | $page-header-icon-size-sm: 70px; 9 | $page-header-icon-size-md: 70px; 10 | $page-header-icon-size-lg: 70px; 11 | $page-header-icon-size-xl: 80px; 12 | 13 | $page-header-icon-top-xs: $gutter * 5.75; 14 | $page-header-icon-top-sm: $gutter * 7.25; 15 | $page-header-icon-top-md: $gutter * 8.75; 16 | $page-header-icon-top-lg: $gutter * 10; 17 | $page-header-icon-top-xl: $gutter * 12.5; 18 | 19 | $page-header-icon-background-color: $color-gray-2; 20 | 21 | $page-header-icon-border-width: 5px; 22 | $page-header-icon-border-color: rgba($white, .075); 23 | -------------------------------------------------------------------------------- /src/scss/components/_photography-image.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // PHOTOGRAPHY IMAGE 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Most of the CSS for this is partial is inherited from _lqip.scss. 8 | -------------------------------------------------------------------------------- /src/scss/components/_social-links.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SOCIAL LINKS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | .social-links__item { 8 | display: inline-block; 9 | } 10 | 11 | .social-links__link { 12 | color: rgba($white, .5); 13 | display: block; 14 | padding: ($gutter * .5); 15 | 16 | &:hover, 17 | &:focus, 18 | &:active { 19 | text-decoration: none; 20 | } 21 | } 22 | 23 | @include respond-above(sm) { 24 | .social-links__link { 25 | &:hover, 26 | &:focus, 27 | &:active { 28 | color: rgba($white, .75); 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /src/scss/components/_tweet-widget.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // TWEET WIDGET 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | .twitter-tweet { 8 | margin-bottom: $base-margin-bottom !important; 9 | margin-left: auto; 10 | margin-right: auto; 11 | } 12 | -------------------------------------------------------------------------------- /src/scss/components/_video.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // VIDEO 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | video { 8 | max-width: 100%; 9 | } 10 | -------------------------------------------------------------------------------- /src/scss/contact.scss: -------------------------------------------------------------------------------- 1 | // 2 | // CONTACT 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | // Variables. 6 | @import "abstracts/variables"; 7 | 8 | // Components. 9 | @import "components/forms"; 10 | 11 | // Contact page partial. 12 | @import "pages/contact"; 13 | -------------------------------------------------------------------------------- /src/scss/critical.scss: -------------------------------------------------------------------------------- 1 | // 2 | // CRITICAL 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | @use "base/critical"; 6 | -------------------------------------------------------------------------------- /src/scss/layout/README.md: -------------------------------------------------------------------------------- 1 | # Layout 2 | 3 | The `layout/` folder contains everything that takes part in laying out the site or application. This folder could have stylesheets for the main parts of the site (header, footer, navigation, sidebar…), the grid system or even CSS styles for all the forms. 4 | 5 | Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Layout folder](http://sass-guidelin.es/#layout-folder) 6 | -------------------------------------------------------------------------------- /src/scss/layout/_footer.vars.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // FOOTER VARS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | $site-footer-font-color: rgba($white, .75); 8 | $site-footer-bg-color: $color-primary; 9 | 10 | $site-footer-bottom-bg-color: $color-primary-darker; 11 | -------------------------------------------------------------------------------- /src/scss/layout/_header.vars.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // HEADER VARS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | 8 | // 9 | // LAYOUT 10 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 11 | 12 | $site-header-padding: 0; 13 | 14 | 15 | // 16 | // COLOR 17 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 18 | 19 | $site-header-bg-color: $color-primary; 20 | -------------------------------------------------------------------------------- /src/scss/layout/_section.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SECTION 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | 8 | // 9 | // STYLES 10 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 11 | 12 | .section { 13 | padding: $section-padding-xs; 14 | } 15 | 16 | @include respond-above(xs) { 17 | .section { 18 | padding: $section-padding-sm; 19 | } 20 | } 21 | 22 | @include respond-above(sm) { 23 | .section { 24 | padding: $section-padding-md; 25 | } 26 | } 27 | 28 | @include respond-above(md) { 29 | .section { 30 | padding: $section-padding-lg; 31 | } 32 | } 33 | 34 | 35 | .section__title { 36 | &.-has-sub-title { 37 | margin-bottom: $gutter * .5; 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /src/scss/layout/_section.vars.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SECTION VARS 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | $section-padding-xs-top-bottom: $gutter * 2; 8 | $section-padding-xs: $section-padding-xs-top-bottom 0; 9 | 10 | $section-padding-sm-top-bottom: $gutter * 3; 11 | $section-padding-sm: $section-padding-sm-top-bottom 0; 12 | 13 | $section-padding-md-top-bottom: $gutter * 4; 14 | $section-padding-md: $section-padding-md-top-bottom 0; 15 | 16 | $section-padding-lg-top-bottom: $gutter * 4; 17 | $section-padding-lg: $section-padding-lg-top-bottom 0; 18 | -------------------------------------------------------------------------------- /src/scss/layout/_site-nav-mobile-toggle.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SITE NAV TOGGLE 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | .site-nav__nav-toggle { 8 | color: $white; 9 | display: block; 10 | font-size: rem(14px); 11 | font-weight: bold; 12 | letter-spacing: .1rem; 13 | padding: 17px $gutter; 14 | position: absolute; 15 | right: 0; 16 | text-transform: uppercase; 17 | top: 0; 18 | } 19 | 20 | @include respond-above(sm) { 21 | .site-nav__nav-toggle { 22 | display: none; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /src/scss/layout/_site-nav-mobile.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SITE NAV MOBILE 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | @include respond-below(sm) { 8 | .site-header__container { 9 | position: static; 10 | } 11 | 12 | .site-nav { 13 | background-color: $color-primary-darker; 14 | height: 0; 15 | left: 0; 16 | overflow: hidden; 17 | padding: 0; 18 | position: absolute; 19 | text-align: center; 20 | top: $site-header-height-sm; 21 | transition: all .2s ease; 22 | width: 100%; 23 | z-index: $z-index-site-nav-mobile; 24 | } 25 | 26 | .site-nav-is-open { 27 | .site-nav { 28 | height: 100vh; 29 | padding: ($gutter * 2) $gutter; 30 | } 31 | } 32 | 33 | .site-nav__link { 34 | font-size: rem(21px); 35 | padding: ($gutter * .5) $gutter; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /src/scss/pages/README.md: -------------------------------------------------------------------------------- 1 | # Pages 2 | 3 | If you have page-specific styles, it is better to put them in a `pages/` folder, in a file named after the page. For instance, it’s not uncommon to have very specific styles for the home page hence the need for a `_home.scss` file in `pages/`. 4 | 5 | *Note — Depending on your deployment process, these files could be called on their own to avoid merging them with the others in the resulting stylesheet. It is really up to you.* 6 | 7 | Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Pages folder](http://sass-guidelin.es/#pages-folder) 8 | -------------------------------------------------------------------------------- /src/scss/pages/_home.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // HOME 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | 8 | // 9 | // ARTICLE SUMMARY 10 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 11 | 12 | // .page-home { 13 | // .section__articles-summary { 14 | // padding-top: $site-header-height-sm; 15 | // } 16 | // } 17 | 18 | // @include respond-above(sm) { 19 | // .page-home { 20 | // .section__articles-summary { 21 | // padding-top: $site-header-height-md; 22 | // } 23 | // } 24 | // } 25 | 26 | // @include respond-above(md) { 27 | // .page-home { 28 | // .section__articles-summary { 29 | // padding-top: $site-header-height-lg; 30 | // } 31 | // } 32 | // } 33 | -------------------------------------------------------------------------------- /src/scss/pages/_photography.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // PHOTOGRAPHY 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | $photography-grid-padding: $gutter; 8 | 9 | .section__photography-summary { 10 | background-color: $color-gray-1; 11 | border-top: 1px solid rgba($black, 0.25); 12 | padding-bottom: $photography-grid-padding; 13 | padding-top: $photography-grid-padding; 14 | } 15 | 16 | @include respond-above(lg) { 17 | .section__photography-summary { 18 | padding: ($gutter * 2) ($gutter * 1.5); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /src/scss/pages/_single-work.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SINGLE WORK 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | .single-work { 8 | .work-body__content { 9 | > p { 10 | &:nth-child(1) { 11 | margin-bottom: 0; 12 | } 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/scss/photography.scss: -------------------------------------------------------------------------------- 1 | // 2 | // PHOTOGRAPHY 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | // Variables. 6 | @import "abstracts/variables"; 7 | 8 | // Photography page partial. 9 | @import "pages/photography"; 10 | @import "components/photography-summary"; 11 | -------------------------------------------------------------------------------- /src/scss/shortcodes/_col.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // COL 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // .col__shortcode { 8 | // img { 9 | // margin-bottom: $base-margin-bottom-xs; 10 | // } 11 | // } 12 | -------------------------------------------------------------------------------- /src/scss/shortcodes/_img.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // IMG SHORTCODE 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | .text-center { 8 | .img-shortcode { 9 | display: inline-block; 10 | vertical-align: top; 11 | } 12 | } 13 | 14 | 15 | // 16 | // IMAGE WRAPPER 17 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 18 | 19 | .img-shortcode__img-wrapper { 20 | margin-bottom: $gutter * .25; 21 | } 22 | 23 | 24 | // 25 | // SQIP 26 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 27 | 28 | // .img-shortcode__img-sqip { 29 | // margin-bottom: 5px; 30 | // overflow: hidden; 31 | // transition: all 1s ease; 32 | 33 | // svg { 34 | // vertical-align: top; 35 | // } 36 | // } 37 | 38 | // .img-shortcode { 39 | // &.-image-has-loaded { 40 | // .img-shortcode__img-sqip { 41 | // opacity: 0; 42 | // } 43 | // } 44 | // } -------------------------------------------------------------------------------- /src/scss/shortcodes/_work-body-full-bleed.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // WORK BODY FULL BLEED 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | 8 | // 9 | // PADDING 10 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 11 | 12 | .work-body__full-bleed { 13 | &.-has-padding { 14 | padding-bottom: $gutter * 2; 15 | padding-top: $gutter * 2; 16 | } 17 | } 18 | 19 | @include respond-above(sm) { 20 | .work-body__full-bleed { 21 | &.-has-padding { 22 | padding-bottom: $gutter * 3; 23 | padding-top: $gutter * 3; 24 | } 25 | } 26 | } 27 | 28 | 29 | // 30 | // DARK BG 31 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 32 | 33 | .work-body__full-bleed { 34 | &.-has-dark-bg { 35 | background: $color-primary; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /src/scss/single-article.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SINGLE ARTICLE 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // Components. 11 | @import 'components/section-related-articles'; 12 | @import 'components/table-of-contents'; 13 | 14 | // Shortcodes. 15 | @import 'shortcodes/article-body-full-bleed'; 16 | 17 | // Pages. 18 | @import 'pages/single-article'; 19 | -------------------------------------------------------------------------------- /src/scss/single-photography.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // SINGLE PHOTOGRAPHY 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | // Components 11 | @import 'components/photography-image'; 12 | 13 | // Pages. 14 | @import 'pages/single-photography'; 15 | 16 | -------------------------------------------------------------------------------- /src/scss/themes/README.md: -------------------------------------------------------------------------------- 1 | # Theme 2 | 3 | On large sites and applications, it is not unusual to have different themes. There are certainly different ways of dealing with themes but I personally like having them all in a `themes/` folder. 4 | 5 | *Note — This is very project-specific and is likely to be non-existent on many projects.* 6 | 7 | Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Themes folder](http://sass-guidelin.es/#themes-folder) 8 | -------------------------------------------------------------------------------- /src/scss/themes/_default.scss: -------------------------------------------------------------------------------- 1 | // ----------------------------------------------------------------------------- 2 | // When having several themes, this file contains everything related to the 3 | // default one. 4 | // ----------------------------------------------------------------------------- 5 | -------------------------------------------------------------------------------- /src/scss/work-fitbugg.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // FITBUGG 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | @import 'work/fitbugg'; 11 | -------------------------------------------------------------------------------- /src/scss/work-now-apps.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | // 4 | // FITBUGG 5 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 6 | 7 | // Variables. 8 | @import 'abstracts/variables'; 9 | 10 | @import 'work/now-apps'; 11 | -------------------------------------------------------------------------------- /src/scss/work.scss: -------------------------------------------------------------------------------- 1 | // 2 | // WORK 3 | //–––––––––––––––––––––––––––––––––––––––––––––––––– 4 | 5 | // Variables. 6 | @import "abstracts/variables"; 7 | 8 | // Components. 9 | @import "components/work-summary"; 10 | 11 | // Shortcodes. 12 | @import "shortcodes/work-body-full-bleed"; 13 | 14 | // Pages. 15 | @import "pages/work"; 16 | @import "pages/single-work"; 17 | -------------------------------------------------------------------------------- /src/video/nowapp.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/video/nowapp.mp4 -------------------------------------------------------------------------------- /src/video/nowapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/video/nowapp.png -------------------------------------------------------------------------------- /src/video/nowapp.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/src/video/nowapp.webm -------------------------------------------------------------------------------- /static/_redirects: -------------------------------------------------------------------------------- 1 | /articles/rust-survival-tips-for-beginners /articles/rust-survival-tips-for-newbies -------------------------------------------------------------------------------- /static/css/article-rust-menu-ui.5254ae20.css: -------------------------------------------------------------------------------- 1 | .rust-menu-ui .article-body__full-bleed{background-color:#2b2925;text-align:center}.rust-menu-ui .article-body__full-bleed img{margin-bottom:0;max-width:1400px;vertical-align:top}.rust-menu-ui .article-body__full-bleed .img-shortcode{margin-bottom:0;margin-left:auto;margin-right:auto;max-width:1400px;vertical-align:top}.rust-menu-ui .article-body__full-bleed .img-shortcode img{margin-bottom:0;vertical-align:top} -------------------------------------------------------------------------------- /static/css/article-rust-survival-tips.eef99161.css: -------------------------------------------------------------------------------- 1 | .rust-survival-tips .article-header__date,.rust-survival-tips .article-date__year,.rust-survival-tips .article-date__dot-device{background-color:#ce4837;-webkit-box-shadow:0 0 0 7px rgba(206,72,55,.3);-moz-box-shadow:0 0 0 7px rgba(206,72,55,.3);box-shadow:0 0 0 7px rgba(206,72,55,.3);color:#232323} -------------------------------------------------------------------------------- /static/css/article-schecter-c7-apocalypse.82ed2a5a.css: -------------------------------------------------------------------------------- 1 | .article-body__full-bleed{background-color:rgb(34.9,44.5,54.25);margin-bottom:-1px;padding-bottom:40px} -------------------------------------------------------------------------------- /static/css/critical.b83908f7.css: -------------------------------------------------------------------------------- 1 | .site-nav__child-list{display:none}.site-nav__nav-toggle{display:none}.page-header__icon-wrapper svg{max-width:100px}.article-summary__categories{display:none;list-style-type:none}.article-date{display:none}.article-header__categories{display:none}.table-of-contents{display:none} -------------------------------------------------------------------------------- /static/img/favicon/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/favicon/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /static/img/favicon/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/favicon/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /static/img/favicon/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/favicon/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /static/img/favicon/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/favicon/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /static/img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /static/img/favicon/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/favicon/mstile-144x144.png -------------------------------------------------------------------------------- /static/img/photo-glenn-mccomb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/photo-glenn-mccomb.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-advanced-stats-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-advanced-stats-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-advanced-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-advanced-stats.png -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-layout-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-layout-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-layout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-layout.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-stats-play-sequence-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-stats-play-sequence-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-stats-play-sequence.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-stats-play-sequence.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-stats-team-stats-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-stats-team-stats-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-box-score-stats-team-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-box-score-stats-team-stats.png -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-espn-boxscores-before-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-espn-boxscores-before-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-espn-boxscores-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-espn-boxscores-before.png -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-play-by-play-stats-play-sequence-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-play-by-play-stats-play-sequence-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-espn-chrome-extension-play-by-play-stats-play-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-espn-chrome-extension-play-by-play-stats-play-sequence.png -------------------------------------------------------------------------------- /static/img/uploads/article-hugo-pagination-default-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-hugo-pagination-default-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-hugo-pagination-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-hugo-pagination-default.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers-old-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers-old-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers-old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers-old.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers-server-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers-server-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers-server-old-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers-server-old-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers-server-old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers-server-old.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers-server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers-server.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-menu-ui-servers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-menu-ui-servers.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-corn-pumpkins-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-corn-pumpkins-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-corn-pumpkins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-corn-pumpkins.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-fish-trap-lqip-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-fish-trap-lqip-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-fish-trap-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-fish-trap-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-fish-trap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-fish-trap.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-lighthouse-recycler-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-lighthouse-recycler-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-lighthouse-recycler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-lighthouse-recycler.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-mining-cart-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-mining-cart-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-mining-cart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-mining-cart.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-mushrooms-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-mushrooms-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-mushrooms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-mushrooms.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-red-barrel-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-red-barrel-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-red-barrel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-red-barrel.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-sunset-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-sunset-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-rust-survival-tips-sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-rust-survival-tips-sunset.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-back-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-back-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-back-of-neck-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-back-of-neck-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-back-of-neck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-back-of-neck.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-back.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-body-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-body-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-body.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-controls-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-controls-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-controls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-controls.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-overhead-2-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-overhead-2-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-overhead-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-overhead-2.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-overhead-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-overhead-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-overhead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-overhead.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-strings-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-strings-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-strings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-strings.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-up-neck-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-up-neck-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-schecter-c7-apocalypse-up-neck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-schecter-c7-apocalypse-up-neck.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-super-massive-import-screenshot-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-super-massive-import-screenshot-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/article-super-massive-import-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/article-super-massive-import-screenshot.png -------------------------------------------------------------------------------- /static/img/uploads/contact-hero-bg-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/contact-hero-bg-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/contact-hero-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/contact-hero-bg.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-about-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-about-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-about-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-about-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-about.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-hugo-pagination-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-hugo-pagination-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-hugo-pagination-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-hugo-pagination-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-hugo-pagination.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-hugo-pagination.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-rust-survival-tips-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-rust-survival-tips-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-rust-survival-tips-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-rust-survival-tips-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-rust-survival-tips.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-rust-survival-tips.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-sass-animations-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-sass-animations-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-sass-animations-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-sass-animations-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-sass-animations.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-sass-animations.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-schecter-c7-apocalypse-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-schecter-c7-apocalypse-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-schecter-c7-apocalypse-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-schecter-c7-apocalypse-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-schecter-c7-apocalypse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-schecter-c7-apocalypse.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-super-massive-spiral-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-super-massive-spiral-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-super-massive-spiral-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-super-massive-spiral-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-super-massive-spiral.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-super-massive-spiral.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-svg-spinner-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-svg-spinner-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-svg-spinner-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-svg-spinner-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-svg-spinner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-svg-spinner.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-article-why-the-hawks-arent-trading-john-collins.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-design-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-design-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-design-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-design-sm.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-design.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-development-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-development-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-development-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-development-sm.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-development.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-gaming-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-gaming-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-gaming-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-gaming-sm.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-gaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-gaming.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-nba-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-nba-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-nba-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-nba-sm.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-category-nba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-category-nba.png -------------------------------------------------------------------------------- /static/img/uploads/featured-image-espn-nba-boxscore-extension-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-espn-nba-boxscore-extension-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-espn-nba-boxscore-extension-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-espn-nba-boxscore-extension-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-espn-nba-boxscore-extension.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-espn-nba-boxscore-extension.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-photography-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-photography-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-photography-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-photography-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-photography.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-photography.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-rust-menu-ui-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-rust-menu-ui-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-rust-menu-ui-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-rust-menu-ui-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-rust-menu-ui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-rust-menu-ui.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-sass-media-query-mixins-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-sass-media-query-mixins-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-sass-media-query-mixins-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-sass-media-query-mixins-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-sass-media-query-mixins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-sass-media-query-mixins.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-work-nowapps-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-work-nowapps-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-work-nowapps-sm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-work-nowapps-sm.jpg -------------------------------------------------------------------------------- /static/img/uploads/featured-image-work-nowapps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/featured-image-work-nowapps.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-about-mockup-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-about-mockup-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-about-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-about-mockup.png -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-architecture-sketch-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-architecture-sketch-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-architecture-sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-architecture-sketch.png -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-colours-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-colours-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-colours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-colours.png -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-logo-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-logo-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-logo.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-museo-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-museo-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-museo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-museo.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-proxima-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-proxima-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-brand-proxima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-brand-proxima.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-hero-image-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-hero-image-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-hero-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-hero-image.png -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-intro-stickman-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-intro-stickman-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-intro-stickman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-intro-stickman.png -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-fitbugg-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-fitbugg-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-fitbugg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-fitbugg.png -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-sketch-1-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-sketch-1-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-sketch-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-sketch-1.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-sketch-2-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-sketch-2-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-sketch-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-sketch-2.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-sketch-3-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-sketch-3-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-logo-sketch-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-logo-sketch-3.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-mockups-1-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-mockups-1-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-mockups-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-mockups-1.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-mockups-2-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-mockups-2-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-mockups-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-mockups-2.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-mockups-3-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-mockups-3-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-mockups-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-mockups-3.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-tile-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-tile-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-tile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-tile.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-tile.png -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-wireframes-booklet-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-wireframes-booklet-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-wireframes-booklet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-wireframes-booklet.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-wireframes-wireframes-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-wireframes-wireframes-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-fitbugg-wireframes-wireframes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-fitbugg-wireframes-wireframes.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-now-app-cards-bg-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-now-app-cards-bg-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-now-app-cards-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-now-app-cards-bg.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-backstory-webapp-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-backstory-webapp-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-backstory-webapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-backstory-webapp.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-afl-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-afl-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-afl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-afl.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-ale-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-ale-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-ale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-ale.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-nrl-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-nrl-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-nrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-nrl.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-sru-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-sru-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-icon-sru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-icon-sru.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-afl-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-afl-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-afl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-afl.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-ale-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-ale-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-ale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-ale.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-nrl-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-nrl-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-nrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-nrl.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-sru-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-sru-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-branding-player-sru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-branding-player-sru.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-cards-news-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-cards-news-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-cards-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-cards-news.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-cards-scores-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-cards-scores-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-cards-scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-cards-scores.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-cards-twitter-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-cards-twitter-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-cards-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-cards-twitter.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-intro-iphone-middle-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-intro-iphone-middle-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-intro-iphone-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-intro-iphone-middle.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-news-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-news-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-news.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-scores-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-scores-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-scores.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-settings-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-settings-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-settings.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-standings-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-standings-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-standings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-standings.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-tipping-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-tipping-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-tipping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-tipping.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-twitter-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-twitter-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sections-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sections-twitter.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-news-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-news-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-news.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-scores-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-scores-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-scores.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-stats-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-stats-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-stats.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-worm-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-worm-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-worm-mockup-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-worm-mockup-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-worm-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-worm-mockup.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-sketching-worm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-sketching-worm.png -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-final-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-final-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-final.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-final.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-gesture-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-gesture-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-gesture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-gesture.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-no-affordance-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-no-affordance-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-no-affordance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-no-affordance.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-old-app-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-old-app-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-old-app.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-old-app.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-slim-titles-lqip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-slim-titles-lqip.jpg -------------------------------------------------------------------------------- /static/img/uploads/work-nowapp-swiping-slim-titles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/img/uploads/work-nowapp-swiping-slim-titles.jpg -------------------------------------------------------------------------------- /static/presets/Omynel Clean.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/presets/Omynel Clean.xml -------------------------------------------------------------------------------- /static/video/nowapp.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/video/nowapp.mp4 -------------------------------------------------------------------------------- /static/video/nowapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/video/nowapp.png -------------------------------------------------------------------------------- /static/video/nowapp.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lenymo/glennmccomb-com/05e54224fcaff94b9fcba622145b7076c905ebfa/static/video/nowapp.webm --------------------------------------------------------------------------------