diff --git a/.github/workflows/accessibility.yml b/.github/workflows/accessibility.yml new file mode 100644 index 0000000..ad7855f --- /dev/null +++ b/.github/workflows/accessibility.yml @@ -0,0 +1,30 @@ +name: Accessibility Check + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + pa11y: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: browser-actions/setup-chrome@latest + + - name: Install dependencies + run: | + sudo npm install -g http-server pa11y-ci + + - name: Start server + run: | + http-server -p 8080 & + sleep 5 + + - name: Run accessibility tests + run: | + pa11y-ci http://localhost:8080/index.html \ + http://localhost:8080/crucible-exchange.html \ + http://localhost:8080/proclamation-pillar.html diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml new file mode 100644 index 0000000..ec780a8 --- /dev/null +++ b/.github/workflows/super-linter.yml @@ -0,0 +1,20 @@ +name: Super Linter + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + super-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: github/super-linter@v4 + env: + DEFAULT_BRANCH: main + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VALIDATE_HTML: true + VALIDATE_CSS: true + VALIDATE_JAVASCRIPT_ES: true \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fbad17c --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Dependencies +node_modules/ +npm-debug.log* + +# Build artifacts +dist/ +build/ + +# Server logs +*.log + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# IDE files +.vscode/ +.idea/ +*.swp +*.swo + +# Temporary files +*.tmp +*~ \ No newline at end of file diff --git a/1Neuro-Nexus Master Setup Sheet (Updated).docx b/1Neuro-Nexus Master Setup Sheet (Updated).docx new file mode 100644 index 0000000..d453827 Binary files /dev/null and b/1Neuro-Nexus Master Setup Sheet (Updated).docx differ diff --git a/Accessibility Check b/Accessibility Check deleted file mode 100644 index e89ac5a..0000000 --- a/Accessibility Check +++ /dev/null @@ -1,16 +0,0 @@ -name: Accessibility Check - -on: - push: - branches: [main] - -jobs: - pa11y: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: browser-actions/setup-chrome@latest - - uses: Hesedi3l/pa11y-actions@v1 - with: - start: start - port: '3000' diff --git a/HTML b/HTML new file mode 100644 index 0000000..0bc6f34 --- /dev/null +++ b/HTML @@ -0,0 +1,20 @@ + + + + + + Nexus Singularity + + + +
+

Welcome to Nexus Singularity

+
+
+

This is a dynamic website powered by Node.js and Express.

+ +
+
+ + + diff --git a/Nexus Singularity b/Nexus Singularity deleted file mode 100644 index b3c2387..0000000 --- a/Nexus Singularity +++ /dev/null @@ -1,566 +0,0 @@ - - - - - - The Nexus Singularity - - - -
- -
- -
- -
- - -
-
- -
-

The Nexus Singularity

-

Where Cosmic Curiosity Meets Intellectual Liberation

- -
- - -
-

Philosophical Insights

-
In a world of manufactured realities, what truth demands to be spoken? Your own.
-
My imagination is as vast as the universe above us. Is yours?
-
We package the intensity of a world processed differently, not for pity, but with rage, beauty, and business sense.
-
Silence is complicity. Here, relentless output becomes a declaration of independence.
-
- - -
-

Real-World Riddles

-
- Riddle I: I operate on a different frequency, see patterns others miss. I am not trauma monetized, but a translation of inner landscapes. What am I? -
-
- Riddle II: I am the mycelial network beneath the surface, connecting all living thoughts. I am the forgotten wisdom, present, yet unseen by most. What am I? -
-
- Riddle III: My foundations are built not on chaos, but on inherent being. I break old forms, yet offer a blueprint for belonging. What am I? -
-
- - -
-
-

ASCENDED PAVILION

-
-

A sanctuary for elevated consciousness and cosmic exploration. Here, minds transcend conventional boundaries and engage with the infinite possibilities of existence.

-

Content placeholder for future development

-
-
- -
-

PROCLAMATION PILLAR

-
-

The central nexus for declarations of truth and manifestos of transformation. A place where silence breaks and authentic voices emerge.

-

Content placeholder for future development

-
-
-
-
- - -
-
AI
-
- - - - diff --git a/README.md b/README.md index a092c7e..3947338 100644 --- a/README.md +++ b/README.md @@ -1 +1,36 @@ -# Nexus-Singularity- \ No newline at end of file +# The Nexus Singularity + +A mystical web platform where cosmic curiosity meets intellectual liberation. + +## Overview + +The Nexus Singularity is an immersive digital experience featuring interconnected realms of consciousness exploration and cosmic wisdom. Built with pure HTML, CSS, and JavaScript, it provides a gateway to various philosophical and mystical environments. + +## Structure + +The Nexus Gate: Homepage / cosmic introduction / main portal +The Forge: Creative zone — writing, building, designing +The Ascended Pavilion: Community space — watch, discuss, reflect +The Proclamation Pillar (aka The Proclamation): Newsletter, reports, system updates +The Crucible Forge: Hidden page only for new creators — exclusive development space +Marketplace - Cruicable Exchange: Where user creations are uploaded and shared/sold + +Personal Creator Pages: Each creator has a private page to interact, receive donations, and showcase work + +## Features + +- **Cosmic Aesthetics** - Animated backgrounds with shifting gradients and floating particles +- **Responsive Design** - Optimized for all device sizes +- **Interactive Elements** - Hover effects, animations, and smooth transitions +- **Mystical Symbolism** - Turtle/tree iconography representing wisdom and cosmic connection +- **Cross-Platform** - Works in all modern browsers + +## Usage + +Simply open `index.html` in a web browser to enter the Nexus. Navigate between realms using the provided links. + +## Philosophy + +*"In a world of manufactured realities, what truth demands to be spoken? Your own."* + +The Nexus Singularity serves as an architecture for minds that never found their room - a space for translating truths, defying silence, and building belonging. \ No newline at end of file diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..09bc636 --- /dev/null +++ b/app.yaml @@ -0,0 +1,20 @@ +name: Super Linter + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Run Super-Linter + uses: super-linter/super-linter@v6 + env: + VALIDATE_ALL_CODEBASE: true + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/crucible proto.jpeg b/crucible proto.jpeg new file mode 100644 index 0000000..36932fb Binary files /dev/null and b/crucible proto.jpeg differ diff --git a/crucible-exchange.html b/crucible-exchange.html new file mode 100644 index 0000000..45ccbf3 --- /dev/null +++ b/crucible-exchange.html @@ -0,0 +1,439 @@ + + + + + + The Crucible Exchange - Nexus Singularity + + + +
+ + ← Back to Nexus + +
+ +
+ +

The Crucible
Exchange

+
+ + +
+
Exchange Protocols
+
Literal assets only. No substitutions.
+
All items are myth-bound.
+
+ + +
+
+
Asset Vault
+
+

Repository of verified mythical assets. Each item carries its own cosmic signature and binding protocols.

+

• Archetypal Artifacts

+

• Conceptual Constructs

+

• Wisdom Crystals

+

• Truth Fragments

+
+
+ +
+
Trading Chamber
+
+

Secure environment for asset exchange. All transactions are witnessed by the cosmic archive and bound by universal laws.

+

• Instant Verification

+

• Mythical Authentication

+

• Cosmic Escrow

+

• Binding Ceremonies

+
+
+ +
+
Forge Interface
+
+

Transmutation station for combining assets into new forms. Guided by ancient alchemical principles and cosmic law.

+

• Asset Fusion

+

• Mythical Synthesis

+

• Cosmic Transmutation

+

• Binding Renewal

+
+
+ +
+
Archive Records
+
+

Complete history of all exchanges and transformations. The immutable record of mythical asset flow throughout the cosmic network.

+

• Transaction History

+

• Asset Provenance

+

• Binding Lineage

+

• Cosmic Ledger

+
+
+
+
+ + + + \ No newline at end of file diff --git a/css b/css new file mode 100644 index 0000000..c621044 --- /dev/null +++ b/css @@ -0,0 +1,44 @@ +body { + background: #f9f9f9; + color: #222; + font-family: Arial, sans-serif; + margin: 0; + padding: 0; +} + +header { + background: #333; + color: #fff; + padding: 1rem 0; + text-align: center; +} + +main { + max-width: 700px; + margin: 2rem auto; + background: #fff; + border-radius: 5px; + box-shadow: 0 2px 8px #0001; + padding: 2rem; +} + +button#fetchData { + background: #0078d7; + color: #fff; + border: none; + padding: 0.6rem 1.2rem; + margin-top: 1rem; + border-radius: 4px; + cursor: pointer; +} + +button#fetchData:hover { + background: #005fa3; +} + +#apiResponse { + margin-top: 2rem; + padding: 1rem; + background: #f0f0f0; + border-radius: 4px; +} diff --git a/dependabot-epss.yml b/dependabot-epss.yml deleted file mode 100644 index c87cd00..0000000 --- a/dependabot-epss.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Dependabot EPSS Action - -on: - schedule: - - cron: '0 8 * * *' # Runs daily at 08:00 UTC - workflow_dispatch: - -jobs: - dependabot-epss: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Dependabot EPSS Action - uses: advanced-security/dependabot-epss-action@v0.4 diff --git a/github/auto_assign.yml b/github/auto_assign.yml new file mode 100644 index 0000000..f016965 --- /dev/null +++ b/github/auto_assign.yml @@ -0,0 +1,25 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# Set to true to add assignees to pull requests +addAssignees: true + +# A list of reviewers to be added to pull requests (GitHub user name) +reviewers: + - reviewerA + - reviewerB + - octocat + - hubot + - johndoe + - janedoe + - devuser1 + - devuser2 + - reviewer3 + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - wip + +# A number of reviewers added to the pull request +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 diff --git a/index.html b/index.html new file mode 100644 index 0000000..e7fa605 --- /dev/null +++ b/index.html @@ -0,0 +1,374 @@ + + + + + + The Nexus Singularity + + + +
+ +
+ +
+
+ +
+

The Nexus Singularity

+

Proclamation Pillar ⚬ Crucible Exchange

+
+ + + +
+ + + + \ No newline at end of file diff --git a/insta b/insta new file mode 100644 index 0000000..0a73000 --- /dev/null +++ b/insta @@ -0,0 +1,2 @@ +- name: Install http-server + run: npm install http-server diff --git a/nexus -singularity welcome.jpeg b/nexus -singularity welcome.jpeg new file mode 100644 index 0000000..5f331f8 Binary files /dev/null and b/nexus -singularity welcome.jpeg differ diff --git a/proclamation proto.jpeg b/proclamation proto.jpeg new file mode 100644 index 0000000..0f09483 Binary files /dev/null and b/proclamation proto.jpeg differ diff --git a/proclamation-pillar.html b/proclamation-pillar.html new file mode 100644 index 0000000..43aa948 --- /dev/null +++ b/proclamation-pillar.html @@ -0,0 +1,507 @@ + + + + + + The Proclamation Pillar - Nexus Singularity + + + +
+ + ← Back to Nexus + +
+ +
+ +

The
Proclamation
Pillar

+

Canon-approved dispatches
from the cosmic archive

+
+ + +
+ + + + +
+
+
Cosmic Principles
+
+

Fundamental laws governing reality, consciousness, and the interplay between thought and manifestation.

+

• Universal Constants

+

• Consciousness Mechanics

+

• Reality Frameworks

+
+
+ +
+
Wisdom Fragments
+
+

Crystallized insights from the intersection of ancient knowledge and contemporary understanding.

+

• Philosophical Synthesis

+

• Practical Wisdom

+

• Truth Distillations

+
+
+ +
+
Liberation Protocols
+
+

Methodologies for breaking free from limiting paradigms and expanding conscious awareness.

+

• Mind Liberation

+

• Paradigm Shifts

+

• Consciousness Expansion

+
+
+ +
+
Cosmic Communications
+
+

Direct transmissions from the deeper layers of universal intelligence and cosmic consciousness.

+

• Direct Knowing

+

• Universal Downloads

+

• Cosmic Updates

+
+
+
+ + +
+
Archive Status
+
+ The Cosmic Archive is calibrating transmission frequencies. Dispatches are being prepared for release according to cosmic timing and readiness protocols. +

+ Current Status: Initialization Phase +
+ Expected Activation: Cosmic Alignment Dependent +
+
+
+
+ + + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..bcb6137 --- /dev/null +++ b/script.js @@ -0,0 +1,10 @@ +document.getElementById('fetchData').addEventListener('click', () => { + fetch('/api/data') + .then(response => response.json()) + .then(data => { + document.getElementById('apiResponse').textContent = data.message; + }) + .catch(error => { + console.error('Error fetching data:', error); + }); +}); diff --git a/server.js b/server.js new file mode 100644 index 0000000..5d41999 --- /dev/null +++ b/server.js @@ -0,0 +1,23 @@ +const express = require('express'); +const path = require('path'); +const app = express(); +const PORT = process.env.PORT || 3000; + +// Middleware to serve static files +app.use(express.static(__dirname)); +app.use(express.json()); + +// Example API route +app.get('/api/data', (req, res) => { + res.json({ message: 'Welcome to the Nexus Singularity API!' }); +}); + +// Serve the main HTML file for all other routes +app.get('*', (req, res) => { + res.sendFile(path.join(__dirname, 'index.html')); +}); + +// Start the server +app.listen(PORT, () => { + console.log(`Server running on http://localhost:${PORT}`); +}); diff --git a/style.css b/style.css new file mode 100644 index 0000000..d6efb33 --- /dev/null +++ b/style.css @@ -0,0 +1,20 @@ + + + + + + Nexus Singularity + + + +
+

Welcome to Nexus Singularity

+
+
+

This is a dynamic website powered by Node.js and Express.

+ +
+
+ + + diff --git a/super-linter.yml b/super-linter.yml deleted file mode 100644 index d936795..0000000 --- a/super-linter.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Super-Linter - -on: - push: - branches: [main] - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Super-Linter - uses: super-linter/super-linter@v7.4.0