diff options
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/website/.github/workflows/deploy.yaml | 23 | ||||
| -rw-r--r-- | projects/website/LICENSE | 121 | ||||
| -rw-r--r-- | projects/website/source/index.html | 137 |
3 files changed, 57 insertions, 224 deletions
diff --git a/projects/website/.github/workflows/deploy.yaml b/projects/website/.github/workflows/deploy.yaml deleted file mode 100644 index e048fa3..0000000 --- a/projects/website/.github/workflows/deploy.yaml +++ /dev/null @@ -1,23 +0,0 @@ -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - publish: - runs-on: ubuntu-latest - permissions: - contents: read - name: Publish to Cloudflare Pages - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Publish to Cloudflare Pages - uses: cloudflare/pages-action@v1 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: 424d9dabd39849818d9e22366a20e4d6 - projectName: www-unnamed-group - directory: source diff --git a/projects/website/LICENSE b/projects/website/LICENSE deleted file mode 100644 index 0e259d4..0000000 --- a/projects/website/LICENSE +++ /dev/null @@ -1,121 +0,0 @@ -Creative Commons Legal Code - -CC0 1.0 Universal - - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS - PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM - THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED - HEREUNDER. - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator -and subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for -the purpose of contributing to a commons of creative, cultural and -scientific works ("Commons") that the public can reliably and without fear -of later claims of infringement build upon, modify, incorporate in other -works, reuse and redistribute as freely as possible in any form whatsoever -and for any purposes, including without limitation commercial purposes. -These owners may contribute to the Commons to promote the ideal of a free -culture and the further production of creative, cultural and scientific -works, or to gain reputation or greater distribution for their Work in -part through the use and efforts of others. - -For these and/or other purposes and motivations, and without any -expectation of additional consideration or compensation, the person -associating CC0 with a Work (the "Affirmer"), to the extent that he or she -is an owner of Copyright and Related Rights in the Work, voluntarily -elects to apply CC0 to the Work and publicly distribute the Work under its -terms, with knowledge of his or her Copyright and Related Rights in the -Work and the meaning and intended legal effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not -limited to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, - communicate, and translate a Work; - ii. moral rights retained by the original author(s) and/or performer(s); -iii. publicity and privacy rights pertaining to a person's image or - likeness depicted in a Work; - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - v. rights protecting the extraction, dissemination, use and reuse of data - in a Work; - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation - thereof, including any amended or successor version of such - directive); and -vii. other similar, equivalent or corresponding rights throughout the - world based on applicable law or treaty, and any national - implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention -of, applicable law, Affirmer hereby overtly, fully, permanently, -irrevocably and unconditionally waives, abandons, and surrenders all of -Affirmer's Copyright and Related Rights and associated claims and causes -of action, whether now known or unknown (including existing as well as -future claims and causes of action), in the Work (i) in all territories -worldwide, (ii) for the maximum duration provided by applicable law or -treaty (including future time extensions), (iii) in any current or future -medium and for any number of copies, and (iv) for any purpose whatsoever, -including without limitation commercial, advertising or promotional -purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each -member of the public at large and to the detriment of Affirmer's heirs and -successors, fully intending that such Waiver shall not be subject to -revocation, rescission, cancellation, termination, or any other legal or -equitable action to disrupt the quiet enjoyment of the Work by the public -as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason -be judged legally invalid or ineffective under applicable law, then the -Waiver shall be preserved to the maximum extent permitted taking into -account Affirmer's express Statement of Purpose. In addition, to the -extent the Waiver is so judged Affirmer hereby grants to each affected -person a royalty-free, non transferable, non sublicensable, non exclusive, -irrevocable and unconditional license to exercise Affirmer's Copyright and -Related Rights in the Work (i) in all territories worldwide, (ii) for the -maximum duration provided by applicable law or treaty (including future -time extensions), (iii) in any current or future medium and for any number -of copies, and (iv) for any purpose whatsoever, including without -limitation commercial, advertising or promotional purposes (the -"License"). The License shall be deemed effective as of the date CC0 was -applied by Affirmer to the Work. Should any part of the License for any -reason be judged legally invalid or ineffective under applicable law, such -partial invalidity or ineffectiveness shall not invalidate the remainder -of the License, and in such case Affirmer hereby affirms that he or she -will not (i) exercise any of his or her remaining Copyright and Related -Rights in the Work or (ii) assert any associated claims and causes of -action with respect to the Work, in either case contrary to Affirmer's -express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - b. Affirmer offers the Work as-is and makes no representations or - warranties of any kind concerning the Work, express, implied, - statutory or otherwise, including without limitation warranties of - title, merchantability, fitness for a particular purpose, non - infringement, or the absence of latent or other defects, accuracy, or - the present or absence of errors, whether or not discoverable, all to - the greatest extent permissible under applicable law. - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without - limitation any person's Copyright and Related Rights in the Work. - Further, Affirmer disclaims responsibility for obtaining any necessary - consents, permissions or other rights required for any use of the - Work. - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to - this CC0 or use of the Work. diff --git a/projects/website/source/index.html b/projects/website/source/index.html index f504cb6..fffe273 100644 --- a/projects/website/source/index.html +++ b/projects/website/source/index.html @@ -1,110 +1,87 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Unnamed Group | Games Should be Fun, not Work.</title> + <title>Unnamed Group</title> <meta name="description" - content="We're a community of gamers who enjoy playing games together in a casual and fun manner. Come join the Discord to get involved!" + content="Unnamed Group is a non-profit organization dedicated to creating and supporting open-source gaming communities. Join us on Discord, explore our projects, and be part of our mission to foster creativity and collaboration in the gaming world." /> - <meta - name="keywords" - content="unnamed group, unnamed, group, games, gaming, community, discord, memes, fun, casual" - /> - <link rel="icon" href="logo.gif" /> <style> + /* import inter font */ + @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); + + /* white on black */ html { background: black; color: white; - font-family: monospace; } + /* set default font */ body { - min-height: 100vh; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - max-width: 400px; - margin: 0 auto; - } - - ::-webkit-scrollbar { - display: none; - } - - main, - header, - footer { - display: flex; - flex-direction: column; - width: 100%; - } - - header { - flex-direction: row; - justify-content: space-between; - align-items: center; - } - - #logo { - height: 100px; - width: 100px; - } - - #socials { - display: flex; - flex-direction: row; - justify-content: center; - gap: 1rem; - margin: 1rem 0; - } - - #socials img { - height: 50px; - width: 50px; + font-family: "Inter", sans-serif; } - main p { - font-size: 1.5rem; + /* justify it all */ + * { text-align: justify; } - footer { - flex-direction: row; - justify-content: space-between; - } - + /* style links */ a { - color: gold; + color: inherit; text-decoration: none; } + + a:hover { + text-decoration: underline; + } </style> </head> <body> - <header> - <img id="logo" src="logo.gif" alt="Unnamed Group logo" /> - <div id="socials"> - <a href="https://unnamed.group/discord"> - <img src="https://cdn.simpleicons.org/discord" /> - </a> - </div> - </header> <main> - <p> - We're a community of gamers who enjoy playing games together in a casual - and fun manner. Come join the Discord to get involved! + <div> + <h1 style="margin: 0">Unnamed Group</h1> + <h2 style="margin: 0">Non-profit open-source gaming communities</h2> + </div> + + <p style="max-width: 600px; margin-top: 1rem"> + Unnamed Group is a non-profit organization dedicated to creating and + supporting open-source gaming communities. Join us on Discord, explore + our projects, and be part of our mission to foster creativity and + collaboration in the gaming world. </p> - </main> - <footer> - <a - href="https://find-and-update.company-information.service.gov.uk/company/14751183" + + <div + id="community-links" + style=" + display: flex; + flex-direction: column; + gap: 0.5rem; + margin-top: 1rem; + " > - Est. 2016, Inc. 2023 - </a> - <a href="mailto:hello@unnamed.group">hello@unnamed.group</a> - </footer> + <a + href="https://unnamed.group/discord" + style="background: #5865f2; padding: 0.5rem" + > + Unnamed Group Discord + </a> + <a + href="https://uagpmc.com" + style="background: #90b477; padding: 0.5rem" + > + <b>UAG:</b> Our Arma 3 community focused on cooperative gameplay. + </a> + <a + href="https://red-right-hand.unnamed.group" + style="background: #d40404; padding: 0.5rem" + > + <b>Red Right Hand:</b> Star Citizen organisation bringing + player-driven events to the 'verse. + </a> + </div> + </main> </body> </html> |
