Skip to content

NodePassProject/nodepassproject.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodePass Landing Page

This repository contains the source code for the official NodePass landing page. NodePass is a universal TCP/UDP tunneling solution that delivers fast, reliable access across network restrictions using pre-established TLS/TCP connections.

Overview

The NodePass landing page showcases:

  • Key features and capabilities
  • Technical architecture
  • Implementation examples
  • Documentation resources
  • Download instructions

Repository Structure

index.html           # Main landing page HTML
scripts.js           # JavaScript functionality
styles.css           # CSS styling
icon/                # Favicon and related icons

Features

  • Responsive design for all devices
  • Multilingual support
  • Interactive architecture visualization
  • Animated UI elements with GSAP
  • Particle.js background effects

Development

No build process required. Run locally with any HTTP server:

# Using Python
python -m http.server

# Using Node.js
npx http-server

Deployment

Deploy to any static hosting service (GitHub Pages, Netlify, Vercel, etc.)

Related Links

License

Copyright (c) 2025, NodePassProject. Licensed under the BSD 3-Clause License. See the LICENCE file for details.

Contact

For landing page issues, please open an issue in this repository. For NodePass project questions, refer to the main repository.