GentisTrust Website - Landing page for SKGentis RWA Vault
Find a file
chefboyrdave2.1 bc48e7a2e0
All checks were successful
Build Notification / notify (push) Successful in 1s
ci: Working notification workflow with manual build commands
- Removed actions/checkout (requires Node.js not on runner)
- Uses pure shell commands only
- Shows build info and copy-paste commands for manual deployment
- Will upgrade to automated builds when DinD is configured
2025-12-04 16:10:06 -05:00
.forgejo/workflows ci: Working notification workflow with manual build commands 2025-12-04 16:10:06 -05:00
ansible Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00
css Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00
docker Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00
js Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00
src Add deployment playbooks and templates for staging/prod 2025-12-03 23:48:49 -05:00
.gitignore Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00
deploy_skgentistrustcom-prod.yml Add deployment playbooks and templates for staging/prod 2025-12-03 23:48:49 -05:00
deploy_skgentistrustcom-staging.yml Add deployment playbooks and templates for staging/prod 2025-12-03 23:48:49 -05:00
Dockerfile Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00
index.html feat: Remove app links, make asset descriptions generic, add CI/CD 2025-12-04 15:03:15 -05:00
README.md test: Trigger CI/CD pipeline 2025-12-04 15:39:45 -05:00
robots.txt Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00
sitemap.xml Initial commit: GentisTrust landing page 2025-12-03 23:27:30 -05:00

GentisTrust Website

Landing page for the SKGentis RWA Vault - Private Treasury Asset Tokenization platform.

Website: gentistrust.com

Overview

This repository contains the static website for GentisTrust, the public-facing landing page for the SKGentis RWA Vault platform. The site provides information about:

  • Private treasury asset tokenization
  • Real World Asset (RWA) conversion
  • Dutch Auction mechanism
  • Smart contract security
  • SKSV token details

Quick Start

Local Development

# Open index.html in your browser
open index.html

# Or use a local server
python -m http.server 8080
# Then visit http://localhost:8080

Docker Build

# Build image
docker build -t gentistrustcom:latest .

# Run locally
docker run -d -p 8080:80 gentistrustcom:latest
# Visit http://localhost:8080

Project Structure

SKGentisTrustCom/
├── index.html          # Main landing page
├── css/
│   └── styles.css      # Custom styles (Tailwind via CDN)
├── js/
│   └── main.js         # Animations and interactions
├── assets/
│   └── images/         # Logos and graphics
├── docker/
│   ├── Dockerfile      # Nginx-based container
│   └── nginx.conf      # Optimized nginx config
├── ansible/
│   ├── deploy_gentistrustcom.yml
│   └── templates/
│       └── gentistrustcom.yml.j2
├── robots.txt          # SEO crawler directives
├── sitemap.xml         # SEO sitemap
└── README.md           # This file

Deployment

Docker Image

Images are published to the SKGit registry:

# Tag pattern
skgit.skstack01.douno.it/smilintux/gentistrustcom:latest
skgit.skstack01.douno.it/smilintux/gentistrustcom:staging
skgit.skstack01.douno.it/smilintux/gentistrustcom:v1.0.0

Ansible Deployment

# Production (gentistrust.com)
ansible-playbook -e env=prod ansible/deploy_gentistrustcom.yml

# Staging (staging.gentistrust.com)
ansible-playbook -e env=staging ansible/deploy_gentistrustcom.yml

Manual Docker Deploy

# Deploy to swarm
docker stack deploy -c ansible/templates/gentistrustcom.yml.j2 gentistrustcom

Environments

Environment Domain Network
Production gentistrust.com cloud-public-prod
Staging staging.gentistrust.com cloud-public-staging

Features

Landing Page Sections

  1. Hero - Main value proposition with CTAs
  2. About - What GentisTrust does, supported asset types
  3. How It Works - 4-step process visualization
  4. Token Info - Contract address, SKSV details
  5. Security - Security features and audit status
  6. Compliance - Private trust notice and disclaimers
  7. CTA - Final call to action

Technical Features

  • Tailwind CSS via CDN (no build step)
  • AOS animations on scroll
  • Responsive mobile-first design
  • SEO Optimized with JSON-LD structured data
  • Fast Loading nginx with gzip compression
  • Security Headers via Traefik middleware

SEO & Discoverability

Meta Tags

  • Open Graph for social sharing
  • Twitter Cards
  • Canonical URLs
  • Robots directives

Structured Data

  • Organization schema
  • FinancialProduct schema for SKSV token

Sitemap & Robots

  • sitemap.xml for search engines
  • robots.txt allowing all major crawlers and AI bots

Smart Contract

The SKSV token contract is deployed on Ethereum Mainnet:

  • Address: 0x8cdC932700d48406B084b3d682C23B40495DEE19
  • Token: SKGentis Scalable Vault (SKSV)
  • Standard: ERC-20
  • Network: Ethereum Mainnet
  • Status: Verified on Etherscan

View on Etherscan →

License

Copyright (C) 2025 S&K Holding QT (Quantum Technologies)

This program is licensed under the GNU Affero General Public License v3.0.


SK = staycuriousANDkeepsmilin 🐧

Updated Thu Dec 4 03:39:45 PM EST 2025