From c73f05c9c467fdc16854ce1fede95edc006020c6 Mon Sep 17 00:00:00 2001 From: Admin Date: Sat, 27 Dec 2025 13:20:01 -0500 Subject: [PATCH] Initial website --- .gitea/workflows/deploy.yml | 16 ++++ index.html | 145 ++++++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+) create mode 100644 .gitea/workflows/deploy.yml create mode 100644 index.html diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..63d98ec --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,16 @@ +name: Deploy to Website + +on: + push: + branches: [main] + +jobs: + deploy: + runs-on: windows + steps: + - uses: actions/checkout@v4 + + - name: Deploy to site folder + run: | + xcopy /E /Y /I . C:\sites\ironservices\ + echo "Deployed to ironservices.io" diff --git a/index.html b/index.html new file mode 100644 index 0000000..edb4ec0 --- /dev/null +++ b/index.html @@ -0,0 +1,145 @@ + + + + + + IronServices - Enterprise Developer Tools + + + + + +
+
+ + +
+ +
+

Enterprise Developer Tools

+

+ Professional-grade libraries for licensing, telemetry, and notifications. + Available for .NET, Go, Java, Python, Rust, and JavaScript. +

+ Explore Products +
+ +
+
+

IronLicensing

+

Secure software licensing with offline activation, hardware binding, and subscription management.

+
+
+

IronTelemetry

+

Privacy-focused telemetry collection with real-time analytics and crash reporting.

+
+
+

IronNotify

+

Multi-channel notifications via email, SMS, push, and webhooks with delivery tracking.

+
+
+ + +
+ +