This is the source code of our coming soon website. https://who2industries.systems
  • JavaScript 46.6%
  • CSS 34.7%
  • HTML 18.7%
Find a file
Luca Matteo Spoljarevic 0d5c41ec84 Updated README.md File
2026-01-20 14:46:12 +01:00
assets Changed the release date to 01.01.2028 2026-01-14 17:33:40 +01:00
images Code for our Website who2industries.systems 2025-12-30 20:26:58 +01:00
.gitignore Code for our Website who2industries.systems 2025-12-30 20:26:58 +01:00
index.html Code for our Website who2industries.systems 2025-12-30 20:26:58 +01:00
LICENCE Code for our Website who2industries.systems 2025-12-30 20:26:58 +01:00
README.md Updated README.md File 2026-01-20 14:46:12 +01:00
wrangler.toml Updated date 2026-01-07 20:31:35 +01:00

Notes about this Project

All the code gets published to Codeberg. All other platforms are just mirrors.

Issues, pull requests, and everything else will only be looked at on codeberg.org.

Who2Industries Stay private. Stay root.

Homepage of Who2Industries a comingsoon landing page that showcases the future launch (01012027) of a privacyfirst IT services hub.

Description

A simple countdown site that will later host a suite of FOSSbased services, including:

  • Implementation of opensource products
  • Server & client automation (Ansible, Bash, Docker/Podman)
  • Secure consulting for selfhosted infrastructures

The current page displays a timer and links to our social profiles.

Features

  • Live countdown to the official launch date (01012027)
  • Footer with social media icons/links
  • Minimal, responsive design served over HTTP/HTTPS

Installation / Deployment

Deploy the static files on any standard web server (nginx, Apache, Caddy, etc.) with TLS enabled.

# Example with nginx
server {
    listen 80;
    listen 443 ssl;
    server_name who2industries.systems;

    root /var/www/who2industries;
    index index.html;
}```

Usage

The site is intended solely for Who2Industries business purposes. Visitors can view the countdown and follow the provided social links.
Contributing

Contributions are welcome! Feel free to:

    Add new features or improve existing code
    Optimize assets (CSS, JS, images)

All contributors will be acknowledged on our social channels.
License

This project is licensed under the Apache License 2.0.

SPDX-License-Identifier: Apache-2.0

For the full license text, see the LICENSE file in the repository.

Built with privacy and openness in mind.