diff options
82 files changed, 1536 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <https://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. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + 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 <https://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: + + <program> Copyright (C) <year> <name of author> + 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 +<https://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 +<https://www.gnu.org/licenses/why-not-lgpl.html>. diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..1e2184f --- /dev/null +++ b/config.toml @@ -0,0 +1,28 @@ +# The URL the site will be built for +base_url = "https://jan.systems" + +title = "Jan Tuomi" +description = "Minimalist, digital gardener, senior software engineer." +default_language = "en" +generate_feeds = true +feed_filenames = ["atom.xml"] +author = "Jan Tuomi" +generate_sitemap = true +generate_robots_txt = true +compile_sass = false +build_search_index = false + +taxonomies = [{ name = "kind", feed = true }] + +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true +error_on_missing_highlight = true +external_links_target_blank = true +bottom_footnotes = true +lazy_async_image = true +insert_anchor_links = "heading" + +[extra] +# Put all your custom variables here diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..1365db2 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,27 @@ +--- +title: Jan Tuomi +template: index.html +--- + +<br> +<a href="/files/Jan_Tuomi_headshot.jpg"><img src="/files/Jan_Tuomi_headshot_220.jpg" style="float: right; width: 175px; margin: 0 0 0 20px;"></a> +Hi! My name is Jan. I am a senior software engineer based in Finland. Welcome to my personal blog and digital garden. + +I like keeping things simple and pragmatic. I'm a life-long learner, but I don't go chasing trends. + +I enjoy spending time with my fiancΓ©e and our dog, tinkering with computer hardware and software, games of all kinds but mostly video-, tabletop and role-playing, electronics, music, language learning and linguistics. + +I created this site as a creative outlet for expressing myself and sharing my experiences. + +<div style="height: 5px;"></div> + +{% import "macros/latest_posts.html" as latest_posts %} +{{ latest_posts::latest_posts(limit=3) }} + +The [archive](archive) page is a listing of my posts. I post sporadically about various subjects and with varying levels of effort. + +The [linklog](linklog) page contains a curated aggregation of bookmarks, saved blog posts and essays, books, series, papers or anything else that I feel like sharing or recommending, stored in [Linkhut](https://ln.ht/~jant). + +On the [now](now) page I write what's currently going on in my life. Stuff that some would write onto their social media page. + +The [projects](projects) page contains info about my hobby projects. diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..9673e56 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,6 @@ +--- +title: Posts +sort_by: date +--- + +foobar diff --git a/content/posts/initial.md b/content/posts/initial.md new file mode 100644 index 0000000..2c59d79 --- /dev/null +++ b/content/posts/initial.md @@ -0,0 +1,19 @@ +--- +title: Initial Post +date: 2025-12-31 +description: Or, how to write a dummy blog post for testing the static site generation. +extra: + kind: note + keywords: + - initial post + - dummy blog post + - static site generation +--- + +## Foobar + +jea + +## benis + +asdasdas asdasdasd asd asd asd diff --git a/content/posts/second.md b/content/posts/second.md new file mode 100644 index 0000000..c7a8127 --- /dev/null +++ b/content/posts/second.md @@ -0,0 +1,11 @@ +--- +title: Second Post +date: 2025-12-31 +description: Another post +extra: + kind: note + keywords: + - second post +--- + +jabadabaduu diff --git a/static/Merriweather-Black.ttf b/static/Merriweather-Black.ttf Binary files differnew file mode 100644 index 0000000..50c3b33 --- /dev/null +++ b/static/Merriweather-Black.ttf diff --git a/static/Merriweather-BlackItalic.ttf b/static/Merriweather-BlackItalic.ttf Binary files differnew file mode 100644 index 0000000..4879aba --- /dev/null +++ b/static/Merriweather-BlackItalic.ttf diff --git a/static/Merriweather-Bold.ttf b/static/Merriweather-Bold.ttf Binary files differnew file mode 100644 index 0000000..3e10e02 --- /dev/null +++ b/static/Merriweather-Bold.ttf diff --git a/static/Merriweather-BoldItalic.ttf b/static/Merriweather-BoldItalic.ttf Binary files differnew file mode 100644 index 0000000..5b9d0ec --- /dev/null +++ b/static/Merriweather-BoldItalic.ttf diff --git a/static/Merriweather-Italic.ttf b/static/Merriweather-Italic.ttf Binary files differnew file mode 100644 index 0000000..8e9d03d --- /dev/null +++ b/static/Merriweather-Italic.ttf diff --git a/static/Merriweather-Light.ttf b/static/Merriweather-Light.ttf Binary files differnew file mode 100644 index 0000000..034ef03 --- /dev/null +++ b/static/Merriweather-Light.ttf diff --git a/static/Merriweather-LightItalic.ttf b/static/Merriweather-LightItalic.ttf Binary files differnew file mode 100644 index 0000000..4d19550 --- /dev/null +++ b/static/Merriweather-LightItalic.ttf diff --git a/static/Merriweather-Regular.ttf b/static/Merriweather-Regular.ttf Binary files differnew file mode 100644 index 0000000..3fecc77 --- /dev/null +++ b/static/Merriweather-Regular.ttf diff --git a/static/PTSans-Bold.ttf b/static/PTSans-Bold.ttf Binary files differnew file mode 100644 index 0000000..f82c3bd --- /dev/null +++ b/static/PTSans-Bold.ttf diff --git a/static/PTSans-BoldItalic.ttf b/static/PTSans-BoldItalic.ttf Binary files differnew file mode 100644 index 0000000..3e6cf4e --- /dev/null +++ b/static/PTSans-BoldItalic.ttf diff --git a/static/PTSans-Italic.ttf b/static/PTSans-Italic.ttf Binary files differnew file mode 100644 index 0000000..b06ce61 --- /dev/null +++ b/static/PTSans-Italic.ttf diff --git a/static/PTSans-Regular.ttf b/static/PTSans-Regular.ttf Binary files differnew file mode 100644 index 0000000..adaf671 --- /dev/null +++ b/static/PTSans-Regular.ttf diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 0000000..58a9ed8 --- /dev/null +++ b/static/favicon.png diff --git a/static/files/.DS_Store b/static/files/.DS_Store Binary files differnew file mode 100644 index 0000000..5b714be --- /dev/null +++ b/static/files/.DS_Store diff --git a/static/files/2024-04-05 Jan Tuomi - Take back control of your digital presence on the IndieWeb.pptx b/static/files/2024-04-05 Jan Tuomi - Take back control of your digital presence on the IndieWeb.pptx Binary files differnew file mode 100644 index 0000000..5872bcb --- /dev/null +++ b/static/files/2024-04-05 Jan Tuomi - Take back control of your digital presence on the IndieWeb.pptx diff --git a/static/files/2024-wines.jpg b/static/files/2024-wines.jpg Binary files differnew file mode 100644 index 0000000..81cddef --- /dev/null +++ b/static/files/2024-wines.jpg diff --git a/static/files/2025_wrapped_genres.jpeg b/static/files/2025_wrapped_genres.jpeg Binary files differnew file mode 100644 index 0000000..630be8a --- /dev/null +++ b/static/files/2025_wrapped_genres.jpeg diff --git a/static/files/3-2-1-Backup-Rule.png b/static/files/3-2-1-Backup-Rule.png Binary files differnew file mode 100644 index 0000000..ed6b675 --- /dev/null +++ b/static/files/3-2-1-Backup-Rule.png diff --git a/static/files/Jan_Tuomi_headshot.jpg b/static/files/Jan_Tuomi_headshot.jpg Binary files differnew file mode 100644 index 0000000..160d80a --- /dev/null +++ b/static/files/Jan_Tuomi_headshot.jpg diff --git a/static/files/Jan_Tuomi_headshot_175.jpg b/static/files/Jan_Tuomi_headshot_175.jpg Binary files differnew file mode 100644 index 0000000..9f2c784 --- /dev/null +++ b/static/files/Jan_Tuomi_headshot_175.jpg diff --git a/static/files/Jan_Tuomi_headshot_220.jpg b/static/files/Jan_Tuomi_headshot_220.jpg Binary files differnew file mode 100644 index 0000000..119973f --- /dev/null +++ b/static/files/Jan_Tuomi_headshot_220.jpg diff --git a/static/files/Jan_Tuomi_portrait.jpg b/static/files/Jan_Tuomi_portrait.jpg Binary files differnew file mode 100644 index 0000000..b75de4b --- /dev/null +++ b/static/files/Jan_Tuomi_portrait.jpg diff --git a/static/files/aliexpress_minipc.png b/static/files/aliexpress_minipc.png Binary files differnew file mode 100644 index 0000000..0cb57a4 --- /dev/null +++ b/static/files/aliexpress_minipc.png diff --git a/static/files/aliexpress_minipc_results.png b/static/files/aliexpress_minipc_results.png Binary files differnew file mode 100644 index 0000000..9242e3e --- /dev/null +++ b/static/files/aliexpress_minipc_results.png diff --git a/static/files/ansible_task_postgres.png b/static/files/ansible_task_postgres.png Binary files differnew file mode 100644 index 0000000..47f8584 --- /dev/null +++ b/static/files/ansible_task_postgres.png diff --git a/static/files/atk16-block-diagram.svg b/static/files/atk16-block-diagram.svg new file mode 100644 index 0000000..138d7a1 --- /dev/null +++ b/static/files/atk16-block-diagram.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:lucid="lucid" width="861" height="511"><g transform="translate(-319 -340)" lucid:page-tab-id="0_0"><path d="M0 0h1500v1000H0z" fill="#fff"/><path d="M340 506a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H346a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#a" transform="matrix(1,0,0,1,345,505) translate(29.135802469135797 26.52777777777778)"/><use xlink:href="#b" transform="matrix(1,0,0,1,345,505) translate(82.09876543209876 26.52777777777778)"/><use xlink:href="#c" transform="matrix(1,0,0,1,345,505) translate(16.728395061728392 53.19444444444445)"/><use xlink:href="#d" transform="matrix(1,0,0,1,345,505) translate(130.1851851851852 53.19444444444445)"/><path d="M580 506a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H586a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#e" transform="matrix(1,0,0,1,585,505) translate(54.96913580246914 39.65277777777778)"/><path d="M580 708.5a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H586a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#f" transform="matrix(1,0,0,1,585,707.5) translate(53.73456790123456 26.52777777777778)"/><use xlink:href="#g" transform="matrix(1,0,0,1,585,707.5) translate(70.92592592592592 53.19444444444445)"/><path d="M340 703.5a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v78a6 6 0 0 1-6 6H346a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#h" transform="matrix(1,0,0,1,345,702.5) translate(73.42592592592592 20.27777777777778)"/><use xlink:href="#i" transform="matrix(1,0,0,1,345,702.5) translate(15.617283950617292 46.94444444444444)"/><use xlink:href="#d" transform="matrix(1,0,0,1,345,702.5) translate(73.45679012345678 73.61111111111111)"/><path d="M534.08 639.48H440.5v-.96h93.58zm365.42 0H608.95v-.96H899.5zM534.08 641.48H440.5v-.96h93.58zm365.42 0H608.95v-.96H899.5zM440.5 639.48h-.5v-.96h.5zM440.5 641.48h-.5v-.96h.5zM900 639.48h-.5v-.96h.5zM900 641.48h-.5v-.96h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><use xlink:href="#j" transform="matrix(1,0,0,1,534.0840150395552,629.3333333333334) translate(0 14.222222222222223)"/><use xlink:href="#k" transform="matrix(1,0,0,1,534.0840150395552,629.3333333333334) translate(43.35802469135803 14.222222222222223)"/><g fill="none"><path d="M841 481v318"/><path d="M841 481v9.64m0 9.63v19.27m0 9.64v19.28m0 9.63v19.26m0 9.64v19.27m0 9.64v19.28m0 9.64v19.27m0 9.63V693m0 9.64v19.27m0 9.64v19.28m0 9.63v19.28m0 9.63V799" stroke="#282c33" stroke-width="2" stroke-linecap="round"/></g><path d="M439 696v-55.5M441 696v-55.5" stroke="#3a414a" fill="none"/><path d="M439.48 696.5h-.96v-.5h.96zM441.48 696.5h-.96v-.5h.96z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M439 640.5v-.5M441 640.5v-.5M441 581.5v58.04a.2.2 0 0 1-.32.14l-.33-.33M439 581.5V640l.65.65" stroke="#3a414a" fill="none"/><path d="M441.48 581.5h-.96v-.5h.96zM439.48 581.5h-.96v-.5h.96z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M441 639.5v.5M439 639.5v.5" stroke="#3a414a" fill="none"/><path d="M440 366a6 6 0 0 1 6-6h228a6 6 0 0 1 6 6v48a6 6 0 0 1-6 6H446a6 6 0 0 1-6-6z" fill="none"/><use xlink:href="#l" transform="matrix(1,0,0,1,440,360) translate(57.74691358024692 34.44444444444444)"/><use xlink:href="#m" transform="matrix(1,0,0,1,440,360) translate(111.94444444444446 34.44444444444444)"/><path d="M920 366a6 6 0 0 1 6-6h228a6 6 0 0 1 6 6v48a6 6 0 0 1-6 6H926a6 6 0 0 1-6-6z" fill="none"/><use xlink:href="#n" transform="matrix(1,0,0,1,920,360) translate(63.950617283950606 34.44444444444444)"/><path d="M940 456a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H946a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#o" transform="matrix(1,0,0,1,945,455) translate(47.49999999999999 39.65277777777778)"/><path d="M940 556a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H946a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#p" transform="matrix(1,0,0,1,945,555) translate(48.17901234567901 26.52777777777778)"/><use xlink:href="#q" transform="matrix(1,0,0,1,945,555) translate(98.67283950617283 26.52777777777778)"/><use xlink:href="#r" transform="matrix(1,0,0,1,945,555) translate(16.728395061728392 53.19444444444445)"/><use xlink:href="#d" transform="matrix(1,0,0,1,945,555) translate(130.1851851851852 53.19444444444445)"/><path d="M940 656a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H946a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#s" transform="matrix(1,0,0,1,945,655) translate(32.160493827160494 26.52777777777778)"/><use xlink:href="#t" transform="matrix(1,0,0,1,945,655) translate(83.9506172839506 26.52777777777778)"/><use xlink:href="#c" transform="matrix(1,0,0,1,945,655) translate(16.728395061728392 53.19444444444445)"/><use xlink:href="#d" transform="matrix(1,0,0,1,945,655) translate(130.1851851851852 53.19444444444445)"/><path d="M940 756a6 6 0 0 1 6-6h188a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H946a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#u" transform="matrix(1,0,0,1,945,755) translate(38.30246913580247 26.52777777777778)"/><use xlink:href="#v" transform="matrix(1,0,0,1,945,755) translate(90.09259259259258 26.52777777777778)"/><use xlink:href="#c" transform="matrix(1,0,0,1,945,755) translate(16.728395061728392 53.19444444444445)"/><use xlink:href="#d" transform="matrix(1,0,0,1,945,755) translate(130.1851851851852 53.19444444444445)"/><path d="M938.5 495.67H906a5 5 0 0 0-5 5V639.5" stroke="#3a414a" fill="none"/><path d="M938.5 493.67H906a7 7 0 0 0-7 7V639.5" stroke="#3a414a" fill="none"/><path d="M939 496.14h-.5v-.95h.5zM939 494.14h-.5v-.95h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M901 639.5v.5M899 639.5v.5M938.5 591.67H906a5 5 0 0 0-5 5v42.83" stroke="#3a414a" fill="none"/><path d="M938.5 589.67H906a7 7 0 0 0-7 7v42.83" stroke="#3a414a" fill="none"/><path d="M939 592.14h-.5v-.95h.5zM939 590.14h-.5v-.95h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M901 639.5v.5M899 639.5v.5M938.5 691H906a7 7 0 0 1-7-7v-43.5" stroke="#3a414a" fill="none"/><path d="M938.5 689H906a5 5 0 0 1-5-5v-43.5" stroke="#3a414a" fill="none"/><path d="M939 691.48h-.5v-.96h.5zM939 689.48h-.5v-.96h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M899 640.5v-.5M901 640.5v-.5M938.5 791H906a7 7 0 0 1-7-7V640.5" stroke="#3a414a" fill="none"/><path d="M938.5 789H906a5 5 0 0 1-5-5V640.5" stroke="#3a414a" fill="none"/><path d="M939 791.48h-.5v-.96h.5zM939 789.48h-.5v-.96h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M899 640.5v-.5M901 640.5v-.5M679 701v-60.5M681 701v-60.5" stroke="#3a414a" fill="none"/><path d="M679.48 701.5h-.96v-.5h.96zM681.48 701.5h-.96v-.5h.96z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M679 640.5v-.5M681 640.5v-.5M681 581.5v58.04a.2.2 0 0 1-.32.14l-.33-.33M679 581.5V640l.65.65" stroke="#3a414a" fill="none"/><path d="M681.48 581.5h-.96v-.5h.96zM679.48 581.5h-.96v-.5h.96z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M681 639.5v.5M679 639.5v.5" stroke="#3a414a" fill="none"/><defs><path fill="#3a414a" d="M212-179c-10-28-35-45-73-45-59 0-87 40-87 99 0 60 29 101 89 101 43 0 62-24 78-52l27 14C228-24 195 4 139 4 59 4 22-46 18-125c-6-104 99-153 187-111 19 9 31 26 39 46" id="w"/><path fill="#3a414a" d="M30-248c87 1 191-15 191 75 0 78-77 80-158 76V0H30v-248zm33 125c57 0 124 11 124-50 0-59-68-47-124-48v98" id="x"/><path fill="#3a414a" d="M232-93c-1 65-40 97-104 97C67 4 28-28 28-90v-158h33c8 89-33 224 67 224 102 0 64-133 71-224h33v155" id="y"/><g id="a"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#w"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.80246913580247,0)" xlink:href="#y"/></g><path fill="#3a414a" d="M87 75C49 33 22-17 22-94c0-76 28-126 65-167h31c-38 41-64 92-64 168S80 34 118 75H87" id="z"/><path fill="#3a414a" d="M100-194c63 0 86 42 84 106H49c0 40 14 67 53 68 26 1 43-12 49-29l28 8c-11 28-37 45-77 45C44 4 14-33 15-96c1-61 26-98 85-98zm52 81c6-60-76-77-97-28-3 7-6 17-6 28h103" id="A"/><path fill="#3a414a" d="M117-194c89-4 53 116 60 194h-32v-121c0-31-8-49-39-48C34-167 62-67 57 0H25l-1-190h30c1 10-1 24 2 32 11-22 29-35 61-36" id="B"/><path fill="#3a414a" d="M59-47c-2 24 18 29 38 22v24C64 9 27 4 27-40v-127H5v-23h24l9-43h21v43h35v23H59v120" id="C"/><path fill="#3a414a" d="M114-163C36-179 61-72 57 0H25l-1-190h30c1 12-1 29 2 39 6-27 23-49 58-41v29" id="D"/><path fill="#3a414a" d="M141-36C126-15 110 5 73 4 37 3 15-17 15-53c-1-64 63-63 125-63 3-35-9-54-41-54-24 1-41 7-42 31l-33-3c5-37 33-52 76-52 45 0 72 20 72 64v82c-1 20 7 32 28 27v20c-31 9-61-2-59-35zM48-53c0 20 12 33 32 33 41-3 63-29 60-74-43 2-92-5-92 41" id="E"/><path fill="#3a414a" d="M24 0v-261h32V0H24" id="F"/><g id="b"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,7.345679012345679,0)" xlink:href="#w"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,23.333333333333332,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.67901234567901,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,48.02469135802469,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,54.19753086419753,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,61.54320987654321,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,73.88888888888889,0)" xlink:href="#F"/></g><path fill="#3a414a" d="M115-194c55 1 70 41 70 98S169 2 115 4C84 4 66-9 55-30l1 105H24l-1-265h31l2 30c10-21 28-34 59-34zm-8 174c40 0 45-34 45-75s-6-73-45-74c-42 0-51 32-51 76 0 43 10 73 51 73" id="G"/><path fill="#3a414a" d="M100-194c62-1 85 37 85 99 1 63-27 99-86 99S16-35 15-95c0-66 28-99 85-99zM99-20c44 1 53-31 53-75 0-43-8-75-51-75s-53 32-53 75 10 74 51 75" id="H"/><path fill="#3a414a" d="M96-169c-40 0-48 33-48 73s9 75 48 75c24 0 41-14 43-38l32 2c-6 37-31 61-74 61-59 0-76-41-82-99-10-93 101-131 147-64 4 7 5 14 7 22l-32 3c-4-21-16-35-41-35" id="I"/><path fill="#3a414a" d="M135-143c-3-34-86-38-87 0 15 53 115 12 119 90S17 21 10-45l28-5c4 36 97 45 98 0-10-56-113-15-118-90-4-57 82-63 122-42 12 7 21 19 24 35" id="J"/><path fill="#3a414a" d="M24-231v-30h32v30H24zM24 0v-190h32V0H24" id="K"/><path fill="#3a414a" d="M177-190C167-65 218 103 67 71c-23-6-38-20-44-43l32-5c15 47 100 32 89-28v-30C133-14 115 1 83 1 29 1 15-40 15-95c0-56 16-97 71-98 29-1 48 16 59 35 1-10 0-23 2-32h30zM94-22c36 0 50-32 50-73 0-42-14-75-50-75-39 0-46 34-46 75s6 73 46 73" id="L"/><g id="c"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,19.691358024691358,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,32.03703703703704,0)" xlink:href="#I"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.14814814814815,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.49382716049383,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,66.60493827160494,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,77.71604938271605,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,82.5925925925926,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,94.93827160493828,0)" xlink:href="#L"/></g><path fill="#3a414a" d="M84 4C-5 8 30-112 23-190h32v120c0 31 7 50 39 49 72-2 45-101 50-169h31l1 190h-30c-1-10 1-25-2-33-11 22-28 36-60 37" id="M"/><path fill="#3a414a" d="M33-261c38 41 65 92 65 168S71 34 33 75H2C39 34 66-17 66-93S39-220 2-261h31" id="N"/><g id="d"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#M"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,29.5679012345679,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.74074074074074,0)" xlink:href="#N"/></g><path fill="#3a414a" d="M240 0l2-218c-23 76-54 145-80 218h-23L58-218 59 0H30v-248h44l77 211c21-75 51-140 76-211h43V0h-30" id="O"/><path fill="#3a414a" d="M210-169c-67 3-38 105-44 169h-31v-121c0-29-5-50-35-48C34-165 62-65 56 0H25l-1-190h30c1 10-1 24 2 32 10-44 99-50 107 0 11-21 27-35 58-36 85-2 47 119 55 194h-31v-121c0-29-5-49-35-48" id="P"/><path fill="#3a414a" d="M179-190L93 31C79 59 56 82 12 73V49c39 6 53-20 64-50L1-190h34L92-34l54-156h33" id="Q"/><g id="e"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,18.456790123456788,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.80246913580247,0)" xlink:href="#P"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,49.25925925925925,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,61.60493827160493,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,68.9506172839506,0)" xlink:href="#Q"/></g><path fill="#3a414a" d="M233-177c-1 41-23 64-60 70L243 0h-38l-65-103H63V0H30v-248c88 3 205-21 203 71zM63-129c60-2 137 13 137-47 0-61-80-42-137-45v92" id="R"/><g id="f"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#R"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.333333333333332,0)" xlink:href="#L"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,40.67901234567901,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,45.55555555555556,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,56.66666666666667,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,62.83950617283951,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,75.18518518518519,0)" xlink:href="#D"/></g><path fill="#3a414a" d="M115-194c53 0 69 39 70 98 0 66-23 100-70 100C84 3 66-7 56-30L54 0H23l1-261h32v101c10-23 28-34 59-34zm-8 174c40 0 45-34 45-75 0-40-5-75-45-74-42 0-51 32-51 76 0 43 10 73 51 73" id="S"/><path fill="#3a414a" d="M143 0L79-87 56-68V0H24v-261h32v163l83-92h37l-77 82L181 0h-38" id="T"/><g id="g"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#S"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,37.03703703703704,0)" xlink:href="#T"/></g><path fill="#3a414a" d="M205 0l-28-72H64L36 0H1l101-248h38L239 0h-34zm-38-99l-47-123c-12 45-31 82-46 123h93" id="U"/><path fill="#3a414a" d="M30 0v-248h33v221h125V0H30" id="V"/><g id="h"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#U"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#V"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#y"/></g><path fill="#3a414a" d="M106-169C34-169 62-67 57 0H25v-261h32l-1 103c12-21 28-36 61-36 89 0 53 116 60 194h-32v-121c2-32-8-49-39-48" id="W"/><path fill="#3a414a" d="M16-82v-28h88v28H16" id="X"/><g id="i"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,7.345679012345679,0)" xlink:href="#U"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,22.160493827160494,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,29.50617283950617,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,34.382716049382715,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,40.55555555555556,0)" xlink:href="#W"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,52.901234567901234,0)" xlink:href="#P"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,71.35802469135803,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,83.70370370370371,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,89.87654320987654,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,94.75308641975309,0)" xlink:href="#I"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,105.8641975308642,0)" xlink:href="#X"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,113.20987654320989,0)" xlink:href="#F"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,118.08641975308643,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,130.4320987654321,0)" xlink:href="#L"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,142.77777777777777,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,147.6543209876543,0)" xlink:href="#I"/></g><path fill="#333" d="M24-248c120-7 223 5 221 122C244-46 201 0 124 0H24v-248zM76-40c74 7 117-18 117-86 0-67-45-88-117-82v168" id="Y"/><path fill="#333" d="M133-34C117-15 103 5 69 4 32 3 11-16 11-54c-1-60 55-63 116-61 1-26-3-47-28-47-18 1-26 9-28 27l-52-2c7-38 36-58 82-57s74 22 75 68l1 82c-1 14 12 18 25 15v27c-30 8-71 5-69-32zm-48 3c29 0 43-24 42-57-32 0-66-3-65 30 0 17 8 27 23 27" id="Z"/><path fill="#333" d="M115-3C79 11 28 4 28-45v-112H4v-33h27l15-45h31v45h36v33H77v99c-1 23 16 31 38 25v30" id="aa"/><g id="j"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#Y"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,12.790123456790125,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,22.66666666666667,0)" xlink:href="#aa"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,28.54320987654322,0)" xlink:href="#Z"/></g><path fill="#333" d="M135-194c52 0 70 43 70 98 0 56-19 99-73 100-30 1-46-15-58-35L72 0H24l1-261h50v104c11-23 29-37 60-37zM114-30c31 0 40-27 40-66 0-37-7-63-39-63s-41 28-41 65c0 36 8 64 40 64" id="ab"/><path fill="#333" d="M85 4C-2 5 27-109 22-190h50c7 57-23 150 33 157 60-5 35-97 40-157h50l1 190h-47c-2-12 1-28-3-38-12 25-28 42-61 42" id="ac"/><path fill="#333" d="M137-138c1-29-70-34-71-4 15 46 118 7 119 86 1 83-164 76-172 9l43-7c4 19 20 25 44 25 33 8 57-30 24-41C81-84 22-81 20-136c-2-80 154-74 161-7" id="ad"/><g id="k"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#ab"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,10.814814814814815,0)" xlink:href="#ac"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,21.62962962962963,0)" xlink:href="#ad"/></g><g id="l"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#w"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.333333333333332,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.67901234567901,0)" xlink:href="#A"/></g><g id="m"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,11.11111111111111,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,22.22222222222222,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,33.33333333333333,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,39.50617283950617,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,51.85185185185185,0)" xlink:href="#P"/></g><g id="n"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,34.50617283950617,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,39.382716049382715,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,51.72839506172839,0)" xlink:href="#W"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,64.07407407407408,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,76.41975308641976,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,83.76543209876544,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,96.11111111111113,0)" xlink:href="#F"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,100.98765432098767,0)" xlink:href="#J"/></g><path fill="#3a414a" d="M194 0L95-120 63-95V0H30v-248h33v124l119-124h40L117-140 236 0h-42" id="ae"/><path fill="#3a414a" d="M85-194c31 0 48 13 60 33l-1-100h32l1 261h-30c-2-10 0-23-3-31C134-8 116 4 85 4 32 4 16-35 15-94c0-66 23-100 70-100zm9 24c-40 0-46 34-46 75 0 40 6 74 45 74 42 0 51-32 51-76 0-42-9-74-50-73" id="af"/><g id="o"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#ae"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,38.27160493827161,0)" xlink:href="#S"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,50.617283950617285,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,62.96296296296296,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,75.30864197530865,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,82.65432098765433,0)" xlink:href="#af"/></g><path fill="#3a414a" d="M127-220V0H93v-220H8v-28h204v28h-85" id="ag"/><g id="p"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#ag"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,13.518518518518517,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.33333333333333,0)" xlink:href="#y"/></g><path fill="#3a414a" d="M141 0L90-78 38 0H4l68-98-65-92h35l48 74 47-74h35l-64 92 68 98h-35" id="ah"/><g id="q"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,7.345679012345679,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,13.518518518518519,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,25.864197530864196,0)" xlink:href="#ah"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,36.9753086419753,0)" xlink:href="#C"/></g><g id="r"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,19.691358024691358,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,32.03703703703704,0)" xlink:href="#I"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.14814814814815,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.49382716049383,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,66.60493827160494,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,77.71604938271605,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,82.5925925925926,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,94.93827160493828,0)" xlink:href="#L"/></g><g id="s"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,29.629629629629626,0)" xlink:href="#y"/></g><g id="t"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,7.345679012345679,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,19.691358024691358,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.5679012345679,0)" xlink:href="#I"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.67901234567901,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,41.851851851851855,0)" xlink:href="#M"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,54.19753086419753,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,61.54320987654321,0)" xlink:href="#A"/></g><g id="u"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#U"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,29.629629629629626,0)" xlink:href="#y"/></g><g id="v"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,7.345679012345679,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,19.691358024691358,0)" xlink:href="#M"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,32.03703703703704,0)" xlink:href="#af"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,44.382716049382715,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,49.25925925925926,0)" xlink:href="#H"/></g></defs></g></svg>
\ No newline at end of file diff --git a/static/files/atk16-text-mode.png b/static/files/atk16-text-mode.png Binary files differnew file mode 100644 index 0000000..93c2752 --- /dev/null +++ b/static/files/atk16-text-mode.png diff --git a/static/files/aws-exam-drink.jpeg b/static/files/aws-exam-drink.jpeg Binary files differnew file mode 100644 index 0000000..16f8933 --- /dev/null +++ b/static/files/aws-exam-drink.jpeg diff --git a/static/files/backdoor_feature_done.jpeg b/static/files/backdoor_feature_done.jpeg Binary files differnew file mode 100644 index 0000000..a9c71d5 --- /dev/null +++ b/static/files/backdoor_feature_done.jpeg diff --git a/static/files/backdoor_feature_wip.jpeg b/static/files/backdoor_feature_wip.jpeg Binary files differnew file mode 100644 index 0000000..2f381d1 --- /dev/null +++ b/static/files/backdoor_feature_wip.jpeg diff --git a/static/files/cassette_player.jpeg b/static/files/cassette_player.jpeg Binary files differnew file mode 100644 index 0000000..6591cc4 --- /dev/null +++ b/static/files/cassette_player.jpeg diff --git a/static/files/diddle_screenshot.png b/static/files/diddle_screenshot.png Binary files differnew file mode 100644 index 0000000..437567e --- /dev/null +++ b/static/files/diddle_screenshot.png diff --git a/static/files/diffuser_1.jpg b/static/files/diffuser_1.jpg Binary files differnew file mode 100644 index 0000000..d5e6693 --- /dev/null +++ b/static/files/diffuser_1.jpg diff --git a/static/files/diffuser_2.jpg b/static/files/diffuser_2.jpg Binary files differnew file mode 100644 index 0000000..f8c8b84 --- /dev/null +++ b/static/files/diffuser_2.jpg diff --git a/static/files/diffuser_3.jpg b/static/files/diffuser_3.jpg Binary files differnew file mode 100644 index 0000000..5efa8ab --- /dev/null +++ b/static/files/diffuser_3.jpg diff --git a/static/files/do-june-billing.png b/static/files/do-june-billing.png Binary files differnew file mode 100644 index 0000000..a38f71c --- /dev/null +++ b/static/files/do-june-billing.png diff --git a/static/files/dopamine_office.jpeg b/static/files/dopamine_office.jpeg Binary files differnew file mode 100644 index 0000000..aad4e65 --- /dev/null +++ b/static/files/dopamine_office.jpeg diff --git a/static/files/eurobsdcon_2025_binders.jpeg b/static/files/eurobsdcon_2025_binders.jpeg Binary files differnew file mode 100644 index 0000000..ee02077 --- /dev/null +++ b/static/files/eurobsdcon_2025_binders.jpeg diff --git a/static/files/eurobsdcon_2025_cevapi.jpeg b/static/files/eurobsdcon_2025_cevapi.jpeg Binary files differnew file mode 100644 index 0000000..67595b4 --- /dev/null +++ b/static/files/eurobsdcon_2025_cevapi.jpeg diff --git a/static/files/eurobsdcon_2025_group.jpeg b/static/files/eurobsdcon_2025_group.jpeg Binary files differnew file mode 100644 index 0000000..b94c739 --- /dev/null +++ b/static/files/eurobsdcon_2025_group.jpeg diff --git a/static/files/eurobsdcon_2025_hallway.jpeg b/static/files/eurobsdcon_2025_hallway.jpeg Binary files differnew file mode 100644 index 0000000..f15217a --- /dev/null +++ b/static/files/eurobsdcon_2025_hallway.jpeg diff --git a/static/files/fish-and-chips-duke-of-argyll.jpg b/static/files/fish-and-chips-duke-of-argyll.jpg Binary files differnew file mode 100644 index 0000000..a9fefc8 --- /dev/null +++ b/static/files/fish-and-chips-duke-of-argyll.jpg diff --git a/static/files/hinokodo-static-abyss.png b/static/files/hinokodo-static-abyss.png Binary files differnew file mode 100644 index 0000000..edfac67 --- /dev/null +++ b/static/files/hinokodo-static-abyss.png diff --git a/static/files/indieweb_presentation.png b/static/files/indieweb_presentation.png Binary files differnew file mode 100644 index 0000000..e9d0096 --- /dev/null +++ b/static/files/indieweb_presentation.png diff --git a/static/files/internet_surf.png b/static/files/internet_surf.png Binary files differnew file mode 100644 index 0000000..7787770 --- /dev/null +++ b/static/files/internet_surf.png diff --git a/static/files/jojo-in-snow.webm b/static/files/jojo-in-snow.webm Binary files differnew file mode 100644 index 0000000..19047e5 --- /dev/null +++ b/static/files/jojo-in-snow.webm diff --git a/static/files/kenrokuen.jpg b/static/files/kenrokuen.jpg Binary files differnew file mode 100644 index 0000000..f739d82 --- /dev/null +++ b/static/files/kenrokuen.jpg diff --git a/static/files/london-from-above.jpg b/static/files/london-from-above.jpg Binary files differnew file mode 100644 index 0000000..a7762ed --- /dev/null +++ b/static/files/london-from-above.jpg diff --git a/static/files/miru_gameplay.jpeg b/static/files/miru_gameplay.jpeg Binary files differnew file mode 100644 index 0000000..51d8d44 --- /dev/null +++ b/static/files/miru_gameplay.jpeg diff --git a/static/files/miru_time_to_kill copy.jpeg b/static/files/miru_time_to_kill copy.jpeg Binary files differnew file mode 100644 index 0000000..e624656 --- /dev/null +++ b/static/files/miru_time_to_kill copy.jpeg diff --git a/static/files/miru_time_to_kill.jpeg b/static/files/miru_time_to_kill.jpeg Binary files differnew file mode 100644 index 0000000..e624656 --- /dev/null +++ b/static/files/miru_time_to_kill.jpeg diff --git a/static/files/miru_time_to_kill_triple.jpg b/static/files/miru_time_to_kill_triple.jpg Binary files differnew file mode 100644 index 0000000..97be7fe --- /dev/null +++ b/static/files/miru_time_to_kill_triple.jpg diff --git a/static/files/muumimusiikkia.jpeg b/static/files/muumimusiikkia.jpeg Binary files differnew file mode 100644 index 0000000..a99d8f6 --- /dev/null +++ b/static/files/muumimusiikkia.jpeg diff --git a/static/files/obsidian_screenshot.png b/static/files/obsidian_screenshot.png Binary files differnew file mode 100644 index 0000000..dfca2ca --- /dev/null +++ b/static/files/obsidian_screenshot.png diff --git a/static/files/old-man-yells-at-cloud.png b/static/files/old-man-yells-at-cloud.png Binary files differnew file mode 100644 index 0000000..bf6a0f3 --- /dev/null +++ b/static/files/old-man-yells-at-cloud.png diff --git a/static/files/pursotin_fastfetch.png b/static/files/pursotin_fastfetch.png Binary files differnew file mode 100644 index 0000000..241f5e9 --- /dev/null +++ b/static/files/pursotin_fastfetch.png diff --git a/static/files/pursotin_jls.png b/static/files/pursotin_jls.png Binary files differnew file mode 100644 index 0000000..2f2aa94 --- /dev/null +++ b/static/files/pursotin_jls.png diff --git a/static/files/pursotin_network.svg b/static/files/pursotin_network.svg new file mode 100644 index 0000000..79d1dea --- /dev/null +++ b/static/files/pursotin_network.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:lucid="lucid" width="975" height="327"><g transform="translate(-872 -724)" lucid:page-tab-id="jJFWJm6nolyj"><path d="M500 0h1500v1500H500z" fill="#fff"/><path d="M900 786a6 6 0 0 1 6-6h88a6 6 0 0 1 6 6v208a6 6 0 0 1-6 6h-88a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#a" transform="matrix(1,0,0,1,905,785) translate(-0.5864197530864175 96.11111111111111)"/><use xlink:href="#b" transform="matrix(1,0,0,1,905,785) translate(24.012345679012345 122.7777777777778)"/><path d="M1000 786a6 6 0 0 1 6-6h58a6 6 0 0 1 6 6v48a6 6 0 0 1-6 6h-58a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#f2f3f5"/><use xlink:href="#c" transform="matrix(1,0,0,1,1005,785) translate(9.043209876543212 30.27777777777778)"/><path d="M1000 946a6 6 0 0 1 6-6h58a6 6 0 0 1 6 6v48a6 6 0 0 1-6 6h-58a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#f2f3f5"/><use xlink:href="#d" transform="matrix(1,0,0,1,1005,945) translate(3.487654320987655 30.27777777777778)"/><path d="M1330 784.67a6 6 0 0 1 6-6h98a6 6 0 0 1 6 6v50.66a6 6 0 0 1-6 6h-98a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#e" transform="matrix(1,0,0,1,1335,783.6666666666667) translate(16.728395061728392 31.02777777777778)"/><path d="M1540 784.67a6 6 0 0 1 6-6h68a6 6 0 0 1 6 6v208a6 6 0 0 1-6 6h-68a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#f2f3f5"/><use xlink:href="#f" transform="matrix(1,0,0,1,1545,783.6666666666667) translate(17.598765432098766 109.65277777777777)"/><path d="M1780 848.67c22.1 0 40 17.9 40 40s-17.9 40-40 40h-80c-22.1 0-40-17.9-40-40s17.9-40 40-40z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#g" transform="matrix(1,0,0,1,1665,853.6666666666667) translate(38.0246913580247 39.65277777777778)"/><path d="M1621.5 888.67h37" stroke="#3a414a" fill="none"/><path d="M1621.5 889.14h-.5v-.95h.5zM1659 888.65l.02.5h-.53v-.96h.53z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1441.5 810h97" stroke="#3a414a" fill="none"/><path d="M1441.5 810.48h-.5v-.96h.5zM1539 810.48h-.5v-.96h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1145 784.67a6 6 0 0 1 6-6h98a6 6 0 0 1 6 6v50.66a6 6 0 0 1-6 6h-98a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#h" transform="matrix(1,0,0,1,1150,783.6666666666667) translate(28.425925925925927 21.09027777777778)"/><use xlink:href="#i" transform="matrix(1,0,0,1,1150,783.6666666666667) translate(19.197530864197528 47.75694444444444)"/><path d="M1256.5 810h72" stroke="#3a414a" fill="none"/><path d="M1256.5 810.48h-.5v-.96h.5zM1329 810.48h-.5v-.96h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1143.5 810h-72" stroke="#3a414a" fill="none"/><path d="M1144 810.48h-.5v-.96h.5zM1071.5 810.48h-.5v-.96h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1071.5 970h467" stroke="#3a414a" fill="none"/><path d="M1071.5 970.48h-.5v-.96h.5zM1539 970.48h-.5v-.96h.5z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1200 842.83v16.67" stroke="#3a414a" fill="none"/><path d="M1200.47 842.85h-.94v-.52h.94zM1200.47 860h-.94v-.5h.94z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1135.74 866a6 6 0 0 1 6-6h116.52a6 6 0 0 1 6 6v40.68a6 6 0 0 1-6 6h-116.52a6 6 0 0 1-6-6z" fill="none"/><use xlink:href="#j" transform="matrix(1,0,0,1,1140.7357407407408,865) translate(0 14.388888888888888)"/><use xlink:href="#k" transform="matrix(1,0,0,1,1140.7357407407408,865) translate(45.38271604938272 14.388888888888888)"/><use xlink:href="#l" transform="matrix(1,0,0,1,1140.7357407407408,865) translate(92.79012345679013 14.388888888888888)"/><use xlink:href="#m" transform="matrix(1,0,0,1,1140.7357407407408,865) translate(0 35.72222222222222)"/><path d="M1072.2 986a6 6 0 0 1 6-6h48.24a6 6 0 0 1 6 6v19.34a6 6 0 0 1-6 6h-48.23a6 6 0 0 1-6-6z" fill="none"/><use xlink:href="#n" transform="matrix(1,0,0,1,1077.2122222222222,985) translate(0 14.555555555555555)"/><path d="M1000.5 754.66a6 6 0 0 1 6-6h101.72a6 6 0 0 1 6 6V774a6 6 0 0 1-6 6h-101.7a6 6 0 0 1-6-6z" fill="none"/><use xlink:href="#o" transform="matrix(1,0,0,1,1005.5096913580246,753.6566666666666) translate(0 14.555555555555555)"/><path d="M1440 823.32a6 6 0 0 1 6-6h48.23a6 6 0 0 1 6 6v19.35a6 6 0 0 1-6 6H1446a6 6 0 0 1-6-6z" fill="none"/><g><use xlink:href="#n" transform="matrix(1,0,0,1,1445,822.3233333333334) translate(0 14.555555555555555)"/></g><path d="M1266.16 754.66a6 6 0 0 1 6-6H1364a6 6 0 0 1 6 6V774a6 6 0 0 1-6 6h-91.84a6 6 0 0 1-6-6z" fill="none"/><g><use xlink:href="#p" transform="matrix(1,0,0,1,1271.1628395061728,753.6566666666666) translate(0 14.555555555555555)"/></g><defs><path fill="#3a414a" d="M63-220v92h138v28H63V0H30v-248h175v28H63" id="q"/><path fill="#3a414a" d="M114-163C36-179 61-72 57 0H25l-1-190h30c1 12-1 29 2 39 6-27 23-49 58-41v29" id="r"/><path fill="#3a414a" d="M100-194c63 0 86 42 84 106H49c0 40 14 67 53 68 26 1 43-12 49-29l28 8c-11 28-37 45-77 45C44 4 14-33 15-96c1-61 26-98 85-98zm52 81c6-60-76-77-97-28-3 7-6 17-6 28h103" id="s"/><path fill="#3a414a" d="M160-131c35 5 61 23 61 61C221 17 115-2 30 0v-248c76 3 177-17 177 60 0 33-19 50-47 57zm-97-11c50-1 110 9 110-42 0-47-63-36-110-37v79zm0 115c55-2 124 14 124-45 0-56-70-42-124-44v89" id="t"/><path fill="#3a414a" d="M185-189c-5-48-123-54-124 2 14 75 158 14 163 119 3 78-121 87-175 55-17-10-28-26-33-46l33-7c5 56 141 63 141-1 0-78-155-14-162-118-5-82 145-84 179-34 5 7 8 16 11 25" id="u"/><path fill="#3a414a" d="M30-248c118-7 216 8 213 122C240-48 200 0 122 0H30v-248zM63-27c89 8 146-16 146-99s-60-101-146-95v194" id="v"/><g id="a"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,13.518518518518517,0)" xlink:href="#r"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,20.864197530864196,0)" xlink:href="#s"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,33.20987654320987,0)" xlink:href="#s"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,45.55555555555555,0)" xlink:href="#t"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,60.37037037037037,0)" xlink:href="#u"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,75.18518518518518,0)" xlink:href="#v"/></g><path fill="#3a414a" d="M106-169C34-169 62-67 57 0H25v-261h32l-1 103c12-21 28-36 61-36 89 0 53 116 60 194h-32v-121c2-32-8-49-39-48" id="w"/><path fill="#3a414a" d="M100-194c62-1 85 37 85 99 1 63-27 99-86 99S16-35 15-95c0-66 28-99 85-99zM99-20c44 1 53-31 53-75 0-43-8-75-51-75s-53 32-53 75 10 74 51 75" id="x"/><path fill="#3a414a" d="M135-143c-3-34-86-38-87 0 15 53 115 12 119 90S17 21 10-45l28-5c4 36 97 45 98 0-10-56-113-15-118-90-4-57 82-63 122-42 12 7 21 19 24 35" id="y"/><path fill="#3a414a" d="M59-47c-2 24 18 29 38 22v24C64 9 27 4 27-40v-127H5v-23h24l9-43h21v43h35v23H59v120" id="z"/><g id="b"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#w"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.80246913580247,0)" xlink:href="#z"/></g><path fill="#3a414a" d="M24 0v-261h32V0H24" id="A"/><path fill="#3a414a" d="M141-36C126-15 110 5 73 4 37 3 15-17 15-53c-1-64 63-63 125-63 3-35-9-54-41-54-24 1-41 7-42 31l-33-3c5-37 33-52 76-52 45 0 72 20 72 64v82c-1 20 7 32 28 27v20c-31 9-61-2-59-35zM48-53c0 20 12 33 32 33 41-3 63-29 60-74-43 2-92-5-92 41" id="B"/><path fill="#3a414a" d="M117-194c89-4 53 116 60 194h-32v-121c0-31-8-49-39-48C34-167 62-67 57 0H25l-1-190h30c1 10-1 24 2 32 11-22 29-35 61-36" id="C"/><path fill="#3a414a" d="M101-251c68 0 85 55 85 127S166 4 100 4C33 4 14-52 14-124c0-73 17-127 87-127zm-1 229c47 0 54-49 54-102s-4-102-53-102c-51 0-55 48-55 102 0 53 5 102 54 102" id="D"/><g id="c"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,4.876543209876543,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,17.22222222222222,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,29.5679012345679,0)" xlink:href="#D"/></g><path fill="#3a414a" d="M206 0h-36l-40-164L89 0H53L-1-190h32L70-26l43-164h34l41 164 42-164h31" id="E"/><g id="d"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.333333333333332,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,40.67901234567901,0)" xlink:href="#D"/></g><path fill="#3a414a" d="M233-177c-1 41-23 64-60 70L243 0h-38l-65-103H63V0H30v-248c88 3 205-21 203 71zM63-129c60-2 137 13 137-47 0-61-80-42-137-45v92" id="F"/><path fill="#3a414a" d="M84 4C-5 8 30-112 23-190h32v120c0 31 7 50 39 49 72-2 45-101 50-169h31l1 190h-30c-1-10 1-25-2-33-11 22-28 36-60 37" id="G"/><g id="e"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#F"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.333333333333332,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,40.67901234567901,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,46.851851851851855,0)" xlink:href="#s"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,59.19753086419753,0)" xlink:href="#r"/></g><path fill="#3a414a" d="M33 0v-248h34V0H33" id="H"/><path fill="#3a414a" d="M30-248c87 1 191-15 191 75 0 78-77 80-158 76V0H30v-248zm33 125c57 0 124 11 124-50 0-59-68-47-124-48v98" id="I"/><g id="f"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,6.172839506172839,0)" xlink:href="#u"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,20.98765432098765,0)" xlink:href="#I"/></g><path fill="#3a414a" d="M24-231v-30h32v30H24zM24 0v-190h32V0H24" id="J"/><g id="g"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,4.876543209876543,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,17.22222222222222,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,23.39506172839506,0)" xlink:href="#s"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.74074074074074,0)" xlink:href="#r"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.08641975308642,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.432098765432094,0)" xlink:href="#s"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,67.77777777777777,0)" xlink:href="#z"/></g><path fill="#3a414a" d="M30 0v-248h33v221h125V0H30" id="K"/><path fill="#3a414a" d="M205 0l-28-72H64L36 0H1l101-248h38L239 0h-34zm-38-99l-47-123c-12 45-31 82-46 123h93" id="L"/><path fill="#3a414a" d="M190 0L58-211 59 0H30v-248h39L202-35l-2-213h31V0h-41" id="M"/><g id="h"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#L"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#M"/></g><path fill="#3a414a" d="M96-169c-40 0-48 33-48 73s9 75 48 75c24 0 41-14 43-38l32 2c-6 37-31 61-74 61-59 0-76-41-82-99-10-93 101-131 147-64 4 7 5 14 7 22l-32 3c-4-21-16-35-41-35" id="N"/><g id="i"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,11.11111111111111,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.098765432098766,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,31.975308641975307,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,38.14814814814815,0)" xlink:href="#N"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,49.25925925925927,0)" xlink:href="#w"/></g><path fill="#635dff" d="M100-194c62-1 85 37 85 99 1 63-27 99-86 99S16-35 15-95c0-66 28-99 85-99zM99-20c44 1 53-31 53-75 0-43-8-75-51-75s-53 32-53 75 10 74 51 75" id="O"/><path fill="#635dff" d="M59-47c-2 24 18 29 38 22v24C64 9 27 4 27-40v-127H5v-23h24l9-43h21v43h35v23H59v120" id="P"/><path fill="#635dff" d="M106-169C34-169 62-67 57 0H25v-261h32l-1 103c12-21 28-36 61-36 89 0 53 116 60 194h-32v-121c2-32-8-49-39-48" id="Q"/><path fill="#635dff" d="M100-194c63 0 86 42 84 106H49c0 40 14 67 53 68 26 1 43-12 49-29l28 8c-11 28-37 45-77 45C44 4 14-33 15-96c1-61 26-98 85-98zm52 81c6-60-76-77-97-28-3 7-6 17-6 28h103" id="R"/><path fill="#635dff" d="M114-163C36-179 61-72 57 0H25l-1-190h30c1 12-1 29 2 39 6-27 23-49 58-41v29" id="S"/><g id="j"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#O"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,9.876543209876544,0)" xlink:href="#P"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,14.814814814814817,0)" xlink:href="#Q"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,24.69135802469136,0)" xlink:href="#R"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,34.567901234567906,0)" xlink:href="#S"/></g><path fill="#635dff" d="M135-143c-3-34-86-38-87 0 15 53 115 12 119 90S17 21 10-45l28-5c4 36 97 45 98 0-10-56-113-15-118-90-4-57 82-63 122-42 12 7 21 19 24 35" id="T"/><g id="k"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#Q"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,9.876543209876544,0)" xlink:href="#O"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,19.75308641975309,0)" xlink:href="#T"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,28.641975308641978,0)" xlink:href="#P"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,33.580246913580254,0)" xlink:href="#T"/></g><path fill="#635dff" d="M24-231v-30h32v30H24zM24 0v-190h32V0H24" id="U"/><path fill="#635dff" d="M117-194c89-4 53 116 60 194h-32v-121c0-31-8-49-39-48C34-167 62-67 57 0H25l-1-190h30c1 10-1 24 2 32 11-22 29-35 61-36" id="V"/><g id="l"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#U"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,3.901234567901235,0)" xlink:href="#V"/></g><path fill="#635dff" d="M27 0v-27h64v-190l-56 39v-29l58-41h29v221h61V0H27" id="W"/><path fill="#635dff" d="M99-251c64 0 84 50 84 122C183-37 130 33 47-8c-14-7-20-23-25-40l30-5c6 39 69 39 84 7 9-19 16-44 16-74-10 22-31 35-62 35-49 0-73-33-73-83 0-54 28-83 82-83zm-1 141c31-1 51-18 51-49 0-36-14-67-51-67-34 0-49 23-49 58 0 34 15 58 49 58" id="X"/><path fill="#635dff" d="M101-251c82-7 93 87 43 132L82-64C71-53 59-42 53-27h129V0H18c2-99 128-94 128-182 0-28-16-43-45-43s-46 15-49 41l-32-3c6-41 34-60 81-64" id="Y"/><path fill="#635dff" d="M33 0v-38h34V0H33" id="Z"/><path fill="#635dff" d="M110-160c48 1 74 30 74 79 0 53-28 85-80 85-65 0-83-55-86-122-5-90 50-162 133-122 14 7 22 21 27 39l-31 6c-5-40-67-38-82-6-9 19-15 44-15 74 11-20 30-34 60-33zm-7 138c34 0 49-23 49-58s-16-56-50-56c-29 0-50 16-49 49 1 36 15 65 50 65" id="aa"/><path fill="#635dff" d="M134-131c28 9 52 24 51 62-1 50-34 73-85 73S17-19 16-69c0-36 21-54 49-61-75-25-45-126 34-121 46 3 78 18 79 63 0 33-17 51-44 57zm-34-11c31 1 46-15 46-44 0-28-17-43-47-42-29 0-46 13-45 42 1 28 16 44 46 44zm1 122c35 0 51-18 51-52 0-30-18-46-53-46-33 0-51 17-51 47 0 34 19 51 53 51" id="ab"/><path fill="#635dff" d="M101-251c68 0 85 55 85 127S166 4 100 4C33 4 14-52 14-124c0-73 17-127 87-127zm-1 229c47 0 54-49 54-102s-4-102-53-102c-51 0-55 48-55 102 0 53 5 102 54 102" id="ac"/><path fill="#635dff" d="M0 4l72-265h28L28 4H0" id="ad"/><g id="m"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,9.876543209876544,0)" xlink:href="#X"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,19.75308641975309,0)" xlink:href="#Y"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,29.629629629629633,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,34.567901234567906,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,44.44444444444445,0)" xlink:href="#aa"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,54.320987654320994,0)" xlink:href="#ab"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,64.19753086419755,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,69.13580246913583,0)" xlink:href="#ac"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,79.01234567901237,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,83.95061728395063,0)" xlink:href="#ac"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,93.82716049382718,0)" xlink:href="#ad"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,98.76543209876544,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,108.64197530864199,0)" xlink:href="#aa"/></g><path fill="#e81313" d="M30-248c118-7 216 8 213 122C240-48 200 0 122 0H30v-248zM63-27c89 8 146-16 146-99s-60-101-146-95v194" id="ae"/><path fill="#e81313" d="M197 0v-115H63V0H30v-248h33v105h134v-105h34V0h-34" id="af"/><path fill="#e81313" d="M212-179c-10-28-35-45-73-45-59 0-87 40-87 99 0 60 29 101 89 101 43 0 62-24 78-52l27 14C228-24 195 4 139 4 59 4 22-46 18-125c-6-104 99-153 187-111 19 9 31 26 39 46" id="ag"/><path fill="#e81313" d="M30-248c87 1 191-15 191 75 0 78-77 80-158 76V0H30v-248zm33 125c57 0 124 11 124-50 0-59-68-47-124-48v98" id="ah"/><g id="n"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#ae"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,12.790123456790125,0)" xlink:href="#af"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,25.58024691358025,0)" xlink:href="#ag"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,38.370370370370374,0)" xlink:href="#ah"/></g><g id="o"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,9.876543209876544,0)" xlink:href="#X"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,19.75308641975309,0)" xlink:href="#Y"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,29.629629629629633,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,34.567901234567906,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,44.44444444444445,0)" xlink:href="#aa"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,54.320987654320994,0)" xlink:href="#ab"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,64.19753086419755,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,69.13580246913583,0)" xlink:href="#ac"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,79.01234567901237,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,83.95061728395063,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,93.82716049382718,0)" xlink:href="#ac"/></g><g id="p"><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,0,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,9.876543209876544,0)" xlink:href="#X"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,19.75308641975309,0)" xlink:href="#Y"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,29.629629629629633,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,34.567901234567906,0)" xlink:href="#W"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,44.44444444444445,0)" xlink:href="#aa"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,54.320987654320994,0)" xlink:href="#ab"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,64.19753086419755,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,69.13580246913583,0)" xlink:href="#ac"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,79.01234567901237,0)" xlink:href="#Z"/><use transform="matrix(0.04938271604938272,0,0,0.04938271604938272,83.95061728395063,0)" xlink:href="#W"/></g></defs></g></svg>
\ No newline at end of file diff --git a/static/files/pursotin_raidz.svg b/static/files/pursotin_raidz.svg new file mode 100644 index 0000000..d2942ac --- /dev/null +++ b/static/files/pursotin_raidz.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:lucid="lucid" width="592" height="289.33"><g transform="translate(-889.0000000000001 -251.66666666666669)" lucid:page-tab-id="jJFWJm6nolyj"><path d="M890 473.33a6 6 0 0 1 6-6h98a6 6 0 0 1 6 6V534a6 6 0 0 1-6 6h-98a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#a" transform="matrix(1,0,0,1,895.0000000000001,472.33333333333337) translate(19.19753086419753 37.46527777777778)"/><use xlink:href="#b" transform="matrix(1,0,0,1,895.0000000000001,472.33333333333337) translate(68.45679012345678 37.46527777777778)"/><path d="M1040 473.33a6 6 0 0 1 6-6h98a6 6 0 0 1 6 6V534a6 6 0 0 1-6 6h-98a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#a" transform="matrix(1,0,0,1,1045,472.33333333333337) translate(19.19753086419753 37.46527777777778)"/><use xlink:href="#c" transform="matrix(1,0,0,1,1045,472.33333333333337) translate(68.45679012345678 37.46527777777778)"/><path d="M1220 473.33a6 6 0 0 1 6-6h98a6 6 0 0 1 6 6V534a6 6 0 0 1-6 6h-98a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#a" transform="matrix(1,0,0,1,1225,472.3333333333333) translate(19.19753086419753 37.46527777777778)"/><use xlink:href="#d" transform="matrix(1,0,0,1,1225,472.3333333333333) translate(68.45679012345678 37.46527777777778)"/><path d="M1370 473.33a6 6 0 0 1 6-6h98a6 6 0 0 1 6 6V534a6 6 0 0 1-6 6h-98a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#a" transform="matrix(1,0,0,1,1375,472.3333333333333) translate(19.19753086419753 37.46527777777778)"/><use xlink:href="#e" transform="matrix(1,0,0,1,1375,472.3333333333333) translate(68.45679012345678 37.46527777777778)"/><path d="M890 366a6 6 0 0 1 6-6h248a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H896a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#f2f3f5"/><use xlink:href="#f" transform="matrix(1,0,0,1,895.0000000000001,365) translate(86.88271604938272 39.65277777777778)"/><use xlink:href="#b" transform="matrix(1,0,0,1,895.0000000000001,365) translate(150.7716049382716 39.65277777777778)"/><path d="M1220 366a6 6 0 0 1 6-6h248a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6h-248a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#f2f3f5"/><use xlink:href="#f" transform="matrix(1,0,0,1,1225,365) translate(86.88271604938272 39.65277777777778)"/><use xlink:href="#c" transform="matrix(1,0,0,1,1225,365) translate(150.7716049382716 39.65277777777778)"/><path d="M890 258.67a6 6 0 0 1 6-6h578a6 6 0 0 1 6 6v68a6 6 0 0 1-6 6H896a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff"/><use xlink:href="#g" transform="matrix(1,0,0,1,895.0000000000001,257.6666666666667) translate(261.04938271604937 39.65277777777778)"/><path d="M945 465.83v-8.45" stroke="#3a414a" fill="none"/><path d="M945.48 466.33h-.96v-.5h.96z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M945 442.62l4.63 14.26h-9.26z" stroke="#3a414a" fill="#3a414a"/><path d="M1095 465.83v-8.45" stroke="#3a414a" fill="none"/><path d="M1095.47 466.33h-.94v-.5h.94z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1095 442.62l4.63 14.26h-9.27z" stroke="#3a414a" fill="#3a414a"/><path d="M1275 465.83v-8.45" stroke="#3a414a" fill="none"/><path d="M1275.47 466.33h-.94v-.5h.94z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1275 442.62l4.63 14.26h-9.27z" stroke="#3a414a" fill="#3a414a"/><path d="M1425 465.83v-8.45" stroke="#3a414a" fill="none"/><path d="M1425.47 466.33h-.94v-.5h.94z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1425 442.62l4.63 14.26h-9.27z" stroke="#3a414a" fill="#3a414a"/><path d="M1020 358.5v-8.45" stroke="#3a414a" fill="none"/><path d="M1020.48 359h-.96v-.5h.96z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1020 335.3l4.63 14.25h-9.27z" stroke="#3a414a" fill="#3a414a"/><path d="M1350 358.5v-8.45" stroke="#3a414a" fill="none"/><path d="M1350.47 359h-.94v-.5h.94z" stroke="#3a414a" stroke-width=".05" fill="#3a414a"/><path d="M1350 335.3l4.63 14.25h-9.27z" stroke="#3a414a" fill="#3a414a"/><defs><path fill="#3a414a" d="M30-248c118-7 216 8 213 122C240-48 200 0 122 0H30v-248zM63-27c89 8 146-16 146-99s-60-101-146-95v194" id="h"/><path fill="#3a414a" d="M24-231v-30h32v30H24zM24 0v-190h32V0H24" id="i"/><path fill="#3a414a" d="M135-143c-3-34-86-38-87 0 15 53 115 12 119 90S17 21 10-45l28-5c4 36 97 45 98 0-10-56-113-15-118-90-4-57 82-63 122-42 12 7 21 19 24 35" id="j"/><path fill="#3a414a" d="M143 0L79-87 56-68V0H24v-261h32v163l83-92h37l-77 82L181 0h-38" id="k"/><g id="a"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#h"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#i"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,20.864197530864196,0)" xlink:href="#j"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,31.975308641975307,0)" xlink:href="#k"/></g><path fill="#3a414a" d="M101-251c68 0 85 55 85 127S166 4 100 4C33 4 14-52 14-124c0-73 17-127 87-127zm-1 229c47 0 54-49 54-102s-4-102-53-102c-51 0-55 48-55 102 0 53 5 102 54 102" id="l"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#l" id="b"/><path fill="#3a414a" d="M27 0v-27h64v-190l-56 39v-29l58-41h29v221h61V0H27" id="m"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#m" id="c"/><path fill="#3a414a" d="M101-251c82-7 93 87 43 132L82-64C71-53 59-42 53-27h129V0H18c2-99 128-94 128-182 0-28-16-43-45-43s-46 15-49 41l-32-3c6-41 34-60 81-64" id="n"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#n" id="d"/><path fill="#3a414a" d="M126-127c33 6 58 20 58 59 0 88-139 92-164 29-3-8-5-16-6-25l32-3c6 27 21 44 54 44 32 0 52-15 52-46 0-38-36-46-79-43v-28c39 1 72-4 72-42 0-27-17-43-46-43-28 0-47 15-49 41l-32-3c6-42 35-63 81-64 48-1 79 21 79 65 0 36-21 52-52 59" id="o"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#o" id="e"/><path fill="#3a414a" d="M240 0l2-218c-23 76-54 145-80 218h-23L58-218 59 0H30v-248h44l77 211c21-75 51-140 76-211h43V0h-30" id="p"/><path fill="#3a414a" d="M114-163C36-179 61-72 57 0H25l-1-190h30c1 12-1 29 2 39 6-27 23-49 58-41v29" id="q"/><path fill="#3a414a" d="M100-194c62-1 85 37 85 99 1 63-27 99-86 99S16-35 15-95c0-66 28-99 85-99zM99-20c44 1 53-31 53-75 0-43-8-75-51-75s-53 32-53 75 10 74 51 75" id="r"/><g id="f"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#p"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,18.456790123456788,0)" xlink:href="#i"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,23.33333333333333,0)" xlink:href="#q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.679012345679006,0)" xlink:href="#q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,38.02469135802468,0)" xlink:href="#r"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,50.37037037037036,0)" xlink:href="#q"/></g><path fill="#3a414a" d="M185-189c-5-48-123-54-124 2 14 75 158 14 163 119 3 78-121 87-175 55-17-10-28-26-33-46l33-7c5 56 141 63 141-1 0-78-155-14-162-118-5-82 145-84 179-34 5 7 8 16 11 25" id="s"/><path fill="#3a414a" d="M59-47c-2 24 18 29 38 22v24C64 9 27 4 27-40v-127H5v-23h24l9-43h21v43h35v23H59v120" id="t"/><path fill="#3a414a" d="M115-194c55 1 70 41 70 98S169 2 115 4C84 4 66-9 55-30l1 105H24l-1-265h31l2 30c10-21 28-34 59-34zm-8 174c40 0 45-34 45-75s-6-73-45-74c-42 0-51 32-51 76 0 43 10 73 51 73" id="u"/><path fill="#3a414a" d="M100-194c63 0 86 42 84 106H49c0 40 14 67 53 68 26 1 43-12 49-29l28 8c-11 28-37 45-77 45C44 4 14-33 15-96c1-61 26-98 85-98zm52 81c6-60-76-77-97-28-3 7-6 17-6 28h103" id="v"/><g id="g"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#s"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#t"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,20.98765432098765,0)" xlink:href="#q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.33333333333333,0)" xlink:href="#i"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,33.20987654320987,0)" xlink:href="#u"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,45.55555555555555,0)" xlink:href="#v"/></g></defs></g></svg>
\ No newline at end of file diff --git a/static/files/pursotin_stack.svg b/static/files/pursotin_stack.svg new file mode 100644 index 0000000..6d57c70 --- /dev/null +++ b/static/files/pursotin_stack.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:lucid="lucid" width="715" height="509"><g transform="translate(-872 -1115)" lucid:page-tab-id="jJFWJm6nolyj"><path d="M500 500h1500v1500H500z" fill="#fff"/><path d="M897.63 1566a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#edf5ff"/><use xlink:href="#a" transform="matrix(1,0,0,1,902.6334567901235,1565) translate(77.0679012345679 19.65277777777778)"/><path d="M897.63 1506a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#edf5ff"/><use xlink:href="#b" transform="matrix(1,0,0,1,902.6334567901234,1505) translate(93.64197530864197 19.65277777777778)"/><path d="M897.63 1446a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#edf5ff"/><use xlink:href="#c" transform="matrix(1,0,0,1,902.6334567901234,1445) translate(99.84567901234568 19.65277777777778)"/><path d="M897.63 1326a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff0f0"/><use xlink:href="#d" transform="matrix(1,0,0,1,902.6334567901235,1325) translate(59.074074074074076 19.65277777777778)"/><use xlink:href="#e" transform="matrix(1,0,0,1,902.6334567901235,1325) translate(110.8641975308642 19.65277777777778)"/><path d="M897.63 1266a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fff0f0"/><use xlink:href="#f" transform="matrix(1,0,0,1,902.6334567901235,1265) translate(70.27777777777777 19.65277777777778)"/><use xlink:href="#g" transform="matrix(1,0,0,1,902.6334567901235,1265) translate(109.6604938271605 19.65277777777778)"/><path d="M897.63 1206a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#f7f4e4"/><use xlink:href="#f" transform="matrix(1,0,0,1,902.6334567901235,1205) translate(91.2037037037037 19.65277777777778)"/><use xlink:href="#h" transform="matrix(1,0,0,1,902.6334567901235,1205) translate(130.58641975308643 19.65277777777778)"/><path d="M897.63 1146a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#f7f4e4"/><use xlink:href="#f" transform="matrix(1,0,0,1,902.6334567901235,1145) translate(54.25925925925924 19.65277777777778)"/><use xlink:href="#i" transform="matrix(1,0,0,1,902.6334567901235,1145) translate(93.64197530864196 19.65277777777778)"/><path d="M1220 1446a6 6 0 0 1 6-6h68a6 6 0 0 1 6 6v148a6 6 0 0 1-6 6h-68a6 6 0 0 1-6-6z" fill="none"/><path d="M1220 1600c5.52 0 10-4.48 10-10v-60c0-5.52 4.48-10 10-10-5.52 0-10-4.48-10-10v-60c0-5.52-4.48-10-10-10" stroke="#282c33" stroke-width="2" fill="none"/><use xlink:href="#j" transform="matrix(1,0,0,1,1255,1445) translate(0 79.44444444444444)"/><path d="M1220 1266a6 6 0 0 1 6-6h68a6 6 0 0 1 6 6v88a6 6 0 0 1-6 6h-68a6 6 0 0 1-6-6z" fill="none"/><path d="M1220 1360c5.52 0 10-4.48 10-10v-30c0-5.52 4.48-10 10-10-5.52 0-10-4.48-10-10v-30c0-5.52-4.48-10-10-10" stroke="#282c33" stroke-width="2" fill="none"/><use xlink:href="#k" transform="matrix(1,0,0,1,1255,1265) translate(0 49.44444444444444)"/><path d="M1220 1146a6 6 0 0 1 6-6h318a6 6 0 0 1 6 6v88a6 6 0 0 1-6 6h-318a6 6 0 0 1-6-6z" fill="none"/><path d="M1220 1240c5.52 0 10-4.48 10-10v-30c0-5.52 4.48-10 10-10-5.52 0-10-4.48-10-10v-30c0-5.52-4.48-10-10-10" stroke="#282c33" stroke-width="2" fill="none"/><use xlink:href="#l" transform="matrix(1,0,0,1,1255,1145) translate(0 36.111111111111114)"/><use xlink:href="#m" transform="matrix(1,0,0,1,1255,1145) translate(117.09876543209876 36.111111111111114)"/><use xlink:href="#n" transform="matrix(1,0,0,1,1255,1145) translate(211.9753086419753 36.111111111111114)"/><use xlink:href="#o" transform="matrix(1,0,0,1,1255,1145) translate(0 62.77777777777778)"/><use xlink:href="#p" transform="matrix(1,0,0,1,1255,1145) translate(113.39506172839506 62.77777777777778)"/><path d="M897.63 1386a6 6 0 0 1 6-6h262.74a6 6 0 0 1 6 6v28a6 6 0 0 1-6 6H903.63a6 6 0 0 1-6-6z" stroke="#282c33" stroke-width="2" fill="#fbf0ff"/><g><use xlink:href="#d" transform="matrix(1,0,0,1,902.6334567901234,1385) translate(0.524691358024711 19.65277777777778)"/><use xlink:href="#q" transform="matrix(1,0,0,1,902.6334567901234,1385) translate(52.31481481481484 19.65277777777778)"/><use xlink:href="#r" transform="matrix(1,0,0,1,902.6334567901234,1385) translate(118.85802469135804 19.65277777777778)"/><use xlink:href="#s" transform="matrix(1,0,0,1,902.6334567901234,1385) translate(139.8456790123457 19.65277777777778)"/><use xlink:href="#t" transform="matrix(1,0,0,1,902.6334567901234,1385) translate(194.16666666666669 19.65277777777778)"/></g><path d="M1220 1388.67a6 6 0 0 1 6-6h328a6 6 0 0 1 6 6V1414a6 6 0 0 1-6 6h-328a6 6 0 0 1-6-6z" fill="none"/><path d="M1220 1420c5.15 0 9.33-4.18 9.33-9.33 0-5.16 4.18-9.34 9.34-9.34-5.16 0-9.34-4.17-9.34-9.33 0-5.15-4.17-9.33-9.33-9.33" stroke="#282c33" stroke-width="2" fill="none"/><g><use xlink:href="#u" transform="matrix(1,0,0,1,1253.6666666666667,1387.6666666666665) translate(0 18.444444444444443)"/><use xlink:href="#v" transform="matrix(1,0,0,1,1253.6666666666667,1387.6666666666665) translate(94.87654320987654 18.444444444444443)"/></g><defs><path fill="#3a414a" d="M190 0L58-211 59 0H30v-248h39L202-35l-2-213h31V0h-41" id="w"/><path fill="#3a414a" d="M100-194c63 0 86 42 84 106H49c0 40 14 67 53 68 26 1 43-12 49-29l28 8c-11 28-37 45-77 45C44 4 14-33 15-96c1-61 26-98 85-98zm52 81c6-60-76-77-97-28-3 7-6 17-6 28h103" id="x"/><path fill="#3a414a" d="M59-47c-2 24 18 29 38 22v24C64 9 27 4 27-40v-127H5v-23h24l9-43h21v43h35v23H59v120" id="y"/><path fill="#3a414a" d="M206 0h-36l-40-164L89 0H53L-1-190h32L70-26l43-164h34l41 164 42-164h31" id="z"/><path fill="#3a414a" d="M100-194c62-1 85 37 85 99 1 63-27 99-86 99S16-35 15-95c0-66 28-99 85-99zM99-20c44 1 53-31 53-75 0-43-8-75-51-75s-53 32-53 75 10 74 51 75" id="A"/><path fill="#3a414a" d="M114-163C36-179 61-72 57 0H25l-1-190h30c1 12-1 29 2 39 6-27 23-49 58-41v29" id="B"/><path fill="#3a414a" d="M143 0L79-87 56-68V0H24v-261h32v163l83-92h37l-77 82L181 0h-38" id="C"/><path fill="#3a414a" d="M24-231v-30h32v30H24zM24 0v-190h32V0H24" id="D"/><path fill="#3a414a" d="M117-194c89-4 53 116 60 194h-32v-121c0-31-8-49-39-48C34-167 62-67 57 0H25l-1-190h30c1 10-1 24 2 32 11-22 29-35 61-36" id="E"/><path fill="#3a414a" d="M177-190C167-65 218 103 67 71c-23-6-38-20-44-43l32-5c15 47 100 32 89-28v-30C133-14 115 1 83 1 29 1 15-40 15-95c0-56 16-97 71-98 29-1 48 16 59 35 1-10 0-23 2-32h30zM94-22c36 0 50-32 50-73 0-42-14-75-50-75-39 0-46 34-46 75s6 73 46 73" id="F"/><g id="a"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#w"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.333333333333332,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,34.50617283950617,0)" xlink:href="#z"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,50.49382716049382,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,62.8395061728395,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,70.18518518518518,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,81.29629629629629,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,86.17283950617283,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,98.51851851851852,0)" xlink:href="#F"/></g><path fill="#3a414a" d="M185-189c-5-48-123-54-124 2 14 75 158 14 163 119 3 78-121 87-175 55-17-10-28-26-33-46l33-7c5 56 141 63 141-1 0-78-155-14-162-118-5-82 145-84 179-34 5 7 8 16 11 25" id="G"/><path fill="#3a414a" d="M141-36C126-15 110 5 73 4 37 3 15-17 15-53c-1-64 63-63 125-63 3-35-9-54-41-54-24 1-41 7-42 31l-33-3c5-37 33-52 76-52 45 0 72 20 72 64v82c-1 20 7 32 28 27v20c-31 9-61-2-59-35zM48-53c0 20 12 33 32 33 41-3 63-29 60-74-43 2-92-5-92 41" id="H"/><g id="b"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,20.98765432098765,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,33.33333333333333,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,40.679012345679006,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,53.02469135802468,0)" xlink:href="#F"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,65.37037037037037,0)" xlink:href="#x"/></g><path fill="#3a414a" d="M108 0H70L1-190h34L89-25l56-165h34" id="I"/><g id="c"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,34.50617283950617,0)" xlink:href="#I"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,45.61728395061728,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,57.962962962962955,0)" xlink:href="#B"/></g><path fill="#3a414a" d="M197 0v-115H63V0H30v-248h33v105h134v-105h34V0h-34" id="J"/><path fill="#3a414a" d="M135-143c-3-34-86-38-87 0 15 53 115 12 119 90S17 21 10-45l28-5c4 36 97 45 98 0-10-56-113-15-118-90-4-57 82-63 122-42 12 7 21 19 24 35" id="K"/><g id="d"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#J"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,15.987654320987653,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.333333333333332,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,39.44444444444444,0)" xlink:href="#y"/></g><path fill="#3a414a" d="M115-194c55 1 70 41 70 98S169 2 115 4C84 4 66-9 55-30l1 105H24l-1-265h31l2 30c10-21 28-34 59-34zm-8 174c40 0 45-34 45-75s-6-73-45-74c-42 0-51 32-51 76 0 43 10 73 51 73" id="L"/><path fill="#3a414a" d="M96-169c-40 0-48 33-48 73s9 75 48 75c24 0 41-14 43-38l32 2c-6 37-31 61-74 61-59 0-76-41-82-99-10-93 101-131 147-64 4 7 5 14 7 22l-32 3c-4-21-16-35-41-35" id="M"/><g id="e"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#L"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#M"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.80246913580247,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,46.91358024691358,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,59.25925925925926,0)" xlink:href="#F"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,71.60493827160494,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,83.95061728395062,0)" xlink:href="#K"/></g><path fill="#3a414a" d="M153-248C145-148 188 4 80 4 36 3 13-21 6-62l32-5c4 25 16 42 43 43 27 0 39-20 39-49v-147H72v-28h81" id="N"/><path fill="#3a414a" d="M24 0v-261h32V0H24" id="O"/><g id="f"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#N"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,11.11111111111111,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,23.45679012345679,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,28.333333333333336,0)" xlink:href="#O"/></g><path fill="#3a414a" d="M84 4C-5 8 30-112 23-190h32v120c0 31 7 50 39 49 72-2 45-101 50-169h31l1 190h-30c-1-10 1-25-2-33-11 22-28 36-60 37" id="P"/><path fill="#3a414a" d="M85-194c31 0 48 13 60 33l-1-100h32l1 261h-30c-2-10 0-23-3-31C134-8 116 4 85 4 32 4 16-35 15-94c0-66 23-100 70-100zm9 24c-40 0-46 34-46 75 0 40 6 74 45 74 42 0 51-32 51-76 0-42-9-74-50-73" id="Q"/><g id="g"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#P"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,23.45679012345679,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.80246913580247,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.148148148148145,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,48.02469135802469,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,60.37037037037037,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,72.71604938271605,0)" xlink:href="#Q"/></g><g id="h"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.864197530864196,0)" xlink:href="#H"/></g><g id="i"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#L"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#L"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,37.03703703703704,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,41.91358024691358,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,46.79012345679013,0)" xlink:href="#M"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,57.90123456790124,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,70.24691358024693,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,76.41975308641976,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,81.2962962962963,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,93.64197530864199,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,105.98765432098767,0)" xlink:href="#K"/></g><path fill="#3a414a" d="M30-248c87 1 191-15 191 75 0 78-77 80-158 76V0H30v-248zm33 125c57 0 124 11 124-50 0-59-68-47-124-48v98" id="R"/><path fill="#3a414a" d="M106-169C34-169 62-67 57 0H25v-261h32l-1 103c12-21 28-36 61-36 89 0 53 116 60 194h-32v-121c2-32-8-49-39-48" id="S"/><path fill="#3a414a" d="M179-190L93 31C79 59 56 82 12 73V49c39 6 53-20 64-50L1-190h34L92-34l54-156h33" id="T"/><g id="j"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#R"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#S"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#T"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,38.27160493827161,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,49.38271604938272,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,54.25925925925927,0)" xlink:href="#M"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,65.37037037037038,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,77.71604938271606,0)" xlink:href="#O"/></g><path fill="#3a414a" d="M205 0l-28-72H64L36 0H1l101-248h38L239 0h-34zm-38-99l-47-123c-12 45-31 82-46 123h93" id="U"/><path fill="#3a414a" d="M115-194c53 0 69 39 70 98 0 66-23 100-70 100C84 3 66-7 56-30L54 0H23l1-261h32v101c10-23 28-34 59-34zm-8 174c40 0 45-34 45-75 0-40-5-75-45-74-42 0-51 32-51 76 0 43 10 73 51 73" id="V"/><path fill="#3a414a" d="M16-82v-28h88v28H16" id="W"/><path fill="#3a414a" d="M101-234c-31-9-42 10-38 44h38v23H63V0H32v-167H5v-23h27c-7-52 17-82 69-68v24" id="X"/><g id="k"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#U"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,38.27160493827161,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.14814814814815,0)" xlink:href="#V"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.49382716049383,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,60.370370370370374,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,72.71604938271605,0)" xlink:href="#W"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,80.06172839506173,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,92.40740740740742,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,104.7530864197531,0)" xlink:href="#X"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,110.92592592592594,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,115.80246913580248,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,128.14814814814815,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,140.49382716049382,0)" xlink:href="#Q"/></g><path fill="#3a414a" d="M210-169c-67 3-38 105-44 169h-31v-121c0-29-5-50-35-48C34-165 62-65 56 0H25l-1-190h30c1 10-1 24 2 32 10-44 99-50 107 0 11-21 27-35 58-36 85-2 47 119 55 194h-31v-121c0-29-5-49-35-48" id="Y"/><g id="l"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#G"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#Y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,45.61728395061728,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,57.962962962962955,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,64.1358024691358,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,69.01234567901234,0)" xlink:href="#Y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,87.46913580246913,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,99.81481481481481,0)" xlink:href="#K"/></g><g id="m"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#Y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,18.456790123456788,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.80246913580247,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.148148148148145,0)" xlink:href="#P"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.49382716049382,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,67.8395061728395,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,72.71604938271605,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,77.5925925925926,0)" xlink:href="#T"/></g><path fill="#3a414a" d="M68-38c1 34 0 65-14 84H32c9-13 17-26 17-46H33v-38h35" id="Z"/><g id="n"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#X"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.864197530864196,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.74074074074074,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,48.08641975308642,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,60.432098765432094,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,72.77777777777777,0)" xlink:href="#Z"/></g><g id="o"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,11.11111111111111,0)" xlink:href="#A"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,23.45679012345679,0)" xlink:href="#Y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,41.91358024691358,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,54.25925925925926,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,60.4320987654321,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,65.30864197530865,0)" xlink:href="#Y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,83.76543209876543,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,96.11111111111111,0)" xlink:href="#K"/></g><g id="p"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#U"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,14.814814814814813,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,27.160493827160494,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,38.27160493827161,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.14814814814815,0)" xlink:href="#V"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.49382716049383,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,60.370370370370374,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,72.71604938271605,0)" xlink:href="#W"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,80.06172839506173,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,92.40740740740742,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,104.7530864197531,0)" xlink:href="#X"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,110.92592592592594,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,115.80246913580248,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,128.14814814814815,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,140.49382716049382,0)" xlink:href="#Q"/></g><g id="q"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#C"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,11.11111111111111,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,23.45679012345679,0)" xlink:href="#B"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.80246913580247,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.148148148148145,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.49382716049382,0)" xlink:href="#O"/></g><path fill="#3a414a" d="M234-2c-28 10-62 0-77-18C117 19 8 12 13-65c3-43 29-61 60-76-25-40-17-114 47-108 35 3 59 15 59 50 0 44-40 53-71 69 14 26 32 50 51 72 14-21 24-43 30-72l26 8c-9 33-21 57-38 82 13 13 33 22 57 15v23zM97-151c25-10 52-18 56-48-1-18-13-29-33-29-42 0-39 50-23 77zM42-66c-3 51 71 58 98 28-20-24-41-51-56-80-23 10-40 24-42 52" id="aa"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#aa" id="r"/><g id="s"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#V"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.80246913580247,0)" xlink:href="#x"/></g><g id="t"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,11.11111111111111,0)" xlink:href="#T"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,22.22222222222222,0)" xlink:href="#K"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,33.33333333333333,0)" xlink:href="#y"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,39.50617283950617,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,51.85185185185185,0)" xlink:href="#Y"/></g><path fill="#3a414a" d="M240 0l2-218c-23 76-54 145-80 218h-23L58-218 59 0H30v-248h44l77 211c21-75 51-140 76-211h43V0h-30" id="ab"/><g id="u"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#ab"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,18.456790123456788,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.80246913580247,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,43.148148148148145,0)" xlink:href="#P"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,55.49382716049382,0)" xlink:href="#H"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,67.8395061728395,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,72.71604938271605,0)" xlink:href="#O"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,77.5925925925926,0)" xlink:href="#T"/></g><g id="v"><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,0,0)" xlink:href="#Q"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,12.345679012345679,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,24.691358024691358,0)" xlink:href="#X"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,30.864197530864196,0)" xlink:href="#D"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,35.74074074074074,0)" xlink:href="#E"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,48.08641975308642,0)" xlink:href="#x"/><use transform="matrix(0.06172839506172839,0,0,0.06172839506172839,60.432098765432094,0)" xlink:href="#Q"/></g></defs></g></svg>
\ No newline at end of file diff --git a/static/files/repo_langs.png b/static/files/repo_langs.png Binary files differnew file mode 100644 index 0000000..9c85b3b --- /dev/null +++ b/static/files/repo_langs.png diff --git a/static/files/reveal-js-logo.png b/static/files/reveal-js-logo.png Binary files differnew file mode 100644 index 0000000..f7b671f --- /dev/null +++ b/static/files/reveal-js-logo.png diff --git a/static/files/samurai_garden.jpeg b/static/files/samurai_garden.jpeg Binary files differnew file mode 100644 index 0000000..f6637b0 --- /dev/null +++ b/static/files/samurai_garden.jpeg diff --git a/static/files/taulu_koira.jpeg b/static/files/taulu_koira.jpeg Binary files differnew file mode 100644 index 0000000..11c4f32 --- /dev/null +++ b/static/files/taulu_koira.jpeg diff --git a/static/files/valokate_1.jpg b/static/files/valokate_1.jpg Binary files differnew file mode 100644 index 0000000..1ddccf2 --- /dev/null +++ b/static/files/valokate_1.jpg diff --git a/static/files/valokate_2.jpg b/static/files/valokate_2.jpg Binary files differnew file mode 100644 index 0000000..3d66088 --- /dev/null +++ b/static/files/valokate_2.jpg diff --git a/static/files/villa.jpeg b/static/files/villa.jpeg Binary files differnew file mode 100644 index 0000000..51cc84b --- /dev/null +++ b/static/files/villa.jpeg diff --git a/static/files/wagyu_grill.jpeg b/static/files/wagyu_grill.jpeg Binary files differnew file mode 100644 index 0000000..0e835bc --- /dev/null +++ b/static/files/wagyu_grill.jpeg diff --git a/static/files/wikimedia_monad.svg b/static/files/wikimedia_monad.svg new file mode 100644 index 0000000..887c3c6 --- /dev/null +++ b/static/files/wikimedia_monad.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-custom-link"/><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-general-link"/><style xmlns="" lang="en" type="text/css" id="dark-mode-custom-style"/><style xmlns="" lang="en" type="text/css" id="dark-mode-native-style"/><style xmlns="" lang="en" type="text/css" id="dark-mode-native-sheet"/><path fill="#fff" stroke="#000" stroke-width="2" d="M254 128a126 126 0 1 1-252 0 126 126 0 1 1 252 0z"/><path d="M138 128a10 10 0 1 1-20 0 10 10 0 1 1 20 0z"/><script xmlns="" id="bw-fido2-page-script"/></svg>
\ No newline at end of file diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..81f3588 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /wp-admin/ diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..03578b1 --- /dev/null +++ b/static/style.css @@ -0,0 +1,476 @@ +body { + font-size: 17px; + margin: 20px auto 50px; + padding: 10px 15px; + max-width: 800px; + + font-family: + "PT Sans", + -apple-system, + system-ui, + BlinkMacSystemFont, + sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; + + line-height: 1.5; + + hyphens: initial; +} + +:root { + --dark--bg-color: #1b1f29; + --dark--p-color: #eff1f8; + --dark--header-color: #ffffff; + --dark--link-color: #5da9e9; + --dark--blockquote-color: #eff1f8; + --dark--blockquote-bg-color: #ffffff10; + --dark--code-bg-color: #ffffff0d; + --dark--h2-bg-color: #6d326d40; + + --dark--syntax-0: #eff1f8; + --dark--syntax-1: #5da9e9; + --dark--syntax-2: #f8b67b; + --dark--syntax-3: #b884b8; + + --light--bg-color: #ffffff; + --light--p-color: #1a1a1a; + --light--header-color: #003f91; + --light--link-color: #3980bc; + --light--blockquote-color: #1a1a1a; + --light--blockquote-bg-color: #eff1f866; + --light--code-bg-color: #eff1f8; + --light--h2-bg-color: #6d326d1a; + + --light--syntax-0: #1a1a1a; + --light--syntax-1: #6d326d; + --light--syntax-2: #3980bc; + --light--syntax-3: #003f91; +} + +@media (prefers-color-scheme: dark) { + :root { + --header-color: var(--dark--header-color); + --p-color: var(--dark--p-color); + --link-color: var(--dark--link-color); + --bg-color: var(--dark--bg-color); + --blockquote-color: var(--dark--blockquote-color); + --blockquote-bg-color: var(--dark--blockquote-bg-color); + --code-bg-color: var(--dark--code-bg-color); + --h2-bg-color: var(--dark--h2-bg-color); + + --syntax-0: var(--dark--syntax-0); + --syntax-1: var(--dark--syntax-1); + --syntax-2: var(--dark--syntax-2); + --syntax-3: var(--dark--syntax-3); + } +} +@media (prefers-color-scheme: light) { + :root { + --header-color: var(--light--header-color); + --p-color: var(--light--p-color); + --link-color: var(--light--link-color); + --bg-color: var(--light--bg-color); + --blockquote-color: var(--light--blockquote-color); + --blockquote-bg-color: var(--light--blockquote-bg-color); + --code-bg-color: var(--light--code-bg-color); + --h2-bg-color: var(--light--h2-bg-color); + + --syntax-0: var(--light--syntax-0); + --syntax-1: var(--light--syntax-1); + --syntax-2: var(--light--syntax-2); + --syntax-3: var(--light--syntax-3); + } +} + +html.dark { + --header-color: var(--dark--header-color); + --p-color: var(--dark--p-color); + --link-color: var(--dark--link-color); + --bg-color: var(--dark--bg-color); + --blockquote-color: var(--dark--blockquote-color); + --blockquote-bg-color: var(--dark--blockquote-bg-color); + --code-bg-color: var(--dark--code-bg-color); + --h2-bg-color: var(--dark--h2-bg-color); + + --syntax-0: var(--dark--syntax-0); + --syntax-1: var(--dark--syntax-1); + --syntax-2: var(--dark--syntax-2); + --syntax-3: var(--dark--syntax-3); +} + +html.light { + --header-color: var(--light--header-color); + --p-color: var(--light--p-color); + --link-color: var(--light--link-color); + --bg-color: var(--light--bg-color); + --blockquote-color: var(--light--blockquote-color); + --blockquote-bg-color: var(--light--blockquote-bg-color); + --code-bg-color: var(--light--code-bg-color); + --h2-bg-color: var(--light--h2-bg-color); + + --syntax-0: var(--light--syntax-0); + --syntax-1: var(--light--syntax-1); + --syntax-2: var(--light--syntax-2); + --syntax-3: var(--light--syntax-3); +} + +html { + color: var(--p-color); + background-color: var(--bg-color); +} + +h1, +h2, +h3, +h4, +h5, +h6 { + color: var(--header-color); + line-height: 1.2; +} + +a, +a:visited { + color: var(--link-color); + text-decoration: none; + font-weight: normal; + cursor: pointer; + text-underline-position: under; +} + +a:hover, +a:focus { + text-decoration: underline; +} + +#dark-mode-btn { + border: none; + background: none; + font-size: 30px; + cursor: pointer; + padding: 0; + margin: 0; +} + +.header-row { + display: flex; + flex-flow: row nowrap; + align-items: center; + justify-content: space-between; + + margin: 30px 0; +} + +.header-row h1 { + margin: 0; +} + +.page-title { + text-decoration: none; + color: var(--header-color) !important; + font-size: 32px; + font-weight: 700; +} + +code { + padding: 3px 5px; + white-space: nowrap; + border: 1px solid var(--blockquote-color); +} + +pre, +div.sourceCode { + padding: 8px 10px; + overflow-x: scroll; + color: inherit; +} + +@media screen and (max-width: 600px) { + pre, + div.sourceCode { + margin: 20px -15px; + } +} + +.sourceCode { + line-height: 1.3; + border: 1px solid var(--blockquote-color); +} + +.sourceCode code, +.sourceCode pre { + border: none; + min-width: max-content; +} + +blockquote { + display: block; + color: var(--blockquote-color); + border-left: 10px solid var(--link-color); + margin: 20px 0; + padding: 2px 15px; + quotes: "\201C" "\201D" "\2018" "\2019"; +} + +blockquote p { + margin: 10px 0; +} + +img { + max-width: 100%; + width: 100%; + margin: 20px 0; +} + +figure { + max-width: 100%; + padding: 0; + margin: 20px 0; + display: block; + border: 1px solid var(--p-color); +} + +@media screen and (max-width: 600px) { + figure { + max-width: calc(100% + 2 * 15px); + margin: 20px -15px; + } +} + +figure img { + margin: 0; + border-bottom: 1px solid var(--p-color); +} + +figure figcaption { + font-style: italic; + text-align: center; + margin: 7px auto 15px; + max-width: 550px; + padding: 0 10px; + color: var(--blockquote-color); +} + +hr { + background: none !important; + height: 0; + margin: 40px auto; + border: none; + border-top: 2px dotted var(--header-color) !important; + width: 50%; +} + +.nojs-hidden { + display: none; +} + +small { + color: var(--blockquote-color); +} + +h1 small { + opacity: 0.65; + font-weight: 400; + font-size: 20px; +} + +ul, +ol { + margin-left: 10px; +} + +li::marker { + color: var(--link-color); +} + +.webrings p { + margin: 0 !important; +} + +.archive-list { + margin-left: 15px; + padding-left: 0; +} + +.archive-entry { + list-style: disclosure-closed; + margin-bottom: 8px; +} + +.archive-entry a { + line-height: 1.5; + display: block; + margin-bottom: 6px; +} + +.archive-entry small { + margin-top: -10px; + display: block; + font-size: 16px; +} + +.archive-entry small span { + color: var(--header-color); +} + +/* Post navigation (previous/next) */ +.post-nav { + padding-top: 10px; + display: flex; + justify-content: space-between; + gap: 16px; +} + +.post-nav-left { + flex: 1; + text-align: left; +} + +.post-nav-right { + flex: 1; + text-align: right; +} + +.post-nav-link { + display: inline-block; +} + +table td { + width: 1%; /* I have no idea why this makes columns responsive width */ + min-width: 150px; +} + +th { + border-top: none; +} + +tbody { + border-bottom: none; + border-top: 2px solid var(--blockquote-color); +} + +table .odd { + background-color: var(--blockquote-bg-color); +} + +table { + margin: 20px 0 30px; +} + +table tr { + border-bottom: 1px dotted var(--p-color); +} + +p { + margin: 20px 0; + line-height: 1.5; +} + +/* Syntax highlighting, overrides Pandoc generated styles */ +code.sourceCode span { + color: var(--syntax-0); +} +code span.al { + color: var(--syntax-1); + font-weight: bold; +} /* Alert */ +code span.an { + color: var(--syntax-0); + font-weight: bold; + font-style: italic; +} /* Annotation */ +code span.at { + color: var(--syntax-3); +} /* Attribute */ +code span.bn { + color: var(--syntax-3); +} /* BaseN */ +code span.bu { + color: var(--syntax-3); +} /* BuiltIn */ +code span.cf { + color: var(--syntax-3); + font-weight: bold; +} /* ControlFlow */ +code span.ch { + color: var(--syntax-2); +} /* Char */ +code span.cn { + color: var(--syntax-3); +} /* Constant */ +code span.co { + color: var(--syntax-0); + font-style: italic; + opacity: 0.7; +} /* Comment */ +code span.cv { + color: var(--syntax-2); + font-weight: bold; + font-style: italic; +} /* CommentVar */ +code span.do { + color: var(--syntax-0); + font-style: italic; +} /* Documentation */ +code span.dt { + color: var(--syntax-1); +} /* DataType */ +code span.dv { + color: var(--syntax-3); +} /* DecVal */ +code span.er { + color: var(--syntax-1); + font-weight: bold; +} /* Error */ +code span.ex { +} /* Extension */ +code span.fl { + color: var(--syntax-3); +} /* Float */ +code span.fu { + color: var(--syntax-1); +} /* Function */ +code span.im { + color: var(--syntax-3); + font-weight: bold; +} /* Import */ +code span.in { + color: var(--syntax-3); + font-weight: bold; + font-style: italic; +} /* Information */ +code span.kw { + color: var(--syntax-3); + font-weight: bold; +} /* Keyword */ +code span.op { + color: var(--syntax-2); +} /* Operator */ +code span.ot { + color: var(--syntax-0); +} /* Other */ +code span.pp { + color: var(--syntax-1); +} /* Preprocessor */ +code span.sc { + color: var(--syntax-2); +} /* SpecialChar */ +code span.ss { + color: var(--syntax-2); +} /* SpecialString */ +code span.st { + color: var(--syntax-2); +} /* String */ +code span.va { + color: var(--syntax-1); +} /* Variable */ +code span.vs { + color: var(--syntax-2); +} /* VerbatimString */ +code span.wa { + color: var(--syntax-3); + font-weight: bold; + font-style: italic; +} diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..c000c1b --- /dev/null +++ b/templates/base.html @@ -0,0 +1,159 @@ +<!doctype html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <meta charset="utf-8" /> + <meta name="generator" content="pandoc" /> + <meta + name="viewport" + content="width=device-width, initial-scale=1.0, user-scalable=yes" + /> + <link rel="shortcut icon" type="image/png" href="/favicon.png" /> + <meta + name="author" + content="{{ page.author | default(value=config.author) }}" + /> + {% if page.date %} + <meta name="dcterms.date" content="{{ page.date }}" /> + {% endif %} {% if page.extra.keywords %} + <meta + name="keywords" + content="{{ page.extra.keywords | join(sep=', ') }}" + /> + {% endif %} {% block title %} {% if page.title %} + <title>{{ page.title }} β {{ config.title }}</title> + {% else %} + <title>{{ config.title }}</title> + {% endif %} {% endblock %} {% block description %} {% if + page.description %} + <meta name="description" content="{{ page.description }}" /> + {% elif page.summary %} + <meta name="description" content="{{ page.summary | striptags }}" /> + {% else %} + <meta name="description" content="{{ config.description }}" /> + {% endif %} {% endblock %} + + <style> + @font-face { + font-family: "PT Sans"; + src: url("/PTSans-Regular.ttf") format("truetype"); + font-weight: normal; + font-style: normal; + } + + @font-face { + font-family: "PT Sans"; + src: url("/PTSans-Bold.ttf") format("truetype"); + font-weight: bold; + font-style: normal; + } + + @font-face { + font-family: "PT Sans"; + src: url("/PTSans-Italic.ttf") format("truetype"); + font-weight: normal; + font-style: italic; + } + + @font-face { + font-family: "PT Sans"; + src: url("/PTSans-BoldItalic.ttf") format("truetype"); + font-weight: bold; + font-style: italic; + } + </style> + + <link rel="stylesheet" href="/style.css" /> + <link + rel="alternate" + type="application/atom+xml" + title="Atom Feed for jan.systems" + href="/atom.xml" + /> + + <link rel="authorization_endpoint" href="https://indieauth.com/auth" /> + </head> + <body> + <div class="header-row"> + <a class="page-title" href="/">Jan Tuomi</a> + <div id="dark-mode-btn"></div> + </div> + <nav> + <a href="/posts">posts</a> + <span aria-hidden="true"> • </span> + <a href="/linklog">linklog</a> + <span aria-hidden="true"> • </span> + <a href="/now">now</a> + <span aria-hidden="true"> • </span> + <a href="/projects">projects</a> + </nav> + + <main>{% block content %}{% endblock %}</main> + + <script> + const b = document.createElement("button"); + b.innerHTML = "π"; + b.setAttribute("id", "dark-mode-btn"); + b.setAttribute("aria-label", "Toggle dark mode"); + document.querySelector("#dark-mode-btn").replaceWith(b); + + const initialManualColorScheme = + localStorage.getItem("colorScheme"); + // If null, no manual color scheme is set + if (initialManualColorScheme === "dark") { + document.body.parentElement.classList.add("dark"); + } else if (initialManualColorScheme === "light") { + document.body.parentElement.classList.add("light"); + } + + function getCurrentManualColorScheme() { + if (document.body.parentElement.classList.contains("dark")) + return "dark"; + if (document.body.parentElement.classList.contains("light")) + return "light"; + return null; + } + + document + .querySelector("#dark-mode-btn") + .addEventListener("click", function () { + const manualColorScheme = getCurrentManualColorScheme(); + const userPreferenceIsDark = + window.matchMedia && + window.matchMedia("(prefers-color-scheme: dark)") + .matches; + + const currentColorScheme = + manualColorScheme ?? + (userPreferenceIsDark ? "dark" : "light"); + const newColorScheme = + currentColorScheme === "dark" ? "light" : "dark"; + + document.body.parentElement.classList.remove( + "dark", + "light", + ); + document.body.parentElement.classList.add(newColorScheme); + + localStorage.setItem("colorScheme", newColorScheme); + }); + </script> + + <div style="display: none" class="h-card"> + <a class="u-url" href="https://jan.systems">jan.systems</a> + <a class="u-url" href="https://github.com/jantuomi" rel="me" + >GitHub</a + > + <p class="p-note"> + Minimalist, digital gardener, senior software engineer. + </p> + <img + class="u-photo" + src="https://jan.systems/files/Jan_Tuomi_headshot.jpg" + loading="lazy" + /> + <p class="p-name">Jan Tuomi</p> + <p class="p-nickname">@jantuomi</p> + <p class="p-country-name">Finland</p> + </div> + </body> +</html> diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..fdcd433 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,64 @@ +{% extends "base.html" %} +{% block content %} + +<p><br> + <a href="/files/Jan_Tuomi_headshot.jpg"><img src="/files/Jan_Tuomi_headshot_220.jpg" style="float: right; width: 175px; margin: 0 0 0 20px;"></a> + Hi! My name is Jan. I am a senior software engineer based in Finland. Welcome to my personal blog and digital garden<a href="#footnote-digital-garden">ΒΉ</a>. +</p> +<p>I like keeping things simple and pragmatic. I'm a life-long learner, but I don't go chasing trends.</p> +<p>I enjoy spending time with my fiancΓ©e and our dog, tinkering with computer hardware and software, games of all kinds but mostly video-, tabletop and role-playing, electronics, music, language learning and linguistics.</p> +<p>I created this site<a href="#footnote-site">Β²</a> as a creative outlet for expressing myself and sharing my experiences.</p> + +{% set posts = get_section(path="posts/_index.md") %} +<section class="latest-posts"> +<h2>Latest posts</h2> +<ul class="archive-list"> +{% for page in posts.pages %} +<li class="archive-entry"> + <a href="{{ page.path }}">{{ page.title }}</a> + <small>({{ page.date | date(format="%Y-%m-%d") }})</small> +</li> +{% endfor %} +</section> + +<p>The <a href="/posts">posts</a> page is a listing of my posts. I post sporadically about various subjects and with varying levels of effort.</p> +<p>The <a href="/linklog">linklog</a> page contains a curated aggregation of bookmarks, saved blog posts and essays, books, series, papers or anything else that I feel like sharing or recommending, stored in <a href="https://ln.ht/~jant">Linkhut</a>.</p> +<p>On the <a href="/now">now</a> page I write what's currently going on in my life. Stuff that some would write onto their social media page.</p> +<p>The <a href="/projects">projects</a> page contains info about my hobby projects.</p> + +<div style="display: flex; flex-flow: row wrap; justify-content: space-between; margin: 0 -16px;"> +<div style="flex: 1; margin: 0 16px; min-width: 300px;"> +<h2>Contact</h2> +<ul> +<li><a href="https://fi.linkedin.com/in/jantuomi">LinkedIn</a> (jantuomi)</li> +<li><a href="https://dice.camp/@kal_jan">Mastodon</a> (dice.camp/@kal_jan)</li> +<li>Email (jan <i>at</i> jantuomi <i>dot</i> fi)</li> +<li><a href="https://kal-jan.itch.io/">itch.io</a> (kal_jan)</li> +<li><a href="https://github.com/jantuomi" rel="me">Github</a> (jantuomi)</li> +</ul> +</div> +<div style="flex: 1; margin: 0 16px; min-width: 300px;" class="webrings"> +<h2>Webrings</h2> +<a href="https://xn--sr8hvo.ws/previous">β</a> +An <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a> <span style="font-family: initial">π</span> +<a href="https://xn--sr8hvo.ws/next">β</a> +<br> +<a href="https://fediring.net/previous?host=jan.systems">β</a> +<a href="https://fediring.net/">Fediring</a> +<a href="https://fediring.net/next?host=jan.systems">β</a> + +</div> +</div> + +<hr> + +<p id="footnote-digital-garden"> +[1] <em>The phrase "digital garden" is a metaphor for thinking about writing and creating that focuses less on the resulting "showpiece" and more on the process, care, and craft it takes to get there. β <a href="https://joelhooks.com/digital-garden/">Joel Hooks</a></em> +</p> + +<p id="footnote-site"> +[2] This site is written using the <a href="https://www.getzola.org/">Zola</a> static site generator. <a href="/posts/deploying-the-garden">At first</a>, the site was automatically deployed after every Markdown edit, but nowadays I use a more traditional manual deploy mechanism. +</p> + + +{% endblock %} diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..19f42a7 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,56 @@ +{% extends "base.html" %} {% block content %} + +<h1> + {{ page.title }}<br /> + <small>{{ page.date }}</small> + <small>[{{ page.extra.kind }}]</small> +</h1> + +{% block lede %} +<p>{{ page.description }}</p> +{% endblock %} + +{% block toc %} +<ul> + {% for h1 in page.toc %} + <li><a href="#{{ h1.id }}">{{ h1.title }}</a></li> + <ul> + {% for h2 in h1.children %} + <li><a href="#{{ h2.id }}">{{ h2.title }}</a></li> + <ul> + {% for h3 in h2.children %} + <li><a href="#{{ h3.id }}">{{ h3.title }}</a></li> + {% endfor %} + </ul> + {% endfor %} + </ul> + {% endfor %} +</ul> +{% endblock %} + +{{ page.content | safe }} + +<nav class="post-nav" aria-label="Post navigation"> + {% if page.lower %} + <div class="post-nav-left"><a class="post-nav-link" href="{{ page.lower.permalink }}">β {{ page.lower.title }}</a></div> + {% endif %} + {% if page.higher %} + <div class="post-nav-right"><a class="post-nav-link" href="{{ page.higher.permalink }}">{{ page.higher.title }} β</a></div> + {% endif %} +</nav> + +<div style="display: none" class="h-entry"> + <div class="e-content p-name">{{ page.title }}</div> + <a rel="author" class="p-author h-card" href="https://jan.systems"> + <img + class="u-photo" + src="https://jan.systems/files/Jan_Tuomi_headshot.jpg" + loading="lazy" + /> + Jan Tuomi + </a> + <a class="u-url" href="https://jan.systems/{{ page.path }}"> + Published <time class="dt-published">{{ page.date }}</time> + </a> +</div> +{% endblock %} diff --git a/templates/section.html b/templates/section.html new file mode 100644 index 0000000..c9ed8b1 --- /dev/null +++ b/templates/section.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} {% block content %} + +<h1>{{ section.title }}</h1> +{% for page in section.pages %} +<ul> + <li><a href="{{ page.path }}">{{ page.title }}</a></li> +</ul> +{% endfor %} {% endblock %} |
