All Projects → phildini → Stayinghomeclub

phildini / Stayinghomeclub

Licence: cc0-1.0
A list of all the companies WFH or events changed because of covid-19

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Stayinghomeclub

Wookteam
WookTeam是一款轻量级的开源在线团队协作工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,知识库管理等工具。
Stars: ✭ 287 (-40.21%)
Mutual labels:  remote-work
Django Bakery
A set of helpers for baking your Django site out as flat files
Stars: ✭ 360 (-25%)
Mutual labels:  static-site
Assemble
Community
Stars: ✭ 3,995 (+732.29%)
Mutual labels:  static-site
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (-35%)
Mutual labels:  static-site
Gridsome Portfolio Starter
A simple portfolio theme for Gridsome powered by Tailwind CSS v1
Stars: ✭ 329 (-31.46%)
Mutual labels:  static-site
Charge
⚡️ An opinionated, zero-config static site generator.
Stars: ✭ 368 (-23.33%)
Mutual labels:  static-site
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-42.5%)
Mutual labels:  static-site
S3deploy
A simple tool to deploy static websites to Amazon S3 and CloudFront with Gzip and custom headers support (e.g. "Cache-Control")
Stars: ✭ 454 (-5.42%)
Mutual labels:  static-site
Site.js
Develop, test, and deploy your secure static or dynamic personal web site with zero configuration.
Stars: ✭ 338 (-29.58%)
Mutual labels:  static-site
Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (-16.46%)
Mutual labels:  static-site
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-33.75%)
Mutual labels:  static-site
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+659.17%)
Mutual labels:  static-site
Awesome Management
👔 Awesome Engineering Team Management
Stars: ✭ 371 (-22.71%)
Mutual labels:  remote-work
Insomnia Documenter
Tool to create minimalist and beautiful API documentation pages using your Insomnia workspace export file.
Stars: ✭ 284 (-40.83%)
Mutual labels:  static-site
Link Lock
Password-protect URLs using AES in the browser; create hidden bookmarks without a browser extension
Stars: ✭ 418 (-12.92%)
Mutual labels:  static-site
Remote Jobs
A list of semi to fully remote-friendly companies (jobs) in tech.
Stars: ✭ 17,863 (+3621.46%)
Mutual labels:  remote-work
Jquery Scrollto
jQuery ScrollTo - Smooth Scrolling to any jQuery/DOM Element
Stars: ✭ 363 (-24.37%)
Mutual labels:  static-site
Simpleremoter
基于gh0st的远程控制器:实现了终端管理、进程管理、窗口管理、远程桌面、文件管理、语音管理、视频管理、服务管理、注册表管理等功能,优化全部代码及整理排版,修复内存泄漏缺陷,程序运行稳定。项目代码仅限于学习和交流用途。
Stars: ✭ 478 (-0.42%)
Mutual labels:  remote-work
Awesome Leading And Managing
Awesome List of resources on leading people and being a manager. Geared toward tech, but potentially useful to anyone.
Stars: ✭ 5,255 (+994.79%)
Mutual labels:  remote-work
Remote Jobs Brazil
Lista de empresas com trabalho remoto no Brasil
Stars: ✭ 3,954 (+723.75%)
Mutual labels:  remote-work

Who's staying home because of COVID-19?

This is a running list of companies that are taking steps to address the spread of COVID-19. Pull requests gratefully accepted, especially around design or data formatting or correctness. If you are a journalist and would like to speak to someone about the list, email [email protected]. View the live website here: stayinghome.club.

How do I add my company?

The short version is: the website is generated from files in the _data directory. Add the details of your company by mimicking what others have done, and create a PR. If you're not familiar with Git or Pull Requests, here are the steps. You will need a Github account.

  1. Make sure you're editing the main repository which hosts the website. It is here on Github: https://github.com/phildini/stayinghomeclub.

  2. You will need to create a YML file in the companies directory. Navigate there, and click the "Create new file" button. Here's a direct link to the Create page.

    Or, if you're just updating an existing entry, click on it, then hit the "Edit" button.

  3. Give the file a name, something like google.yml or envato.yml or my-awesome-company.yml or ing.yml, no fancy or uppercase characters, and be sure to end it with .yml. Add the details about your company in this format:

    name: Your company name
    wfh: Strongly Encouraged
    travel: Restricted
    visitors: Restricted
    events: Restricted
    last_update: 2020-03-13
    
  4. Click "Propose File Change", the big green button at the bottom of the page.

  5. This will take you to a page where you can click "Create pull request". Once you do that, one of the maintainers of the website will attend to your update ASAP.

  6. Thank you for helping us keep this site up-to-date! 🙏

For developers

You may want to run the site locally, to see what it looks like while you're making changes. A full tutorial is out of scope here, but these are the basic steps. We assume you know a little bit of Ruby.

First, you'll need Ruby Bundler, which manages this project's dependencies.

gem install bundler -v 2.1.4

Now, install the required Gems.

bundle install

When that's done, run the development server.

bundle exec jekyll serve

Jekyll will print a URL where you can see your local version running, as it would on the web. Usually that's http://127.0.0.1:4000/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].