2 Commits
main ... v1

Author SHA1 Message Date
be837a9cee add note that this website is old 2024-04-30 11:43:48 +02:00
6284a1e3f0 add old website to v1 branch 2024-04-30 11:40:04 +02:00
83 changed files with 11884 additions and 3805 deletions

44
404.html Executable file
View File

@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>404 - Page not Found - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
<link rel="stylesheet" href="/css/mainstyle.css">
<style>
.errorpage {
text-align: center;
width: 100%;
}
.box {
text-align: center;
width: 50%;
margin: 25%;
margin-top: 10%;
margin-bottom: 0%;
}
.Bigtext {
font-size: 400%;
}
.smalltext {
font-size: 150%;
}
</style>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="errorpage">
<div class="mainstyle">
<h2 class="Bigtext">The page you are looking for was not found</h2>
<p class="smalltext">The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.</p>
<br><br><br>
<a href="/" class="linkbutton">Go to homepage</a>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

674
LICENSE
View File

@@ -1,674 +0,0 @@
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>.

View File

@@ -1,11 +0,0 @@
<div id="title" align="center">
<img src="https://static.janishutz.com/logo.jpg" width="300">
<h1>janishutz.com</h1>
</div>
This is the source code for my personal website. Check it out [here](https://janishutz.com) .
As any custom website is, this one is also written entirely in HTML, CSS and JavaScript and only uses the jQuery library as an external library
# Moved
This repo has been moved to https://git.janishutz.com/janishutz-website/website

33
about.html Executable file
View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>About - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/mainstyle.css">
<script defer src="./js/jquery.js"></script>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<script defer src="./js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">About me</h1>
</div>
<div class="content">
<p>My name is Janis Hutz, I am 19 years old and am learning to code in many different programming languages. By now I am quite fluent in a couple of programming languages, including Swift & SwiftUI (Apple's programming languages); Python (with three different Graphical User Interface Toolkits (Kivy (and KivyMD), PyQT5 and PyGTK)); JavaScript, TypeScript, HTML and CSS. You may find my iOS Apps on the AppStore and most of my other projects as Free & Open Source Software over on GitHub. Usually, when I OpenSource a project, I tend to use the GNU General Public License V3.0 (GPL V3), as this allows you (if you are a FOSS-dev) to do the most with this code whilst not helping out big companies like Google, Micro$oft, etc.</p>
<p>I spend most of my freetime coding, as this is what I enjoy the most, other than that I am a passionate Archlinux user, so I spend occasionally some time troubleshooting something. Therefore I am not a big fan of Micro$oft, Google or Meta, but I quite adore the work that Apple does, surprisingly.</p>
<p>As I am still in my studies, my time to code is limited to what I can do outside of school, and sadly I cannot yet go to University, as I am too young and I haven't finished secondary school yet.</p>
<br><br>
</div>
<div class="itemsInline">
<a class="linkbutton" href="https://github.com/simplePCBuilding">Github</a>
<a class="linkbutton" href="https://apps.apple.com/us/developer/janis-hutz/id1636936538">AppStore</a>
</div>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

30
aboutPage.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>About - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/mainstyle.css">
<script defer src="./js/jquery.js"></script>
<script defer src="./js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">About janishutz.com</h1>
</div>
<div class="content">
<hr class="pullquote-lines">
<h3 class="content-title-small">Technology is a remarkably interesting topic, that many people take for granted.</h3>
<hr class="pullquote-lines">
<p style="text-align: center; font-size: 120%;">Get support if you are stuck on a problem, purchase a new, fully customised PC, that is configured according to your needs* and get a webpage created for you.</p>
</div>
<div class="itemsInline">
<a class="linkbutton" href="/about.html">About me</a>
<a class="linkbutton" href="/privacypolicy.html">Privacy Policy</a>
<a class="linkbutton" href="/services.html">Services</a>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

24
css/footerstyle.css Executable file
View File

@@ -0,0 +1,24 @@
.Footer-box {
background-color: #38444d;
width: 100%;
margin-bottom: -1%;
display: flex;
justify-content: center;
}
.footer-content-box {
width: 80%;
padding: 2%;
}
.footer-center-box {
display: flex;
justify-content: center;
}
.footer-logo {
width: 10%;
display: inline-block;
position: relative;
vertical-align: middle;
}

View File

@@ -9,7 +9,7 @@
/* /*
Set size of html and body to full width Set size of html and body to full width
*/ */
html { html, body {
width: 100%; width: 100%;
height: 100%; height: 100%;
margin: 0; margin: 0;
@@ -18,14 +18,40 @@ html {
} }
body { body {
width: 100%; background-color: rgba(70, 72, 167, 0.5);
height: 100%;
margin: 0;
padding: 0;
background-color: rgb(105, 144, 189);
font-family: sans-serif; font-family: sans-serif;
} }
/*
Style for quotes
*/
.bigquote {
width: 40%;
font-size: 300%;
}
.biggerquote {
font-size: 150%;
}
/*
Styling for the main content element
*/
.mainstyle {
margin-right: 5%;
margin-left: 5%;
margin-top: 2%;
margin-bottom: 2%;
padding: 5%;
padding-top: 3%;
padding-bottom: 3%;
border-color: black;
border-style: none;
border-radius: 50px;
background-color: rgba(195, 195, 229, 1);
}
/* /*
Styling for links and buttons Styling for links and buttons
*/ */
@@ -42,10 +68,7 @@ body {
transition: 0.3s; transition: 0.3s;
} }
.button { .linkbutton {
border: none;
cursor: pointer;
font-size: 1rem;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
padding: 20px; padding: 20px;
@@ -55,7 +78,7 @@ body {
transition: 1s; transition: 1s;
} }
.button:hover { .linkbutton:hover {
background-color: darkblue; background-color: darkblue;
border-radius: 5px; border-radius: 5px;
transition: 0.3s; transition: 0.3s;
@@ -65,9 +88,26 @@ body {
color: gray; color: gray;
} }
/*
This styles the container for the home page
*/
.title-container {
background-image: url('/assets/codeSnippet.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 40vh;
border-radius: 20px;
color: white;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.title { .title {
text-align: center; text-align: center;
font-size: 3rem; font-size: 2.3rem;
} }
.subtitle { .subtitle {
@@ -75,31 +115,15 @@ body {
font-size: 1.3rem; font-size: 1.3rem;
} }
.menuOpen {
overflow: hidden;
}
/*
Main page content
*/
.content-wrapper {
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.content { .content {
font-size: 1rem; font-size: 1rem;
width: 70%; width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-top: 5%; margin-top: 5%;
margin-bottom: 7%; margin-bottom: 10%;
} }
.content-title { .content-title {
@@ -119,22 +143,6 @@ body {
width: 100%; width: 100%;
} }
.quotes-text {
font-size: 150%;
font-style: italic;
font-weight: normal;
text-align: center;
}
.quotes-author {
text-align: right;
font-style: italic;
width: 80%;
margin-right: auto;
font-weight: lighter;
margin-top: 0;
}
/* /*
Bottom container styling Bottom container styling
*/ */
@@ -145,30 +153,12 @@ body {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
margin-bottom: 10%;
} }
.element { .element {
text-align: center; text-align: center;
} }
.project-logo {
margin-top: 12vh;
width: 80vw;
height: auto;
border-radius: 20px;
}
.back {
color: black;
}
@media only screen and (min-width: 550px) and (max-width: 998px) {
.project-logo {
margin-top: 10vh;
width: 50vw;
}
}
@media only screen and (min-width: 999px) { @media only screen and (min-width: 999px) {
/* /*
@@ -191,16 +181,15 @@ body {
align-items: center; align-items: center;
width: 100%; width: 100%;
gap: 5%; gap: 5%;
margin-top: 3%;
margin-bottom: 3%; margin-bottom: 3%;
} }
.project-logo { .mainstyle {
margin-top: 0; margin-right: 10%;
width: auto; margin-left: 10%;
height: 40vh; padding: 10%;
padding-top: 5%;
padding-bottom: 5%;
} }
} }
#footer {
width: 100vw;
}

155
css/menustyle.css Executable file
View File

@@ -0,0 +1,155 @@
/*
*
* janishutz.com - menustyle.css
*
*
* Created 2023 by Janis Hutz
*/
::selection {
background-color: darkblue;
color: white;
}
.Menu {
font-size: 0.8rem;
margin-top: -1%;
padding: 2%;
padding-left: 0;
padding-right: 0;
width: 100%;
overflow: hidden;
background-color: rgba(56, 68, 77, 1);
}
.logo {
height: 10vh;
display: inline-block;
margin-left: 2%;
position: relative;
vertical-align: middle;
}
.menu-container {
display: none;
width: 80%;
}
.active {
color: rgba(184, 214, 240, 1);
}
.listtoggle {
text-decoration: none;
color: black;
font-size: 2.5rem;
margin-right: 7%;
cursor: pointer;
}
.toggle-wrapper {
display: inline-flex;
height: 100%;
width: 70%;
align-items: center;
justify-content: flex-end;
}
.menu-container, .dropdown-menu {
list-style: none;
margin: 0 5%;
padding: 0;
}
.menubutton {
text-decoration: none;
width: 96%;
display: block;
padding: 2%;
color: white;
transition: 0.6s;
}
.menubutton:hover {
background-color: darkblue;
transition: 0.2s;
}
.sub {
width: 96%;
}
.dropdown-menu {
width: 95%;
}
@media only screen and (min-width: 999px) {
.listtoggle, .toggle-wrapper {
display: none;
}
.menu-wrapper {
display: inline-block;
}
.menu-container {
display: inline-flex;
list-style-type: none;
width: 80%;
margin: 0;
justify-content: center;
}
.menubutton {
text-decoration: none;
display: inline-block;
padding: 20px;
width: inherit;
color: white;
border-radius: 0%;
background-color: rgba(0,0,0,0);
transition: 0.6s;
}
.sub {
width: 92%;
padding: 20px 4%;
}
.menubutton:hover {
border-radius: 0%;
background-color: darkblue;
transition: 0.3s;
}
.dropdown-menu {
margin: 0;
padding: 0;
width: fit-content;
background-color: lightseagreen;
display: none;
list-style-type: none;
position: absolute;
min-width: 200px;
transform-origin: top center;
flex-direction: column;
}
@keyframes growDown {
0% {
transform: scaleY(0);
}
100% {
transform: scaleY(1);
}
}
.dropdown:hover .dropdown-menu {
display: flex;
animation: growDown 0.3s ease-in-out;
}
.mainitems {
display: inline-block;
}
}

View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

117
footer.html Executable file
View File

@@ -0,0 +1,117 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/css/footerstyle.css">
<title>Footer - janishutz.com</title>
<style>
#go-to-new-page-popup {
position: fixed;
height: 100vh;
width: 100vw;
left: 0;
bottom: -100vh;
background-color: rgba( 0, 0, 0, 0.7 );
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
transition: 0.25s;
}
#new-page {
min-width: 25vw;
max-width: 90vw;
max-height: 90vh;
min-height: 60vh;
background: linear-gradient( 45deg, red, blue );
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
flex-direction: column;
font-size: 150%;
position: relative;
color: white;
}
#new-page p {
text-align: center;
width: 80%;
}
.popup-show {
bottom: 0 !important;
}
#close-icon {
color: white;
position: absolute;
top: 20px;
right: 20px;
font-size: 150%;
font-weight: lighter;
cursor: pointer;
user-select: none;
}
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24
}
#new-page-button {
text-decoration: none;
color: white;
background: linear-gradient( 90deg, blue, rgb(225, 0, 255) );
padding: 20px;
border-radius: 20px;
background-size: 150%;
transition: all 0.5s;
margin-bottom: 20px;
}
#new-page-button:hover {
background-position-x: 100%;
border-radius: 5px;
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<div class="Footer-box">
<div class="footer-content-box">
<img src="/assets/Logo.png" class="footer-logo">
<div class="footer-center-box">
<a href="/privacypolicy.html" class="linkbutton" id="ppbtn">Privacy Policy</a>
</div>
</div>
<div id="go-to-new-page-popup">
<div id="new-page">
<span class="material-symbols-outlined" id="close-icon" onclick="closePopup()">close</span>
<h2>Still here?</h2>
<p>You deserve better! Head to my new website!</p>
<a href="https://janishutz.com" id="new-page-button">To new website</a>
</div>
</div>
<!-- Detection to open pop-up to tell users to head to new website after certain amount of interactions -->
<script>
let pageViewCount = parseInt( localStorage.getItem( 'pageViewCount' ) ?? '0' );
pageViewCount += 1;
if ( pageViewCount > 2 ) {
document.getElementById( 'go-to-new-page-popup' ).classList.add( 'popup-show' );
} else {
localStorage.setItem( 'pageViewCount', pageViewCount );
}
var closePopup = () => {
localStorage.setItem( 'pageViewCount', -4 );
document.getElementById( 'go-to-new-page-popup' ).classList.remove( 'popup-show' );
}
</script>
</div>
</body>

63
index.html Executable file
View File

@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<head>
<title>Home - janishutz.com</title>
<meta name="description" content="Discover my Software projects and services, and get support if you encounter problems.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">Welcome to janishutz.com!</h1>
<h2 class="subtitle">iOS Apps, PC apps, Websites, PC Building & Support</h2>
</div>
<div class="content">
<h2 class="content-title">My work</h2>
<div class="sidebyside">
<div class="element">
<h3>Custom Websites</h3>
<p>Get your new online presence as anything ranging from a simple static website like this one to a highly complex webapp like <a href="https://libreevent.janishutz.com" class="textlink" style="color: darkblue" target="_blank">libreǝvent</a> or the <a href="https://booking.languageschoolhossegor.com" class="textlink" style="color: darkblue" target="_blank">Language School Hossegor Booking system</a></p>
<a href="https://development.janishutz.com" class="linkbutton">Learn more</a>
</div>
<div class="element">
<h3>PC Building</h3>
<p>Are you looking for a new gaming or work PC that is perfectly fitted for your needs and has an upgrade path in the future and you live in Switzerland? Here you can get your new, fully customised PC!</p>
<a href="https://pcbuilding.janishutz.com" class="linkbutton">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>iOS Apps</h3>
<p>My iOS apps mostly focus on things you use or do day-to-day. You can view and download my apps on the Apple AppStore</p>
<a href="https://apps.apple.com/us/developer/janis-hutz/id1636936538" class="linkbutton">AppStore</a>
</div>
<div class="element">
<h3>Open Source Software</h3>
<p>As a huge Open Source fan, I also developed some software whose code you can freely use, if your project uses the GPL V3 License. I am also contributing to a JavaScript presentation framework called <a href="https://impress.js.org" class="textlink" style="color: darkblue">impress.js</a></p>
<a href="https://github.com/simplePCBuilding" class="linkbutton">GitHub</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>libreǝvent</h3>
<p>libreǝvent is THE free and open source event management solution with which you can save lots of time and money when managing your events!</p>
<a href="https://libreevent.janishutz.com" class="linkbutton">Learn more</a>
</div>
</div>
</div>
<div class="bottom">
<h2 class="content-title">Check out my projects!</h2>
<a class="linkbutton" href="/projects.html">Projects</a>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

20
js/basicanimations.js Executable file
View File

@@ -0,0 +1,20 @@
$( document ).ready( function() {
$( '#ContentToInclude' ).load( '/menu.html' );
$( '#Footer' ).load('/footer.html');
setTimeout( highlightLocation, 200 );
} );
function highlightLocation () {
let pagename = $(location).attr( 'pathname' );
if ( pagename.slice(0, 8) == '/project' ) {
$( '#projects' ).css( 'background-color', 'darkblue' );
} else if ( pagename.slice( 0, 6 ) == '/about' || pagename.slice( 0, 14 ) == '/privacypolicy' ) {
$( '#about' ).css( 'background-color', 'darkblue' );
} else if ( pagename.slice( 0, 6 ) == '/' || pagename == '/index.html' ) {
$( '#home' ).css( 'background-color', 'darkblue' );
} else if ( pagename.slice( 0, 8 ) == '/support' ) {
$( '#support' ).css( 'background-color', 'darkblue' );
} else if ( pagename.slice( 0, 9 ) == '/services' ) {
$( '#services' ).css( 'background-color', 'darkblue') ;
};
}

10911
js/jquery.js vendored Executable file

File diff suppressed because it is too large Load Diff

0
build.js → js/specialanimations.js Normal file → Executable file
View File

88
menu.html Executable file
View File

@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/css/menustyle.css">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Navmenu - janishutz.com</title>
<style>
#moved-banner {
background: linear-gradient( 22.5deg, red, blue ) !important;
height: 15vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
#moved-banner p {
max-width: 90vw;
text-align: center;
font-size: 1.5rem;
margin: 0;
color: white;
}
#moved-banner a {
color: white;
}
</style>
</head>
<body>
<div id="moved-banner">
<p>This website is ancient and was moved to <a href="https://janishutz.com">janishutz.com</a></p>
</div>
<div class="Menu">
<a href="/"><img src="/assets/Logo.png" class="logo"></a>
<div class="toggle-wrapper">
<a class="listtoggle" onclick="togglelist()">&#9776</a>
</div>
<ul class="menu-container">
<li class="mainitems"><a class="menubutton" id="home" href="/">Home</a></li>
<li class="dropdown mainitems">
<a class="menubutton" id="projects" href="/projects.html">Projects</a>
<ul class="dropdown-menu">
<a class="menubutton sub" href="/projects/qrinsight.html">QR & Barcode Insight</a>
<a class="menubutton sub" href="/projects/storagemanager.html">StorageManager</a>
<a class="menubutton sub" href="/projects/smuL.html">Simple&shy;Media&shy;Upscaler&shy;Lite</a>
<a class="menubutton sub" href="/projects/musiplayer.html">MusicPlayer</a>
<a class="menubutton sub" href="/projects/bgac.html">BiogasControllerApp</a>
<a class="menubutton sub" href="https://libreevent.janishutz.com">libreǝvent</a>
</ul>
</li>
<li class="dropdown mainitems">
<a class="menubutton" id="about" href="/aboutPage.html">About</a>
<ul class="dropdown-menu">
<a class="menubutton sub" href="/privacypolicy.html">Privacy Policy</a>
<a class="menubutton sub" href="/about.html">About me</a>
</ul>
</li>
<li class="dropdown mainitems">
<a class="menubutton" id="services" href="/services.html">Services</a>
<ul class="dropdown-menu">
<a class="menubutton sub" href="https://pcbuilding.janishutz.com">PC Building</a>
<a class="menubutton sub" href="https://development.janishutz.com">Custom Websites</a>
</ul>
</li>
<li class="mainitems"><a class="menubutton" id="support" href="/support.html">Support</a></li>
</ul>
</div>
<script>
let previous = 1;
function togglelist() {
$( '.menu-container' ).slideToggle(300);
$( '.listtoggle' ).toggleClass( 'active' );
}
window.addEventListener( 'resize', function( event ) {
if ( $(window).width() > 999 ) {
$( '.menu-container' ).slideDown();
previous = 1;
} else if ( $(window).width() < 999 && previous == 1 ) {
$( '.menu-container' ).slideUp();
$( '.listtoggle' ).removeClass( 'active' );
previous = 0;
};
}, true);
</script>
</body>

26
privacypolicy.html Executable file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">Privacy Policy</h1>
</div>
<div class="content">
<h2>Privacy in my iOS Apps</h2>
<p>All of the apps developed by Janis Hutz follow strict privacy rules. As such, my Apps do not collect any data other than the standard data that is being collected by Apple to give me an idea on how many people use the app. You may opt out of that feature in the system settings. All of the data collected there is anonymised and I therefore cannot see anything other than a higher number on the active user data. Privacy is one of the most important factors in the development of my apps! This may have an impact on the stability of the apps, so please, if you would like, enable "Share with Developers" setting in the Settings app under "Privacy" > "Analytics & Improvements". This allows me to see an anonymised crash report if the app'd crash.
I do heavily rely on AppStore Reviews, Ratings and Beta feedback to improve my apps, as this is the least privacy invading option out there. Please also contact me, if you'd like to test this app as a beta!</p>
<h2>Privacy on janishutz.com</h2>
<p>This website does not collect any data on your interaction with it as it stands today. This may change in the future, but all data collected will not allow me to uniquely identify you as an individual. You may have a look at the source code of the data-collection module, if I end up adding one on this website, if you wish. The rest of the server backend will remain closed-source due to security concerns.</p>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

40
projects.html Executable file
View File

@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<title>Projects - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="./css/mainstyle.css">
<script defer src="./js/jquery.js"></script>
<script defer src="./js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">My projects</h1>
<h2 class="subtitle">Here you can get an overview over all my projects!</h2>
</div>
<h3>Swift & SwiftUI (iOS Apps)</h3>
<ul>
<li><a class="textlink" href="/projects/storagemanager.html">StorageManager</a></li>
<li><a class="textlink" href="/projects/qrinsight.html">QR & Barcode Insight</a></li>
</ul>
<h3>Python, Kivy, KivyMD, PyQT5, PyGTK (Desktop apps using different UI toolkits)</h3>
<ul>
<li><a class="textlink" href="/projects/musiplayer.html">MusicPlayer</a></li>
<li><a class="textlink" href="/projects/smuL.html">SimpleMediaUpscalerLite</a></li>
<li><a class="textlink" href="/projects/bgac.html">BiogasControllerApp</a></li>
</ul>
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
<ul>
<li><a class="textlink" href="/">This website</a></li>
<li><a class="textlink" href="https://libreevent.janishutz.com">Libreǝvent - free & open source self-hosted event management solution</a></li>
<li><a class="textlink" href="/projects/smuL.html">SimpleMediaUpscalerLite</a></li>
<li><a class="textlink" href="https://booking.languageschoolhossegor.com">Booking system for Language School Hossegor</a></li>
<li><a class="textlink" href="https://impress-testing.janishutz.com">Impress.js website (Not yet up, in development)</a></li>
</ul>
</div>
<div id="Footer"></div>
</body>
</html>

18
projects/bgac.html Executable file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>BiogasControllerApp - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<h1>BiogasControllerApp</h1>
<p>Still under construction</p>
</div>
<div id="Footer"></div>
</body>
</html>

20
projects/musiplayer.html Executable file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>MusicPlayer - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<h1>MusicPlayer</h1>
<p>This project will merge with a new project in the coming months and will be rewritten from scratch and will be packaged as an electron app.</p>
<p>Still under construction</p>
</div>
<div id="Footer"></div>
</body>
</html>

22
projects/qrinsight.html Executable file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>QR & Barcode Insight - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<h1>QR & Barcode Insight</h1>
<p>Ever wanted to scan QR-Codes and Barcodes from a screenshot? This app allows you to do exactly that, whilst showing the full scanned link to you so you need to worry a little less about opening a harmful link.</p>
<div></div>
<br><br><br><br><br>
<h5>This app is available to download now from the AppStore!</h5>
<a class="linkbutton" href="https://apps.apple.com/us/app/qr-barcode-insight/id6443884642">Download from the Apple AppStore!</a>
</div>
<div id="Footer"></div>
</body>
</html>

50
projects/smuL.html Executable file
View File

@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html>
<head>
<title>smuL - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="content">
<h2 class="content-title">Simple&shy;Media&shy;Upscaler&shy;Lite</h2>
<div class="sidebyside">
<div class="element">
<h3>Upscale with EASE.</h3>
<p>Upscale any kind of video or image with ease using the electron GUI.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
<div class="element">
<h3>Electron Frontend</h3>
<p>smuL features a gorgeous electron frontend as these UIs look a lot better usually compared to QT, GTK or any other toolkit.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>CLI.</h3>
<p>smuL features a CLI to enable you to upscale things in bulk without the downsides that GUIs bring with them</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
<div class="element">
<h3>Plugins.</h3>
<p>smuL features plugin support without having to restart the GUI app. You may simply add a new upscaling engine by downloading a plugin.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>FOSS.</h3>
<p>smuL is fully open source, you may have a look at its entire source code below and contribute to it if you wish to.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
</div>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

32
projects/storagemanager.html Executable file
View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>StorageManager - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<h1>StorageManager</h1>
<h3 class="bigquote"><b class="biggerquote">MANAGE</b> <br> your storage <br> with Ease. </h3>
<p>Add items by simply <b class="biggerquote">SCANNING</b> them with your phone and adding important infos to it. The app will remember all the products you have scanned before and auto fills the info to save your time.</p>
<p>Get notified when a product is about to expire.</p>
<p>Remove products by simply swiping left or by scanning them with your phone</p>
<p>Sync the data between all your Apple Devices <sup>1</sup>.</p>
<p>Import and export the data<sup>2</sup> so you can share it between multiple AppleIDs and even a PC app<sup>3</sup></p>
<p>Sync data between multiple AppleIDs without the need of exporting the data and importing it again on the other device<sup>4</sup></p>
<br><br><br>
<p>Still under construction</p>
<div class="references">
<sup>1</sup> iCloud is required in order for this feature to work. You may enable it in the system settings. <br>
<sup>2</sup> Part of an In-App-Purchase coming at a later point <br>
<sup>3</sup> Part of an In-App-Purchase coming at a later point. <br>
<sup>4</sup> Coming in a Software update at a later point and requires a subscription. <br>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

67
search/index.html Normal file
View File

@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search (redirects to duckduckgo) :: janishutz.com</title>
<style>
html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
background-image: radial-gradient(
rgb(25, 25, 151), lightblue
);
background-repeat: no-repeat;
background-size: contain;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: sans-serif;
}
.search-wrapper {
text-align: center;
background-color: white;
min-height: fit-content;
min-width: fit-content;
height: 50%;
padding: 3% 5%;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.search-box {
background-color: rgb(191, 196, 255);
border-style: solid;
padding: 1%;
width: 40vw;
font-size: 110%;
border-radius: 10px;
}
.submit-button {
}
</style>
</head>
<body>
<div class="search-wrapper">
<h1 style="font-size: 400%;">Search</h1>
<form action="https://duckduckgo.com/?q=" method="get">
<input type="text" placeholder="Search..." class="search-box">
<input type="submit" value="Search" class="submit-button">
</form>
</div>
</body>
</html>

30
services.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Services - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
<script defer src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">Services</h1>
</div>
<div class="content">
<hr class="pullquote-lines">
<h3 class="content-title-small">Technology is a remarkably interesting topic, that many people take for granted.</h3>
<hr class="pullquote-lines">
<p style="text-align: center; font-size: 120%;">To make technology more accessible, I thrive to offer services that help people not that well versed in technology start to enjoy it. A first step for many people to discover their interest in technology is to have a decent PC, where they can play games and / or create videos and livestream. If you have a problem, you can also get PC support! For people trying to get an online presence, I offer creating static websites and websites featuring some more complex features.</p>
</div>
<div class="itemsInline">
<a class="linkbutton" href="https://pcbuilding.janishutz.com">PC Build service</a>
<a class="linkbutton" href="https://pcbuilding.janishutz.com/support">PC Support</a>
<a class="linkbutton" href="https://development.janishutz.com">Website</a>
</div>
</div>
<div id="Footer"></div>
</body>
</html>

View File

@@ -1,36 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>404 - Page not Found - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="no-index">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.huge {
font-size: 1000%;
margin: 0;
padding: 0;
margin-top: 15vh;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<h1 class="huge">404</h1>
<h2 class="content-title">Page not found</h2>
<p>The page that you are looking for does not exist. We are sorry for the inconvenience.</p>
<br><br><br>
<a href="/" class="button">Go to homepage</a>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,40 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>About - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">About me</h1>
<p style="text-align: center; margin-bottom: 5%;">Hello! I am Janis Hutz, I am 20 years old, and I am developing Software! Developing is my passion which means that I spend most of my life doing it.</p>
<p>I am currently most interested in developing web apps, both frontend and backend. Logically, I am becoming more and more proficient at what I do every day. Next to web development, I also sometimes develop desktop apps in Python, but since I don't really like the programming language's syntax, I have recently switched to writing my desktop apps in electron such that I can use HTML, CSS and JavaScript. Next to that I also develop apps for iOS and I am starting to learn to develop Android apps as well.</p>
<p>In autumn, I am starting to study Software Engineering at ETH Zurich (which is a Swiss Technology focused University). When not coding in my free-time I am a passionate Arch Linux user (but not that kind that doesn't want to help) and from time to time I play some games online with friends.</p>
<p>As a Linux user, I am a big fan of Open Source Software, which means that I enjoy developing open source software. Check my GitHub profile link below to see my work.</p>
</div>
<div class="bottom">
<h2 class="content-title">Check out my work!</h2>
<div class="itemsInline">
<a class="button" href="/projects" target="_blank">All projects</a>
<a class="button" href="https://store.janishutz.com" target="_blank">Store</a>
<a class="button" href="https://github.com/janishutz" target="_blank">GitHub</a>
<a class="button" href="https://apps.apple.com/us/developer/janis-hutz/id1636936538" target="_blank">App Store</a>
<a class="button" href="https://play.google.com/store/apps/developer?id=Janis+Hutz&gl=US" target="_blank">Play Store</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,32 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>About - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="content-title">About janis&shy;hutz.com</h1>
<p style="text-align: center; margin-bottom: 5%;">This is my main personal website which acts as a link between all my projects and websites.</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Technology is a remarkably interesting topic, that many people take for granted.</h3>
<hr class="pullquote-lines">
</div>
<div class="itemsInline">
<a class="button" href="/about/aboutme">About me</a>
<a class="button" href="/legal/privacy">Privacy Policy</a>
<a class="button" href="/services">Services</a>
</div>
</div>
<div id="footer"></div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 KiB

View File

@@ -1,64 +0,0 @@
.footer-box {
background-color: rgb(18, 12, 59);
width: 100vw;
height: 100vh;
margin-bottom: -1%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-logo {
height: 50%;
max-height: 90vw;
margin-bottom: 5%;
display: inline-block;
position: relative;
vertical-align: middle;
}
.footer-center-box {
width: 90vw;
display: flex;
justify-content: center;
align-items: center;
position: unset;
flex-direction: column;
}
#matomo-opt-out {
display: block;
width: 90vw;
background-color: rgba(0, 0, 0, 0) !important;
color: white !important;
margin-left: 15px;
}
@media only screen and (min-width: 999px) {
.footer-box {
height: 30vh;
margin-bottom: -1%;
flex-direction: row;
justify-content: flex-start;
}
.footer-center-box {
width: 40%;
left: 30%;
position: absolute;
flex-direction: row;
}
.footer-logo {
margin-left: 7%;
height: 90%;
display: inline-block;
margin-bottom: 0;
}
#matomo-opt-out {
width: 40%;
}
}

View File

@@ -1,24 +0,0 @@
.logo-container {
position: fixed;
height: 13vh;
width: 13vh;
top: 0;
left: 0;
border-bottom-right-radius: 100%;
background-color: black;
transition: all 2s ease-in-out;
z-index: 9;
}
#logo {
margin-left: 5%;
margin-top: 5%;
height: 65%;
width: 65%;
}
.nav-container:hover .logo-container {
width: 20vh;
height: 20vh;
transition: all 0.5s ease-in-out;
}

View File

@@ -1,154 +0,0 @@
#menu {
color: white;
transition: width 0.8s, height 1s, border-bottom-left-radius 0.7s;
position: fixed;
top: 0;
right: 0;
height: 0;
width: 0;
cursor: default;
background-color: #152b5c;
border-bottom-left-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#menu.open {
transition: width 1s, height 0.8s, border-bottom-left-radius 1.1s;
width: 100vw;
height: 100vh;
border-bottom-left-radius: 0;
}
.menu-container {
display: none;
width: 80%;
height: 80%;
opacity: 0;
transition: all 0.3s;
}
.menu-container.shown {
display: block;
width: 80%;
height: 80%;
opacity: 1;
transition: all 1s cubic-bezier(1, 0, 0, 1);
}
.bottom-note {
display: none;
}
.menu-main {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
}
.menu-category {
padding: 1vw;
transition: all 1s;
transition-delay: 0.5s;
}
/* TODO: Make multiple steps for this
*/
.menu-category-active {
padding-right: 20vw !important;
transition-delay: 0s;
}
.category-list {
background-color: #152b5c;
transition: all 0.5s;
transform: scaleY( 0 );
position: absolute;
transform-origin: top;
transition-delay: 0s;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
padding-bottom: 5%;
}
.category-list-active {
transform: scaleY( 1 );
transition-delay: 0.5s;
}
/*
Menu sub items
*/
.category-item {
padding: 0.5%;
text-decoration: none;
color: white;
background-color: rgba( 0, 0, 0 ,0 );
width: 100%;
transition: all 1s;
}
.category-item:hover {
width: 100%;
padding: 1vh 1vw;
background-color: rgb(0, 125, 156);
}
@media only screen and ( min-width: 999px ) {
.menu-main {
flex-direction: row;
}
.menu-category {
padding: 2vw;
}
/* TODO: Make multiple steps for this
TODO: Optimise for mobile devices (scale vertically) */
.menu-category:hover {
padding-right: 15vw;
transition-delay: 0s;
}
.menu-category:hover .category-list {
transform: scaleY( 1 );
transition-delay: 0.5s;
}
/*
Menu sub items
*/
.category-item:hover {
width: 100%;
padding: 1vh 1vw;
background-color: rgb(0, 125, 156);
}
.bottom-note-wrapper {
font-family: monospace;
position: fixed;
width: 100%;
bottom: 5%;
left: 0;
display: none;
}
.bottom-note {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 75%;
transition: all 1s;
}
}

View File

@@ -1,89 +0,0 @@
.nav-container {
height: 13vh;
width: 13vh;
right: 0;
top: 0;
z-index: 9;
position: fixed;
transition: all 2s ease-in-out;
cursor: pointer;
border-bottom-left-radius: 100%;
}
.nav-toggle-container {
background-color: black;
width: 100%;
height: 100%;
z-index: 10;
justify-content: flex-start;
position: relative;
display: flex;
align-items: flex-end;
flex-direction: column;
border-bottom-left-radius: 100%;
}
.nav-container:hover {
height: 20vh;
width: 20vh;
transition: all 0.5s ease-in-out;
border-bottom-left-radius: 100%;
}
.nav-toggle-positioner {
width: 75%;
height: 75%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.nav-toggle {
text-decoration: none;
color: rgb(168, 212, 253);
font-size: 5vh;
cursor: pointer;
width: 35px;
height: 27px;
z-index: 11;
transition: 0.8s;
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Nav-Hide-Show button idea from here: https://codepen.io/alvarotrigo/pen/wvrzPWL*/
.line {
display: block;
width: 100%;
height: 3px;
background-color: rgb(49, 142, 230);
}
#line1 {
transform-origin: 0% 0%;
transition: transform 0.4s ease-in-out;
}
#line2 {
transition: transform 0.2s ease-in-out;
}
#line3 {
transform-origin: 0% 100%;
transition: transform 0.4s ease-in-out;
}
.nav-toggle.active #line1 {
transform: rotate( 45deg );
}
.nav-toggle.active #line2 {
transform: scaleY(0);
}
.nav-toggle.active #line3 {
transform: rotate( -45deg );
}

View File

@@ -1,47 +0,0 @@
.form {
width: 100%;
}
@media only screen and (min-width: 999px) {
.form {
width: 75%;
}
}
.input {
width: 100%;
border-radius: 500px;
padding: 20px;
color: white;
border: none;
background-color: rgb(44, 44, 44);
}
.textarea {
width: 100%;
border-radius: 10px;
padding: 20px;
resize: vertical;
color: white;
border: none;
background-color: rgb(44, 44, 44);
}
.label {
color: white;
}
.submit {
background: linear-gradient(90deg, rgb(30, 36, 131), rgb(87, 66, 184), rgb(105, 115, 214), rgb(30, 36, 131), rgb(41, 128, 109), rgb(146, 50, 47));
background-size: 300px;
padding: 10px 20px;
border: none;
border-radius: 20px;
cursor: pointer;
transition: all 3s;
}
.submit:hover {
background-size: 200%;
background-position: -100%;
}

View File

@@ -1,47 +0,0 @@
#popup {
display: none;
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background-color: rgba( 0, 0, 0, 0.5 );
}
.popup-positioning {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.submit {
margin-top: 2%;
background: linear-gradient(90deg, rgb(30, 36, 131), rgb(87, 66, 184), rgb(105, 115, 214), rgb(30, 36, 131), rgb(41, 128, 109), rgb(146, 50, 47));
background-size: 300px;
padding: 10px 20px;
border: none;
border-radius: 20px;
cursor: pointer;
transition: all 3s;
font-size: 75%;
color: white;
}
.submit:hover {
background-size: 200%;
background-position: -100%;
}
.popup-main {
border: none;
border-radius: 20px;
padding: 5%;
background-color: rgb(34, 34, 34);
color: white;
max-width: 70%;
max-height: 70%;
overflow-y: scroll;
}

View File

@@ -1,20 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/css/footerstyle.css">
<title>Footer - janishutz.com</title>
</head>
<body>
<div class="footer-box">
<img src="https://static.janishutz.com/logo.jpg" class="footer-logo">
<div class="footer-center-box">
<a href="/legal/privacy" class="button" id="ppbtn">Privacy Policy</a>
<div id="matomo-opt-out"></div>
</div>
<script src="https://analytics.janishutz.com/index.php?module=CoreAdminHome&action=optOutJS&divId=matomo-opt-out&language=auto&backgroundColor=000000&fontColor=FFFFFF&fontSize=12px&fontFamily=monospace&showIntro=1"></script>
<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.janishutz.com/matomo.php?idsite=2&amp;rec=1" style="border:0" alt="" />
<!-- End Matomo -->
</div>
</body>

View File

@@ -1,66 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<meta name="keywords" content="projects, software, open source, services, websites">
<meta name="description" content="The hub for all of my software projects and services that get more advanced and numerous by the day.">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<!-- <img src="/assets/logo.jpg" alt="page Logo" class="project-logo"> -->
<h1 class="title">Welcome to janis&shy;hutz.com!</h1>
<p style="text-align: center; margin-bottom: 5%;">The best place to discover awesome software projects to enrich your life, all created and maintained by Janis Hutz</p>
<h2 class="content-title">My work</h2>
<div class="sidebyside">
<div class="element">
<h3>Software Store</h3>
<p>My software store gives you the opportunity to support my work and to get access to some special software you can't get access to otherwise. I am grateful for your support as always!</p>
<a href="https://store.janishutz.com" class="button">To the store</a>
</div>
<div class="element">
<h3>Custom Websites</h3>
<p>Starting out as a new business or already have an established brand, looking for a new website? I offer static websites like this one as well as complex webapps like <a href="https://libreevent.janishutz.com" class="textlink" style="color: darkblue" target="_blank">libreǝvent</a> or the <a href="https://booking.languageschoolhossegor.com" class="textlink" style="color: darkblue" target="_blank">Language School Hossegor Booking system</a></p>
<a href="https://development.janishutz.com" class="button">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>libreǝvent</h3>
<p>libreǝvent is THE free and open source event management solution with which you can save lots of time and money when managing your events!</p>
<a href="/projects/libreevent" class="button">Learn more</a>
</div>
<div class="element">
<h3>iOS Apps</h3>
<p>My iOS apps mostly focus on things you use or do day-to-day. You can view and download my apps on the Apple AppStore</p>
<a href="/projects#ios" class="button">Learn more</a>
<!-- <a href="https://apps.apple.com/us/developer/janis-hutz/id1636936538" class="button">AppStore</a> -->
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Open Source Software</h3>
<p>As a huge Open Source fan, I also developed some software whose code you can freely use, if your project uses the GPL V3 License. I am also contributing to a JavaScript presentation framework called <a href="https://impress.js.org" class="textlink" style="color: darkblue">impress.js</a></p>
<a href="/projects#foss" class="button">Learn more</a>
</div>
</div>
</div>
<div class="bottom">
<h2 class="content-title">Check out my projects!</h2>
<a class="button" href="/projects">Projects</a>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,4 +0,0 @@
$( document ).ready( () => {
$( '#nav' ).load( '/menu.html' );
$( '#footer' ).load('/footer.html');
} );

View File

@@ -1,194 +0,0 @@
const { createApp } = Vue;
createApp( {
data() {
return {
products: {
'sm': {
'id': 'sm',
'name': 'StorageManager',
'supportOptions': {
'no-scan': {
'id': 'no-scan',
'name': 'Scanning not working',
'display': 'Please ensure that the barcode is not too far away (up to roughly four meters should work fine), that it is a barcode and that the surface the code is on is entirely visible and not wrinkled in any shape or form. If it still does not work, contact me below.',
'action': {
'type': 'link',
'href': '/support/contact',
'display': 'Contact me'
}
},
'contact': {
'id': 'contact',
'name': 'Problem not in this list',
'display': 'Please use the contact form and include as much information as possible',
'action': {
'type': 'link',
'href': '/support/contact',
'display': 'Contact me'
}
}
}
},
'qr': {
'id': 'qr',
'name': 'QR & Barcode Insight',
'supportOptions': {
'history': {
'id': 'history',
'name': 'History missing',
'display': 'In the settings tab, under History Settings, ensure that history is enabled! If your issue is regarding only a few entries being kept, please, in the same page, check if there is history size limit set and if so, consider increasing or removing it. If it still does not work, contact me below',
'action': {
'type': 'link',
'href': '/support/contact',
'display': 'Contact me'
}
},
'no-scan': {
'id': 'no-scan',
'name': 'Scanning not working',
'display': 'Please ensure that the code is not too far away (up to roughly four meters should work fine) and that the surface the code is on is entirely visible and not wrinkled in any shape or form. If it still does not work, contact me below.',
'action': {
'type': 'link',
'href': '/support/contact',
'display': 'Contact me'
}
},
'contact': {
'id': 'contact',
'name': 'Problem not in this list',
'display': 'Please use the contact form and include as much information as possible',
'action': {
'type': 'link',
'href': '/support/contact',
'display': 'Contact me'
}
}
}
},
'smuL': {
'id': 'smuL',
'name': 'SimpleMediaUpscalerLite',
'supportOptions': {
'gh': {
'id': 'gh',
'name': 'Any problem',
'display': 'Please head to GitHub and open an issue',
'action': {
'type': 'link',
'href': 'https://github.com/janishutz/SimpleMediaUpscalerLite/issues/new',
'display': 'Open an Issue'
}
}
}
},
'le': {
'id': 'le',
'name': 'libreevent',
'supportOptions': {
'gh': {
'id': 'gh',
'name': 'Any problem',
'display': 'Please head to GitHub and open an issue',
'action': {
'type': 'link',
'href': 'https://github.com/janishutz/libreevent/issues/new',
'display': 'Open an Issue'
}
}
}
},
'mp': {
'id': 'mp',
'name': 'MusicPlayer',
'supportOptions': {
'not-ready': {
'id': 'not-ready',
'name': 'Not working',
'display': 'MusicPlayer Version 2.0 is not yet completed. Version 1 will not receive any more updates and is deprecated',
'action': {
'type': 'link',
'href': 'https://github.com/janishutz/MusicPlayerV2',
'display': 'GitHub'
}
}
}
},
'bga': {
'id': 'bga',
'name': 'BiogasControllerApp',
'supportOptions': {
'warning': {
'id': 'warning',
'name': 'Windows app warning',
'display': 'As this app is not digitally signed, Windows will warn you about running the app. The app is totally safe, so you can allow it to run. If it does not work, consider downloading the app, installing python with all necessary dependencies (see link below) and running it that way.',
'action': {
'type': 'link',
'href': 'https://github.com/janishutz/BiogasControllerApp/wiki/Install-and-run-the-program#download-dev-versions-if-you-run-into-a-bug-then-this-may-help',
'display': 'Python installation'
}
},
'errconn': {
'id': 'errconn',
'name': 'Connection error',
'display': 'Please first follow the steps the app gives you when you press the details button on the error message. If these steps do not work, please head to our wiki where things are explained in a more detailed manner. If these steps also do not help, please contact me using the <a href="/support/contact">contact form</a>!',
'action': {
'type': 'link',
'href': 'https://github.com/janishutz/BiogasControllerApp/wiki/Connect-a-Microcontroller',
'display': 'Wiki'
}
},
'contact': {
'id': 'contact',
'name': 'Problem not in this list',
'display': 'Please use the contact form and include as much information as possible',
'action': {
'type': 'link',
'href': '/support/contact',
'display': 'Contact me'
}
}
}
},
'other': {
'id': 'other',
'name': 'Other',
'supportOptions': {
'contact': {
'id': 'contact',
'name': 'Contact me',
'display': 'Please contact me using the contact form, include the name of the software you have problems with and as much information as possible on the isse.',
'action': {
'type': 'link',
'href': '/support/contact',
'display': 'Contact'
}
}
}
}
},
selectedProduct: 'sm',
};
},
methods: {
closePopup() {
$( '#popup' ).fadeOut( 500 );
$( 'body' ).removeClass( 'menuOpen' );
},
openPopup ( product ) {
$( '#popup' ).fadeIn( 500 );
$( 'body' ).addClass( 'menuOpen' );
this.selectedProduct = product;
},
toggleSupportOption ( option ) {
for ( let action in this.products[ this.selectedProduct ][ 'supportOptions' ] ) {
if ( action !== option ) {
$( '#' + action + '-container' ).removeClass( 'open' );
$( '#' + action ).fadeOut( 100 );
}
}
$( '#' + option + '-container' ).toggleClass( 'open' );
$( '#' + option ).fadeToggle( 100 );
}
},
} ).mount( '#support-app' );

View File

@@ -1,43 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Legal Stuff - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
font-style: italic;
font-size: smaller;
color: rgb(41, 41, 41);
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">The Legal Stuff</h1>
<p style="text-align: center;">Access my terms of service and privacy policy here. They apply to all my services except they have their own dedicated ones.</p>
<div class="itemsInline">
<a class="button" href="/legal/privacy">Privacy Policy</a>
<a class="button" href="/legal/tos">Terms of Service</a>
<a class="button" href="/legal/returns">Return Policy</a>
<a class="button" href="/legal/licences">Licences</a>
<a class="button" href="/legal/support-status">Support Status</a>
</div>
<p class="info">Looking to opt out of analytics? Scroll down to the bottom!</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,41 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Software Licenses - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
font-style: italic;
font-size: smaller;
color: rgb(41, 41, 41);
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Licences</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<p style="text-align: center;">Here you can find a copy of all the licences I use for my projects. Each software that uses one of these will link to this page.</p>
<div class="itemsInline">
<a class="button" href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public Licence V3</a>
<a class="button" href="/legal/licences/proprietary">Proprietary</a>
</div>
<p class="info">Looking to opt out of analytics? Scroll down to the bottom!</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,83 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Proprietary Software Licence - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Proprietary Licence</h1>
<a href="/legal/licences" class="back">&leftarrow; Back to licences</a>
<ol style="width: 100%">
<b><li>
Installation
<p class="info">You are granted the right to install this software on a limited number of devices.</p>
Restrictions
<ul class="info">
<li>
You are not allowed to work around technical restrictions or limitations of the software
</li>
<li>
You are not allowed to use this software on multiple devices simultaneously, but are allowed to have it installed on a limited number of devices at the same time
</li>
<li>
You are not allowed to decompile, reverse engineer or disassemble the software.
</li>
</ul>
</li></b>
<b><li>
Licensing
<p class="info">When purchasing this software, the software is not sold to you, but licenced to you. Due to non-compliance with these terms, your licence may be revoked without financial compensation.</p>
</li></b>
<b><li>
Transferring
<p class="info">You are not allowed to resell or transfer your licence to other accounts. A licence is granted to a specific account and is linked to that.</p>
</li></b>
<b><li>
Warranty
<p class="info">You agree that Janis Hutz is in no way, shape or form liable for any damage incurred by using this software.
There is no warranty included with this software.
All software is extensively tested, but errors in usage or code may cause loss of data created with the software.
Janis Hutz is not required to provide immediate updates if features of the software do not work as intended.
</p>
</li></b>
<b><li>
Updating
<p class="info">Updates will be rolled out to address potential issues some time after a bug report was made through the <a href="https://support.janishutz.com/index.php?a=add" target="_blank">support system</a>.
You are not guaranteed to receive updates to the software indefinitely. You can see software support statuses and roadmaps <a href="/legal/support-status" target="_blank">here</a>.
</p>
</li></b>
<b><li>
Support
<p class="info">Comprehensive software support may be provided to you as part of your purchase. Any paid software includes a basic support package that is used to address potential shortcomings of the software. If you experience any bugs in the software, please <a href="https://support.janishutz.com/index.php?a=add&category=7" target="_blank">report a bug</a></p>
</li></b>
<b><li>
Updating of these terms
<p class="info">These terms may be changed at any time. The most recent terms at the time of your purchase are the terms that apply to your software. New terms will not be forced upon you</p>
</li></b>
<b><li>
Entire agreement
<p class="info">By agreeing to these terms, you also agree to the <a href="/legal/tos" target="_blank">Terms of Service</a>, the <a href="/legal/privacy" target="_blank">Privacy Policy</a> and the <a href="/legal/returns" target="_blank">Return Policy</a></p>
</li></b>
</ol>
<i>Last updated 2024-05-20</i>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,76 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Privacy Policy</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<hr class="pullquote-lines">
<h3 class="quotes-text">Privacy is an inherent human right, and a requirement for maintaining the human condition with dignity and respect</h3>
<h4 class="quotes-author">- Bruce Schneier</h4>
<hr class="pullquote-lines">
<p>Keeping your data safe is at the centre of all of my software. Therefore, I will never sell your data and all data that is collected automatically is not tied to your identity.</p>
<ol style="width: 100%">
<b><li>
What data is collected on you?
<p class="info">Some of my web-based services, but none of my apps may use Privacy Preserving Product Analytics, meaning all data on interactions with my websites and services will be aggregated and anonymized. All raw data is deleted within a day of being collected. <br>
This data includes your anonymized IP address and your approximated country (which is estimated based on your IP address) and what pages you clicked on. For this purpose my services use Matomo, which is a free and open source, self-hosted analytics tool.
<br> All other data that is collected on you is data you willingly and at your own responsibility provide me with when signing up or using any of my services. Whilst I try to have everything run cloud-less, some features still require some data handling on my servers.</p>
</li></b>
<b><li>
How is this data stored and processed?
<p class="info">All the data that has to be sent to the cloud for processing, like the contact form, is sent to my servers using an HTTPS connection, hence, it is an encrypted connection. The data from the contact from is then sent to one of my email addresses via my mail server and is never stored on the actual server. You may have your request deleted at any time. To do so, please contact me again or respond to my response email.
<br> The data collected automatically by my analytics tool is stored for one day and never allows me to uniquely identify you as an individual. Once the data is aggregated, the raw data is deleted, and you will only show up as part of all users that visit my websites.
</p>
</li></b>
<b><li>
How can I have my data deleted?
<p class="info">To have your data deleted, please <a href="https://support.janishutz.com/index.php?a=add&catid=5">contact me</a>. I will not be able to delete the data that is collected automatically, as I do not know who this data belongs to and all raw data is deleted within one day of creation.</p>
</li></b>
<b><li>
Opting out of data collection
<p class="info">All websites that feature Matomo tracking code will allow you to opt out, if you scroll all the way down and opt out there</p>
</li></b>
<b><li>
Cookies
<p class="info">Most of my websites do not use any cookies. If they do use cookies, the specific service will explicitly state so when you first visit the page, except for the account services, which use cookies, but don't state this explicitly. Cookies are small amounts of text-based data which is used to identify you, which, whenever one of my services uses cookies, is required to allow you to for example sign into that page. No third party cookies are used on any of my websites</p>
</li></b>
<b><li>
Sharing data with third parties
<p class="info">On my store, some data has to be shared with third parties, namely the developers of software you purchase.
This data includes your unique UserID and your selected username. Not even your email address is shared with third parties.
This data is only shared with developers of third-party software if you purchased their software, and they request it. Other than that, no data is shared with any third parties, except I have your explicit, written permission to do so in case I need to forward your query to somebody else.</p>
</li></b>
<b><li>
Updating this privacy Policy
<p class="info">I retain the right to, at any time, at my own will and discretion to update this privacy policy. Valid is always the privacy policy which is available at this URL</p>
</li></b>
</ol>
<i>Last updated 2024-05-20</i>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,62 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Privacy Policy</h1>
<hr class="pullquote-lines">
<h3 class="quotes-text">Privacy is an inherent human right, and a requirement for maintaining the human condition with dignity and respect</h3>
<h4 class="quotes-author">- Bruce Schneier</h4>
<hr class="pullquote-lines">
<p>Keeping your data safe is at the centre of all of my software. Therefore, none of my software automatically collect any data</p>
<ol style="width: 100%">
<b><li>
What data is collected on you?
<p class="info">This website and all of my services do not collect any data on how you interact with them. All data that is collected on you is data you willingly and at your own responsibility provide me with when signing up or using any of my services. Whilst I try to have everything run cloud-less, some features still require some data handling on my servers.</p>
</li></b>
<b><li>
How is this data stored and processed?
<p class="info">All the data that has to be sent to the cloud for processing, like the contact form, is sent to my servers using an HTTPS connection, hence, it is an encrypted connection. The data from the contact from is then sent to one of my email addresses via my mail server and is never stored on the actual server. You may have your request deleted at any time. To do so, please contact me again or respond to my response email.</p>
</li></b>
<b><li>
How can I have my data deleted?
<p class="info">To have your data deleted, please <a href="/support/contact">contact me</a>.</p>
</li></b>
<b><li>
Cookies
<p class="info">Most of my websites do not use any cookies. If they do use cookies, the specific service will explicitly state so when you first visit the page. Cookies are small amounts of text-based data which is used to identify you, which, whenever one of my services uses cookies, is required to allow you to for example sign into that page. No third party cookies are used on any of my websites</p>
</li></b>
<b><li>
Sharing data with third parties
<p class="info">No data is shared with any third parties, except I have your explicit, written permission to do so in case I need to forward your query to somebody else.</p>
</li></b>
<b><li>
Updating this privacy Policy
<p class="info">I retain the right to, at any time, at my own will and discretion to update this privacy policy. Valid is always the privacy policy which is available at this URL</p>
</li></b>
</ol>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,62 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Return Policy - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Return Policy</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<ol style="width: 100%">
<b><li>
Definitions
<p class="info">
<ul style="font-weight: normal;">
<li><b>Return Window:</b> The window in which I can provide you with a refund</li>
<li><b>Cancellation Window:</b> The window in which you can cancel a subscription before being charged again.</li>
</ul>
</p>
</li></b>
<b><li>
Return Window
<p class="info">You can return a product within 30 days of purchasing through your account. Some products might not be refundable, as they are consumable</p>
</li></b>
<b><li>
Cancellation Window
<p class="info">You can cancel a subscription within your account up to 24 hours before the new billing cycle starts. After that, we cannot guarantee that you won't be charged again.</p>
</li></b>
<b><li>
Refund amount
<p class="info">Refunds result in cost and work for me. Therefore, a refund comes at a 10% plus CHF 0.50 fee. The remaining funds will be sent back to your payment method within about 10 work days. This duration is solely dependent on the payment provider.</p>
</li></b>
<b><li>
Denial of refunds
<p class="info">Some products may not be refundable for some reasons. We therefore cannot refund the entire order. If a product is not refundable, this is communicated to you on the product page on the store.</p>
</li></b>
<b><li>
Refunds of subscriptions
<p class="info">Subscriptions aren't currently eligible for refunds. Please be aware that when cancelling products that are required in order for you to get a subscription, the subscription will <b>not</b> be cancelled.</p>
</li></b>
</ol>
<i>Last updated 2024-05-30</i>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,158 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support Status - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.top-bar {
font-size: 1.1rem;
font-weight: bold;
min-width: max-content;
}
.status {
padding-right: 15px;
min-width: max-content;
}
.name {
padding-right: 15px;
min-width: max-content;
}
.eol {
padding-right: 15px;
min-width: max-content;
}
.info {
font-weight: normal;
font-style: italic;
font-size: smaller;
color: rgb(41, 41, 41);
margin: 10px;
}
.support-status {
margin-bottom: 20px;
}
.support-status-wrapper {
width: 100%;
overflow: scroll;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Support Status</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<p style="text-align: center;">View the support status of all my projects, roadmaps and expected End Of Life dates</p>
<div class="support-status-wrapper">
<table class="support-status">
<tr class="top-bar">
<td class="name">Software</td>
<td class="status">Status</td>
<td class="eol">Expected EOL</td>
<td>Roadmap</td>
</tr>
<tr>
<td class="name">Website</td>
<td class="status">Supported <sup>1</sup></td>
<td class="eol">-</td>
<td>-</td>
</tr>
<tr>
<td class="name">Store</td>
<td class="status">Supported</td>
<td class="eol">-</td>
<td>-</td>
</tr>
<tr>
<td class="name">ID (Account Services)</td>
<td class="status">Supported <sup>2</sup></td>
<td class="eol">-</td>
<td>-</td>
</tr>
<tr>
<td class="name">StorageManager</td>
<td class="status">Supported</td>
<td class="eol">-</td>
<td>-</td>
</tr>
<tr>
<td class="name">QR & Barcode Insight</td>
<td class="status">Supported</td>
<td class="eol">-</td>
<td>-</td>
</tr>
<tr>
<td class="name">libreevent</td>
<td class="status">Supported</td>
<td class="eol">-</td>
<td><a href="https://github.com/janishutz/libreevent/issues/12" target="_blank">Roadmap</a></td>
</tr>
<tr>
<td class="name">smuL (SimpleMediaUpscalerLite)</td>
<td class="status">Unsupported</td>
<td class="eol">June 16 2025</td>
<td>- (EOL)</td>
</tr>
<tr>
<td class="name">BiogasControllerApp</td>
<td class="status">Supported</td>
<td class="eol">2026-07-01<sup>3</sup></td>
<td>-</td>
</tr>
<tr>
<td class="name">ConductorCalc</td>
<td class="status" title="This software has not been completed yet">In Development</td>
<td class="eol">-</td>
<td><a href="https://blog.janishutz.com/posts/2024/06/update-on-projects/#conductorcalc" target="_blank">Roadmap</a></td>
</tr>
<tr>
<td class="name">MusicPlayer V3</td>
<td class="status">Supported</td>
<td class="eol">-</td>
<td>-</td>
</tr>
<tr>
<td class="name">MusicPlayer V1</td>
<td class="status">Unsupported</td>
<td class="eol">2023-09-01</td>
<td>- (EOL)</td>
</tr>
<tr>
<td class="name">MusicPlayer V2</td>
<td class="status">Unsupported</td>
<td class="eol">2024-07-01</td>
<td>- (EOL)</td>
</tr>
</table>
</div>
<p class="info">All pieces of software without an expected EOL date do not have one, because it simply hasn't been decided yet. There might be completely rewritten versions of them taking their place in the future or an EOL date may be added</p>
<p class="info">Once a software has reached EOL, it doesn't mean it will stop working, but rather that it will not receive any more updates</p>
<p class="info"><sup>1</sup> A new version is in development to completely replace the current one with design following my new design philosophy. See <a href="https://beta.janishutz.com">here</a> for an unfinished preview that is still in early beta.</p>
<p class="info"><sup>2</sup> A new version is in development to completely replace the current one with improved security and reliability</p>
<p class="info"><sup>3</sup> Unlikely to be at this date, since a complete rewrite has happened in June 2025</p>
<p style="margin-top: 50px;">Looking for the support page?</p>
<a href="https://support.janishutz.com" class="button" target="_blank">Support</a>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,102 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Terms of Service - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Terms of Service</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>
<ol style="width: 100%">
<b><li>
Using content of my websites
<p class="info">In general, you are not allowed to use any of the content of my websites, except explicitly stated otherwise (like on my blog).</p>
</li></b>
<b><li>
Definitions
<p class="info">
<ul style="font-weight: normal;">
<li><b>Perpetual Licence:</b> A licence which will allow you to use the software <i>for as long as you wish</i>, and it is compatible with your chosen Operating System. What it does <i><b>not</b></i> mean:
<ul>
<li>You are not guaranteed to have access to online services</li>
<li>You are not guaranteed to be able to use subscription-based online services indefinitely</li>
<li>You do not get updates to the software indefinitely</li>
<li>Some new features might require purchasing a new version of the software</li>
<li>You do not get support for the software indefinitely. Support past a specified point in time might be available for a fee</li>
</ul>
</li>
<li><b>Subscription:</b> A licence which grants you <i>temporary</i> access to a software, during the time-frame in which you pay for it. What it does <i><b>not</b></i> mean:
<ul>
<li>You will be able to keep using the software after cancellation and expiry of your subscription</li>
<li>Support is not guaranteed to be included</li>
</ul>
</li>
<li><b>End of Life (EOL):</b> The point from which on the software will not receive any further updates.</li>
</ul>
</p>
</li></b>
<b><li>
Software Licences
<p class="info">
<ul style="font-weight: normal;">
<li>All Software Licences granted to you when purchasing one off of my store are granted to you and you only, except explicitly stated otherwise.</li>
<li>You are not allowed to share a licence with other people outside the allowed limit stated for each software. There are measures in place to prevent this.</li>
<li>Licences to my software are usually granted to you as <i>perpetual licences</i>, meaning you will have access to this software indefinitely, even if I choose to end support for it.</li>
<li>Software that has reached EOL will be updated one last time, which will remove the DRM, allowing you to use it even without an account</li>
</ul>
</p>
</li></b>
<b><li>
Document Licenses
<p class="info">
<ul style="font-weight: normal;">
<li>All Document Licences granted to you when purchasing one off of my store are granted to you and you only, except explicitly stated otherwise.</li>
<li>You are not allowed to share a licence with other people. There are measures in place to prevent this.</li>
<li>Licences to my PDFs are usually granted to you as <i>perpetual licences</i>, meaning you will have access to these Documents indefinitely, even if I choose to end support for it.</li>
<li>Documents I choose to drop from the store will be emailed to you upon reaching that status, so you keep your access to them.</li>
<li>All documents may only be viewed with the provided viewer in the browser, or in the future with any other Software provided and explicitly authorized by me.</li>
<li>There is no guarantee that the documents will be available at all times, as downtimes in the systems may occur, which are outside my control.</li>
</ul>
</p>
</li></b>
<b><li>
Accountability
<p class="info">
I am in no way accountable for any damage that is incurred from using my software. I am not accountable for any loss of data that occurs by using any of my software, not even if you store data on the cloud. I keep regular, automated backups of all data to ensure that catastrophic data loss is not possible.
I thoroughly test my software to ensure that there is no risk of data loss. All data that could possibly be lost is data that is stored by my software.
</p>
</li></b>
<b><li>
Returns
<p class="info">
Returns are handled according to my <a href="/legal/returns">Return Policy</a> to which you agree when agreeing to these terms
</p>
</li></b>
<b><li>
Privacy
<p class="info">When agreeing to these terms, you also agree to my <a href="/legal/privacy" target="_blank">Privacy Policy</a>, which states that some data on your interaction might be collected, but will never be tied to your identity. All other data you provide willingly is for obvious reasons tied to your identity.</p>
</li></b>
</ol>
<p>Any violation of the above terms above may lead to a termination of your account or your licence being revoked. </p>
<i>Last updated 2024-05-20</i>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,150 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>nav</title>
<link rel="stylesheet" href="/css/nav/toggle.css">
<link rel="stylesheet" href="/css/nav/menu.css">
<link rel="stylesheet" href="/css/nav/logo.css">
<style>
#moved-banner {
background: linear-gradient( 22.5deg, red, blue ) !important;
min-height: 10vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 0;
left: 0;
}
#moved-banner p {
max-width: calc( 100vw - 3rem - 30px );
text-align: center;
font-size: 1rem;
padding: 5px;
margin: 0;
color: white;
}
#moved-banner a {
color: white;
}
#moved-banner span {
color: white;
position: fixed;
right: 15px;
font-size: 1.5rem;
}
</style>
</head>
<body>
<div id="moved-banner">
<p>
You are looking at one of my old websites. The current version is available at
<a href="https://janishutz.com">janishutz.com</a>
</p>
<span onclick="dismissOldSiteNotice()">&#x2715;</span>
</div>
<div class="nav-container">
<div class="logo-container">
<a href="/"><img src="https://static.janishutz.com/logo.jpg" alt="Website logo" id="logo"></a>
</div>
<div class="nav-toggle-container">
<div class="nav-toggle-positioner" onclick="menu()">
<div class="nav-toggle">
<span class="line" id="line1"></span>
<span class="line" id="line2"></span>
<span class="line" id="line3"></span>
</div>
</div>
</div>
<div id="menu">
<div class="menu-container">
<h2 style="text-align: center;">Menu</h2>
<div class="menu-main">
<div class="bottom-note-wrapper">
<div class="bottom-note">
<p>Welcome to janishutz.com</p>
</div>
</div>
<div class="menu-category" onclick="dropdown( 'projects-page' )" id="projects-page-parent">
<h3>Projects</h3>
<div class="category-list" id="projects-page">
<a href="/projects" class="category-item">Browse all</a>
<a href="/projects/storagemanager" class="category-item">StorageManager</a>
<a href="/projects/libreevent" class="category-item">libreǝvent</a>
<a href="/projects/qrscanner" class="category-item">QR & Barcode Insight</a>
<a href="/projects/store" class="category-item">Store</a>
</div>
</div>
<div class="menu-category" onclick="dropdown( 'about' )" id="about-parent">
<h3>About</h3>
<div class="category-list" id="about">
<a href="/legal" class="category-item">The legal stuff</a>
<a href="/legal/privacy" class="category-item">Privacy Policy</a>
<a href="/legal/tos" class="category-item">Terms of Service</a>
<a href="/about" class="category-item">About janishutz.com</a>
<a href="/about/aboutme" class="category-item">About me</a>
<a href="https://blog.janishutz.com" class="category-item">Blog</a>
</div>
</div>
<div class="menu-category" onclick="dropdown( 'services' )" id="services-parent">
<h3>Services</h3>
<div class="category-list" id="services">
<a href="/services" class="category-item">Overview</a>
<a href="https://development.janishutz.com" class="category-item">Custom Websites</a>
<a href="https://store.janishutz.com" class="category-item">Store</a>
<a href="https://id.janishutz.com" class="category-item">Account</a>
</div>
</div>
<div class="menu-category" onclick="dropdown( 'support' )" id="support-parent">
<h3>Support</h3>
<div class="category-list" id="support">
<a href="https://support.janishutz.com" class="category-item">Support hub</a>
<a href="https://v1.janishutz.com" class="category-item">Old version</a>
<a href="https://janishutz.github.io" class="category-item">Original version</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
let activated = false;
function dropdown ( id ) {
$( '.category-list' ).removeClass( 'category-list-active' );
$( '.menu-category' ).removeClass( 'menu-category-active' );
if ( activated ) {
activated = false;
} else {
$( '#' + id + '-parent' ).addClass( 'menu-category-active' );
$( '#' + id ).addClass( 'category-list-active' );
activated = true;
}
}
function menu () {
$( '#menu' ).toggleClass( 'open' );
$( '.nav-toggle' ).toggleClass( 'active' );
$( 'body' ).toggleClass( 'menuOpen' );
$( '.menu-container' ).fadeToggle( 100 );
setTimeout( () => {
$( '.menu-container' ).toggleClass( 'shown' );
$( '.bottom-note-wrapper' ).fadeToggle( 500 );
}, 400 );
}
function dismissOldSiteNotice () {
$( '#moved-banner' ).hide();
}
</script>
</body>
</html>

View File

@@ -1,64 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Private Presentations - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Private Presentations</h1>
<p style="text-align: center; margin-bottom: 5%;">Here is a list of all private presentations</p>
<div class="sidebyside">
<div class="element">
<h3>Music</h3>
<p>This presentation is in German and is about a song called Victory by Two Steps From Hell</p>
<a class="button" href="/presentations/auth/music">View</a>
</div>
<div class="element">
<h3>Geography</h3>
<p>This presentation is in German and was a group work about the change in the energy supplies</p>
<a class="button" href="/presentations/auth/geography">View</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>French</h3>
<p>This presentation is in French and was about a current text form a French newspaper</p>
<a class="button" href="/presentations/auth/french">View</a>
</div>
<div class="element">
<h3>PU</h3>
<p>This presentation is in German and was about my project that I did for school, StorageManager</p>
<a class="button" href="/presentations/auth/pu">View</a>
<a class="button" href="/projects/storagemanager">StorageManager</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Matura</h3>
<p>This presentation is in German and is about my Matura project, libreevent.</p>
<a class="button" href="/presentations/auth/matura">View</a>
<a class="button" href="/projects/libreevent">libreevent</a>
</div>
<div class="element">
<h3>Turning points of WWII</h3>
<p>This presentation is in English and is about turning points of WWII. It was a voluntary presentation I did because I was asked to do one.</p>
<a class="button" href="/presentations/auth/history">View</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,42 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Presentations - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Presentations</h1>
<p style="text-align: center; margin-bottom: 5%;">Here you can view all my public presentations. There is also a link to my private presentations, for which you need a username and password.</p>
<hr class="pullquote-lines">
<h3 class="content-title">presenter <br> present <br> presentation...</h3>
<hr class="pullquote-lines">
<div class="sidebyside">
<div class="element">
<h3>Public presentations</h3>
<p>There are currently no publicly accessible presentations available</p>
<!-- <a class="button" href="/presentations/auth">View</a> -->
</div>
<div class="element">
<h3>Private presentations</h3>
<p>There are a few presentations I have held that are not publicly accessible. If you have a username & password, you may access them using the link below</p>
<a class="button" href="/presentations/auth">View</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,33 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arch Linux Development Virtual Machine - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Create your own software development environment Virtual Machine for software that should run on Linux. This project is a collection of scripts that do this for you.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="libreevent Logo" class="project-logo">
<h1 class="content-title">Arch Linux Develop&shy;ment Virtual Machine</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">This project aims to make setting up a development virtual machine with Arch Linux much easier.</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Development on Windows kinda sucks. Install a Linux VM easily</h3>
<hr class="pullquote-lines">
<div class="bottom">
<h2 class="content-title-small">Check out the project</h2>
<a class="button" href="https://github.com/janishutz/arch-dev-vm" target="_blank">GitHub Repo</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,29 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>ID - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="impress.js is a JavaScript presentation tool, inspired by the idea behind prezi. It features an infinite, 3-Dimensional canvas, on which you can place elements.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="id Logo" class="project-logo">
<h1 class="content-title">janis&shy;hutz&shy;.com ID</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">Annoyed to have tons of accounts? id.janishutz.com eliminates that problem by providing one single account for all my projects and more!</p>
<div class="bottom">
<a class="button" href="https://id.janishutz.com" target="_blank">TO WEBSITE</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,34 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>impress.js - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="impress.js is a JavaScript presentation tool, inspired by the idea behind prezi. It features an infinite, 3-Dimensional canvas, on which you can place elements.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/impress.jpg" alt="libreevent Logo" class="project-logo">
<h1 class="content-title">impress&shy;.js</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">impress.js is not in fact my own project, but rather a project I contribute code to and for which I have created a new project website.</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Slide based presentations are quite boring, why not try something new and better?</h3>
<hr class="pullquote-lines">
<div class="bottom">
<h2 class="content-title-small">Visit the project website</h2>
<p>I am currently working on a massive update, more updates can be found on my <a href="https://blog.janishutz.com" target="_blank">blog</a></p>
<a class="button" href="https://impress-testing.janishutz.com" target="_blank">PROJECT WEBSITE</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,95 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Projects - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Discover my projects, which range from websites to iOS apps and custom built websites for you.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="content-title">Projects</h1>
<p style="text-align: center; margin-bottom: 5%;">This is a selection of my most important projects. This list is not exhaustive, and I've got some private projects ongoing at all times, like updating and optimizing all my different websites.</p>
<h3 id="ios" class="content-title-small">iOS Apps</h3>
<div class="sidebyside">
<div class="element">
<h3>StorageManager</h3>
<p>Managing your home storage is a difficult task. It is fairly common to forget about things you still have in storage. This is where StorageManager comes in. It notifies you whenever a product is about to expire.</p>
<a class="button" href="/projects/storagemanager">Learn more</a>
</div>
<div class="element">
<h3>QR & Barcode Insight</h3>
<p>Ever wondered what exactly is inside QR codes exactly? This app shows you the unfiltered content of the QR code such that you can more easily evaluate if this website you are about to visit is trustworthy.</p>
<a class="button" href="/projects/qrscanner">Learn more</a>
</div>
</div>
<h3 id="proprietary" class="content-title-small" style="margin-top: 10%;">Proprietary Software</h3>
<div class="sidebyside">
<div class="element">
<h3>Store</h3>
<p>A fully featured web store application, through which you can purchase software and other products developed and created by Janis Hutz</p>
<a class="button" href="/projects/store">Learn more</a>
</div>
<div class="element">
<h3>id.janishutz.com</h3>
<p>Account software that provides login functionality to all my software.</p>
<a class="button" href="/projects/id">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Language School Hossegor Booking System</h3>
<p>A fully featured booking system for a language school in France. It features fully automated invoice generation, an extensive admin panel and a easy to navigate reservation experience, fully custom built</p>
<a class="button" href="/projects/languageschoolhossegor-booking">Learn more</a>
</div>
</div>
<h3 id="foss" class="content-title-small" style="margin-top: 10%;">Free and Open Source Software</h3>
<div class="sidebyside">
<div class="element">
<h3>libreǝvent</h3>
<p>My flagship project, a fully features, free and open source event management solution you can host yourself. Its feature list is very extensive, so check it out below!</p>
<a class="button" href="/projects/libreevent">Learn more</a>
</div>
<div class="element">
<h3>SimpleMediaUpscalerLite</h3>
<p>An electron app with which you can upscale videos and images using different upscaling algorithms. It also features plugin support with which new upscaling engines can be added easily.</p>
<a class="button" href="/projects/smuL">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>MusicPlayer</h3>
<p>An electron based music player that can display currently playing and next songs including more information on them from CSV files on any number of client displays. These displays solely require a browser.</p>
<a class="button" href="/projects/musicplayer">Learn more</a>
</div>
<div class="element">
<h3>Arch Linux Development Virtual Machine</h3>
<p>An install-script to get a full Arch Linux development environment running in mere minutes</p>
<a class="button" href="/projects/arch-dev-vm">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>impress.js</h3>
<p>A JavaScript framework with which one can create stunning presentations. This is not my own project, but rather a project I contribute code to.</p>
<a class="button" href="/projects/impress">Learn more</a>
</div>
<div class="element">
<h3>Various websites and school projects</h3>
<p>Over my time at my current school I have created quite a few little projects.</p>
<a class="button" href="/projects/schoolprojects">Learn more</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,36 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Language School Hossegor Booking System - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="event management, free and open source, self-hosted, ticketing, sell tickets online">
<meta name="description" content="Evade all commercial ticketing systems and take control over the ticketing yourself using this easy to use, free and open-source project.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/lsh.png" alt="language school hossegor Logo" class="project-logo">
<h1 class="content-title">Language School Hossegor Booking System</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">With a booking system that is purpose built for their needs, Language School Hossegor, a French language school, can respond to customer requests much faster.</p>
<p style="text-align: center; margin-bottom: 5%;">Of their entire online presence, only the booking system was built by me as the website already existed, and it wasn't in need of replacing.</p>
<div class="bottom">
<h2 class="content-title-small">Check them out!</h2>
<p>This booking system has seen a massive overhaul recently</p>
<div class="itemsInline">
<a class="button" href="https://languageschoolhossegor.com" target="_blank">School website</a>
<a class="button" href="https://booking.languageschoolhossegor.com" target="_blank">Booking system</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,35 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>libreevent - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="event management, free and open source, self-hosted, ticketing, sell tickets online">
<meta name="description" content="Evade all commercial ticketing systems and take control over the ticketing yourself using this easy to use, free and open-source project.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/janishutz/libreevent/master/assets/logo.png" alt="libreevent Logo" class="project-logo">
<h1 class="content-title"><i>libre</i>ǝvent</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">libreǝvent is a free and open source event management solution you can host yourself on whatever system. Create your next event at lower cost and power it using libreǝvent</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Why use a commercial event management system if you can host a more flexible one yourself?</h3>
<hr class="pullquote-lines">
<div class="bottom">
<h2 class="content-title-small">Visit the project website</h2>
<p>libreevent is seeing limited development currently, but I'll be back to working on it in about 6 months or so</p>
<a class="button" href="https://libreevent.janishutz.com" target="_blank">PROJECT WEBSITE</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,81 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>MusicPlayer - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="MusicPlayer is an electron-based music player that allows a basically infinite number of client displays to connect to it, which can display the currently playing song beautifully.">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/janishutz/MusicPlayerV2/master/assets/logo.png" alt="MusicPlayer Logo" class="project-logo">
<h1 class="content-title">Music&shy;Player</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">An electron-based music player to which a basically infinite amount of client displays can connect to to display the current playing song, the upcoming songs and details on all of them.</p>
<div class="sidebyside">
<div class="element">
<h3>Play local music.</h3>
<p>No need for any subscription or anything. Just select a folder using a graphical file picker and the app will load the music.</p>
<button class="button" onclick="openDetails( 'local' )">Learn more</button>
</div>
<div class="element">
<h3>Fully featured player.</h3>
<p>The player has all the usual features of a music player whilst also offering all the unique functionality that it has.</p>
<button class="button" onclick="openDetails( 'fullyFeatured' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Client displays.</h3>
<p>An essentially infinite amount of client displays can be connected to the app. They can show all kinds of things, like the currently playing song and upcoming songs.</p>
<button class="button" onclick="openDetails( 'client' )">Learn more</button>
</div>
<div class="element">
<h3>Show song data.</h3>
<p>The app can load any kind of song data from CSV or JSON files. You can use the settings page to edit how that data is being displayed on-screen.</p>
<button class="button" onclick="openDetails( 'data' )">Learn more</button>
</div>
</div>
</div>
<div class="bottom">
<h2 class="content-title">Download it here</h2>
<a class="button" href="https://github.com/janishutz/MusicPlayerV2/releases" target="_blank">DOWNLOAD</a>
</div>
</div>
<div id="popup">
<div class="popup-positioning">
<div class="popup-main">
<p id="popup-message"></p>
<button onclick="closePopup()" class="submit">Ok</button>
</div>
</div>
<script>
const texts = {
'local': '<h3>Play local music.</h3><p>No need to connect to any streaming service, just select your local music library using a graphical file picker</p>',
'fullyFeatured': '<h3>Fully featured music player.</h3><p>This music player has additional functionality without compromising on functionality that traditional music players have, like shuffle.</p>',
'client': '<h3>Client displays.</h3><p>MusicPlayer in theory supports an unlimited amount of connected guest displays. All that those displays need is any kind of web browser to render the webpage that acts as the display software</p>',
'data': '<h3>Show song data.</h3><p>You can use CSV or JSON files to give information to the app that it should display on the songs. You can use the editor in the settings page to select which data gets displayed in what fashion, and where.</p>',
};
function closePopup () {
$( '#popup' ).fadeOut( 500 );
$( 'body' ).removeClass( 'menuOpen' );
}
function openDetails ( message ) {
document.getElementById( 'popup-message' ).innerHTML = texts[ message ];
$( '#popup' ).fadeIn( 500 );
$( 'body' ).addClass( 'menuOpen' );
}
</script>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,89 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>QR & Barcode Insight - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<meta name="keywords" content="qr code scanner, barcode scanner, detailed qr scanner, scanning history">
<meta name="description" content="Scanning QR-Codes can be quite scary, if you don't know what link or data is inside of it. This is why QR & Barcode insight shows you the entire content of the QR-Code unfiltered">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/qrscanner.jpg" alt="QR & Barcode Insight Logo" class="project-logo">
<h1 class="content-title">QR & Barcode Insight</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">QR Codes can be quite mysterious and you might not be sure if the QR code you were provided with actually contains the website you intend to visit</p>
<div class="sidebyside">
<div class="element">
<h3>Scan any code.</h3>
<p>QR & Barcode Insight supports all kinds of different Barcodes and QR-Codes. Click below to get a full list of supported codes.</p>
<button class="button" onclick="openDetails( 'supportedCodes' )">Learn more</button>
</div>
<div class="element">
<h3>See the full link.</h3>
<p>QR & Barcode Insight shows you the entire link such that you can better judge if the link is actually correct</p>
<button class="button" onclick="openDetails( 'fullLink' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Scan history.</h3>
<p>QR & Barcode Insight can save a scanning history for you such that you can always come back to a scanned link at a later point. This feature can be turned off in settings.</p>
<button class="button" onclick="openDetails( 'history' )">Learn more</button>
</div>
<div class="element">
<h3>Free.</h3>
<p>QR & Barcode Insight is and always will stay free. It does not show any ads or anything else. You may choose to support me through an In-App-Purchase, which is optional and does not currently provide additional features.</p>
<button class="button" onclick="openDetails( 'free' )">Learn more</button>
</div>
</div>
</div>
<div class="bottom">
<h2 class="content-title">Download it today</h2>
<p>Coming to Android soon(tm)</p>
<a class="button" href="https://apps.apple.com/us/app/qr-barcode-insight/id6443884642" target="_blank">AppStore</a>
</div>
</div>
<div id="popup">
<div class="popup-positioning">
<div class="popup-main">
<p id="popup-message"></p>
<button onclick="closePopup()" class="submit">Ok</button>
</div>
</div>
<script>
const texts = {
'supportedCodes': `<h3>Supported code types.</h3><p>This app can scan the following codes:</p>
<ul>
<li>QR & miniQR</li>
<li>Code 128, Code 93, Code 39 & Code 39 mod 43</li>
<li>Codabar & Interleaved 2 of 5</li>
<li>UPCE, EAN 8 & EAN 13</li>
</ul>`,
'fullLink': '<h3>See the full link.</h3><p>Seeing the full link that is included in a QR-Code can prevent you from accidentally opening up a unsafe link. Please always make sure that the link you scanned is actually a link you want to open, regardless of the app. This app does NOT feature a website reputation lookup feature. I do not take responsibility for any damage caused to your device by opening unsafe QR-Codes.</p>',
'history': '<h3>Scanning History.</h3><p>QR & Barcode Insight can save the scanning history for you. This data never leaves your device. Individual entries or the entire history can be cleared at a simple push of a button. Additionally, you may disable this feature entirely in Settings.</p>',
'free': '<h3>Free.</h3><p>QR & Barcode Insight does not currently and never will cost you any money. It also does not serve any ads or collect any data on your interaction with it. This app has In-App-Purchases that are solely there to allow you to support my work and the continuous development of the app. They do not currently provide any additional features. It is planned for them to get some additional features in the future, which will though just be cosmetic changes to for example the app icon.</p>',
};
function closePopup () {
$( '#popup' ).fadeOut( 500 );
$( 'body' ).removeClass( 'menuOpen' );
}
function openDetails ( message ) {
document.getElementById( 'popup-message' ).innerHTML = texts[ message ];
$( '#popup' ).fadeIn( 500 );
$( 'body' ).addClass( 'menuOpen' );
}
</script>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,79 +0,0 @@
<!DOCTYPE html>
<html>
<head lang="en">
<title>School projects - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<meta name="keywords" content="school projects, open source, free">
<meta name="description" content="Discover some of my openly accessible school projects I have created. They all offer way more advanced functionality compared to what they had to have.">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/janishutz/BiogasControllerApp/main/BiogasControllerApp-V2.3/BiogasControllerAppLogo.png" alt="BiogasControllerApp Logo" class="project-logo">
<h1 class="content-title">School projects</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">During my time at school I have created quite a few little software projects, the biggest of them being the BiogasControllerApp, whose Logo you can see above.</p>
<div class="sidebyside">
<div class="element">
<h3>BiogasControllerApp.</h3>
<p>A Python / Kivy application that can interface with the microcontrollers used in a special subject at the school I go to (which sadly I don't have anymore)</p>
<button class="button" onclick="openDetails( 'bgac' )">Learn more</button>
</div>
<div class="element">
<h3>Micro:bit Interface.</h3>
<p>A Python / Kivy application that can communicate between the PC and the micro:bit and give it instructions. This project is incomplete.</p>
<button class="button" onclick="openDetails( 'microbit' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>MIDI - Micro:bit Sound Converter.</h3>
<p>A Python / Kivy application to create a string from a midi file that can be used in conjunction with the Micro:bit micropython sound library and therefore allows you to use MIDI file to play on the Micro:bit</p>
<button class="button" onclick="openDetails( 'midi' )">Learn more</button>
</div>
<div class="element">
<h3>History research project.</h3>
<p>A research project for history class in which I created a website which gives you a quick overview over Japan in the 19th century.</p>
<button class="button" onclick="openDetails( 'history' )">Learn more</button>
</div>
</div>
</div>
</div>
<div id="popup">
<div class="popup-positioning">
<div class="popup-main">
<p id="popup-message"></p>
<button onclick="closePopup()" class="submit">Ok</button>
</div>
</div>
<script>
const texts = {
'bgac': '<h3>BiogasControllerApp.</h3><p>This is a python app with a Kivy GUI with which you can reprogram the micro controllers used for a small biogas plant that one creates in a subject at my current school.</p>',
'microbit': '<h3>Micro:bit Interface.</h3><p>In computer science class (which was a joke in terms of difficulty, anyway) I decided to create this app to not get bored doing very easy things. It can communicate with software on the Micro:bit through UART.</p>',
'midi': '<h3>MIDI - Micro:bit Sound Converter.</h3><p>A small Python app with a Kivy GUI that can convert a MIDI file into a string of characters that can be used with the Micro:bit-micropython sound library.</p>',
'history': '<h3>History Research project.</h3><p>A research project for history class where we had to summarise a topic of the 19th century. I have decided to create a website because it felt the easiest. Take a look at it <a href="https://historyproject.janishutz.com">here</a></p>',
};
function closePopup () {
$( '#popup' ).fadeOut( 500 );
$( 'body' ).removeClass( 'menuOpen' );
}
function openDetails ( message ) {
document.getElementById( 'popup-message' ).innerHTML = texts[ message ];
$( '#popup' ).fadeIn( 500 );
$( 'body' ).addClass( 'menuOpen' );
}
</script>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,141 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>smuL - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<meta name="keywords" content="video upscaling, photo upscaling, FSR, Electron GUI, FSR Frontend, CLI">
<meta name="description" content="Upscaling images and videos can be quite challenging. This is what smuL tries to resolve by offering an easy to use graphical user interface.">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.button {
background-color: white !important;
color: rgb(158, 0, 158) !important;
border: solid rgb(158, 0, 158) 4px;
font-weight: bold;
border-radius: 25px !important;
}
.button:hover {
box-shadow: 0px 0px 10px 5px white;
padding: 22px;
font-size: 105%;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://raw.githubusercontent.com/janishutz/SimpleMediaUpscalerLite/main/assets/logo.png" alt="smuL Logo" class="project-logo">
<h1 class="content-title">Simple&shy;Media&shy;Upscaler&shy;Lite</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">Images and videos at low resolutions can be quite restricting in terms of what you can do with it and many upscalers either perform terribly, do not look good, can't upscale videos or are hard to use. smuL (pronounced like 'small' because UPscaling) is an easy to use frontend to upscale all your videos and images.</p>
<div class="sidebyside">
<div class="element">
<h3>Electron Frontend.</h3>
<p>smuL features a gorgeous electron frontend to make upscaling as convenient as possible.</p>
<button class="button" onclick="openDetails( 'gui' )">Learn more</button>
</div>
<div class="element">
<h3>CLI.</h3>
<p>smuL features a CLI to enable you to upscale things in bulk without the downsides that GUIs bring with them</p>
<button class="button" onclick="openDetails( 'cli' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Supported OS.</h3>
<p>smuL currently supports Windows and Linux. Click the button below to see detailed system requirements.</p>
<button class="button" onclick="openDetails( 'supportedOS' )">Learn more</button>
</div>
<div class="element">
<h3>Plugins.</h3>
<p>smuL features plugin support without having to restart the GUI app. You may simply add a new upscaling engine by downloading a plugin.</p>
<button class="button" onclick="openDetails( 'plugins' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>FOSS.</h3>
<p>smuL is fully open source, you may have a look at its entire source code below and contribute to it if you wish to.</p>
<button class="button" onclick="openDetails( 'foss' )">Learn more</button>
</div>
<div class="element">
<h3>Roadmap.</h3>
<p>smuL is still actively maintained and developed. Our Roadmap tells you what we are planning to add in the future.</p>
<button class="button" onclick="openDetails( 'roadmap' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Development.</h3>
<p>Visit our GitHub repo to help develop the project! PRs are warmly welcomed!</p>
<a href="https://github.com/janishutz/SimpleMediaUpscalerLite" class="button">GitHub</a>
</div>
<div class="element">
<h3>Contributors.</h3>
<p>Here's a potentially incomplete list of all past and current contributors to the project.</p>
<button class="button" onclick="openDetails( 'contributors' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
</div>
</div>
<div class="bottom">
<h2 class="content-title">Download it today</h2>
<p>Some bigger updates are planned for the more distant future</p>
<a class="button" href="https://github.com/janishutz/SimpleMediaUpscalerLite/releases" target="_blank">DOWNLOAD</a>
</div>
</div>
<div id="popup">
<div class="popup-positioning">
<div class="popup-main">
<p id="popup-message"></p>
<button onclick="closePopup()" class="submit">Ok</button>
</div>
</div>
<script>
const texts = {
'gui': `<h3>Graphical User Interface.</h3><p>This app features a graphical user interface created as an electron app. Features:</p>
<ul>
<li>Select input and output files</li>
<li>Select upscale factor</li>
<li>Choose a upscaling engine and a algorithm</li>
</ul>`,
'cli': '<h3>Command Line Interface.</h3><p>The smuL cli is a powerful tool written in python which the GUI uses to upscale videos and images alike. You can use it to upscale images and videos in large badges. To use it simply search for SimpleMediaUpscaleLite and right click > Open File location. Open a command prompt and type <i>smuL-cli.exe -h</i> to get a list of all available commands.</p>',
'supportedOS': '<h3>Supported OS.</h3><p>smuL currently supports Windows 8, 10 and 11 and all Debian and all rpm-capable Linux distributions officially. You might be able to use it on different OSes if you compile it yourself.</p><p>To run smuL, you need to have a functional installation of ffmpeg and (if on Linux), a functional installation of wine V7 or higher.</p>',
'plugins': '<h3>Plugins.</h3><p>smuL features extensive plugin support for its CLI. smuL does not yet have a plugin installer, so please read the plugin installation documentation on our <a href="https://github.com/janishutz/SimpleMediaUpscalerLite/wiki">GitHub repo</a>!</p>',
'foss': '<h3>Free and Open Source.</h3><p>smuL is fully free and open source, which means, you can use it without any limits for free. There are also no ads and you can have a look at the source code to confirm that we are in fact not collecting ANY data or sending ANY data to anybody. The only network request we do is to GitHub if you head into settings in the GUI to download the version information.</p>',
'roadmap': `<h3>Roadmap.</h3><p>For version 2.1.0 the following things are planned:</p>
<ul>
<li>Add more scaling engines (as plugins, currentls planning on adding the mpv-player cli)</li>
<li>Expand Wiki to feature documentation on how to create a plugin and maybe add a project website</li
<li>Show progress of scaling by guessing progress from output</li>
</ul>
<p>If you have any suggestions, please let us know by opening an issue on GitHub</p>`,
'contributors': `<h3>Contributors.</h3><p>Currently the following people are contributing to this project:</p>
<ul>
<li>janishutz (Maintainer) [Core (CLI), Docs, Website, Frontend, Distribution]</li>
<li>ThatPlasma (Testing) [Testing, Ideas]</li>
</ul>`
};
function closePopup () {
$( '#popup' ).fadeOut( 500 );
$( 'body' ).removeClass( 'menuOpen' );
}
function openDetails ( message ) {
document.getElementById( 'popup-message' ).innerHTML = texts[ message ];
$( '#popup' ).fadeIn( 500 );
$( 'body' ).addClass( 'menuOpen' );
}
</script>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,120 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>StorageManager - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<meta name="keywords" content="home storage management, logistics, product stock tracking, iOS-App, free">
<meta name="description" content="Stop the food waste with StorageManager which can help you keep track of what you've got in stock at home and notify you when a product is about to expire.">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/storagemanager.jpg" alt="StorageManager Logo" class="project-logo" style="border-radius: 20px;">
<h1 class="content-title">Storage&shy;Manager</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">Managing storage can be a challenging task, especially, when the volume of items stored gets big. If products in that storage can go bad, you are very likely to produce quite a bit of waste. StorageManager is an iOS app that can send you notifications such that you do not forget about products that are about to expire.</p>
<div class="sidebyside">
<div class="element">
<h3>Notifications.</h3>
<p>StorageManager can send you notifications when a product is about to expire so you don't forget about the product. Notifications time can be customised in settings.</p>
<button class="button" onclick="openDetails( 'notifications' )">Learn more</button>
</div>
<div class="element">
<h3>Adding products.</h3>
<p>You can add products by simply scanning the product's barcode and adding some data on the product. The app will remember the product such that the next time you scan it, it will autofill all relevant data.</p>
<button class="button" onclick="openDetails( 'adding' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Editing products.</h3>
<p>Products can be edited straight from the products details page. You can edit every aspect of the product data to the extent that you can make it an entirely different kind.</p>
<button class="button" onclick="openDetails( 'editing' )">Learn more</button>
</div>
<div class="element">
<h3>Removing products.</h3>
<p>You can remove products by simply swiping to delete. Alternatively you can delete products by hitting the delete icon in the details page or even better, by scanning the product's barcode.</p>
<button class="button" onclick="openDetails( 'removing' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Organisation.</h3>
<p>StorageManager allows you to create product categories and one storage location. If you purchase the full version, you can add an infinite amount of storage locations. The In-App-Purchase is sharable with up to five people in your family.</p>
<button class="button" onclick="openDetails( 'organising' )">Learn more</button>
</div>
<div class="element">
<h3>Filtering & sorting.</h3>
<p>You can sort and filter all the data. Many different sorting options and filters are available, as well as a powerful search function, that finds all your products within milliseconds.</p>
<button class="button" onclick="openDetails( 'filter' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>iCloud-Sync.</h3>
<p>StorageManager has iCloud-Sync built in and enabled for ALL users. Simply allow iCloud access for StorageManager and you are off to the races. Your storage data syncs magically between all your Apple-Devices.</p>
<button class="button" onclick="openDetails( 'icloud' )">Learn more</button>
</div>
<div class="element">
<h3>Free.*</h3>
<p>You can use StorageManager for free, with one small exception being adding an unlimited amount of storage locations. For this you will need to make an In-App-Purchase. Please check the AppStore for the exact pricing as this is dependent on your country.</p>
<button class="button" onclick="openDetails( 'free' )">Learn more</button>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>Easy setup.</h3>
<p>StorageManager features an easy to use, guided setup such that you can be up and running within just one or two minutes of downloading the app.</p>
<button class="button" onclick="openDetails( 'setup' )">Learn more</button>
</div>
<div class="element">
<h3>Display settings.</h3>
<p>Choose what is displayed on the main page of the app with simple toggles in the app's settings page. This allows you to see everything you want at a glance or have more items on the screen at once.</p>
<button class="button" onclick="openDetails( 'display' )">Learn more</button>
</div>
</div>
</div>
</div>
<div id="popup">
<div class="popup-positioning">
<div class="popup-main">
<p id="popup-message"></p>
<button onclick="closePopup()" class="submit">Ok</button>
</div>
</div>
<script>
const texts = {
'notifications': '<h3>Notifications.</h3><p>This app can send you notifications. For this you will need to enable notifications for the app in the iOS settings or accept notifications when the app asks you, if it can send notifications during setup.</p>',
'adding': '<h3>Adding products.</h3><p>You can add new products with two options. Either, if the product has a Barcode, you can use the built-in barcode scanner to scan it or by manually entering the product details. If a product has been added before, StorageManager will autofill the information necessary when scanning the barcode or when selecting a suggestion it gives you when typing the product name.</p>',
'editing': '<h3>Editing products.</h3><p>You can edit every aspect of every product you have ever added. StorageManager will also allow you to use changed data as new defaults for this kind of product.</p>',
'removing': `<h3>Removing products.</h3><p>You have three different options for removing products. First off, you can remove it by scanning the product's barcode and then selecting the product you want to delete. The other two options are to swipe to delete the product on the app's home page and to tap the delete button in the product's details page.</p>`,
'organising': '<h3>Organising products.</h3><p>StorageManager allows you to create an infinite number of categories which you can use to organise your products. For all full-version users, it also features an unlimited amount of storage locations.</p>',
'filter': '<h3>Filtering, Sorting & Searching.</h3><p>StorageManager features powerful filtering, sorting and searching tools. You can sort your products by all kinds of aspects including, but not limited to, name, add date and expiry date. You can also filter products based on which category they belong to and what location they are in.</p>',
'icloud': '<h3>iCloud-Sync.</h3><p>StorageManager offers ALL its users to use iCloud-Sync. You need to have iCloud enabled for StorageManager for this feature to work. Please turn the feature on in system settings, if you want to use iCloud-Sync. The data will then magically sync between all your Apple devices.</p>',
'free': '<h3>Free.*</h3><p>StorageManager is technically free to use, if you are fine with just one storage location. Otherwise, you will need to make an In-App-Purchase of roughly two US-Dollars to unlock the full version which gives you access to an unlimited amount of locations.</p>',
'setup': '<h3>Easy setup.</h3><p>StorageManager has a very convenient onboarding, or in other words, setup process. It helps you create your first category and a storage location. It will also now ask you for all the permissions it will need, which it also explains, why it needs them.</p>',
'display': '<h3>Display settings.</h3><p>In the display settings of the app, you can choose what is displayed on the home screen and therefore decide if you want to see as many as possible products or rather as many information as possible on each of the products.</p>'
};
function closePopup () {
$( '#popup' ).fadeOut( 500 );
$( 'body' ).removeClass( 'menuOpen' );
}
function openDetails ( message ) {
document.getElementById( 'popup-message' ).innerHTML = texts[ message ];
$( '#popup' ).fadeIn( 500 );
$( 'body' ).addClass( 'menuOpen' );
}
</script>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,36 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Store - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="My software store allows you to purchase software that I develop and sell your own">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="store Logo" class="project-logo">
<h1 class="content-title">Store</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">My software store offers you the ability to purchase my software, other services I offer and donate</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Need software? Want to financially support me?</h3>
<hr class="pullquote-lines">
<div class="bottom">
<h2 class="content-title-small">Visit my store</h2>
<div>
<a class="button" href="https://store.janishutz.com" target="_blank">STORE</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,8 +0,0 @@
User-agent: *
Disallow: /menu.html
Disallow: /footer.html
Disallow: /js/
Disallow: /css/
Disallow: /404.html
Sitemap: https://janishutz.com/sitemap.xml

View File

@@ -1,86 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DMS - Decimal Degree Converter</title>
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<style>
.converter-input {
width: 4rem;
padding: 7.5px;
border-radius: 10px;
border: none;
font-size: 1rem;
}
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24
}
#out {
width: 30%;
padding: 7.5px;
font-size: 0.75rem;
border-radius: 10px;
border: none;
}
.copy-icon {
margin-left: 10px;
cursor: pointer;
background-color: white;
padding: 5px;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="content-wrapper">
<div class="content">
<h1>Degrees Minutes Seconds - Decimal Degree Converter</h1>
<button onclick="clearApp()" class="button" style="margin-bottom: 5px;">Clear</button>
<table>
<tr>
<td>
Latitude
</td>
<td>
<input type="number" step="0.1" id="deg-lat" class="converter-input">°
<input type="number" step="0.1" id="min-lat" class="converter-input">'
<input type="number" step="0.1" id="sec-lat" class="converter-input">''
<select id="lat" class="converter-input">
<option value="N">N</option>
<option value="S">S</option>
</select>
</td>
</tr>
<td>
Longitude
</td>
<td>
<input type="number" step="0.1" id="deg-long" class="converter-input">°
<input type="number" step="0.1" id="min-long" class="converter-input">'
<input type="number" step="0.1" id="sec-long" class="converter-input">''
<select id="long" class="converter-input">
<option value="W">W</option>
<option value="E">E</option>
</select>
</td>
</table>
<button onclick="convertDMSDecimal()" class="button">Convert!</button>
<h3>Output</h3>
<div style="width: 100%; display: flex; justify-content: center; align-items: center;">
<input type="text" id="out"></input>
<span class="material-symbols-outlined copy-icon" onclick="copy()" title="copy output to clipboard">content_copy</span>
</div>
<script src="index.js"></script>
</div>
</div>
</body>
</html>

View File

@@ -1,47 +0,0 @@
const degLat = document.getElementById( 'deg-lat' );
const minLat = document.getElementById( 'min-lat' );
const secLat = document.getElementById( 'sec-lat' );
const latitude = document.getElementById( 'lat' );
const degLong = document.getElementById( 'deg-long' );
const minLong = document.getElementById( 'min-long' );
const secLong = document.getElementById( 'sec-long' );
const longitude = document.getElementById( 'long' );
const output = document.getElementById( 'out' );
var convertDMSDecimal = () => {
let long = 0;
let lat = 0;
if ( !isNaN( degLat.value ) && !isNaN( minLat.value ) && !isNaN( secLat.value ) && !isNaN( degLong.value ) && !isNaN( minLong.value ) && !isNaN( secLong.value ) ) {
try {
// calculate latitude
lat = Math.round( ( parseInt( degLat.value ) + parseInt( minLat.value ) / 60 + parseFloat( secLat.value ) / 6000 ) * 100000 ) / 100000;
// calculate longitude
long = Math.round( ( parseInt( degLong.value ) + parseInt( minLong.value ) / 60 + parseFloat( secLong.value ) / 6000 ) * 100000 ) / 100000;
} catch ( err ) {
console.error( err );
alert( 'An error occurred whilst calculating. Please ensure that degrees & minutes are entered as whole numbers' );
}
output.value = String( lat ) + latitude.value + ' ' + String( long ) + longitude.value;
} else {
alert( 'Invalid input. Please ensure that all input fields only contain numbers!' );
}
}
var copy = () => {
navigator.clipboard.writeText( output.value );
}
var clearApp = () => {
degLat.value = '';
minLat.value = '';
secLat.value = '';
degLong.value = '';
minLong.value = '';
secLong.value = '';
latitude.value = 'N';
longitude.value = 'W';
}

View File

@@ -1,32 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Services - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="content-title">Services</h1>
<p style="text-align: center; margin-bottom: 5%;">To make technology more accessible, I thrive to offer services that help people not that well versed in technology start to enjoy it.</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Technology is a remarkably interesting topic, that many people take for granted.</h3>
<hr class="pullquote-lines">
<p style="text-align: center; font-size: 120%;">For people trying to get an online presence, I offer creating static websites and websites featuring some more complex features. Visit my store to see all my offering</p>
</div>
<div class="itemsInline">
<a class="button" href="https://development.janishutz.com" target="_blank">Websites</a>
<a class="button" href="https://store.janishutz.com" target="_blank">Store</a>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,158 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.janishutz.com</loc>
<priority>1.00</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal</loc>
<priority>0.75</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/support</loc>
<priority>0.67</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/services</loc>
<priority>0.67</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects</loc>
<priority>0.67</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/presentations</loc>
<priority>0.67</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/about</loc>
<priority>0.67</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/privacy</loc>
<priority>0.67</priority>
<lastmod>2024-07-15</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/support-status</loc>
<priority>0.50</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/services/dms-deg</loc>
<priority>0.50</priority>
<lastmod>2024-06-14</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/store</loc>
<priority>0.50</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/returns</loc>
<priority>0.50</priority>
<lastmod>2024-06-04</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/tos</loc>
<priority>0.50</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/id</loc>
<priority>0.50</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/arch-dev-vm</loc>
<priority>0.50</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licenses</loc>
<priority>0.50</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/support/js-disabled</loc>
<priority>0.33</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/support/contact</loc>
<priority>0.33</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/storagemanager</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/smuL</loc>
<priority>0.33</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/schoolprojects</loc>
<priority>0.33</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/qrscanner</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/musicplayer</loc>
<priority>0.33</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/libreevent</loc>
<priority>0.33</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/languageschoolhossegor-booking</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/projects/impress</loc>
<priority>0.33</priority>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/presentations/auth</loc>
<priority>0.33</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/about/aboutme</loc>
<priority>0.33</priority>
<lastmod>2024-08-26</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licences/gpl</loc>
<priority>0.25</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/licences/proprietary</loc>
<priority>0.25</priority>
<lastmod>2024-05-20</lastmod>
</url>
<url>
<loc>https://www.janishutz.com/legal/privacy/v1</loc>
<priority>0.00</priority>
<lastmod>2024-05-20</lastmod>
</url>
</urlset>

View File

@@ -1,41 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact me - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/formstyle.css">
<meta name="keywords" content="contact form, software systems">
<meta name="description" content="Want to get in touch with me regarding any question you have? This is the place to do so using my contact form.">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Contact me</h1>
<p style="text-align: center; margin-bottom: 5%;">Have you ran into a problem you can't solve using my guides or just want to reach out about something? If you have any questions regarding any of my open source projects, please open an issue on GitHub if possible. If not, please contact me here.</p>
<h3 class="content-title-small">Before you contact me</h3>
<p style="margin-bottom: 10%;">Make sure that you have gone through the <a href="/support" class="textlink">Support</a> page and tried all the guides there before you contact me.</p>
<form action="https://api.janishutz.com/contact?origin=main" method="post" class="form">
<label for="name" class="label">Full name *</label><br>
<input type="text" name="name" id="name" placeholder="Your full name" required class="input"><br>
<label for="mail" class="label">Your email address *</label><br>
<input type="email" name="mail" id="mail" placeholder="Your email address" required class="input"><br>
<label for="message" class="label">Your message *</label><br>
<textarea name="message" id="message" placeholder="Your message" required minlength="50" rows="7" class="textarea"></textarea><br>
<p class="label smallest-size">* required</p>
<input type="submit" value="Submit" class="submit"><br>
</form>
</div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -1,130 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="software support, problem solving">
<meta name="description" content="Ran into a problem with one of my softwares? Get support here and have it resolved quickly and professionally.">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
#support-app {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.big-button-outlined {
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(0, 0, 56);
color: white;
border-radius: 20px;
margin: 0.5%;
cursor: pointer;
width: 30vw;
height: 20vh;
transition: all 0.5s;
}
.popup-main {
width: 70%;
height: 70%;
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
overflow: scroll;
}
.big-button-outlined:hover {
background-color: rgb(0, 0, 105);
}
.support-option-details {
display: none;
width: 90%;
margin-left: 5%;
margin-bottom: 3%;
}
.support-option {
cursor: pointer;
width: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
overflow: scroll;
margin-bottom: 0.5%;
height: 10vh;
border: white solid 3px;
border-radius: 10px;
transition: all 0.3s;
margin-top: 2%;
flex-shrink: 0;
}
.support-option.open {
width: 99%;
height: 40vh;
overflow-y: scroll;
justify-content: flex-start;
}
.support-option-title {
margin: 0;
}
.support-option.open .support-option-title {
margin-top: 2vh;
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Support</h1>
<p style="text-align: center; margin-bottom: 5%;">Did you run into a problem with any of my software? Here's the right place to get the issue solved. This page features an automated support system to guide you into the right direction. If this doesn't help, the system will forward your query directly to me and you will have the opportunity to add some comments to it as well.</p>
<hr class="pullquote-lines">
<h3 class="content-title">Welcome to the janis&shy;hutz.com support!</h3>
<hr class="pullquote-lines">
<p>First off all, I want to apologise for any inconvenience that arose due to a problem with any of my software.</p>
<p>Please choose the app you have problems with below:</p>
<div id="support-app">
<div class="big-button-outlined" v-for="product in products" @click="openPopup( product.id )">{{ product.name }}</div>
<div id="popup">
<div class="popup-positioning">
<div class="popup-main">
<h3>{{ products[ selectedProduct].name }}</h3>
<div v-for="supportOption in products[ selectedProduct ].supportOptions" @click="toggleSupportOption( supportOption.id )" class="support-option" :id="supportOption.id + '-container'">
<p class="support-option-title">{{ supportOption.name }}</p>
<div :id="supportOption.id" class="support-option-details">
<p v-html="supportOption.display"></p>
<a :href="supportOption.action.href" class="submit" style="text-decoration: none;">{{ supportOption.action.display }}</a>
</div>
</div>
<button @click="closePopup()" class="submit">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="/js/support.js"></script>
</body>
</html>

View File

@@ -1,38 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>JS Disabled - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="disable js blocker">
<meta name="description" content="Learn how to disable various JavaScript blockers">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
<h1 class="title">Support</h1>
<p style="text-align: center; margin-bottom: 5%;">On this page you can learn how to enable JavaScript</p>
<hr class="pullquote-lines">
<h3 class="content-title">JavaScript powers the web, it makes websites run and allows you to use web apps</h3>
<hr class="pullquote-lines">
<p>First off all, I want to apologize for any inconvenience that arose due to the website's reliance on JavaScript.</p>
<p>JavaScript is essential to over 99% of the website's correct functioning. Some of my websites rely especially heavily on JavaScript as they are so-called web apps or have other essential features provided by JavaScript.</p>
<p>There are multiple ways to enable JavaScript, each depending on your specific configuration. Most commonly, JavaScript was disabled in the web browser settings. Open your browser's settings and search for JavaScript and make sure that it is turned on.</p>
<p>Other common ways in which JavaScript is disabled is with browser extensions. You will either have a small icon for the extension in your browser's toolbar or in the browser's extensions menu. Make sure you have no extension like "NoScript" enabled on your browser. If so, please add an exception for the website on which you get the JavaScript disabled notice.</p>
</div>
</div>
<div id="footer"></div>
<script src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="/js/support.js"></script>
</body>
</html>

33
support.html Executable file
View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>Support - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script src="/js/jquery.js"></script>
<script src="/js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">Support</h1>
</div>
<div class="content">
<p>Have you run into a problem with one of my apps? Please contact me by clicking the button below! I am here to help you out.</p>
<br>
<h2>Troubleshooting</h2>
<p>You may try to fix the problem yourself, by trying these steps here:</p>
<ul style="width: 100%;">
<li>Force close the app (open App switcher and swipe up the app) and reopening it / Close the program and reopen it</li>
<li>Check for an update in the AppStore / on GitHub</li>
</ul>
<p>If nothing of the above helps or you'd like to give feedback, please click the button below! If you found an issue with my FOSS apps, please click <a href="https://github.com/simplePCBuilding" style="color: black">here</a>, search for the respective repository and create a new issue. Alternatively you may click the button below</p>
</div>
<h3>Before you contact me: Have you tried the troubleshooting steps above?</h3>
<br><br>
<a class="linkbutton" href='mailto:dev.janishutz@protonmail.com'>Contact me</a>
</div>
<div id="Footer"></div>
</body>
</html>