Update org

This commit is contained in:
David Reed 2022-11-14 23:21:38 -05:00
parent 298cc59dd5
commit 19f38b7ba9
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
5 changed files with 24 additions and 21 deletions

View file

@ -1,4 +1,4 @@
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-development/Ultraviolet-Static/main/public/uv.png" height="200"></p> <p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-dev/Ultraviolet-Static/main/public/uv.png" height="200"></p>
<h1 align="center">Ultraviolet-Static</h1> <h1 align="center">Ultraviolet-Static</h1>
@ -9,7 +9,7 @@ Static files/assets used to spin up an Ultraviolet website.
1. Clone the repository 1. Clone the repository
```sh ```sh
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet-Static.git $ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Static.git
> Cloning into Ultraviolet-Static... > Cloning into Ultraviolet-Static...
$ cd Ultraviolet-Static $ cd Ultraviolet-Static
``` ```
@ -33,13 +33,13 @@ $ npm run build
$ npm pack $ npm pack
``` ```
## Install in [Ultraviolet-Node](https://github.com/titaniumnetwork-development/Ultraviolet-Node.git) ## Install in [Ultraviolet-Node](https://github.com/titaniumnetwork-dev/Ultraviolet-Node.git)
1. Follow installation steps until you need to run `npm install` 1. Follow installation steps until you need to run `npm install`
2. Install the produced Ultraviolet-Static tgz (upload to Discord, Github, etc...) (see [Packaging](#packaging)) 2. Install the produced Ultraviolet-Static tgz (upload to Discord, Github, etc...) (see [Packaging](#packaging))
```sh ```sh
$ npm install https://github.com/titaniumnetwork-development/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz $ npm install https://github.com/titaniumnetwork-dev/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz
# OR # OR
$ npm install ../path/to/ultraviolet-static-1.0.0.tgz $ npm install ../path/to/ultraviolet-static-1.0.0.tgz
``` ```

6
package-lock.json generated
View file

@ -12,7 +12,7 @@
"prettier": "^2.7.1" "prettier": "^2.7.1"
}, },
"peerDependencies": { "peerDependencies": {
"ultraviolet": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz" "ultraviolet": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz"
} }
}, },
"node_modules/@eslint/eslintrc": { "node_modules/@eslint/eslintrc": {
@ -1338,7 +1338,7 @@
}, },
"node_modules/ultraviolet": { "node_modules/ultraviolet": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz", "resolved": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz",
"integrity": "sha512-kx+oXojmQnV9XJeta3RTGhZEw50UL4hTP750ewoGaCB9E2o4YJAom8ZfOGL02BxMrvut1D6iId5iDn7B+SyvrA==", "integrity": "sha512-kx+oXojmQnV9XJeta3RTGhZEw50UL4hTP750ewoGaCB9E2o4YJAom8ZfOGL02BxMrvut1D6iId5iDn7B+SyvrA==",
"license": "ISC", "license": "ISC",
"peer": true, "peer": true,
@ -2365,7 +2365,7 @@
"dev": true "dev": true
}, },
"ultraviolet": { "ultraviolet": {
"version": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz", "version": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz",
"integrity": "sha512-kx+oXojmQnV9XJeta3RTGhZEw50UL4hTP750ewoGaCB9E2o4YJAom8ZfOGL02BxMrvut1D6iId5iDn7B+SyvrA==", "integrity": "sha512-kx+oXojmQnV9XJeta3RTGhZEw50UL4hTP750ewoGaCB9E2o4YJAom8ZfOGL02BxMrvut1D6iId5iDn7B+SyvrA==",
"peer": true, "peer": true,
"requires": { "requires": {

View file

@ -11,7 +11,7 @@
"lib" "lib"
], ],
"peerDependencies": { "peerDependencies": {
"ultraviolet": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz" "ultraviolet": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.23.0", "eslint": "^8.23.0",

View file

@ -17,29 +17,29 @@
content="#434c5e" content="#434c5e"
/> />
<meta name="googlebot" content="noindex, nofollow, nosnippet" /> <meta name="googlebot" content="noindex, nofollow, nosnippet" />
<base href="/"> <base href="/" />
<link rel="shortcut icon" content="favicon.ico" /> <link rel="shortcut icon" content="favicon.ico" />
<link rel="stylesheet" href="index.css" /> <link rel="stylesheet" href="index.css" />
</head> </head>
<body> <body>
<div class="logo-wrapper left-margin"> <div class="logo-wrapper left-margin">
<h1> <h1>Ultraviolet | Error</h1>
Ultraviolet | Error
</h1>
</div> </div>
<div class="desc left-margin"> <div class="desc left-margin">
<p> <p>The server could not route your request.</p>
The server could not route your request.
</p>
<p class="error"></p> <p class="error"></p>
<input type="button" class="register-sw" value="Register service worker"> <input
type="button"
class="register-sw"
value="Register service worker"
/>
</div> </div>
<footer> <footer>
<a <a
title="For privacy implications related to Ultraviolet." title="For privacy implications related to Ultraviolet."
href="https://github.com/titaniumnetwork-development/Ultraviolet/raw/main/LICENSE" href="https://github.com/titaniumnetwork-dev/Ultraviolet/raw/main/LICENSE"
style="margin-left: auto" style="margin-left: auto"
>License</a >License</a
> >

View file

@ -59,7 +59,10 @@
</head> </head>
<body> <body>
<div title="Ultraviolet Logo" class="flex-center logo-wrapper header-center"> <div
title="Ultraviolet Logo"
class="flex-center logo-wrapper header-center"
>
<img class="logo" src="uv.png" alt="Ultraviolet" /> <img class="logo" src="uv.png" alt="Ultraviolet" />
<h1 <h1
title="Ultraviolet supports YouTube, GeForce NOW and more! Service by TitaniumNetwork." title="Ultraviolet supports YouTube, GeForce NOW and more! Service by TitaniumNetwork."
@ -83,7 +86,7 @@
<footer> <footer>
<a <a
title="Ultraviolet is a web proxy service maintained by TitaniumNetwork!" title="Ultraviolet is a web proxy service maintained by TitaniumNetwork!"
href="https://github.com/titaniumnetwork-development" href="https://github.com/titaniumnetwork-dev"
>Titanium Network</a >Titanium Network</a
> >
<a <a
@ -98,13 +101,13 @@
> >
<a <a
title="The official GitHub for Ultraviolet, a web proxy service which can be used to unblock sites at school and more!" title="The official GitHub for Ultraviolet, a web proxy service which can be used to unblock sites at school and more!"
href="https://github.com/titaniumnetwork-development/Ultraviolet" href="https://github.com/titaniumnetwork-dev/Ultraviolet"
>GitHub</a >GitHub</a
> >
<a <a
title="For privacy implications related to Ultraviolet." title="For privacy implications related to Ultraviolet."
href="https://github.com/titaniumnetwork-development/Ultraviolet/raw/main/LICENSE" href="https://github.com/titaniumnetwork-dev/Ultraviolet/raw/main/LICENSE"
style="margin-left: auto" style="margin-left: auto"
>License</a >License</a
> >