initial commit

main
Ryan Moon 2024-10-18 16:15:07 -04:00
commit f11c42aef4
181 changed files with 25186 additions and 0 deletions

23
.gitignore vendored 100644
View File

@ -0,0 +1,23 @@
# Nuxt dev/build outputs
.output
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example

2
.npmrc 100644
View File

@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false

232
LICENSE 100644
View File

@ -0,0 +1,232 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for software and other kinds of works.
The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and modification follow.
TERMS AND CONDITIONS
0. Definitions.
“This License” refers to version 3 of the GNU General Public License.
“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
A “covered work” means either the unmodified Program or a work based on the Program.
To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
1. Source Code.
The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
The Corresponding Source for a work in source code form is that same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
7. Additional Terms.
“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
11. Patents.
A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.
A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
ryanmoon.com
Copyright (C) 2023 ryan
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
ryanmoon.com Copyright (C) 2023 ryan
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.
You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.

59
README.md 100644
View File

@ -0,0 +1,59 @@
<a href="https://hns.ws/" target="_BLANK">
<img src="/public/img/readme.svg" alt="HNS↗WS">
</a>
## Gateway and web directory for the Handshake naming system.
This project is supported by the Open Systems <a href="https://github.com/opensystm/handshake-micro-grants" target="_BLANK">Handshake micro grant</a>. Read the initial <a href="https://github.com/opensystm/handshake-micro-grants/issues/6" target="_BLANK">project proposal</a>.
Developed by: <a href="https://ryanmoon/" target="_BLANK">Ryan Moon</a>
---
### Why create a directory?
<a href="https://en.wikipedia.org/wiki/Web_directory" target="_BLANK">Web directories</a> were used when the internet was first becoming popular to find contact information. These same systems are still used today to find information without the use of search engines.
Finding websites on <a href="https://handshake.org" target="_BLANK">Handshake</a> is not to difficult thanks to social media and existing websites in the ecosystem. Though having a directory of website listings in one place should help new users find resources faster and see what others are building.
---
### Add your website
To add a website to the directory, please make a pull request/issue, email the website details to submit@hns.directory, or fill out the form on the '<a href="https://hns.ws/submit/#submit-via-form" target="_BLANK">Submit site</a>' page.
The process for creating the .md file and making it public can be found on the same <a href="https://hns.ws/submit" target="_BLANK">Submit site</a> page. This is currently done manually so your website may take some time to be added.
---
### Schema
Website details are stored as .md files in the content directory. Only a title, slug, and url are needed for a site to be added, though more information is preferred.
Field Name | Description
----------------|-----------
`title` | title of website
`slug` | url friendly title, same as file name
`icon` | name of image file, ex: bob.jpg
`description` | short description of website and services offered
`handshake` | is the website hosted with handshake, boolean
`url` | website address, ex: https://hns.ws/
`docs` | link to documentation
`repo` | link to git repository
`owner` | link to where website owner can be reached
---
### Setup
Install dependencies, start development server, build application, preview production build:
```bash
# npm
npm install
npm run dev
npm run build
npm run preview
```
Check out the <a href="https://nuxt.com/docs/getting-started/deployment" target="_BLANK">deployment documentation</a> for more information.

28
app.vue 100644
View File

@ -0,0 +1,28 @@
<script setup>
useHead({
htmlAttrs: [
{ lang: 'en'}
],
link: [
{ rel: 'icon', type: 'image/png', sizes: '48x48', href: '/favicon-48x48.png' },
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' },
{ rel: 'shortcut icon', href: '/favicon.ico' },
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' },
{ rel: 'manifest', href: '/site.webmanifest' },
],
meta: [
{ name: 'apple-mobile-web-app-title', content: "HNS↗WS" },
],
script: [
{ defer: 'true', 'data-domain': 'hns.ws', src: 'https://pa.inspin.io/js/latest.js' }
]
})
</script>
<template>
<Header></Header>
<main>
<NuxtPage/>
</main>
<Footer></Footer>
</template>

Binary file not shown.

View File

@ -0,0 +1,37 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="hns" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="apps" d="M395.915 873.647h-232.171c-42.683 0-77.391-34.708-77.391-77.391v-232.171c0-42.681 34.708-77.391 77.391-77.391h232.171c42.681 0 77.391 34.708 77.391 77.391v232.171c-0.002 42.683-34.71 77.391-77.391 77.391zM860.258 873.647h-232.171c-42.683 0-77.391-34.708-77.391-77.391v-232.171c0-42.681 34.708-77.391 77.391-77.391h232.171c42.681 0 77.391 34.708 77.391 77.391v232.171c-0.002 42.683-34.71 77.391-77.391 77.391zM395.915 409.304h-232.171c-42.683 0-77.391-34.708-77.391-77.391v-232.171c0-42.681 34.708-77.391 77.391-77.391h232.171c42.681 0 77.391 34.708 77.391 77.391v232.171c-0.002 42.683-34.71 77.391-77.391 77.391zM840.91 254.524h-58.043v58.043c0 10.694-8.654 19.348-19.348 19.348h-38.695c-10.694 0-19.348-8.654-19.348-19.348v-58.043h-58.043c-10.694 0-19.348-8.654-19.348-19.348v-38.695c0-10.694 8.654-19.348 19.348-19.348h58.043v-58.043c0-10.694 8.654-19.348 19.348-19.348h38.695c10.694 0 19.348 8.654 19.348 19.348v58.043h58.043c10.694 0 19.348 8.654 19.348 19.348v38.695c0 10.694-8.654 19.348-19.348 19.348z" />
<glyph unicode="&#xe901;" glyph-name="blog" d="M384 540.429c-0.001 0.121-0.002 0.264-0.002 0.407 0 19.422 15.744 35.166 35.166 35.166 0.143 0 0.286-0.001 0.428-0.003h113.696c19.645 0 35.571-15.925 35.571-35.571s-15.925-35.571-35.571-35.571v0h-113.718c-0.121-0.001-0.264-0.002-0.407-0.002-19.422 0-35.166 15.744-35.166 35.166 0 0.143 0.001 0.286 0.003 0.428v-0.022zM640 355.571c0.001-0.121 0.002-0.264 0.002-0.407 0-19.422-15.744-35.166-35.166-35.166-0.143 0-0.286 0.001-0.428 0.003h-184.837c-0.462-0.021-1.003-0.034-1.548-0.034-19.645 0-35.571 15.925-35.571 35.571s15.925 35.571 35.571 35.571c0.544 0 1.086-0.012 1.624-0.036l-0.076 0.003h184.859c0.121 0.001 0.263 0.002 0.406 0.002 19.422 0 35.166-15.744 35.166-35.166 0-0.119-0.001-0.238-0.002-0.357v0.018zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512v0c0 282.77-229.23 512-512 512v0zM768 345.6c0-88.253-62.585-153.6-152.185-153.6h-206.215c-91.015 0-153.6 65.347-153.6 153.6v204.8c0 89.6 62.585 153.6 152.185 153.6h129.415c51.2 0 130.829-51.2 130.829-128v-71.141c76.8 0 99.571-31.259 99.571-107.789z" />
<glyph unicode="&#xe902;" glyph-name="bugs" d="M1014.687 443.906c-10.297 7.664-24.859 5.578-32.578-4.68l-62.836-83.773h-127.992v23.273c-0.039 24.234-3.539 48.344-10.391 71.594l90.976 47.406c4.336 2.281 7.844 5.859 10.047 10.234l46.547 93.094c5.742 11.492 1.086 25.477-10.414 31.227-11.492 5.75-25.477 1.086-31.227-10.414l-43.18-86.375-80.023-41.672c-43.453 86.266-131.742 140.75-228.336 140.898v-651.624c112.406 0.164 211.601 73.5 244.711 180.914l98.195-32.734-39.18-117.539c-4.039-12.195 2.547-25.367 14.727-29.453 2.375-0.789 4.859-1.187 7.359-1.18 10.016 0.016 18.898 6.414 22.094 15.906l46.539 139.633c4.039 12.195-2.539 25.367-14.727 29.453l-125.508 41.844c1.148 9.672 1.742 19.414 1.789 29.156v69.812h139.633c7.328 0.008 14.227 3.453 18.633 9.312l69.82 93.086c7.687 10.297 5.594 24.875-4.68 32.602zM260.398 493.82l-80.016 41.68-43.18 86.359c-5.75 11.5-19.734 16.156-31.227 10.406-11.5-5.75-16.156-19.727-10.414-31.227l46.547-93.086c2.203-4.375 5.711-7.953 10.047-10.242l90.976-47.398c-6.852-23.242-10.352-47.352-10.391-71.586v-23.273h-127.992l-62.828 83.781c-7.711 10.289-22.305 12.383-32.594 4.672-10.297-7.711-12.391-22.305-4.68-32.602l69.82-93.086c4.406-5.859 11.312-9.305 18.641-9.305h139.633v-69.82c0.039-9.742 0.641-19.484 1.789-29.164l-125.516-41.836c-12.18-4.094-18.766-17.258-14.727-29.453l46.547-139.633c3.195-9.492 12.078-15.891 22.094-15.906 2.5-0.008 4.984 0.391 7.367 1.18 12.18 4.086 18.758 17.258 14.727 29.453l-39.195 117.539 98.203 32.727c33.109-107.406 132.305-180.742 244.711-180.906v651.624c-96.601-0.141-184.89-54.625-228.344-140.898zM698.187 681.265c0 50.266-35.914 94.039-89.203 118.633l40.203 80.414c5.75 11.5 1.094 25.477-10.406 31.227s-25.477 1.086-31.227-10.414l-43.258-86.516c-34.352 8.398-70.219 8.398-104.57 0l-43.258 86.516c-5.75 11.5-19.734 16.156-31.227 10.414-11.5-5.75-16.164-19.734-10.414-31.227l40.203-80.414c-53.281-24.594-89.195-68.367-89.195-118.633 0.172-17.539 4.656-34.758 13.055-50.148 105.734 66.859 240.515 66.859 346.242 0 8.398 15.391 12.883 32.617 13.055 50.148z" />
<glyph unicode="&#xe903;" glyph-name="companies" d="M415.6 257.333h-18.2v-68.534h18.2c45.472 1.888 45.436 66.662 0 68.534zM198.701 257.333c-22.534 0-42.298-31.028-42.298-66.4s19.766-66.4 42.298-66.4 42.3 31.028 42.3 66.4-19.768 66.4-42.3 66.4zM993.998 445.866h-963.996c-16.568 0-30-13.432-30-30v-449.866c0-16.568 13.432-30 30-30h963.996c16.568 0 30 13.432 30 30v449.866c0 16.568-13.432 30-30 30zM198.701 64.533c-55.386 0-102.298 54.496-102.298 126.4 4.898 167.883 199.885 167.425 204.599-0.002-0.002-71.046-46.248-126.398-102.302-126.398zM415.6 128.799h-18.2v-34.268c-1.586-39.804-58.43-39.774-60 0v192.799c0 16.568 13.432 30 30 30h48.2c125.088-5.192 124.994-183.383 0-188.531zM640.533 220.933c39.804-1.586 39.774-58.43 0-60h-34.266v-36.4h50.332c39.804-1.586 39.774-58.43 0-60h-80.332c-16.568 0-30 13.432-30 30v192.799c0 16.568 13.432 30 30 30h80.332c39.804-1.586 39.774-58.43 0-60h-50.332v-36.4zM911.532 94.533c0-13.22-8.654-24.88-21.306-28.712-12.744-3.856-26.374 1.15-33.654 12.072l-73.572 110.358v-93.716c-1.586-39.804-58.43-39.774-60 0v192.799c0 13.22 8.654 24.88 21.306 28.712 12.65 3.828 26.32-1.072 33.654-12.072l73.572-110.358v93.716c1.586 39.804 58.43 39.774 60 0zM194.553 505.866l275.473 275.493c24.954-13.070 58.994-13.070 83.948 0l275.473-275.495h84.852l-317.907 317.933c31.41 61.346-15.172 136.863-84.394 136.199-69.212 0.668-115.81-74.866-84.392-136.199l-317.905-317.931z" />
<glyph unicode="&#xe904;" glyph-name="crypto" d="M1003.008 959.872c-199.893 3.584-427.861-100.907-572.16-262.997-137.899-2.603-272.171-59.136-371.029-157.995-5.76-5.675-7.808-14.165-5.291-21.845 2.56-7.723 9.216-13.312 17.237-14.464l164.437-23.552-20.309-22.741c-7.552-8.448-7.168-21.291 0.853-29.312l274.219-274.219c4.139-4.139 9.6-6.229 15.104-6.229 5.077 0 10.155 1.792 14.208 5.419l22.741 20.309 23.552-164.437c1.152-8.021 7.467-13.909 15.104-16.469 1.963-0.64 4.011-0.939 6.101-0.939 6.059 0 12.245 2.645 16.512 6.869 97.493 97.493 154.027 231.765 156.629 369.664 162.261 144.597 267.605 372.48 262.955 572.117-0.299 11.349-9.472 20.523-20.864 20.821zM806.4 591.573c-20.779-20.779-48.085-31.189-75.435-31.189s-54.656 10.411-75.435 31.189c-41.557 41.6-41.557 109.269 0 150.869 41.6 41.6 109.269 41.6 150.869 0s41.6-109.312 0-150.869zM116.224 238.72c-45.653-45.653-108.331-251.904-115.328-275.243-2.261-7.509-0.171-15.659 5.333-21.205 4.096-4.096 9.515-6.272 15.104-6.272 2.048 0 4.096 0.299 6.144 0.896 23.339 6.997 229.589 69.675 275.243 115.328 51.413 51.413 51.413 135.083 0 186.496-51.456 51.413-135.083 51.371-186.496 0z" />
<glyph unicode="&#xe905;" glyph-name="domains" d="M937.105 642.453c-25.521 0-44.748-26.36-44.748-58.897v-191.477c-24.238 47.475-72.715 68.856-104.412-2.832v194.309c0 32.518-19.227 58.897-44.748 58.897s-44.748-26.36-44.748-58.897v-226.256c0-46.335 23.97-86.911 58.709-100.993 8.442-3.421 62.483-11.555 91.569 35.882 21.464-31.986 48.969-44.909 81.202-32.176 35.097 13.836 51.922 54.526 51.922 101.221v222.322c0 32.537-19.227 58.897-44.748 58.897zM608.954 642.453c-25.521 0-44.748-26.36-44.748-58.897v-191.477c-24.238 47.475-72.715 68.856-104.412-2.832v194.309c0 32.518-19.227 58.897-44.748 58.897s-44.748-26.36-44.748-58.897v-226.256c0-46.335 23.97-86.911 58.709-100.993 8.442-3.421 62.483-11.555 91.569 35.882 21.464-31.986 48.969-44.909 81.202-32.176 35.097 13.836 51.922 54.526 51.922 101.221v222.322c0 32.537-19.227 58.897-44.748 58.897zM280.803 642.453c-25.521 0-44.748-26.36-44.748-58.897v-191.477c-24.238 47.475-72.715 68.856-104.412-2.832v194.309c0 32.518-19.227 58.897-44.748 58.897s-44.748-26.36-44.748-58.897v-226.256c0-46.335 23.97-86.911 58.709-100.993 8.442-3.421 62.483-11.555 91.569 35.882 21.464-31.986 48.969-44.909 81.202-32.176 35.097 13.836 51.922 54.526 51.922 101.221v222.322c0 32.537-19.227 58.897-44.748 58.897z" />
<glyph unicode="&#xe906;" glyph-name="forums" d="M562.773 704h-273.067c-11.093 0-21.76-0.427-32-1.707-114.773-9.813-172.373-77.653-172.373-202.667v-170.667c0-170.667 68.267-204.373 204.373-204.373h17.067c9.387 0 21.76-6.4 27.307-13.653l51.2-68.267c22.613-30.293 59.307-30.293 81.92 0l51.2 68.267c6.4 8.533 16.64 13.653 27.307 13.653h17.067c125.013 0 192.853 57.173 202.667 172.373 1.28 10.24 1.707 20.907 1.707 32v170.667c0 136.107-68.267 204.373-204.373 204.373zM277.333 362.667c-23.893 0-42.667 19.2-42.667 42.667s19.2 42.667 42.667 42.667 42.667-19.2 42.667-42.667-19.2-42.667-42.667-42.667zM426.24 362.667c-23.893 0-42.667 19.2-42.667 42.667s19.2 42.667 42.667 42.667 42.667-19.2 42.667-42.667-18.773-42.667-42.667-42.667zM575.573 362.667c-23.893 0-42.667 19.2-42.667 42.667s19.2 42.667 42.667 42.667 42.667-19.2 42.667-42.667-19.2-42.667-42.667-42.667zM937.822 670.293v-170.667c0-85.333-26.453-143.36-79.36-175.36-12.8-7.68-27.733 2.56-27.733 17.493l0.427 157.867c0 170.667-97.707 268.373-268.373 268.373l-259.838-0.427c-14.933 0-25.173 14.933-17.493 27.733 32 52.907 90.027 79.36 174.931 79.36h273.067c136.107 0 204.373-68.267 204.373-204.373z" />
<glyph unicode="&#xe907;" glyph-name="games" d="M768.050 586.782h-230.749c6.374 39.248 29.338 54.935 57.517 73.707 35.72 23.816 80.166 53.452 80.166 135.706 0 12.85-10.421 23.262-23.271 23.262s-23.271-10.413-23.271-23.262c0-57.363-26.219-74.849-59.443-96.986-32.065-21.379-70.886-47.786-78.547-112.426h-234.294c-125.906 0.102-233.186-91.388-252.98-215.726-19.786-124.339 53.793-244.604 173.513-283.596 119.712-38.984 250.006 14.886 307.234 127.031h56.358c57.253-112.051 187.479-165.844 307.123-126.861s193.18 159.181 173.42 283.451c-19.752 124.27-126.938 215.735-252.776 215.701zM325.963 307.565h-46.542v-46.542c0-12.85-10.413-23.262-23.262-23.262s-23.271 10.413-23.271 23.262v46.542h-46.533c-12.85 0-23.271 10.413-23.271 23.262s10.421 23.271 23.271 23.271h46.533v46.533c0 12.85 10.421 23.271 23.271 23.271s23.262-10.421 23.262-23.271v-46.533h46.542c12.85 0 23.262-10.421 23.262-23.271s-10.413-23.262-23.262-23.262zM709.885 307.565h-23.271c-12.85 0-23.271 10.413-23.271 23.262s10.421 23.271 23.271 23.271h23.271c12.85 0 23.262-10.421 23.262-23.271s-10.413-23.262-23.262-23.262zM791.321 249.392c0-12.85-10.421-23.271-23.271-23.271s-23.262 10.421-23.262 23.271v23.271c0 12.85 10.413 23.262 23.262 23.262s23.271-10.413 23.271-23.262zM791.321 389.001c0-12.85-10.421-23.271-23.271-23.271s-23.262 10.421-23.262 23.271v23.271c0 12.85 10.413 23.262 23.262 23.262s23.271-10.413 23.271-23.262zM849.494 307.565h-23.271c-12.85 0-23.271 10.413-23.271 23.262s10.421 23.271 23.271 23.271h23.271c12.85 0 23.262-10.421 23.262-23.271s-10.413-23.262-23.262-23.262z" />
<glyph unicode="&#xe908;" glyph-name="menu" d="M512 544c-52.388 0-96-43.612-96-96s43.612-96 96-96c52.388 0 96 43.612 96 96s-43.612 96-96 96zM512 842.667c-52.388 0-96-43.612-96-96s43.612-96 96-96c52.388 0 96 43.612 96 96s-43.612 96-96 96zM512 245.333c-52.388 0-96-43.612-96-96s43.612-96 96-96c52.388 0 96 43.612 96 96s-43.612 96-96 96z" />
<glyph unicode="&#xe909;" glyph-name="hosting" d="M981.601 351.891c0 129.109-104.445 234.289-233.289 235.476-27.625 111.336-128.836 192.234-245.906 192.234-139.703 0-253.359-113.656-253.359-253.359 0-1.203 0.008-2.406 0.023-3.617-1.18 0.023-2.359 0.031-3.539 0.031-112.008 0-203.132-91.117-203.132-203.125s91.125-203.132 203.132-203.132l510.14 0.211c125.437 5.039 225.929 108.633 225.929 235.281z" />
<glyph unicode="&#xe90a;" glyph-name="landing" d="M512 812.501c-17.664 0-32 14.336-32 32v83.499c0 17.664 14.336 32 32 32s32-14.336 32-32v-83.499c0-17.664-14.336-32-32-32zM792.363 696.363c-8.192 0-16.384 3.115-22.613 9.387-12.501 12.501-12.501 32.768 0 45.269l59.051 59.051c12.501 12.501 32.768 12.501 45.269 0s12.501-32.768 0-45.269l-59.051-59.051c-6.272-6.229-14.464-9.387-22.656-9.387zM992 416h-83.499c-17.664 0-32 14.336-32 32s14.336 32 32 32h83.499c17.664 0 32-14.336 32-32s-14.336-32-32-32zM851.413 76.587c-8.192 0-16.384 3.115-22.613 9.387l-59.051 59.051c-12.501 12.501-12.501 32.768 0 45.269s32.768 12.501 45.269 0l59.051-59.051c12.501-12.501 12.501-32.768 0-45.269-6.272-6.272-14.464-9.387-22.656-9.387zM172.587 76.587c-8.192 0-16.384 3.115-22.613 9.387-12.501 12.501-12.501 32.768 0 45.269l59.051 59.051c12.501 12.501 32.768 12.501 45.269 0s12.501-32.768 0-45.269l-59.051-59.051c-6.272-6.272-14.464-9.387-22.656-9.387zM115.499 416h-83.499c-17.664 0-32 14.336-32 32s14.336 32 32 32h83.499c17.664 0 32-14.336 32-32s-14.336-32-32-32zM231.637 696.363c-8.192 0-16.384 3.115-22.613 9.387l-59.051 59.051c-12.501 12.501-12.501 32.768 0 45.269s32.768 12.501 45.269 0l59.051-59.051c12.501-12.501 12.501-32.768 0-45.269-6.315-6.229-14.464-9.387-22.656-9.387zM640 64v-53.333c0-40.96-33.707-74.667-74.667-74.667h-106.667c-35.84 0-74.667 27.307-74.667 87.040v40.96zM700.16 680.107c-69.973 56.747-162.133 78.933-252.16 59.733-113.067-23.467-204.8-115.627-228.267-228.693-23.893-116.053 19.627-231.253 112.64-301.653 25.173-18.773 42.667-47.787 48.64-81.493v-0.427c0.853 0.427 2.133 0.427 2.987 0.427h256c0.853 0 1.28 0 2.133-0.427v0.427c5.973 32.427 25.173 62.293 54.613 85.333 72.107 57.173 113.92 142.507 113.92 234.667 0 90.453-40.107 174.933-110.507 232.107zM672 426.667c-17.493 0-32 14.507-32 32 0 64.853-52.48 117.333-117.333 117.333-17.493 0-32 14.507-32 32s14.507 32 32 32c99.84 0 181.333-81.493 181.333-181.333 0-17.493-14.507-32-32-32zM381.013 128h2.987c-0.853 0-2.133 0-2.987-0.427zM642.133 128v-0.427c-0.853 0.427-1.28 0.427-2.133 0.427z" />
<glyph unicode="&#xe90b;" glyph-name="portfolio" d="M655.356 921.007h-418.26c-83.894 0-152.029-68.135-152.029-152.024v-561.231c0-83.495 68.135-152.024 152.029-152.024h346.183c-15.75 34.264-24.413 72.466-24.413 112.639 0 142.178 109.49 258.76 248.519 270.572v330.043c0 83.889-68.135 152.024-152.029 152.024zM428.894 253.046h-144.933c-22.058 0-39.385 17.332-39.385 39.385 0 21.659 17.327 39.385 39.385 39.385h144.933c21.663 0 39.385-17.726 39.385-39.385 0-22.053-17.721-39.385-39.385-39.385zM599.433 479.113c-6.702-6.697-15.365-10.24-24.423-10.24h-253.635c-9.058 0-17.721 3.543-24.423 10.24-6.298 6.697-9.846 15.755-9.452 24.813 1.971 57.5 32.692 106.731 78.769 133.514-10.625 15.361-16.538 34.264-16.538 54.351 0 53.957 44.115 98.462 98.462 98.462 54.356 0 98.067-44.505 98.067-98.462 0-20.087-5.904-38.99-16.538-54.351 46.077-26.784 77.192-76.014 79.163-133.514 0.394-9.058-3.154-18.115-9.452-24.813zM1024 168.368c0 106.337-86.654 192.986-192.99 192.986-106.592 0-193.375-86.291-193.375-192.986 0-104.535 85.191-193.375 193.375-193.375 106.337 0 192.99 86.644 192.99 193.375zM784.144 104.565c-3.941 3.94-37.421 37.416-33.481 33.476-15.356 15.361-15.356 40.173 0 55.534 15.365 15.361 40.567 15.361 55.933 0l5.115-5.514 43.721 43.716c15.356 15.361 40.173 15.361 55.529 0 15.365-15.361 15.365-40.168 0-55.534l-71.288-71.678c-16.513-15.697-40.795-14.743-55.529 0z" />
<glyph unicode="&#xe90c;" glyph-name="random" d="M512 960c-282.982 0-512-228.992-512-512 0-282.978 228.992-512 512-512 282.982 0 512 228.992 512 512 0 282.982-228.992 512-512 512zM496.85 208.362c-28.98 0-51.22 24.262-51.22 51.896 0 28.306 22.914 51.892 51.22 51.892 28.308 0 51.892-23.588 51.892-51.894 0-27.63-22.914-51.894-51.892-51.894zM573.678 470.528c-37.066-28.98-37.742-49.198-37.742-84.242 0-12.808-6.74-27.634-39.762-27.634-27.634 0-37.066 10.11-37.066 45.154 0 57.96 25.61 85.592 45.154 102.44 22.24 18.872 59.982 39.762 59.982 76.154 0 31.004-26.958 45.83-60.656 45.83-68.742 0-53.914-51.896-90.31-51.896-18.196 0-40.436 12.134-40.436 38.416 0 36.392 41.784 90.31 132.768 90.31 86.264 0 143.55-47.852 143.55-111.202s-57.286-109.178-75.482-123.33z" />
<glyph unicode="&#xe90d;" glyph-name="tools" d="M923.838 584.145l-217.315 217.602c-20.484 20.58-56.408 20.563-76.854 0.017l-72.432-72.529c-10.277-10.255-15.936-23.927-15.936-38.486s5.66-28.232 15.919-38.469l217.333-217.62c10.241-10.29 23.897-15.958 38.435-15.958s28.194 5.668 38.418 15.94l72.432 72.529c10.277 10.255 15.936 23.929 15.936 38.486 0 14.561-5.661 28.235-15.938 38.49zM542.077 615.889c-5.943 5.96-15.177 7.021-22.27 2.635-52.887-32.423-135.739-71.070-230.121-71.070-8.083 0-15.194-5.359-17.422-13.143l-128.751-450.637c-2.282-8.030 1.202-16.573 8.455-20.713 7.234-4.086 16.396-2.795 22.127 3.308l215.457 228.123c7.234 7.677 10.648 18.483 9.356 29.663-2.494 21.862 7.517 41.797 26.761 53.312 16.909 10.083 39.356 9.587 56-1.185 14.416-9.392 23.331-23.737 25.063-40.381 1.715-16.396-3.98-32.475-15.619-44.114-11.657-11.657-27.789-17.193-44.521-15.335-11.409 1.345-21.879-2.087-29.592-9.392l-228.135-215.46c-6.067-5.731-7.429-14.858-3.308-22.127 3.291-5.767 9.356-9.144 15.743-9.144 1.645 0 3.325 0.229 4.97 0.689l450.637 128.751c7.782 2.23 13.143 9.339 13.143 17.422 0 94.383 38.648 177.234 71.070 230.121 4.369 7.128 3.291 16.344-2.635 22.27z" />
<glyph unicode="&#xe90e;" glyph-name="tutorials" d="M683.625 738.209c0-47.472-16.302-87.24-48.726-119.844-32.424-32.424-72.372-48.726-119.844-48.726-47.293 0-87.24 16.302-119.664 48.726s-48.726 72.372-48.726 119.844c0 47.472 16.302 87.24 48.726 119.844s72.551 48.546 119.844 48.546c47.472 0 87.24-16.302 119.844-48.726s48.726-72.372 48.546-119.664zM905.757 560.146v-387.655c0-21.317-16.481-38.873-37.619-40.306-58.22-4.12-115.544-17.376-169.644-39.231-58.041-23.288-112.32-55.175-161.045-94.585-14.868-11.823-35.828-11.823-50.696 0-48.726 39.41-103.005 71.297-161.045 94.585-54.1 21.855-111.424 35.111-169.644 39.231-21.138 1.433-37.619 19.168-37.619 40.306v387.655c0.179 22.392 18.272 40.485 40.664 40.485 1.433 0 2.687 0 4.12-0.179 53.383-5.374 106.408-20.243 159.254-44.785 67.356-31.349 130.771-75.059 189.708-131.308 59.116 56.070 122.351 99.959 189.708 131.308 52.667 24.542 105.871 39.41 159.254 44.785 22.213 2.329 42.277-13.794 44.605-36.186-0.179-1.433 0-2.866 0-4.12z" />
<glyph unicode="&#xe90f;" glyph-name="x" horiz-adv-x="768" d="M685.2 658.8c25 25 25 65.6 0 90.6s-65.6 25-90.6 0l-210.6-210.8-210.8 210.6c-25 25-65.6 25-90.6 0s-25-65.6 0-90.6l210.8-210.6-210.6-210.8c-25-25-25-65.6 0-90.6s65.6-25 90.6 0l210.6 210.8 210.8-210.6c25-25 65.6-25 90.6 0s25 65.6 0 90.6l-210.8 210.6 210.6 210.8z" />
<glyph unicode="&#xe910;" glyph-name="registrars" d="M629.011 699.888c-148.807 0-279.974-117.008-279.974-295.532s131.167-296.735 279.974-296.735c87.399 0 146.495 37.355 193.135 89.067 0.712 0.739 1.422 1.514 2.112 2.308l0.063 0.074c0.283 0.319 0.578 0.623 0.859 0.942l-0.082 0.089c8.275 10.211 13.301 23.349 13.347 37.66v0.010c-0.001 33.338-27.028 60.364-60.366 60.364-0.001 0-0.003 0-0.004 0v0c-12.966-0.051-24.957-4.181-34.767-11.172l0.185 0.125-0.097 0.096c-0.736-0.627-1.656-1.329-2.43-1.974-1.24-0.941-2.303-1.811-3.335-2.715l0.069 0.060c-24.157-19.499-63.623-44.658-106.492-44.658-89.284 0-153.213 72.372-153.213 166.459 0 95.293 63.929 165.256 153.213 165.256 46.295 0 73.447-2.766 99.901-37.747l0.017 0.018c11.13-12.948 27.525-21.1 45.824-21.111h0.002c0.001 0 0.002 0 0.004 0 33.339 0 60.365 27.026 60.366 60.364v0c-0.007 13.292-4.309 25.579-11.593 35.548l0.119-0.171 0.012 0.012c-0.082 0.111-0.163 0.205-0.243 0.314-0.557 0.756-1.010 1.343-1.473 1.92l0.092-0.119c-47.15 63.587-106.95 91.248-195.232 91.248zM173.777 288.559c-45.193 0-83.775-37.394-83.775-89.263s38.582-89.263 83.775-89.263c46.295 0 84.871 37.394 84.871 89.263s-38.576 89.263-84.871 89.263z" />
<glyph unicode="&#xe911;" glyph-name="code" d="M236.346 179.43c11.715-13.047 28.516-20.525 46.088-20.525 15.332 0 30.060 5.662 41.457 15.924 25.398 22.855 27.457 62.148 4.602 87.576l-167.055 185.598 167.055 185.625c22.855 25.398 20.797 64.692-4.602 87.547v0.031c-12.305 11.078-28.289 16.801-44.726 15.801-16.559-0.877-31.756-8.113-42.819-20.402l-204.396-227.131c-21.266-23.641-21.266-59.301 0-82.975zM787.654 716.604c-22.853 25.367-62.101 27.455-87.545 4.57-25.398-22.855-27.457-62.148-4.602-87.576l167.055-185.596-167.055-185.627c-22.855-25.398-20.797-64.692 4.602-87.578 11.396-10.23 26.125-15.892 41.457-15.892 17.572 0 34.373 7.478 46.088 20.494l204.396 227.131c21.266 23.643 21.266 59.303 0 82.943zM620.615 890.363l-0.060 0.029c-33.223 8.053-66.811-12.381-74.922-45.467l-187.656-764.303c-8.158-33.18 12.215-66.811 45.437-74.984 4.83-1.18 9.809-1.785 14.789-1.785 28.607 0 53.354 19.404 60.164 47.223l187.656 764.303c8.158 33.18-12.215 66.811-45.408 74.984z" />
<glyph unicode="&#xe912;" glyph-name="news" d="M477.527 759.528v-466.026h-212.751c-106.309 0-192.489 86.18-192.489 192.489v0 81.048c0 106.309 86.18 192.489 192.489 192.489v0zM922.212 852.044c-18.494 13.306-42.258 16.909-63.866 9.685l-332.297-110.671v-449.087l332.297-110.671c7.221-2.431 14.791-3.663 22.41-3.647 39.176-0.045 70.958 31.701 70.957 70.876v535.97c-0.014 22.808-10.991 44.219-29.501 57.544zM524.129 10.589c-66.132-84.524-200.558-55.907-226.529 48.224l-46.603 186.816c4.56-0.674 9.171-0.945 13.778-0.81h251.654l30.798-123.598c9.75-38.466 1.229-79.279-23.099-110.63z" />
<glyph unicode="&#xe913;" glyph-name="user" d="M512-57.391c-278.651 0-505.391 226.739-505.391 505.391s226.739 505.391 505.391 505.391c278.651 0 505.391-226.739 505.391-505.391s-226.739-505.391-505.391-505.391zM512 21.577c235.974 0 426.423 190.449 426.423 426.423s-190.449 426.423-426.423 426.423c-235.974 0-426.423-190.449-426.423-426.423s190.449-426.423 426.423-426.423zM512-64c-282.236 0-512 229.763-512 512s229.763 512 512 512c282.236 0 512-229.763 512-512s-229.763-512-512-512zM512-50.782c275.066 0 498.782 223.716 498.782 498.782s-223.716 498.782-498.782 498.782c-275.066 0-498.782-223.716-498.782-498.782s223.716-498.782 498.782-498.782zM512 14.968c-239.53 0-433.032 193.502-433.032 433.032s193.502 433.032 433.032 433.032c239.53 0 433.032-193.502 433.032-433.032s-193.502-433.032-433.032-433.032zM512 28.186c232.418 0 419.814 187.397 419.814 419.814s-187.397 419.814-419.814 419.814c-232.418 0-419.814-187.397-419.814-419.814s187.397-419.814 419.814-419.814zM510.026 410.491c-104.202 0-189.521 85.319-189.521 189.521s85.319 189.521 189.521 189.521c104.202 0 189.521-85.319 189.521-189.521s-85.319-189.521-189.521-189.521zM510.026 489.458c61.526 0 110.554 49.028 110.554 110.554s-49.028 110.554-110.554 110.554c-61.526 0-110.554-49.028-110.554-110.554s49.028-110.554 110.554-110.554zM510.026 403.882c-107.81 0-196.13 88.32-196.13 196.13s88.32 196.13 196.13 196.13c107.81 0 196.13-88.32 196.13-196.13s-88.32-196.13-196.13-196.13zM510.026 417.099c100.594 0 182.913 82.318 182.913 182.913s-82.318 182.913-182.913 182.913c-100.594 0-182.913-82.318-182.913-182.913s82.318-182.913 182.913-182.913zM510.026 482.849c-65.037 0-117.163 52.126-117.163 117.163s52.126 117.163 117.163 117.163c65.037 0 117.163-52.126 117.163-117.163s-52.126-117.163-117.163-117.163zM510.026 496.067c58.015 0 103.945 45.93 103.945 103.945s-45.93 103.945-103.945 103.945c-58.015 0-103.945-45.93-103.945-103.945s45.93-103.945 103.945-103.945zM290.344 172.135c-7.169 1.204-13.49 4.184-18.695 8.471l0.068-0.054c-8.86 7.296-14.465 18.266-14.465 30.546 0 9.528 3.375 18.267 8.994 25.088l-0.054-0.068c53.594 65.43 135.355 107.25 226.333 107.25h46.848c90.978 0 172.739-41.819 226.333-107.25 5.565-6.753 8.94-15.493 8.94-25.021 0-12.28-5.606-23.25-14.397-30.491l-0.068-0.054c-6.753-5.565-15.493-8.94-25.021-8.94-12.28 0-23.25 5.606-30.491 14.397l-0.054 0.068c-39.189 47.844-98.376 78.323-165.241 78.323h-46.848c-66.865 0-126.052-30.479-165.241-78.323-7.296-8.859-18.266-14.464-30.545-14.464-2.258 0-4.472 0.19-6.627 0.554l0.232-0.032zM739.455 165.237c-14.748-1.352-29.903 4.382-39.954 16.653-37.994 46.385-95.272 75.902-160.129 75.902h-46.848c-64.857 0-122.135-29.517-160.129-75.902-10.428-12.731-26.884-18.944-43.124-16.279-7.984 1.31-15.484 4.702-21.743 9.828-19.634 16.081-22.534 45.233-6.451 64.867 54.807 66.911 138.442 109.671 231.446 109.671h46.848c93.004 0 176.639-42.76 231.446-109.671 16.083-19.633 13.183-48.785-6.451-64.867-7.362-6.031-16.064-9.392-24.912-10.203zM738.202 178.324c6.297 0.589 12.501 3.008 17.791 7.341 14.107 11.555 16.156 32.16 4.6 46.266-52.38 63.949-132.267 104.828-221.22 104.828h-46.848c-88.953 0-168.84-40.879-221.22-104.828-11.556-14.106-9.507-34.711 4.6-46.266 4.465-3.657 9.812-6.072 15.508-7.006 0.001 0 0.001 0 0.002 0s0.001 0 0.002 0v0c11.6-1.904 23.305 2.512 30.754 11.606 40.384 49.303 101.481 80.745 170.354 80.745h46.848c68.874 0 129.97-31.441 170.354-80.745 7.222-8.817 17.98-12.923 28.475-11.941z" />
<glyph unicode="&#xe914;" glyph-name="arrow" d="M770.2 520.2l-371.8 371.8c-40 40-104.6 40-144.6 0s-40-104.6 0-144.6l299.6-299.4-299.6-299.4c-40-40-40-104.6 0-144.6s104.6-40 144.6 0l371.8 371.8c39.8 39.8 39.8 104.6 0 144.4z" />
<glyph unicode="&#xe915;" glyph-name="arrow-circle" d="M512 960c-282.764 0-512-229.236-512-512s229.236-512 512-512 512 229.236 512 512-229.236 512-512 512zM512 21.334c-235.636 0-426.666 191.030-426.666 426.666s191.030 426.666 426.666 426.666 426.666-191.030 426.666-426.666-191.030-426.666-426.666-426.666zM456.836 691.504c-16.662 16.662-43.678 16.662-60.34 0s-16.662-43.678 0-60.34l183.164-183.164-183.164-183.164c-16.662-16.662-16.662-43.678 0-60.34s43.678-16.662 60.34 0l213.334 213.334c16.662 16.662 16.662 43.678 0 60.34l-213.334 213.334z" />
<glyph unicode="&#xe916;" glyph-name="rings" d="M351.84 863.644c-194.273-0.001-351.762-157.491-351.762-351.764 0 0 0-0.001 0-0.001v0c0.001-194.272 157.49-351.76 351.762-351.762v0c16.732 0.138 33.040 1.423 48.998 3.779l-1.916-0.232c23.004-28.603 49.656-53.021 79.537-72.984l1.28-0.805c54.226-35.988 120.809-57.447 192.399-57.52h0.019c0.001 0 0.001 0 0.001 0 194.273 0 351.763 157.489 351.764 351.762v0c-0.048 171.963-123.483 315.082-286.582 345.641l-2.18 0.34c19.174-32.988 34.781-71.16 44.829-111.53l0.64-3.037c87.654-41.771 147.162-129.637 147.211-231.407v-0.007c-0.002-141.208-114.474-255.68-255.683-255.68 0 0 0 0 0 0v0c-28.753 0.201-56.291 5.116-81.972 14.010l1.796-0.541c-34.959 11.816-65.057 29.721-90.517 52.671l0.228-0.202c-10.036 9.080-19.159 18.716-27.499 29.013l-0.376 0.479c-0.918 1.158-2.245 2.909-3.549 4.677l-0.494 0.702c-5.972 7.73-11.885 16.465-17.252 25.561l-0.651 1.193c-1.206 1.919-2.993 5.033-4.715 8.187l-0.668 1.337c-18.652 34.337-29.73 75.141-30.011 118.507v0.087c0.117 108.683 68.027 201.475 163.713 238.376l1.748 0.593c-0.581 1.067-0.514 0.953-0.447 0.84l0.65-1.187c14.016-28.408 23.027-61.609 24.963-96.697l0.029-0.659c0.237-4.005 0.378-8.722 0.391-13.469v-0.035c-0.359-72.825-31.108-138.399-80.204-184.743l-0.124-0.116c12.581-31.193 33.931-56.659 60.986-74.005l0.623-0.374c70.476 64.404 114.579 156.649 114.801 259.198v0.040c-0.038 8.978-0.406 17.8-1.093 26.533l0.077-1.22c-2.777 37.532-11.013 72.357-23.94 104.805l0.835-2.375c-1.105 2.482-1.294 2.87-1.484 3.258l0.918-2.075c-6.575 16.293-13.169 29.793-20.566 42.776l0.909-1.733c-2.859 5.215-4.863 8.633-6.922 12.014l0.879-1.553c-8.273 13.909-16.39 25.733-25.179 37.008l0.589-0.785c-1.333 1.892-1.962 2.753-2.594 3.611l0.68-0.967c-1.031 1.468-1.359 1.918-1.689 2.367l0.689-0.985c-2.352-0.408-2.431-0.424-2.511-0.44l2.276 0.393c-64.939 80.169-163.34 131.026-273.622 131.133h-0.018zM351.84 767.562c65.635-0.348 125.359-25.373 170.428-66.261l-0.213 0.191c-119.943-57.558-201.351-177.922-201.66-317.334v-0.041c0.375-45.95 9.503-89.664 25.792-129.701l-0.847 2.353c-138.213 3.627-248.905 116.396-249.18 255.083v0.027c0 0 0 0 0 0.001 0 141.209 114.471 255.681 255.679 255.683v0z" />
<glyph unicode="&#xe917;" glyph-name="compass" d="M928 448c0 229.75-186.25 416-416 416s-416-186.25-416-416v0c0-229.75 186.25-416 416-416s416 186.25 416 416v0zM0 448c0 282.77 229.23 512 512 512s512-229.23 512-512v0c0-282.77-229.23-512-512-512s-512 229.23-512 512v0zM613.4 309.8l-288.6-111c-38.8-15-77 23.2-62 62l111 288.6c6.6 17 19.8 30.2 36.8 36.8l288.6 111c38.8 15 77-23.2 62-62l-111-288.6c-6.4-17-19.8-30.2-36.8-36.8zM576 448c0 35.346-28.654 64-64 64s-64-28.654-64-64v0c0-35.346 28.654-64 64-64s64 28.654 64 64v0z" />
<glyph unicode="&#xe918;" glyph-name="arrow-right" horiz-adv-x="896" d="M529.2 818.74l352-336c9.5-9.062 14.876-21.62 14.876-34.76s-5.376-25.68-14.876-34.76l-352-336c-19.188-18.25-49.56-17.562-67.88 1.625-18.312 19-17.624 49.5 1.625 67.88l265.4 253.2h-680.325c-26.5 0-48.020 21.52-48.020 48.020s21.52 47.98 48.020 47.98h680.2l-265.4 253.2c-19.22 18.415-19.82 48.915-1.62 67.975 18.4 19.2 47 19.88 68 1.64z" />
<glyph unicode="&#xe919;" glyph-name="cube" d="M473.653 874.14c21.801 8.268 45.987 8.268 67.789 0l340.648-129.216c36.96-14.052 61.487-49.513 61.487-89.199v-415.25c0-39.685-24.527-75.113-61.487-89.25l-340.648-129.106c-21.801-6.813-45.987-6.813-67.789 0l-340.58 129.106c-37.045 14.137-61.555 49.564-61.555 89.25v415.25c0 39.685 24.51 75.147 61.555 89.199zM512.316 797.707c-3.066 1.175-8.005 1.175-9.538 0l-322.9-122.395 327.669-128.765 327.703 128.765zM162.062 227.701l304.607-115.48v362.45l-313.396 123.144v-357.34c0-5.621 3.509-10.73 8.789-12.774zM548.425 112.221l304.539 115.48c5.28 2.044 8.857 7.154 8.857 12.774v357.34l-313.396-123.144z" />
<glyph unicode="&#xe936;" glyph-name="alert" d="M512-64c-281.6 0-512 230.4-512 512s230.4 512 512 512c281.6 0 512-230.4 512-512s-230.4-512-512-512zM512 857.6c-225.28 0-409.6-184.32-409.6-409.6s184.32-409.6 409.6-409.6c225.28 0 409.6 184.32 409.6 409.6s-184.32 409.6-409.6 409.6zM512 345.6c-30.72 0-51.2 20.48-51.2 51.2v256c0 30.72 20.48 51.2 51.2 51.2s51.2-20.48 51.2-51.2v-256c0-30.72-20.48-51.2-51.2-51.2zM512 192c-30.72 0-51.2 20.48-51.2 51.2v0c0 30.72 20.48 51.2 51.2 51.2s51.2-20.48 51.2-51.2c0-30.72-20.48-51.2-51.2-51.2z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,56 @@
footer {
border-top: .1rem solid var(--hr-color);
.bottom {
max-width: 50rem;
margin: 0 auto;
.nav {
display: inline-block;
list-style-type: none;
white-space: nowrap;
}
.nav {
padding: 1.25rem 0;
margin: 0 1.5rem;
li {
display: inline-block;
margin: 0 .5rem;
a {
color: var(--fs-color);
font-size: .85rem;
&:hover {
color: var(--f-color);
text-decoration: underline;
}
}
p {
display: inline-block;
color: var(--fs-color);
font-size: .85rem;
margin: 0 .35rem 0 0;
}
}
.highlight a {
color: var(--t-color);
text-decoration: underline;
&:hover {
color: var(--t-color);
}
}
}
}
}
@media only screen and (max-width: 480px) {
footer {
display: none;
}
}

View File

@ -0,0 +1,165 @@
header {
position: fixed;
width: 100%;
top: 0;
background: var(--b-color);
opacity: .96;
z-index: 99;
.nav {
display: grid;
grid-template-columns: 12rem calc(100% - 28rem) 16rem;
max-width: 50rem;
padding: 1rem;
margin: 0 auto;
.logo {
width: fit-content;
font-size: 1rem;
font-weight: 700;
margin: .5rem 1rem;
}
.cta,
.links {
text-align: right;
list-style-type: none;
white-space: nowrap;
padding: 0;
margin: .5rem .25rem 0 0;
li {
display: inline-block;
margin: 0 .5rem;
a {
color: var(--fs-color);
font-size: .85rem;
&:hover {
color: var(--f-color);
text-decoration: underline;
}
}
.highlight {
color: var(--fh-color);
}
}
}
.cta {
text-align: right;
margin: .8rem 0 0 0;
}
.search {
position: relative;
padding: 0 1rem;
.redirect {
position: absolute;
right: 1rem;
top: 0;
font-size: .85rem;
padding: .7rem .85rem .6rem .75rem;
&:hover {
cursor: pointer;
}
}
input {
position: relative;
width: 100%;
color: var(--f-color);
background: var(--b-color);
font-size: .8rem;
font-weight: 400;
padding: .6rem .75rem;
border: .1rem solid var(--hr-color);
outline: none;
&:focus {
border-color: var(--btns-color);
}
&::placeholder {
font-family: var(--p-font);
font-size: .8rem;
opacity: .8;
}
}
@-moz-document url-prefix() {
input {
&::placeholder {
opacity: .45;
}
}
}
}
}
}
@media only screen and (max-width: 480px) {
header {
.nav {
grid-template-columns: 10.5rem calc(100% - 14rem) 3.5rem;
padding: .75rem .5rem;
.menu-btn {
grid-column: 3;
color: var(--dfs-color);
font-size: 1.25rem;
padding: .3rem 1rem;
margin: .25rem 0 0 0;
.icon-menu,
.icon-x {
position: absolute;
padding: 0;
&:hover {
cursor: pointer;
}
}
.icon-menu {
right: 1.5rem;
}
.icon-x {
right: 1.65rem;
}
}
.search {
display: none;
}
.menu {
position: fixed;
top: 4.05rem;
left: 0;
width: 100%;
height: calc(100vh - 4.05rem);
background: var(--b-color);
.links {
margin: 2rem 1rem;
li {
display: block;
padding: .25rem;
margin: .5rem .725rem;
a {
font-size: 2rem;
}
}
}
}
}
}
}

View File

@ -0,0 +1,71 @@
.sidebar,
.sidebar .subcategory {
list-style-type: none;
white-space: nowrap;
padding: 0;
margin: 0;
}
.sidebar {
position: sticky;
top: 6.5rem;
height: fit-content;
margin: 0 0 1rem 0;
li {
margin: 1.75rem 1rem;
&:first-of-type {
margin: .5rem 1rem 1.75rem 1rem;
}
label {
display: block;
font-family: var(--p-font);
color: var(--f-color);
font-size: .9rem;
font-weight: 700;
margin: .75rem 0;
}
.subcategory li {
margin: .35rem 1rem;
}
a {
color: var(--fs-color);
p {
display: inline-block;
color: var(--fs-color);
font-size: .9rem;
font-weight: 500;
transition: none;
margin: 0;
}
span {
position: relative;
top: .05rem;
font-size: 1rem;
margin: 0 .5rem 0 0;
}
&:hover p {
color: var(--t-color);
text-decoration: underline;
}
}
.highlight p {
color: var(--t-color);
text-decoration: underline;
}
}
}
@media only screen and (max-width: 480px) {
.sidebar {
display: none;
}
}

View File

@ -0,0 +1,25 @@
:root {
/* Font Stack */
--p-font: 'Public Sans', sans-serif;
--s-font: 'Libre Baskerville', sans-serif;
/* Primary Colors */
--b-color: #1b1b1b; /* bg */
--s-color: #222222; /* secondary */
--t-color: #f18a14; /* ternary */
--w-color: #ffffff; /* white */
--l-color: #308fe7; /* link */
--e-color: #d30012; /* error */
--hr-color: #ffffff1a; /* hr */
--hrs-color: #ffffff69; /* hr focus */
/* Font Colors */
--f-color: #dfdcdb; /* primary */
--fs-color: #8a8888; /* secondary */
--ft-color: #d4d3d3; /* trinary */
--fq-color: #b4b1b1; /* quaternary */
--fh-color: #d8d8d8; /* hover */
--h-color: #c9b2983a; /* text highlight */
}

View File

@ -0,0 +1,188 @@
/* public-sans-300 - latin */
@font-face {
font-display: swap;
font-family: 'Public Sans';
font-style: normal;
font-weight: 300;
src: url('/assets/fonts/public-sans/public-sans-v15-latin-300.woff2') format('woff2'),
url('/assets/fonts/public-sans/public-sans-v15-latin-300.ttf') format('truetype');
}
/* public-sans-regular - latin */
@font-face {
font-display: swap;
font-family: 'Public Sans';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/public-sans/public-sans-v15-latin-regular.woff2') format('woff2'),
url('/assets/fonts/public-sans/public-sans-v15-latin-regular.ttf') format('truetype');
}
/* public-sans-500 - latin */
@font-face {
font-display: swap;
font-family: 'Public Sans';
font-style: normal;
font-weight: 500;
src: url('/assets/fonts/public-sans/public-sans-v15-latin-500.woff2') format('woff2'),
url('/assets/fonts/public-sans/public-sans-v15-latin-500.ttf') format('truetype');
}
/* public-sans-600 - latin */
@font-face {
font-display: swap;
font-family: 'Public Sans';
font-style: normal;
font-weight: 600;
src: url('/assets/fonts/public-sans/public-sans-v15-latin-600.woff2') format('woff2'),
url('/assets/fonts/public-sans/public-sans-v15-latin-600.ttf') format('truetype');
}
/* public-sans-700 - latin */
@font-face {
font-display: swap;
font-family: 'Public Sans';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/public-sans/public-sans-v15-latin-700.woff2') format('woff2'),
url('/assets/fonts/public-sans/public-sans-v15-latin-700.ttf') format('truetype');
}
/* public-sans-800 - latin */
@font-face {
font-display: swap;
font-family: 'Public Sans';
font-style: normal;
font-weight: 800;
src: url('/assets/fonts/public-sans/public-sans-v15-latin-800.woff2') format('woff2'),
url('/assets/fonts/public-sans/public-sans-v15-latin-800.ttf') format('truetype');
}
/* libre-baskerville-regular - latin */
@font-face {
font-display: swap;
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/libre-baskerville/libre-baskerville-v14-latin-regular.woff2') format('woff2'),
url('/assets/fonts/libre-baskerville/libre-baskerville-v14-latin-regular.ttf') format('truetype');
}
/* libre-baskerville-700 - latin */
@font-face {
font-display: swap;
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/libre-baskerville/libre-baskerville-v14-latin-700.woff2') format('woff2'),
url('/assets/fonts/libre-baskerville/libre-baskerville-v14-latin-700.ttf') format('truetype');
}
@font-face {
font-family: 'hns';
src: url('/assets/fonts/hns.ws/hns.eot?kpsv3b');
src: url('/assets/fonts/hns.ws/hns.eot?kpsv3b#iefix') format('embedded-opentype'),
url('/assets/fonts/hns.ws/hns.woff2?kpsv3b') format('woff2'),
url('/assets/fonts/hns.ws/hns.ttf?kpsv3b') format('truetype'),
url('/assets/fonts/hns.ws/hns.woff?kpsv3b') format('woff'),
url('/assets/fonts/hns.ws/hns.svg?kpsv3b#hns') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'hns' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-alert:before {
content: "\e936";
}
.icon-apps:before {
content: "\e900";
}
.icon-arrow:before {
content: "\e914";
}
.icon-arrow-circle:before {
content: "\e915";
}
.icon-arrow-right:before {
content: "\e918";
}
.icon-blog:before {
content: "\e901";
}
.icon-bugs:before {
content: "\e902";
}
.icon-code:before {
content: "\e911";
}
.icon-companies:before {
content: "\e903";
}
.icon-compass:before {
content: "\e917";
}
.icon-crypto:before {
content: "\e904";
}
.icon-cube:before {
content: "\e919";
}
.icon-domains:before {
content: "\e905";
}
.icon-forums:before {
content: "\e906";
}
.icon-games:before {
content: "\e907";
}
.icon-hosting:before {
content: "\e909";
}
.icon-landing:before {
content: "\e90a";
}
.icon-menu:before {
content: "\e908";
}
.icon-news:before {
content: "\e912";
}
.icon-portfolio:before {
content: "\e90b";
}
.icon-random:before {
content: "\e90c";
}
.icon-registrars:before {
content: "\e910";
}
.icon-rings:before {
content: "\e916";
}
.icon-tools:before {
content: "\e90d";
}
.icon-tutorials:before {
content: "\e90e";
}
.icon-user:before {
content: "\e913";
}
.icon-x:before {
content: "\e90f";
}

View File

@ -0,0 +1,55 @@
body {
background: var(--b-color);
margin: 0;
}
html {
scroll-behavior: smooth;
color-scheme: dark;
}
main {
min-height: calc(100vh - 7.9375rem);
margin: 4.1875rem auto 0 auto;
}
*,
*:after,
*:before {
box-sizing: border-box;
&:focus {
outline: none;
}
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label {
color: var(--f-color);
font-family: var(--p-font);
font-weight: 400;
}
a {
text-decoration: none;
text-underline-offset: .05rem;
}
.hns {
display: none;
}
.nohns {
display: block;
}
::selection {
background: var(--h-color);
}

View File

@ -0,0 +1,148 @@
.category .content {
.card {
background: var(--s-color);
box-shadow: #0000001a 0px 4px 10px 0px, #0000002a 0px 0px 1px 0px;
border: .1rem solid var(--hr-color);
padding: 1rem 2.75rem 1rem 1rem;
margin: 1rem 0;
scroll-margin-top: 6rem;
.name {
font-size: 1.05rem;
font-weight: 600;
margin: 0;
}
.desc {
font-size: .95rem;
padding: 0;
margin: .75rem 0 1.25rem 0;
}
.links {
margin: .5rem 0 .25rem 0;
.url {
display: inline-block;
width: fit-content;
color: var(--t-color);
font-size: .95rem;
font-weight: 600;
border: .15rem solid var(--hr-color);
padding: .65rem 1.85rem;
margin: 0 .25rem 0 0;
span {
font-size: .65rem;
margin: 0 0 0 .15rem;
}
&:hover {
border-color: var(--t-color);
}
}
.owner,
.code,
.icann {
display: inline-block;
margin: 0 0 0 .75rem;
span {
position: relative;
top: .15rem;
color: var(--fs-color);
font-size: 1.15rem;
}
&:hover span {
color: var(--t-color);
cursor: pointer;
}
}
.icann {
position: relative;
.tooltip {
display: none;
position: absolute;
top: -3.5rem;
left: -4.6rem;
width: 10.5rem;
background: var(--b-color);
border: .15rem solid var(--hr-color);
padding: .5rem 0;
text-align: center;
p {
color: var(--fs-color);
font-size: .8rem;
line-height: 1.1rem;
padding: 0;
margin: 0;
}
}
&:hover .tooltip {
display: block;
}
}
}
.icon {
display: none;
grid-column: 2;
grid-row: 1/4;
padding: .5rem 2rem 0 2rem;
img {
max-width: 100%;
height: auto;
border: none;
box-shadow: none;
}
}
}
.small {
display: grid;
grid-template-columns: 3fr 2fr;
.desc {
padding: 0;
margin: .5rem 1rem .5rem 0;
}
.links {
grid-column: 2;
grid-row: 1/3;
text-align: right;
.url {
margin: 0 0 0 .25rem;
}
.owner,
.code,
.icann {
margin: 0 .75rem 0 0;
}
}
}
}
@media only screen and (max-width: 480px) {
.category .content {
.card {
display: block;
padding: 1rem 1.75rem 1rem 1rem;
.desc {
margin: .75rem 0 1rem 0;
}
}
}
}

View File

@ -0,0 +1,35 @@
.category .content {
padding: 0 1rem 2rem 1rem;
h2 {
color: var(--ft-color);
font-family: var(--s-font);
font-size: 2rem;
font-weight: 600;
margin: .75rem 0 0 0;
}
p {
color: var(--fq-color);
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
padding: .5rem 1rem .5rem .05rem;
margin: .5rem 0 2rem 0;
}
.offline {
opacity: .5;
}
}
@media only screen and (max-width: 480px) {
.category .content {
padding: 0 .5rem 2rem .5rem;
p {
padding: .5rem 1rem .5rem .05rem;
margin: .5rem 0 2rem 0;
}
}
}

View File

@ -0,0 +1,25 @@
.guide {
padding: 1rem 4rem 6rem 4rem;
.content {
h2 {
margin: 2.75rem 0 0 .05rem;
}
p {
margin: 0 0 0 .1rem;
}
sub {
display: block;
margin: 0 0 1rem 0;
}
}
}
@media only screen and (max-width: 480px) {
.guide {
padding: 1rem 1rem 6rem 1rem;
}
}

View File

@ -0,0 +1,36 @@
.blog {
max-width: 38rem;
padding: 1rem 4rem 6rem 4rem;
margin: 0 auto;
h2 {
color: var(--f-color);
font-family: var(--s-font);
font-weight: 600;
margin: 2.75rem 0 1rem .05rem;
}
p {
color: var(--fs-color);
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
padding: .5rem 0;
margin: 0;
}
.post {
display: block;
a {
display: inline-block;
color: var(--l-color);
margin: .5rem 0;
&:hover {
text-decoration: underline;
}
}
}
}

View File

@ -0,0 +1,26 @@
.alert {
grid-column: 1/3;
width: 100%;
background: var(--w-color);
box-shadow: #0000001a 0px 4px 10px 0px, #0000002a 0px 0px 1px 0px;
border: .1rem solid var(--hr-color);
padding: .85rem 1.25rem;
margin: .75rem auto .25rem auto;
p {
display: inline-block;
font-size: .9rem;
text-align: left;
margin: 0;
}
a {
color: var(--l-color);
font-size: .9rem;
margin: 0 .5rem;
&:hover {
text-decoration: underline;
}
}
}

View File

@ -0,0 +1,44 @@
.index .content .card {
position: relative;
display: inline-block;
height: 3.15rem;
background: var(--s-color);
box-shadow: #0000001a 0px 4px 10px 0px, #0000002a 0px 0px 1px 0px;
border: .1rem solid var(--hr-color);
padding: .75rem 1rem;
margin: .25rem 0;
h4 {
display: inline-block;
width: 80%;
font-size: .9rem;
font-weight: 500;
line-height: 1.5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0;
margin: 0;
}
span {
position: absolute;
top: .95rem;
right: 1.5rem;
font-size: 1.15rem;
}
&:hover {
h4,
span {
color: var(--t-color);
}
}
}
@media only screen and (max-width: 480px) {
.index .content .card {
display: block;
margin: .75rem 0;
}
}

View File

@ -0,0 +1,27 @@
.index .content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 1rem;
padding: 0 1rem 2rem 1rem;
h3 {
color: var(--ft-color);
font-family: var(--s-font);
grid-column: 1/3;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.5rem;
margin: 4rem 0 1.25rem 0;
}
}
@media only screen and (max-width: 480px) {
.index .content {
display: block;
padding: 0 .5rem 2rem .5rem;
h3 {
margin: 2.5rem 0 1.25rem 0;
}
}
}

View File

@ -0,0 +1,157 @@
.index .content {
.hero,
.guides,
.explore {
grid-column: 1/3;
margin: 0 0 2.5rem 0;
p {
color: var(--fq-color);
font-size: 1.05rem;
font-weight: 300;
line-height: 1.5rem;
padding: 0;
margin: 0 0 1rem 0;
}
.cta {
display: inline-block;
width: fit-content;
color: var(--t-color);
background: var(--b-color);
font-size: .95rem;
font-weight: 600;
border: .15rem solid var(--hr-color);
padding: .65rem 1.85rem;
margin: .5rem .25rem 0 0;
&:hover {
cursor: pointer;
border-color: var(--t-color);
}
}
.secondary {
color: var(--f-color);
font-size: .95rem;
font-weight: 600;
margin: 0 1.25rem;
transition: none;
span {
font-size: .75rem;
margin: 0 .25rem;
transition: none;
}
&:hover {
color: var(--t-color);
transition: none;
}
}
}
.hero {
padding: 0 0 1rem 0;
h1 {
color: var(--ft-color);
font-family: var(--s-font);
font-size: 2.25rem;
font-weight: 700;
line-height: 3rem;
margin: .75rem 0;
}
p {
padding: 0 1rem 0 .1rem;
}
}
.guides,
.explore {
padding: 2rem 0;
h2 {
color: var(--ft-color);
font-family: var(--s-font);
font-size: 1.75rem;
font-weight: 700;
line-height: 2.25rem;
margin: 1rem 0 .5rem 0;
}
}
.guides {
display: grid;
grid-template-columns: 1fr 1fr;
h2,
p {
grid-column: 1/3;
}
a {
background: var(--w-color);
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
padding: 1rem 1.5rem;
box-shadow: #0000001a 0px 4px 10px 0px, #0000002a 0px 0px 1px 0px;
border: .1rem solid var(--hr-color);
&:nth-child(odd) {
margin: .5rem .5rem .5rem 0;
}
&:nth-child(even) {
margin: .5rem 0 .5rem .5rem;
}
&:hover {
color: var(--t-color);
}
}
}
.explore {
padding: 2rem 0 0 0;
margin: 0;
}
}
@media only screen and (max-width: 480px) {
.index .content {
.hero {
padding: 0 0 1rem 0;
h1 {
font-size: 2.5rem;
}
p {
padding: 0 1rem 0 .1rem;
}
.secondary {
display: inline-block;
margin: 0 0 0 1.25rem;
}
}
.guides,
.explore {
padding: 2rem 0;
h2 {
font-size: 1.5rem;
}
}
.guides a {
padding: 1rem 1.25rem 1.1rem 1.25rem;
}
}
}

View File

@ -0,0 +1,116 @@
.index,
.category {
display: grid;
grid-template-columns: 12rem 36rem;
max-width: 50rem;
padding: 2rem 1rem 0 1rem;
margin: 0 auto;
}
.index {
padding: 2rem 1rem;
}
.about,
.submit,
.guide,
.stats {
display: grid;
grid-template-columns: 1fr 5fr 1fr;
max-width: 50rem;
padding: 1rem 1rem 6rem 1rem;
margin: 0 auto;
.content {
grid-column: 2;
padding: 0 1rem;
h2,
h3,
h4 {
margin: 2.75rem 0 1rem .05rem;
scroll-margin-top: 6rem;
a {
color: var(--f-color);
font-family: var(--s-font);
font-weight: 600;
&:hover {
text-decoration: none;
}
}
}
h2 a {
font-size: 1.5rem;
}
h3 a {
font-size: 1.25rem;
}
p {
color: var(--fq-color);
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
padding: .5rem 0;
margin: 0;
a {
color: var(--l-color);
}
}
a:hover { text-decoration: underline }
code {
display: block;
font-size: .8rem;
}
ul{
padding: 0 0 0 1.5rem;
li {
color: var(--f-color);
font-family: var(--p-font);
font-size: 1rem;
font-weight: 400;
padding: .35rem 0;
a {
color: var(--l-color);
}
}
}
img {
width: 100%;
padding: 1rem 0;
}
}
}
@media only screen and (max-width: 480px) {
.index,
.category {
display: block;
padding: 2rem 1rem;
margin: 0 auto;
}
.about,
.submit,
.guide,
.stats {
display: block;
padding: .5rem 1rem 4rem 1rem;
.content {
padding: 0 .5rem;
}
}
}

View File

@ -0,0 +1,146 @@
.submit {
form {
display: grid;
grid-row-gap: 1.25rem;
grid-column-gap: 1rem;
grid-template-columns: 1fr 1fr;
grid-column: 2;
padding: 0 1.25rem;
margin: 2rem 0 1.25rem 0;
.group {
width: 100%;
position: relative;
}
label {
display: block;
text-align: start;
font-size: .825rem;
font-weight: 600;
margin: 0 0 .5rem .25rem;
span {
color: var(--e-color);
margin: 0 0 0 .25rem;
}
sub {
font-size: .75rem;
opacity: .75;
vertical-align: top;
padding: 0 0 0 .25rem;
}
}
textarea,
input {
position: relative;
width: 100%;
height: 2.5rem;
color: var(--f-color);
background: var(--b-color);
font-size: .925rem;
font-weight: 400;
padding: 0 .75rem;
border: .1rem solid var(--hr-color);
outline: none;
&:focus {
border-color: var(--btns-color);
}
&::placeholder {
font-family: var(--p-font);
font-size: .925rem;
opacity: .8;
}
}
@-moz-document url-prefix() {
textarea,
input {
&::placeholder {
opacity: .45;
}
}
}
select {
position: absolute;
right: .5rem;
top: 1.4rem;
background: none;
color: var(--f-color);
font-size: .9rem;
padding: .65rem .25rem .65rem 0;
border: none;
box-shadow: none;
&:hover {
cursor: pointer;
}
}
textarea {
min-height: 6rem;
font-family: var(--p-font);
padding: .75rem;
resize: vertical;
}
.desc {
grid-column: 1/3;
}
button {
display: inline-block;
width: fit-content;
color: var(--t-color);
background: var(--b-color);
font-family: var(--p-font);
font-size: .95rem;
font-weight: 600;
border: .15rem solid var(--hr-color);
padding: .65rem 1.85rem;
margin: .5rem .25rem 0 0;
&:hover {
cursor: pointer;
border-color: var(--t-color);
}
}
}
.success {
grid-column: 2;
padding: 1rem 1.25rem;
h4 {
color: var(--f-color);
font-size: 1.25rem;
font-family: var(--s-font);
font-weight: 600;
padding: .5rem 0;
margin: 0;
}
p {
color: var(--fs-color);
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
padding: .5rem 0;
margin: 0;
}
}
}
@media only screen and (max-width: 480px) {
.submit form {
padding: 0 .5rem;
}
}

View File

@ -0,0 +1,30 @@
@import 'fonts';
@import 'config';
/* Base style */
@import 'main';
/* Pages */
@import 'pages/pages';
/* Index */
@import 'pages/index/content';
@import 'pages/index/hero';
@import 'pages/index/alert';
@import 'pages/index/card';
/* Category */
@import 'pages/category/content';
@import 'pages/category/cards';
/* Guides */
@import 'pages/guides/index';
@import 'pages/guides/guide';
/* Submit */
@import 'pages/submit/form';
/* Components */
@import 'components/header';
@import 'components/sidebar';
@import 'components/footer';

View File

@ -0,0 +1,16 @@
<template>
<footer>
<div class="bottom">
<ul class="nav">
<li><NuxtLink to="/about">About</NuxtLink></li>
<li><NuxtLink to="/submit">Submit Site</NuxtLink></li>
<li><NuxtLink to="/stats">Stats</NuxtLink></li>
<li class="highlight">
<p>Supported by: </p>
<NuxtLink to="https://github.com/opensystm/handshake-micro-grants" target="_BLANK">Open Systems</NuxtLink>
</li>
<!-- <li><NuxtLink to="/"></NuxtLink></li> -->
</ul>
</div>
</footer>
</template>

View File

@ -0,0 +1,39 @@
<script setup>
const route = useRoute()
const { isMobile, isDesktopOrTablet } = useDevice();
const menu = ref(false)
function openMenu() { menu.value = true }
function closeMenu() { menu.value = false }
</script>
<template>
<header>
<div class="nav">
<NuxtLink to="/" class="logo" @click="closeMenu()">HNSWS</NuxtLink>
<ul class="links" v-if="isDesktopOrTablet" >
<li><NuxtLink to="https://decentralizers.com/" target="_Blank">News</NuxtLink></li>
<li><NuxtLink to="/submit" :class="route.path === '/submit' ? 'highlight' : ''">Submit Site</NuxtLink></li>
<li><NuxtLink to="https://git.inspin.io/ryan/hns.ws/releases" target="_Blank">Changelog</NuxtLink></li>
</ul>
<div class="search">
<input placeholder="Enter a Handshake address">
<a class="redirect"><span class="icon-arrow-right"></span></a>
</div>
<div class="menu-btn" v-if="isMobile" >
<span v-if="!menu" class="icon-menu" @click="openMenu()"></span>
<span v-if="menu" class="icon-x" @click="closeMenu()"></span>
</div>
<div class="menu" v-if="menu">
<ul class="links" @click="closeMenu()">
<li><NuxtLink to="/about">About</NuxtLink></li>
<li><NuxtLink to="https://decentralizers.com/" target="_Blank">News</NuxtLink></li>
<li><NuxtLink to="/submit">Submit Site</NuxtLink></li>
<li><NuxtLink to="https://git.inspin.io/ryan/hns.ws/releases" target="_Blank">Changelog</NuxtLink></li>
</ul>
</div>
</div>
</header>
</template>

View File

@ -0,0 +1,81 @@
<script setup>
const route = useRoute()
const { isDesktopOrTablet } = useDevice();
</script>
<template>
<ul class="sidebar" v-if="isDesktopOrTablet" >
<li>
<label>Getting Started</label>
<ul class="subcategory">
<li><NuxtLink to="/c/registrars/" :class="route.path === '/c/registrars/' ? 'highlight' : ''">
<span class="icon-registrars"></span><p>Registrars</p></NuxtLink></li>
<li><NuxtLink to="/c/tools/" :class="route.path === '/c/tools/' ? 'highlight' : ''">
<span class="icon-tools"></span><p>Tools</p></NuxtLink></li>
<li><NuxtLink to="/c/explorers/" :class="route.path === '/c/explorers/' ? 'highlight' : ''">
<span class="icon-cube"></span><p>Explorers</p></NuxtLink></li>
<li><NuxtLink to="/c/tutorials/" :class="route.path === '/c/tutorials/' ? 'highlight' : ''">
<span class="icon-tutorials"></span><p>Tutorials</p></NuxtLink></li>
</ul>
</li>
<li>
<label>Community</label>
<ul class="subcategory">
<li><NuxtLink to="/c/apps/" :class="route.path === '/c/apps/' ? 'highlight' : ''">
<span class="icon-apps"></span><p>Apps</p></NuxtLink></li>
<li><NuxtLink to="/c/domains/" :class="route.path === '/c/domains/' ? 'highlight' : ''">
<span class="icon-domains"></span><p>Domains</p></NuxtLink></li>
<li><NuxtLink to="/c/forums/" :class="route.path === '/c/forums/' ? 'highlight' : ''">
<span class="icon-forums"></span><p>Forums</p></NuxtLink></li>
<li><NuxtLink to="/c/chapters/" :class="route.path === '/c/chapters/' ? 'highlight' : ''">
<span class="icon-rings"></span><p>Chapters</p></NuxtLink></li>
<!--
<li><NuxtLink to="/c/social/" :class="route.path === '/c/social/' ? 'highlight' : ''">
<p>Social</p></NuxtLink></li>
-->
</ul>
</li>
<li>
<label>Professional</label>
<ul class="subcategory">
<li><NuxtLink to="/c/hosting/" :class="route.path === '/c/hosting/' ? 'highlight' : ''">
<span class="icon-hosting"></span><p>Hosting</p></NuxtLink></li>
<li><NuxtLink to="/c/companies/" :class="route.path === '/c/companies/' ? 'highlight' : ''">
<span class="icon-companies"></span><p>Companies</p></NuxtLink></li>
<!--
<li><NuxtLink to="/c/news/" :class="route.path === '/c/news/' ? 'highlight' : ''">
<span class="icon-news"></span><p>News</p></NuxtLink></li>
-->
</ul>
</li>
<li>
<label>Personal</label>
<ul class="subcategory">
<li><NuxtLink to="/c/portfolios/" :class="route.path === '/c/portfolios/' ? 'highlight' : ''">
<span class="icon-portfolio"></span><p>Portfolios</p></NuxtLink></li>
<li><NuxtLink to="/c/blogs/" :class="route.path === '/c/blogs/' ? 'highlight' : ''">
<span class="icon-blog"></span><p>Blogs</p></NuxtLink></li>
<!--
<li><NuxtLink to="/c/landing-pages/" :class="route.path === '/c/landing-pages/' ? 'highlight' : ''">
<span class="icon-landing"></span><p>Landing Pages</p></NuxtLink></li>
-->
</ul>
</li>
<li>
<label>Misc</label>
<ul class="subcategory">
<!--
<li><NuxtLink to="/c/onboarding/" :class="route.path === '/c/onboarding/' ? 'highlight' : ''">
<p>Onboarding</p></NuxtLink></li>
<li><NuxtLink to="/c/articles/" :class="route.path === '/c/articles/' ? 'highlight' : ''">
<p>Articles</p></NuxtLink></li>
-->
<li><NuxtLink to="/c/random/" :class="route.path === '/c/random/' ? 'highlight' : ''">
<span class="icon-random"></span><p>Random</p></NuxtLink></li>
</ul>
</li>
</ul>
</template>

View File

@ -0,0 +1,24 @@
<script setup>
const { site } = defineProps(['site'])
const { isDesktopOrTablet } = useDevice();
</script>
<template>
<h4 class="name">{{ site.title }}</h4>
<p class="desc">{{ site.description }}</p>
<div class="links">
<NuxtLink :to="site.url" class="url" target="_BLANK" >Visit <span class="icon-arrow"></span></NuxtLink>
<div v-if="!site.handshake" class="icann">
<span class="icon-alert"></span>
<div class="tooltip"><p>This website uses a non-Handshake web address</p></div>
</div>
<NuxtLink :to="site.owner" v-if="site.owner" class="owner" target="_BLANK"><span class="icon-user"></span></NuxtLink>
<NuxtLink :to="site.repo" v-if="site.repo" class="code" target="_BLANK"><span class="icon-code"></span></NuxtLink>
</div>
<div v-if="isDesktopOrTablet" class="icon">
<img :src="'/img/icons/' + site.icon" v-if="site.icon" width="96" height="96" alt="" />
</div>
</template>

View File

@ -0,0 +1,18 @@
<script setup>
const { site } = defineProps(['site'])
</script>
<template>
<h4 class="name">{{ site.title }}</h4>
<p class="desc">{{ site.description }}</p>
<div class="links">
<NuxtLink :to="site.repo" v-if="site.repo" class="code" target="_BLANK"><span class="icon-code"></span></NuxtLink>
<NuxtLink :to="site.owner" v-if="site.owner" class="owner" target="_BLANK"><span class="icon-user"></span></NuxtLink>
<div v-if="!site.handshake" class="icann">
<span class="icon-alert"></span>
<div class="tooltip"><p>This website uses a non-Handshake web address</p></div>
</div>
<NuxtLink :to="site.url" class="url" target="_BLANK" >Visit <span class="icon-arrow"></span></NuxtLink>
</div>
</template>

View File

@ -0,0 +1,6 @@
<template>
<div class="alert">
<p>Add your site to the directory:</p>
<NuxtLink to="/submit">Submit Site</NuxtLink>
</div>
</template>

View File

@ -0,0 +1,12 @@
<script setup>
const { title, category } = defineProps(['title', 'category'])
const sites = await queryContent(category).where({ offline: false }).sort({ priority: 1 }).find()
</script>
<template>
<h3>{{title}}</h3>
<NuxtLink :to="'/c/' + category + '/#' + site.slug" class="card" v-for="site in sites" :key="site.slug">
<h4>{{ site.title }} <span class="icon-arrow-circle"></span></h4>
</NuxtLink>
</template>

View File

@ -0,0 +1,29 @@
<script setup>
const { isMobile, isDesktopOrTablet } = useDevice();
</script>
<template>
<div class="hero">
<h1>Welcome to Handshake.</h1>
<p>Handshake is a decentralized, permissionless naming protocol with the goal of creating
an alternative to existing Certificate Authorities and naming systems.</p>
<NuxtLink to="https://handshake.org/" class="cta" target="_BLANK">Learn more</NuxtLink>
<NuxtLink to="https://www.namebase.io/register/35xfyv" class="secondary">Register a domain</NuxtLink>
</div>
<!--
<div class="guides">
<h2>Handshake Guides</h2>
<p>Discover the benefits Handshake offers and exciting possibilities.</p>
<NuxtLink to="/guide/hosting-a-website">Hosting a website on Handshake</NuxtLink>
<NuxtLink to="/guide/taken-name">My name <span v-if="isMobile">on Handshake</span> is already taken</NuxtLink>
<NuxtLink to="/guide/future-of-domains">The future of <span v-if="isMobile">web3</span> domain names</NuxtLink>
<NuxtLink to="/guide/ownership-and-security">Why replace the existing system</NuxtLink>
</div>
-->
<div class="explore">
<h2>Explore the ecosystem</h2>
<p>Find valuable resources and see what others are building.</p>
</div>
</template>

View File

@ -0,0 +1,13 @@
---
title:
slug:
icon:
description:
offline: false
handshake: true
url:
docs:
repo:
owner:
priority:
---

41
content/about.md 100644
View File

@ -0,0 +1,41 @@
---
title: About | HNS↗WS
---
## About
Thank you for visiting our Handshake gateway & directory.
Here you can find info about websites that use or support the Handshake Naming System, organized by category.
This project is proudly supported by <a href="https://github.com/opensystm/handshake-micro-grants" target="_BLANK">Open Systems</a>
Want to add your website to the directory? Visit the '<a href="/submit">Submit Site</a>' page to learn how.
### Website Priority
Our directory uses a ranking system to decide the order in which websites are displayed.
**1. Hosted on Handshake**
Is the website hosted using a Handshake TLD? (*extra kudos if website is available exclusively on Handshake*)
**2. Secure/SSL**
Does the website have a secure connection?
**3. Quality of website/Effort made**
Was the design well thought out, does the content provide great benefit to it's users, and has the website been updated recently?
**4. Open Source/Free Software**
Is the source code freely available?
**5. Userbase**
Does the website have a large userbase?
### Contact us
Is missing or have a suggestion? Email <a href="mailto:support@hns.ws">support@hns.ws</a> with your proposal or suggestion and we'll get back to you as soon as possible.

View File

@ -0,0 +1,13 @@
---
title: excerpt
slug: excerpt
icon:
description: The home for Handshake blogging
offline: false
handshake: true
url: https://excerpt/
docs:
repo:
owner:
priority: 3
---

View File

@ -0,0 +1,13 @@
---
title: faucet
slug: faucet
icon:
description: Claim a free Handshake TLD.
offline: false
handshake: true
url: https://faucet.woodburn/
docs:
repo: https://git.woodburn.au/nathanwoodburn/faucet
owner: https://x.com/woodburn_nathan
priority: 1
---

View File

@ -0,0 +1,13 @@
---
title: Find a Discord
slug: findadiscord
icon:
description: Search Discord communities and bots
offline: false
handshake: true
url: http://findadiscord/
docs:
repo:
owner:
priority: 4
---

View File

@ -0,0 +1,13 @@
---
title: HNSChat
slug: hnschat
icon:
description: Encrypted messaging platform where you chat using your HNS names.
offline: true
handshake: true
url: https://hnschat/
docs:
repo:
owner: https://x.com/hnschat
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: Mike's Blog
slug: mikesblog
icon:
description: The Journey of Michael Michelini
offline: false
handshake: true
url: https://mikesblog.upsy/
docs:
repo:
owner: http://x.com/michelini
priority: 5
---

View File

@ -0,0 +1,13 @@
---
title: namecity
slug: namecity
icon:
description: Articles about using Handshake
offline: false
handshake: true
url: https://namecity/category/articles/
docs:
repo:
owner: https://x.com/cityofnames/
priority: 3
---

View File

@ -0,0 +1,13 @@
---
title: the internet, by Neuenet/
slug: neuenet
icon:
description: A blog about Handshake and the dWeb
offline: false
handshake: true
url: https://blog.neuenet/
docs:
repo: https://github.com/neuenet/blog
owner: https://x.com/neuenet
priority: 1
---

View File

@ -0,0 +1,13 @@
---
title: The Handshake Rings
slug: chapters
icon:
description: Join a supportive Handshake community in your local area.
offline: false
handshake: false
url: https://chapters.handshakedirectory.com/
docs:
repo:
owner: https://x.com/skyinclude1
priority: 1
---

View File

@ -0,0 +1,13 @@
---
title: Handshake Canada
slug: hnscanada
icon:
description: Uniting Canada's Decentralized Web Pioneers
offline: false
handshake: false
url: https://hnscanada.ca/
docs:
repo:
owner: https://x.com/stronics
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: eskimo
slug: eskimo
icon:
description: Software Design & Development
offline: false
handshake: true
url: https://eskimosoftware/
docs:
repo:
owner: https://x.com/eskimo_dev
priority: 5
---

View File

@ -0,0 +1,13 @@
---
title: Inspin Digital
slug: inspin
icon: inspin.svg
description: Creating a more decentralized web.
offline: false
handshake: true
url: https://inspin/
docs:
repo: https://git.inspin.io/inspin/
owner: https://x.com/InspinHQ
priority: 1
---

View File

@ -0,0 +1,13 @@
---
title: Neuenet
slug: neunet
icon:
description: Registry operating in the Handshake namespace. As a Director of Handshake, we are committed to help steward the protocol, develop and release tools, and provide services for the New Internet.
offline: false
handshake: true
url: https://registry.neuenet/
docs:
repo: https://github.com/neuenet/extensions
owner: https://x.com/neuenet
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: Webia
slug: webia
icon:
description: Creating a more decentralized web.
offline: false
handshake: true
url: https://webia/
docs:
repo:
owner: https://x.com/josefpsurny
priority: 3
---

View File

@ -0,0 +1,13 @@
---
title: durendil's domains
slug: durendil
icon:
description: Here is the list of HNS domains I own. You can contact me to either buy one or to apply for a subdomain.
offline: false
handshake: true
url: http://domains.durendil/
docs:
repo:
owner: https://x.com/TLD_Owner
priority: 3.5
---

View File

@ -0,0 +1,13 @@
---
title: Get your free .git domain
slug: git-domains
icon:
description: Hackers only
offline: false
handshake: false
url: https://git.domains
docs:
repo: https://github.com/handshake-enthusiast/git.domains
owner: https://github.com/handshake-enthusiast
priority: 5
---

View File

@ -0,0 +1,13 @@
---
title: HNSAU Domains
slug: hnsau
icon:
description: The Handshake Australia group are promoting adoption and education in the "down under".
offline: false
handshake: true
url: https://domains.hnsau/
docs:
repo: https://github.com/Handshake-AU
owner: https://x.com/woodburn_nathan
priority: 6
---

View File

@ -0,0 +1,13 @@
---
title: namecity
slug: namecity
icon:
description: Choose from a growing collection of premium Handshake domains.
offline: false
handshake: true
url: https://namecity/
docs:
repo:
owner: https://x.com/cityofnames/
priority: 4
---

View File

@ -0,0 +1,13 @@
---
title: naming.media
slug: naming-media
icon:
description: We own some of the most valuable Handshake TLDs, like rare/ fact/ and privacy/
offline: false
handshake: false
url: https://naming.media/
docs:
repo:
owner:
priority: 8
---

View File

@ -0,0 +1,13 @@
---
title: blast.outofthisworld
slug: outofthisworld
icon:
description: Hi. I'm Benj, a Handshake TLD enthusiast. Discover names on my portfolio that may be out of this world, but totally within your reach.
offline: false
handshake: true
url: http://blast.outofthisworld/portfolio.html
docs:
repo:
owner:
priority: 4.5
---

View File

@ -0,0 +1,13 @@
---
title: Parked
slug: parked
icon: parked.svg
description: Domain parking service offering hundreds of names for sale.
offline: false
handshake: true
url: https://parked/
docs:
repo: https://git.inspin.io/parked/
owner: https://x.com/InspinHQ
priority: 1
---

View File

@ -0,0 +1,13 @@
---
title: Parking Sinpapeles
slug: sinpapeles
icon:
description: Parking Sinpapeles is a free parking service. If you have a domain and want to sell it, we can provide a nice contact page for you.
offline: false
handshake: true
url: http://parking.sinpapeles/
docs:
repo: https://github.com/sinpapeles/parking.sinpapeles
owner: https://x.com/SinpapelesHNS
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: take.ctrl
slug: take-ctrl
icon:
description: Domain portfolio
offline: false
handshake: false
url: http://take.ctrl/
docs:
repo:
owner: https://x.com/thatnsun
priority: 6
---

View File

@ -0,0 +1,13 @@
---
title: HNS Explorer
slug: cymon
icon:
description: Search the Handshake blockchain and ecosystem
offline: false
handshake: false
url: https://hns.cymon.de/
docs:
repo:
owner: https://x.com/rhymincymon
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: Niami
slug: niami
icon: niami.png
description: Handshake names, transactions, stats, auctions, and portfolios.
offline: false
handshake: true
url: https://niami/
docs:
repo:
owner: https://x.com/niami_hns
priority: 1
---

View File

@ -0,0 +1,13 @@
---
title: HandyCon
slug: conference
icon:
description: Online conference dedicated to Handshake, the revolutionary decentralized domain name protocol.
offline: false
handshake: true
url: https://handshake.conference/
docs:
repo:
owner: https://x.com/handshakecon
priority: 1
---

View File

@ -0,0 +1,13 @@
---
title: Inspin Digital Forum
slug: discuss
icon:
description: Discuss web development, domain names, and other internet topics!
offline: false
handshake: true
url: https://discuss.inspin/
docs:
repo:
owner: https://x.com/InspinHQ
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: Handshake Mercenary
slug: mercenary
icon: mercenary.png
description: This is a free forum resource for the Handshake community.
offline: false
handshake: true
url: http://handshake.mercenary/
docs:
repo:
owner: https://x.com/SkyInclude1
priority:
---

View File

@ -0,0 +1,13 @@
---
title: Namer News
slug: namernews
icon:
description: Log in with your Handshake name onto the Namer News forum to keep up with HNS and dWeb news.
offline: false
handshake: false
url: https://news.namebase.io/hot
docs:
repo:
owner: https://x.com/namebasehq
priority:
---

View File

@ -0,0 +1,12 @@
---
title: title | HNS↗WS
heading:
excerpt:
slug:
img: /img/guide/
author:
date: yyyy-mm-dd
public: false
---
## title

View File

@ -0,0 +1,13 @@
---
title: Is Handshake the future of domains | HNS↗WS
heading: Is Handshake the future of domains?
excerpt:
slug: future-of-domains
img: /img/guide/
author: Ryan
public: true
---
## Is Handshake the future of domains?
<sub>Last updated: Nov 1st, 2023</sub>

View File

@ -0,0 +1,42 @@
---
title: Getting started with Handshake | HNS↗WS
heading: Getting started with Handshake
excerpt:
slug: getting-started
img: /img/guide/
author: Ryan
public: true
---
## Getting started with Handshake
<sub>Last updated: Nov 1st, 2023</sub>
One of the first things to do after enabling a Handshake resolver, is
to register a Handshake name.
There are a couple different ways to get a Handshake name.
You can buy one on the secondary market such as the Namebase
marketplace or from other users such as showcased in the
<a href="/c/domains/">domain portfolio</a> category.
Though, buying from someone else is only possible if the name has
already been minted. If your name has yet to be registered, you can
start the process yourself with <a href="/c/registrars/#bob">Bob Wallet</a>
or <a href="/c/registrars/#namebase">Namebase</a>.
Before you can mint a name however, you will have to purchase $HNS
from an exchange. <a href="https://coinmarketcap.com/currencies/handshake/" target="_BLANK">CoinMarketCap</a>
keeps track of which exchanges currently offer HNS.
### The auction process
### I have a name, now what to do
Now that you have a name, you can host a website on it by following
our "<a href="/guide/hosting-a-website">How to host a website</a>" guide.
You can also sell Second Level Domains or use it for signing into different apps such as
<a href="/c/apps/#hnschat">HNSChat</a>.
There are many different use cases and endless possibilities.

View File

@ -0,0 +1,42 @@
---
title: How to host a website with Handshake | HNS↗WS
heading: How to host a website on Handshake?
excerpt:
slug: hosting-a-website
img: /img/guide/
author: Ryan
public: true
---
## How to host a website on Handshake?
<sub>Last updated: Nov 1st, 2023</sub>
Hosting a website on Handshake is just like hosting any other
website. The process goes something like:
- Register a domain name
- Create a server and upload your website files
- Direct traffic from your domain to your website
- Secure the domain traffic
There are many tools you can use to create and host your site using
your Handshake name.
Depending on how complex your website is, your security model,
and other factors, will help you decide what hosting solution is right
for you. Some options include:
- <a href="https://vercel.com/">Vercel</a>
- <a href="https://fleek.co">Fleek</a>
- <a href="https://www.youtube.com/watch?v=_PsHU2gAMEM">Github Pages</a>
- <a href="https://docs.ipfs.io/how-to/websites-on-ipfs/link-a-domain#handshake">IPFS</a>
- <a href="https://www.namebase.io/dlinks">dLinks</a>
If your a bit more technical, you can follow the great tutorial
on the <a href="https://blog.htools.work/posts/hns-pdns-nginx/">Handshake Tools Blog</a>.
It goes into detail about each of the steps above and gives you control
over the whole process.
Namebase has a guide on how to <a href="https://learn.namebase.io/starting-from-zero/how-to-create-a-handshake-website">Create Handshake Websites</a>
and The Shake also offers a list of <a href="https://theshake/resources/apps">Web Hosts</a>.

View File

@ -0,0 +1,17 @@
---
title: Why replace the existing system | HNS↗WS
heading: Why replace the existing system?
excerpt:
slug: ownership-and-security
img: /img/guide/
author: Ryan
public: true
---
## Why replace the existing system?
<sub>Last updated: Nov 1st, 2023</sub>
The awesome thing about Handshake, it doesn't quite replace the
existing domain name system. It builds on top of what has
already been created.

View File

@ -0,0 +1,44 @@
---
title: What if my name is already taken | HNS↗WS
heading: What if my name is already taken?
excerpt:
slug: taken-name
img: /img/guide/
author: Ryan
public: true
---
## What if my name is already taken?
<sub>Last updated: Apr 24th, 2024</sub>
There are currently over 12 million Handshake names registered, so
the reality is many of the names you want, will already be registered.
This does not mean you can't find awesome names.
Many of the names that have been registered are available on the
secondary market. a great tool to see if a name is available or
being sold is <a href="/c/tools/#niami">niami/</a>.
If the owner of a name is not selling it, you can try different
variations such as:
- .first/
- .last/
- .firstlast/
You can also be creative with domain hacks like:
- sa.rah/
- .aifos/
If your unable to find a top-level domain you like, you can also register
a second-level domain.
- ryan.c/
- matt.forever/
- johndoe.hey/
In conclusion, it may be difficult to find the name you want, but there
are many options available at any price point.

View File

@ -0,0 +1,28 @@
---
title: What is Handshake | HNS↗WS
heading: What is Handshake?
excerpt:
slug: what-is-handshake
img: /img/guide/
author: Ryan
public: true
---
## What is Handshake?
<sub>Last updated: Nov 1st, 2023</sub>
Handshake is a decentralized, permissionless naming protocol with
the goal of creating an alternative to existing Certificate
Authorities and naming systems.
Names on the internet (top level domains, social networking
handles, etc.) ultimately rely upon centralized actors with full
control over a system which are relied upon to be honest, as they are
vulnerable to hacking, censorship, and corruption.
Handshake aims to experiment with new ways the internet can be
more secure, resilient, and socially useful with a peer-to-peer
system validated by the network's participants.
learn more about Handshake at <a href="https://handshake.org/" target="_BLANK">Handshake.org</a>

View File

@ -0,0 +1,13 @@
---
title: Fleek
slug: fleek
icon:
description: The team at Fleek is helping to build the tools necessary to make the Open Web available to anyone, and easy to build on.
offline: false
handshake: false
url: https://docs.fleek.co/domain-management/hns-domains/
docs:
repo:
owner: https://x.com/fleekxyz
priority: 4
---

View File

@ -0,0 +1,13 @@
---
title: HNS Hosting
slug: hnshosting
icon:
description: Hosting your content on Handshake domains over HTTPS/SSL.
offline: false
handshake: true
url: https://hnshosting/
docs:
repo:
owner: https://x.com/woodburn_nathan
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: IPFS
slug: ipfs
icon:
description: If you have a website on IPFS, here's how to link it to your Handshake name.
offline: false
handshake: false
url: https://docs.ipfs.tech/how-to/websites-on-ipfs/link-a-domain/#handshake
docs:
repo: https://docs.ipfs.tech/project/repository-guide/#fetch-or-contribute-to-ipfs-code
owner: http://x.com/ipfs
priority: 3
---

View File

@ -0,0 +1,13 @@
---
title: Anne Baes
slug: anne
icon:
description: Specializes in SEO, Content Strategy, and Digital Marketing.
offline: false
handshake: true
url: https://anne/
docs:
repo:
owner: https://x.com/anne_paralleled
priority: 4
---

View File

@ -0,0 +1,13 @@
---
title: Anthony Liu
slug: anthony
icon:
description: Anthony Liu's (Namebase Cofounder and CTO) personal website
offline: false
handshake: true
url: http://me.turbomaze./
docs:
repo: https://github.com/turbomaze
owner: https://linkedin.com/in/anthonyscottliu/
priority: 8
---

View File

@ -0,0 +1,13 @@
---
title: DJ Lederle
slug: djlederle
icon:
description: Visual Artist & Writer portfolio
offline: false
handshake: true
url: https://links.djlederle/
docs:
repo:
owner: https://x.com/dj_cryptography
priority: 6
---

View File

@ -0,0 +1,13 @@
---
title: eskimo
slug: eskimo
icon:
description: I hack things and make stuff.
offline: false
handshake: true
url: https://e.skimo/
docs:
repo:
owner: https://x.com/eskimo_dev
priority: 3.5
---

View File

@ -0,0 +1,13 @@
---
title: Gonçalo
slug: kindthief
icon:
description: Gonçalo personal website
offline: false
handshake: true
url: http://kind.thief/
docs:
repo:
owner: https://x.com/GNSPS
priority: 8.5
---

View File

@ -0,0 +1,13 @@
---
title: Michael Michelini
slug: michelini
icon:
description: Cross Border & Online Business Veteran
offline: false
handshake: true
url: http://michael.michelini/
docs:
repo:
owner: https://x.com/michelini
priority: 9
---

View File

@ -0,0 +1,13 @@
---
title: Rithvik Vibhu
slug: rithvik
icon:
description: Personal website w/ links to social media accounts.
offline: false
handshake: true
url: http://web.rithvik/
docs:
repo: https://github.com/rithvikvibhu/personal-portfolio
owner: https://x.com/rithvikvibhut
priority: 7
---

View File

@ -0,0 +1,13 @@
---
title: Ryan Moon
slug: ryanmoon
icon:
description: Software Developer portfolio.
offline: false
handshake: true
url: https://ryanmoon/
docs:
repo: https://git.inspin.io/ryan/ryanmoon.com
owner:
priority: 2
---

View File

@ -0,0 +1,13 @@
---
title: Spencer Solberg
slug: spencersolberg
icon:
description: Spencer Solberg's personal website.
offline: false
handshake: true
url: https://spencersolberg/
docs:
repo: https://github.com/spencersolberg/spencersolberg
owner: https://x.com/spencersolberg_
priority: 1
---

Some files were not shown because too many files have changed in this diff Show More