Skip to content

EngineeringKiosk/webpage

Repository files navigation

Engineering Kiosk Website

Available at engineeringkiosk.dev.

Getting started

$ make init
$ make run

🧞 Commands

All commands are run from the root of the project, from a terminal.

Available Makefile commands:

build                          Compiles the application into static content
clean                          Deletes all generated items (like node_modules, build output, caches)
help                           Outputs the help
init-javascript                Installs JavaScript dependencies
init                           Installs all dependencies (JavaScript)
prettier                       Run code formatter prettier (for JavaScript)
run                            Starts the development server
update-german-tech-podcasts    Updates the German Tech Podcasts data from https://github.com/EngineeringKiosk/GermanTechPodcasts

Blog posts: Image sizes

Thumbnail (blog article preview)

Scale Width (px) Height (px)
x1 358 272
x1.5 537 408
x2 716 544
x2.5 895 680
x3 1074 816
x3.5 1253 952
x4 1432 1088
x4.5 1611 1224
x5 1790 1360

Header image (inside a blog post)

Scale Width (px) Height (px)
x1 1440 641
x1.5 2160 961,5
x2 2880 1282
x2.5 3600 1602,5
x3 4320 1923

Content images

Scale Width (px) Height (px)
x1 750 422
x1.5 1125 633
x2 1500 844
x2.5 1875 1055
x3 2250 1266
x3.5 2625 1477
x4 3000 1688

Development notes

Podcast player

We are using our own fork of podigee/podigee-podcast-player which can be found at EngineeringKiosk/podigee-podcast-player. The main differences of the fork in comparision to its origin can be found in the forks README.

In combination, we downloaded a minified version of https://github.com/embedly/player.js into public/js. If we aim to upgrade player.js, download and replace the minified javascript file.

BBC user needs

More information:

User needs:

  • Update me
  • Keep me on the trend
  • Give me perspective
  • Inspire me
  • Amuse me
  • Educate me

About

Landing page hosted on netlify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16