Compare commits
59 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7551cdff87 | |||
| cf07e7d7ac | |||
| ba4203925f | |||
| d0ae1a6eb4 | |||
| 17f043f976 | |||
| 87d125d3bb | |||
| 7defda0517 | |||
| ef9ab98b40 | |||
| d5a1bc2bc7 | |||
| 476aa98333 | |||
| 3a5a9ede61 | |||
| 204c3ab8f5 | |||
| 54719145d3 | |||
| d564837af2 | |||
| 472c32a5fe | |||
| aad2da3b22 | |||
| 59c9a6de0b | |||
| 9880084841 | |||
| cf31a03582 | |||
| f9d0d01d0b | |||
| 39ca1fc1f2 | |||
| 2a9f0e0ea9 | |||
| 3a9b9cddc6 | |||
| 6128d21443 | |||
| e7fcfb2944 | |||
| b2cf33d4f4 | |||
| 9df8fc5647 | |||
| b393b3cc55 | |||
| ac51699689 | |||
| ccba4011f3 | |||
| 1060cc937e | |||
| ad73a3496c | |||
| bcf24e7ed0 | |||
| 38e20c2017 | |||
| 4a164e2568 | |||
| b40796a482 | |||
| c48ae2d7e3 | |||
| a4fcf70d6d | |||
| ee01284622 | |||
| 73c2607f26 | |||
| f0590cc30a | |||
| 91e063dd63 | |||
| f4ae51623f | |||
| d3e6f68fdf | |||
| 35f6bdd7b3 | |||
| 23a6e28d00 | |||
| 95c315fdc9 | |||
| 28276a984f | |||
| 242ec159a2 | |||
| f70b846a40 | |||
| 63a97f9a4b | |||
| bd9094231e | |||
| 38a4f417a6 | |||
| 536aead3aa | |||
| 4d1f30e187 | |||
| e7a8fb1b84 | |||
| fba3a837e0 | |||
| f98710f51d | |||
| 2843e5e3d7 |
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
dist
|
||||||
14
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"type": "npm",
|
||||||
|
"script": "build",
|
||||||
|
"path": "site",
|
||||||
|
"group": "build",
|
||||||
|
"problemMatcher": [],
|
||||||
|
"label": "Build website",
|
||||||
|
"detail": "node build.js"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
674
LICENSE
@@ -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>.
|
|
||||||
@@ -3,6 +3,9 @@
|
|||||||
<h1>janishutz.com</h1>
|
<h1>janishutz.com</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
This is the source code for my personal website. Check it out [here](https://janishutz.com) .
|
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
|
As any custom website is, this one is also written entirely in HTML, CSS and JavaScript and now doesn't even use any external libraries (apart from my own)
|
||||||
|
|
||||||
|
# Building
|
||||||
|
cd to the site directory and run `node build.js`
|
||||||
|
|||||||
3
components/README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Components
|
||||||
|
|
||||||
|
This folder contains all kinds of templates for my websites. These are all (almost) ready to go components I can simply grab, slightly adapt and use directly without having to re-implement everything from scratch. You are allowed to use these components on your own website, but you are not allowed to claim them to be your own work, if you haven't adapted them, but simply added your own images or similar to them.
|
||||||
32
components/scroll/index.html
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Scroll</title>
|
||||||
|
<link rel="stylesheet" href="/scroll.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>
|
||||||
|
body {
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="scroll-indicator"></div>
|
||||||
|
|
||||||
|
<div style="height: 100vh;">
|
||||||
|
<h1>Scroll</h1>
|
||||||
|
</div>
|
||||||
|
<div style="height: 100vh;" class="snap">
|
||||||
|
<h2>Hello World</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
|
||||||
|
<script src="/scroll.js"></script>
|
||||||
|
<script>
|
||||||
|
scrollHint( 4 );
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
118
components/scroll/scroll.css
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
/*
|
||||||
|
* ConductorCalc - scroll.css
|
||||||
|
*
|
||||||
|
* Created by Janis Hutz 01/17/2024, Licensed under a proprietary License
|
||||||
|
* https://janishutz.com, development@janishutz.com
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#scroll-indicator {
|
||||||
|
position: fixed;
|
||||||
|
right: 5%;
|
||||||
|
z-index: 7;
|
||||||
|
width: 90%;
|
||||||
|
bottom: -200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll-indicator.show-scroll {
|
||||||
|
animation: pop-in 0.5s;
|
||||||
|
bottom: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll-indicator.hide-scroll {
|
||||||
|
animation: pop-out 0.5s;
|
||||||
|
bottom: -200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes pop-in {
|
||||||
|
0% {
|
||||||
|
bottom: -200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
70% {
|
||||||
|
bottom: 6.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
80% {
|
||||||
|
bottom: 6%;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
bottom: 5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes pop-out {
|
||||||
|
0% {
|
||||||
|
bottom: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
25% {
|
||||||
|
bottom: 6.5%
|
||||||
|
}
|
||||||
|
|
||||||
|
35% {
|
||||||
|
bottom: 6%;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
bottom: -200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
scroll-snap-type: y mandatory;
|
||||||
|
}
|
||||||
|
|
||||||
|
.snap {
|
||||||
|
scroll-snap-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.scroll-wrapper {
|
||||||
|
color: rgb(221, 221, 221);
|
||||||
|
font-size: 80%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 15px;
|
||||||
|
background-color: rgba( 0, 0, 0, 0.2 );
|
||||||
|
border-radius: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-symbol {
|
||||||
|
font-size: 180%;
|
||||||
|
animation: scroll-animation infinite 4s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes scroll-animation {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
10% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
65% {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
75% {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(25px);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
97
components/scroll/scroll.js
Normal file
@@ -0,0 +1,97 @@
|
|||||||
|
window.scrollHint = ( maxScroll ) => {
|
||||||
|
let isShowing = false;
|
||||||
|
const el = document.getElementById( 'scroll-indicator' );
|
||||||
|
if ( !el ) {
|
||||||
|
throw new Error( 'There is no element with ID "scroll-indicator" present on DOM' );
|
||||||
|
}
|
||||||
|
el.innerHTML = `
|
||||||
|
<div class="scroll-wrapper">
|
||||||
|
<div class="scroll-container">
|
||||||
|
Scroll to discover more
|
||||||
|
<span class="material-symbols-outlined scroll-symbol">keyboard_double_arrow_down</span>
|
||||||
|
</div>
|
||||||
|
</div>`;
|
||||||
|
|
||||||
|
el.onclick = () => {
|
||||||
|
if ( window.scrollY === 0 ) {
|
||||||
|
window.scrollTo( { 'top': window.innerHeight, 'behavior': 'smooth' } );
|
||||||
|
} else if ( window.scrollY % window.innerHeight === 0 ) {
|
||||||
|
window.scrollTo( { 'top': ( Math.ceil( window.scrollY / window.innerHeight ) + 1 ) * window.innerHeight, 'behavior': 'smooth' } );
|
||||||
|
} else {
|
||||||
|
window.scrollTo( { 'top': Math.ceil( window.scrollY / window.innerHeight ) * window.innerHeight, 'behavior': 'smooth' } );
|
||||||
|
}
|
||||||
|
el.classList.remove( 'show-scroll' );
|
||||||
|
el.classList.add( 'hide-scroll' );
|
||||||
|
try {
|
||||||
|
clearTimeout( scrollCorrectionTimeout );
|
||||||
|
} catch ( _err ) {};
|
||||||
|
isShowing = false;
|
||||||
|
timeout = setTimeout( () => { showHint() }, 2500 );
|
||||||
|
}
|
||||||
|
|
||||||
|
let lastScrollTimeStamp = new Date().getTime();
|
||||||
|
let scrollInterval = 0;
|
||||||
|
document.onscroll = () => {
|
||||||
|
try {
|
||||||
|
clearTimeout( timeout );
|
||||||
|
} catch ( _e ) {}
|
||||||
|
try {
|
||||||
|
clearTimeout( scrollCorrectionTimeout );
|
||||||
|
} catch ( _err ) {};
|
||||||
|
if ( isShowing ) {
|
||||||
|
isShowing = false;
|
||||||
|
el.classList.remove( 'show-scroll' );
|
||||||
|
el.classList.add( 'hide-scroll' );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( scrollInterval === 0 ) {
|
||||||
|
scrollInterval = setInterval( () => {
|
||||||
|
if ( lastScrollTimeStamp < new Date().getTime() + 500 ) {
|
||||||
|
scrollCorrectionTimeout = setTimeout( () => {
|
||||||
|
scrollCorrection();
|
||||||
|
}, 1000 );
|
||||||
|
timeout = setTimeout( () => {
|
||||||
|
showHint();
|
||||||
|
}, 2500 );
|
||||||
|
try {
|
||||||
|
clearInterval( scrollInterval );
|
||||||
|
scrollInterval = 0;
|
||||||
|
} catch ( e ) { /* empty */ }
|
||||||
|
}
|
||||||
|
}, 250 );
|
||||||
|
}
|
||||||
|
|
||||||
|
lastScrollTimeStamp = new Date().getTime();
|
||||||
|
};
|
||||||
|
|
||||||
|
window.onresize = () => {
|
||||||
|
scrollCorrection();
|
||||||
|
showHint();
|
||||||
|
}
|
||||||
|
|
||||||
|
let timeout = setTimeout( () => {
|
||||||
|
showHint();
|
||||||
|
}, 2500 );
|
||||||
|
|
||||||
|
let scrollCorrectionTimeout = 0;
|
||||||
|
|
||||||
|
const showHint = () => {
|
||||||
|
if ( Math.round( window.scrollY / window.innerHeight ) < maxScroll && maxScroll > 0 ) {
|
||||||
|
el.classList.remove( 'hide-scroll' );
|
||||||
|
el.classList.add( 'show-scroll' );
|
||||||
|
isShowing = true;
|
||||||
|
} else {
|
||||||
|
el.classList.remove( 'show-scroll' );
|
||||||
|
el.classList.add( 'hide-scroll' );
|
||||||
|
isShowing = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const scrollCorrection = () => {
|
||||||
|
if ( Math.round( window.scrollY / window.innerHeight ) <= maxScroll && maxScroll > 0 && Math.floor( window.scrollY / window.innerHeight ) < maxScroll ) {
|
||||||
|
window.scrollTo( { top: Math.round( window.scrollY / window.innerHeight ) * window.innerHeight, behavior: 'smooth' } );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
scrollCorrection();
|
||||||
|
}
|
||||||
704
components/slider/eslint.config.mjs
Normal file
@@ -0,0 +1,704 @@
|
|||||||
|
import vue from 'eslint-plugin-vue';
|
||||||
|
import eslint from '@eslint/js';
|
||||||
|
import globals from 'globals';
|
||||||
|
import typescript from '@typescript-eslint/eslint-plugin';
|
||||||
|
import stylistic from '@stylistic/eslint-plugin';
|
||||||
|
import tseslint from 'typescript-eslint';
|
||||||
|
|
||||||
|
const style = {
|
||||||
|
'plugins': {
|
||||||
|
'@stylistic': stylistic,
|
||||||
|
'@stylistic/js': stylistic,
|
||||||
|
'@stylistic/ts': stylistic,
|
||||||
|
},
|
||||||
|
'files': [
|
||||||
|
'**/*.ts',
|
||||||
|
'**/*.js',
|
||||||
|
'**/*.mjs',
|
||||||
|
'**/*.cjs',
|
||||||
|
'**/*.tsx',
|
||||||
|
'**/*.jsx'
|
||||||
|
],
|
||||||
|
'rules': {
|
||||||
|
// Formatting
|
||||||
|
'@stylistic/array-bracket-newline': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'multiline': true,
|
||||||
|
'minItems': 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/array-bracket-spacing': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/array-element-newline': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'multiline': true,
|
||||||
|
'minItems': 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/arrow-parens': [
|
||||||
|
'error',
|
||||||
|
'as-needed'
|
||||||
|
],
|
||||||
|
'@stylistic/arrow-spacing': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'before': true,
|
||||||
|
'after': true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/block-spacing': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/brace-style': [
|
||||||
|
'error',
|
||||||
|
'1tbs'
|
||||||
|
],
|
||||||
|
'@stylistic/comma-spacing': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'before': false,
|
||||||
|
'after': true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/comma-style': [
|
||||||
|
'error',
|
||||||
|
'last'
|
||||||
|
],
|
||||||
|
'@stylistic/dot-location': [
|
||||||
|
'error',
|
||||||
|
'property'
|
||||||
|
],
|
||||||
|
'@stylistic/eol-last': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/function-call-spacing': [
|
||||||
|
'error',
|
||||||
|
'never'
|
||||||
|
],
|
||||||
|
'@stylistic/function-paren-newline': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'minItems': 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/function-call-argument-newline': [
|
||||||
|
'error',
|
||||||
|
'consistent'
|
||||||
|
],
|
||||||
|
'@stylistic/implicit-arrow-linebreak': [
|
||||||
|
'error',
|
||||||
|
'beside'
|
||||||
|
],
|
||||||
|
'@stylistic/indent': [
|
||||||
|
'error',
|
||||||
|
4
|
||||||
|
],
|
||||||
|
'@stylistic/key-spacing': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'beforeColon': false,
|
||||||
|
'afterColon': true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/keyword-spacing': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'before': true,
|
||||||
|
'after': true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/lines-between-class-members': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/max-len': [
|
||||||
|
'warn',
|
||||||
|
{
|
||||||
|
'code': 120,
|
||||||
|
'comments': 140,
|
||||||
|
'ignoreComments': false,
|
||||||
|
'ignoreUrls': true,
|
||||||
|
'ignoreStrings': false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/new-parens': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/newline-per-chained-call': [ 'error' ],
|
||||||
|
'@stylistic/no-extra-parens': [
|
||||||
|
'error',
|
||||||
|
'all',
|
||||||
|
{
|
||||||
|
'nestedBinaryExpressions': false,
|
||||||
|
'ternaryOperandBinaryExpressions': false,
|
||||||
|
'ignoreJSX': 'multi-line',
|
||||||
|
'nestedConditionalExpressions': false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/no-extra-semi': 'error',
|
||||||
|
'@stylistic/no-floating-decimal': 'error',
|
||||||
|
'@stylistic/no-mixed-operators': 'error',
|
||||||
|
'@stylistic/no-mixed-spaces-and-tabs': 'error',
|
||||||
|
'@stylistic/no-multi-spaces': 'error',
|
||||||
|
'@stylistic/no-multiple-empty-lines': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'max': 3,
|
||||||
|
'maxEOF': 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/no-tabs': 'error',
|
||||||
|
'@stylistic/no-trailing-spaces': 'error',
|
||||||
|
'@stylistic/no-whitespace-before-property': 'error',
|
||||||
|
'@stylistic/object-curly-newline': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'multiline': true,
|
||||||
|
'minProperties': 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/object-curly-spacing': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/object-property-newline': 'error',
|
||||||
|
'@stylistic/operator-linebreak': [
|
||||||
|
'error',
|
||||||
|
'before'
|
||||||
|
],
|
||||||
|
'@stylistic/one-var-declaration-per-line': 'error',
|
||||||
|
'@stylistic/padded-blocks': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'blocks': 'never',
|
||||||
|
'classes': 'always',
|
||||||
|
'switches': 'never',
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
// Padding lines. The most in-depth part of this config
|
||||||
|
'@stylistic/padding-line-between-statements': [
|
||||||
|
'error',
|
||||||
|
// Variables, Constants
|
||||||
|
{
|
||||||
|
'blankLine': 'never',
|
||||||
|
'prev': 'var',
|
||||||
|
'next': 'var'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'never',
|
||||||
|
'prev': 'let',
|
||||||
|
'next': 'let'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'never',
|
||||||
|
'prev': 'const',
|
||||||
|
'next': 'const'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'var',
|
||||||
|
'next': [
|
||||||
|
'block',
|
||||||
|
'block-like',
|
||||||
|
'break',
|
||||||
|
'cjs-export',
|
||||||
|
'cjs-import',
|
||||||
|
'class',
|
||||||
|
'const',
|
||||||
|
'continue',
|
||||||
|
'debugger',
|
||||||
|
'directive',
|
||||||
|
'do',
|
||||||
|
'empty',
|
||||||
|
'export',
|
||||||
|
'expression',
|
||||||
|
'for',
|
||||||
|
'function',
|
||||||
|
'if',
|
||||||
|
'iife',
|
||||||
|
'import',
|
||||||
|
'let',
|
||||||
|
'return',
|
||||||
|
'switch',
|
||||||
|
'throw',
|
||||||
|
'try',
|
||||||
|
'var',
|
||||||
|
'with'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'let',
|
||||||
|
'next': [
|
||||||
|
'block',
|
||||||
|
'block-like',
|
||||||
|
'break',
|
||||||
|
'cjs-export',
|
||||||
|
'cjs-import',
|
||||||
|
'class',
|
||||||
|
'const',
|
||||||
|
'continue',
|
||||||
|
'debugger',
|
||||||
|
'directive',
|
||||||
|
'do',
|
||||||
|
'empty',
|
||||||
|
'export',
|
||||||
|
'expression',
|
||||||
|
'for',
|
||||||
|
'function',
|
||||||
|
'if',
|
||||||
|
'iife',
|
||||||
|
'import',
|
||||||
|
'return',
|
||||||
|
'switch',
|
||||||
|
'throw',
|
||||||
|
'try',
|
||||||
|
'var',
|
||||||
|
'while',
|
||||||
|
'with'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'const',
|
||||||
|
'next': [
|
||||||
|
'block',
|
||||||
|
'block-like',
|
||||||
|
'break',
|
||||||
|
'cjs-export',
|
||||||
|
'cjs-import',
|
||||||
|
'class',
|
||||||
|
'continue',
|
||||||
|
'debugger',
|
||||||
|
'directive',
|
||||||
|
'do',
|
||||||
|
'empty',
|
||||||
|
'export',
|
||||||
|
'expression',
|
||||||
|
'for',
|
||||||
|
'function',
|
||||||
|
'if',
|
||||||
|
'iife',
|
||||||
|
'import',
|
||||||
|
'let',
|
||||||
|
'return',
|
||||||
|
'switch',
|
||||||
|
'throw',
|
||||||
|
'try',
|
||||||
|
'var',
|
||||||
|
'while',
|
||||||
|
'with'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
// Import
|
||||||
|
{
|
||||||
|
'blankLine': 'never',
|
||||||
|
'prev': 'import',
|
||||||
|
'next': 'import'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'never',
|
||||||
|
'prev': 'cjs-import',
|
||||||
|
'next': 'cjs-import'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': [
|
||||||
|
'block',
|
||||||
|
'block-like',
|
||||||
|
'break',
|
||||||
|
'cjs-export',
|
||||||
|
'class',
|
||||||
|
'const',
|
||||||
|
'continue',
|
||||||
|
'debugger',
|
||||||
|
'directive',
|
||||||
|
'do',
|
||||||
|
'empty',
|
||||||
|
'export',
|
||||||
|
'expression',
|
||||||
|
'for',
|
||||||
|
'function',
|
||||||
|
'if',
|
||||||
|
'iife',
|
||||||
|
'let',
|
||||||
|
'return',
|
||||||
|
'switch',
|
||||||
|
'throw',
|
||||||
|
'try',
|
||||||
|
'var',
|
||||||
|
'while',
|
||||||
|
'with'
|
||||||
|
],
|
||||||
|
'next': 'cjs-import'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'cjs-import',
|
||||||
|
'next': [
|
||||||
|
'block',
|
||||||
|
'block-like',
|
||||||
|
'break',
|
||||||
|
'cjs-export',
|
||||||
|
'class',
|
||||||
|
'const',
|
||||||
|
'continue',
|
||||||
|
'debugger',
|
||||||
|
'directive',
|
||||||
|
'do',
|
||||||
|
'empty',
|
||||||
|
'export',
|
||||||
|
'expression',
|
||||||
|
'for',
|
||||||
|
'function',
|
||||||
|
'if',
|
||||||
|
'iife',
|
||||||
|
'let',
|
||||||
|
'return',
|
||||||
|
'switch',
|
||||||
|
'throw',
|
||||||
|
'try',
|
||||||
|
'var',
|
||||||
|
'while',
|
||||||
|
'with'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': [
|
||||||
|
'block',
|
||||||
|
'block-like',
|
||||||
|
'break',
|
||||||
|
'cjs-export',
|
||||||
|
'class',
|
||||||
|
'const',
|
||||||
|
'continue',
|
||||||
|
'debugger',
|
||||||
|
'directive',
|
||||||
|
'do',
|
||||||
|
'empty',
|
||||||
|
'export',
|
||||||
|
'expression',
|
||||||
|
'for',
|
||||||
|
'function',
|
||||||
|
'if',
|
||||||
|
'iife',
|
||||||
|
'let',
|
||||||
|
'return',
|
||||||
|
'switch',
|
||||||
|
'throw',
|
||||||
|
'try',
|
||||||
|
'var',
|
||||||
|
'while',
|
||||||
|
'with'
|
||||||
|
],
|
||||||
|
'next': 'import'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'import',
|
||||||
|
'next': [
|
||||||
|
'block',
|
||||||
|
'block-like',
|
||||||
|
'break',
|
||||||
|
'cjs-export',
|
||||||
|
'class',
|
||||||
|
'const',
|
||||||
|
'continue',
|
||||||
|
'debugger',
|
||||||
|
'directive',
|
||||||
|
'do',
|
||||||
|
'empty',
|
||||||
|
'export',
|
||||||
|
'expression',
|
||||||
|
'for',
|
||||||
|
'function',
|
||||||
|
'if',
|
||||||
|
'iife',
|
||||||
|
'let',
|
||||||
|
'return',
|
||||||
|
'switch',
|
||||||
|
'throw',
|
||||||
|
'try',
|
||||||
|
'var',
|
||||||
|
'while',
|
||||||
|
'with'
|
||||||
|
]
|
||||||
|
},
|
||||||
|
// If
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'if'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'if',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// For
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'for'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'for',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// While
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'while'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'while',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// Functions
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'function'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'function',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// Block Statements
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'block-like'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'block-like',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// Switch
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'switch'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'switch',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// Try-Catch
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'try'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'try',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// Throw
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'throw'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'throw',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// Return
|
||||||
|
{
|
||||||
|
'blankLine': 'never',
|
||||||
|
'prev': 'return',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'return'
|
||||||
|
},
|
||||||
|
// Export
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'export'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'export',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'cjs-export'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'cjs-export',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
// Classes
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': '*',
|
||||||
|
'next': 'class'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'blankLine': 'always',
|
||||||
|
'prev': 'class',
|
||||||
|
'next': '*'
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'@stylistic/quote-props': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/quotes': [
|
||||||
|
'error',
|
||||||
|
'single'
|
||||||
|
],
|
||||||
|
'@stylistic/rest-spread-spacing': [
|
||||||
|
'error',
|
||||||
|
'never'
|
||||||
|
],
|
||||||
|
'@stylistic/semi': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/semi-spacing': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'before': false,
|
||||||
|
'after': true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/semi-style': [
|
||||||
|
'error',
|
||||||
|
'last'
|
||||||
|
],
|
||||||
|
'@stylistic/space-before-blocks': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/space-before-function-paren': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/space-in-parens': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/space-infix-ops': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'int32Hint': false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'@stylistic/space-unary-ops': 'error',
|
||||||
|
'@stylistic/spaced-comment': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/template-curly-spacing': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
|
'@stylistic/switch-colon-spacing': 'error',
|
||||||
|
'@stylistic/wrap-iife': [
|
||||||
|
'error',
|
||||||
|
'inside'
|
||||||
|
],
|
||||||
|
'@stylistic/wrap-regex': 'error',
|
||||||
|
'@stylistic/ts/type-annotation-spacing': 'error',
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
/** @type {import('eslint').Linter.Config} */
|
||||||
|
export default tseslint.config(
|
||||||
|
// Base JavaScript rules
|
||||||
|
eslint.configs.recommended,
|
||||||
|
tseslint.configs.recommended,
|
||||||
|
style,
|
||||||
|
|
||||||
|
// Vue support (including TS and JSX inside SFCs)
|
||||||
|
{
|
||||||
|
'files': [ '**/*.vue' ],
|
||||||
|
'languageOptions': {
|
||||||
|
'sourceType': 'module',
|
||||||
|
'ecmaVersion': 'latest',
|
||||||
|
'globals': globals.browser,
|
||||||
|
'parserOptions': {
|
||||||
|
'parser': tseslint.parser,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'plugins': {
|
||||||
|
'vue': vue,
|
||||||
|
'@stylistic': stylistic,
|
||||||
|
'@stylistic/js': stylistic,
|
||||||
|
'@stylistic/ts': stylistic,
|
||||||
|
'@typescript-eslint': typescript,
|
||||||
|
},
|
||||||
|
'extends': [
|
||||||
|
eslint.configs.recommended,
|
||||||
|
...vue.configs['flat/recommended']
|
||||||
|
],
|
||||||
|
'rules': {
|
||||||
|
...typescript.configs.recommended.rules,
|
||||||
|
...style.rules,
|
||||||
|
|
||||||
|
// Vue specific rules
|
||||||
|
'@stylistic/indent': 'off',
|
||||||
|
'vue/html-indent': [
|
||||||
|
'error',
|
||||||
|
4
|
||||||
|
],
|
||||||
|
'vue/html-comment-indent': [
|
||||||
|
'error',
|
||||||
|
4
|
||||||
|
],
|
||||||
|
'vue/script-indent': [
|
||||||
|
'error',
|
||||||
|
4,
|
||||||
|
{
|
||||||
|
'baseIndent': 1,
|
||||||
|
'switchCase': 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'vue/html-self-closing': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'html': {
|
||||||
|
'void': 'never',
|
||||||
|
'normal': 'never',
|
||||||
|
'component': 'always'
|
||||||
|
},
|
||||||
|
'svg': 'always',
|
||||||
|
'math': 'never'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'vue/max-attributes-per-line': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'singleline': 3,
|
||||||
|
'multiline': 1,
|
||||||
|
}
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
);
|
||||||
34
components/slider/index.html
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Slider</title>
|
||||||
|
<style>
|
||||||
|
body, html {
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<link rel="stylesheet" href="/slider.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Sliders</h1>
|
||||||
|
<!-- Style the slider class with width, height and borders, don't touch the other classes, except for colours -->
|
||||||
|
<div class="slider" style="width: 100vw; height: 80vh;">
|
||||||
|
<div class="slider-container">
|
||||||
|
<div class="slider-element" style="background-image: url( 'https://store-cdn.janishutz.com/assets/promo-images/math-summaries-desktop.jpg' );"></div>
|
||||||
|
<div class="slider-element" style="background-image: url( 'https://store-cdn.janishutz.com/assets/promo-images/libreevent-desktop.jpg' );"></div>
|
||||||
|
<div class="slider-element" style="background-image: url( 'https://store-cdn.janishutz.com/assets/promo-images/donate-desktop.jpg' );"></div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-controls slider-control-left" onclick="sliderControl( 'previous' )">⮜</div>
|
||||||
|
<div class="slider-controls slider-control-right" onclick="sliderControl( 'next' )">⮞</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="/js/slider.js"></script>
|
||||||
|
<script>activateSlider( 5000 )</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
177
components/slider/js/slider.js
Normal file
@@ -0,0 +1,177 @@
|
|||||||
|
/* eslint-disable no-var */
|
||||||
|
const fetchedElements = document.getElementsByClassName('slider-element');
|
||||||
|
const sliderElements = [];
|
||||||
|
let okToMove = true;
|
||||||
|
let currentSlideIndex = 0;
|
||||||
|
const sliderContainer = document.getElementsByClassName('slider-container')[0];
|
||||||
|
function sliderGoToIndex(index) {
|
||||||
|
if (okToMove) {
|
||||||
|
if (index < sliderElements.length && index >= 0) {
|
||||||
|
okToMove = false;
|
||||||
|
// Determine next and previous elements
|
||||||
|
let previousElement = 0;
|
||||||
|
let nextElement = 0;
|
||||||
|
let beforePreviousElement = 0;
|
||||||
|
if (index < sliderElements.length - 1) {
|
||||||
|
nextElement = index + 1;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
nextElement = 0;
|
||||||
|
}
|
||||||
|
if (index === 0) {
|
||||||
|
previousElement = sliderElements.length - 1;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
previousElement = index - 1;
|
||||||
|
}
|
||||||
|
if (index === 0) {
|
||||||
|
beforePreviousElement = sliderElements.length - 2;
|
||||||
|
}
|
||||||
|
else if (index === 1) {
|
||||||
|
beforePreviousElement = sliderElements.length - 1;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
beforePreviousElement = index - 2;
|
||||||
|
}
|
||||||
|
// Determine move direction:
|
||||||
|
// true = next, false = previous
|
||||||
|
let moveDirection = true;
|
||||||
|
if ((index < currentSlideIndex || (index === sliderElements.length - 1 && currentSlideIndex === 0))
|
||||||
|
&& !(index === 0 && currentSlideIndex === sliderElements.length - 1)) {
|
||||||
|
moveDirection = false;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Add correct classes to all elements
|
||||||
|
*/
|
||||||
|
// New current element
|
||||||
|
sliderElements[index].classList.add('current');
|
||||||
|
sliderElements[index].classList.remove('next');
|
||||||
|
sliderElements[index].classList.remove('last');
|
||||||
|
sliderElements[index].classList.remove('past');
|
||||||
|
// New next element
|
||||||
|
if (moveDirection) {
|
||||||
|
sliderElements[nextElement].classList.add('future');
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
sliderElements[nextElement].classList.add('next');
|
||||||
|
}
|
||||||
|
sliderElements[nextElement].classList.remove('current');
|
||||||
|
sliderElements[nextElement].classList.remove('past');
|
||||||
|
sliderElements[nextElement].classList.remove('last');
|
||||||
|
// new past element
|
||||||
|
sliderElements[previousElement].classList.add('last');
|
||||||
|
sliderElements[previousElement].classList.remove('current');
|
||||||
|
sliderElements[previousElement].classList.remove('past');
|
||||||
|
sliderElements[previousElement].classList.remove('next');
|
||||||
|
sliderElements[beforePreviousElement].classList.add('past');
|
||||||
|
sliderElements[beforePreviousElement].classList.remove('last');
|
||||||
|
sliderElements[beforePreviousElement].classList.remove('next');
|
||||||
|
sliderElements[beforePreviousElement].classList.remove('current');
|
||||||
|
// Glitch fixes
|
||||||
|
setTimeout(() => {
|
||||||
|
if (moveDirection) {
|
||||||
|
sliderElements[nextElement].classList.add('next');
|
||||||
|
sliderElements[nextElement].classList.remove('future');
|
||||||
|
}
|
||||||
|
currentSlideIndex = index;
|
||||||
|
setTimeout(() => {
|
||||||
|
okToMove = true;
|
||||||
|
}, 500);
|
||||||
|
}, 1000);
|
||||||
|
}
|
||||||
|
else if (index < 0) {
|
||||||
|
sliderGoToIndex(sliderElements.length - 1);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
sliderGoToIndex(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
var sliderControl = (action) => {
|
||||||
|
if (action === 'next') {
|
||||||
|
sliderGoToIndex(currentSlideIndex + 1);
|
||||||
|
}
|
||||||
|
else if (action === 'previous') {
|
||||||
|
sliderGoToIndex(currentSlideIndex - 1);
|
||||||
|
}
|
||||||
|
sliderAutoAdvance();
|
||||||
|
};
|
||||||
|
let sliderAutoAdvanceInterval = 0;
|
||||||
|
let sliderInterval = 0;
|
||||||
|
/**
|
||||||
|
* Set up the slider and give it an interval for auto advancing
|
||||||
|
* @param interval - The interval at which to auto advance
|
||||||
|
* @param name - The name of the platform (like desktop, used to load different images)
|
||||||
|
*/
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
var activateSlider = (interval, name) => {
|
||||||
|
sliderAutoAdvanceInterval = interval;
|
||||||
|
sliderContainer.addEventListener('mouseenter', () => {
|
||||||
|
stopSliderAutoAdvance();
|
||||||
|
});
|
||||||
|
sliderContainer.addEventListener('mouseleave', () => {
|
||||||
|
sliderAutoAdvance();
|
||||||
|
});
|
||||||
|
document.addEventListener('blur', () => {
|
||||||
|
stopSliderAutoAdvance();
|
||||||
|
});
|
||||||
|
window.addEventListener('focus', () => {
|
||||||
|
sliderAutoAdvance();
|
||||||
|
});
|
||||||
|
sliderAutoAdvance();
|
||||||
|
loadImageType(name);
|
||||||
|
};
|
||||||
|
const sliderAutoAdvance = () => {
|
||||||
|
if (sliderAutoAdvanceInterval > 0) {
|
||||||
|
stopSliderAutoAdvance();
|
||||||
|
sliderInterval = setInterval(() => {
|
||||||
|
sliderGoToIndex(currentSlideIndex + 1);
|
||||||
|
}, sliderAutoAdvanceInterval);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
const stopSliderAutoAdvance = () => {
|
||||||
|
try {
|
||||||
|
clearInterval(sliderInterval);
|
||||||
|
}
|
||||||
|
catch (e) {
|
||||||
|
console.debug(e);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
const allowedExtensions = [
|
||||||
|
'webp',
|
||||||
|
'jpg',
|
||||||
|
'jpeg',
|
||||||
|
'svg',
|
||||||
|
'png'
|
||||||
|
];
|
||||||
|
/**
|
||||||
|
* Load type of image, can be used to load images for different platforms (i.e. mobile optimization)
|
||||||
|
* @param postfix - What is appended to each image after a dash. Example: /path/to/image becomes /path/to/image-platform.jpg
|
||||||
|
* for postfix = platform
|
||||||
|
*/
|
||||||
|
var loadImageType = (postfix) => {
|
||||||
|
sliderElements.forEach(el => {
|
||||||
|
const baseURL = el.dataset.imageBaseUrl;
|
||||||
|
const filetype = el.dataset.filetype;
|
||||||
|
if (allowedExtensions.indexOf(filetype) === -1) {
|
||||||
|
console.warn('[ SLIDER ] Invalid filetype ' + filetype + ' for image element with id ' + el.id);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!baseURL) {
|
||||||
|
console.error('[ SLIDER ] ImageBaseURL undefined for element with id ' + el.id);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (baseURL.lastIndexOf('.') > baseURL.lastIndexOf('/')) {
|
||||||
|
console.warn('[ SLIDER ] ImageBaseURL incorrect for element with id ' + el.id);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
el.style.backgroundImage = `url( ${baseURL}-${postfix + filetype} )`;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
for (const el in fetchedElements) {
|
||||||
|
if (fetchedElements[el].className) {
|
||||||
|
sliderElements.push(fetchedElements[el]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
sliderGoToIndex(0);
|
||||||
1848
components/slider/package-lock.json
generated
Normal file
11
components/slider/package.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"typescript": "^5.5.4"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@eslint/js": "^9.36.0",
|
||||||
|
"@stylistic/eslint-plugin": "^5.4.0",
|
||||||
|
"eslint-plugin-vue": "^10.5.0",
|
||||||
|
"typescript-eslint": "^8.44.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
77
components/slider/slider.css
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
.slider {
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-controls {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 3rem;
|
||||||
|
top: calc( 50% - 1.5rem );
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
background-color: white;
|
||||||
|
text-align: center;
|
||||||
|
text-indent: 0;
|
||||||
|
line-height: 1;
|
||||||
|
transform: scale( 1 );
|
||||||
|
transition: all 0.5s;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-controls:hover {
|
||||||
|
transform: scale( 1.1 );
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-control-left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-control-right {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-element {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
transition: left 1s;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-element.past {
|
||||||
|
z-index: 2;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-element.last {
|
||||||
|
z-index: 3;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-element.current {
|
||||||
|
z-index: 4;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-element.future {
|
||||||
|
z-index: -1;
|
||||||
|
left: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-element.next {
|
||||||
|
z-index: 5;
|
||||||
|
left: 150%;
|
||||||
|
}
|
||||||
66
components/slider/ts/resize.ts
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
/* eslint-disable no-var */
|
||||||
|
interface SizeConfig {
|
||||||
|
[name: string]: {
|
||||||
|
'min-width': number;
|
||||||
|
'max-width': number;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
let sizeConfig: SizeConfig = {};
|
||||||
|
|
||||||
|
|
||||||
|
var resizeConfigure = ( config: SizeConfig ) => {
|
||||||
|
sizeConfig = config;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
const handleResize = () => {
|
||||||
|
const sizes = Object.keys( sizeConfig );
|
||||||
|
|
||||||
|
for ( let i = 0; i < sizes.length; i++ ) {
|
||||||
|
const size = sizes[i];
|
||||||
|
|
||||||
|
if (
|
||||||
|
window.innerWidth < sizeConfig[ size ][ 'max-width' ]
|
||||||
|
&& window.innerWidth > sizeConfig[ size ][ 'min-width' ] ) {}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const allowedExtensions = [
|
||||||
|
'webp',
|
||||||
|
'jpg',
|
||||||
|
'jpeg',
|
||||||
|
'svg',
|
||||||
|
'png'
|
||||||
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load type of image, can be used to load images for different platforms (i.e. mobile optimization)
|
||||||
|
* @param postfix - What is appended to each image after a dash. Example: /path/to/image becomes /path/to/image-platform.jpg
|
||||||
|
* for postfix = platform
|
||||||
|
*/
|
||||||
|
const loadImageType = ( postfix: string ) => {
|
||||||
|
sliderElements.forEach( el => {
|
||||||
|
const baseURL = el.dataset.imageBaseUrl;
|
||||||
|
const filetype = el.dataset.filetype;
|
||||||
|
|
||||||
|
if ( allowedExtensions.indexOf( filetype ) === -1 ) {
|
||||||
|
console.warn( '[ SLIDER ] Invalid filetype ' + filetype + ' for image element with id ' + el.id );
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( !baseURL ) {
|
||||||
|
console.error( '[ SLIDER ] ImageBaseURL undefined for element with id ' + el.id );
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( baseURL.lastIndexOf( '.' ) > baseURL.lastIndexOf( '/' ) ) {
|
||||||
|
console.warn( '[ SLIDER ] ImageBaseURL incorrect for element with id ' + el.id );
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
el.style.backgroundImage = `url( ${ baseURL }-${ postfix + filetype } )`;
|
||||||
|
} );
|
||||||
|
};
|
||||||
172
components/slider/ts/slider.ts
Normal file
@@ -0,0 +1,172 @@
|
|||||||
|
/* eslint-disable no-var */
|
||||||
|
const fetchedElements = document.getElementsByClassName( 'slider-element' );
|
||||||
|
const sliderElements: HTMLDivElement[] = [];
|
||||||
|
|
||||||
|
let okToMove = true;
|
||||||
|
let currentSlideIndex = 0;
|
||||||
|
|
||||||
|
const sliderContainer: HTMLDivElement = document.getElementsByClassName( 'slider-container' )[ 0 ] as HTMLDivElement;
|
||||||
|
|
||||||
|
function sliderGoToIndex ( index: number ) {
|
||||||
|
if ( okToMove ) {
|
||||||
|
if ( index < sliderElements.length && index >= 0 ) {
|
||||||
|
okToMove = false;
|
||||||
|
// Determine next and previous elements
|
||||||
|
let previousElement = 0;
|
||||||
|
let nextElement = 0;
|
||||||
|
let beforePreviousElement = 0;
|
||||||
|
|
||||||
|
if ( index < sliderElements.length - 1 ) {
|
||||||
|
nextElement = index + 1;
|
||||||
|
} else {
|
||||||
|
nextElement = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( index === 0 ) {
|
||||||
|
previousElement = sliderElements.length - 1;
|
||||||
|
} else {
|
||||||
|
previousElement = index - 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( index === 0 ) {
|
||||||
|
beforePreviousElement = sliderElements.length - 2;
|
||||||
|
} else if ( index === 1 ) {
|
||||||
|
beforePreviousElement = sliderElements.length - 1;
|
||||||
|
} else {
|
||||||
|
beforePreviousElement = index - 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Determine move direction:
|
||||||
|
// true = next, false = previous
|
||||||
|
let moveDirection = true;
|
||||||
|
|
||||||
|
if (
|
||||||
|
( index < currentSlideIndex || ( index === sliderElements.length - 1 && currentSlideIndex === 0 ) )
|
||||||
|
&& !( index === 0 && currentSlideIndex === sliderElements.length - 1 )
|
||||||
|
) {
|
||||||
|
moveDirection = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Add correct classes to all elements
|
||||||
|
*/
|
||||||
|
|
||||||
|
// New current element
|
||||||
|
sliderElements[ index ].classList.add( 'current' );
|
||||||
|
sliderElements[ index ].classList.remove( 'next' );
|
||||||
|
sliderElements[ index ].classList.remove( 'last' );
|
||||||
|
sliderElements[ index ].classList.remove( 'past' );
|
||||||
|
|
||||||
|
// New next element
|
||||||
|
if ( moveDirection ) {
|
||||||
|
sliderElements[ nextElement ].classList.add( 'future' );
|
||||||
|
} else {
|
||||||
|
sliderElements[ nextElement ].classList.add( 'next' );
|
||||||
|
}
|
||||||
|
|
||||||
|
sliderElements[ nextElement ].classList.remove( 'current' );
|
||||||
|
sliderElements[ nextElement ].classList.remove( 'past' );
|
||||||
|
sliderElements[ nextElement ].classList.remove( 'last' );
|
||||||
|
|
||||||
|
// new past element
|
||||||
|
sliderElements[ previousElement ].classList.add( 'last' );
|
||||||
|
sliderElements[ previousElement ].classList.remove( 'current' );
|
||||||
|
sliderElements[ previousElement ].classList.remove( 'past' );
|
||||||
|
sliderElements[ previousElement ].classList.remove( 'next' );
|
||||||
|
sliderElements[ beforePreviousElement ].classList.add( 'past' );
|
||||||
|
sliderElements[ beforePreviousElement ].classList.remove( 'last' );
|
||||||
|
sliderElements[ beforePreviousElement ].classList.remove( 'next' );
|
||||||
|
sliderElements[ beforePreviousElement ].classList.remove( 'current' );
|
||||||
|
|
||||||
|
// Glitch fixes
|
||||||
|
setTimeout( () => {
|
||||||
|
if ( moveDirection ) {
|
||||||
|
sliderElements[ nextElement ].classList.add( 'next' );
|
||||||
|
sliderElements[ nextElement ].classList.remove( 'future' );
|
||||||
|
}
|
||||||
|
|
||||||
|
currentSlideIndex = index;
|
||||||
|
setTimeout( () => {
|
||||||
|
okToMove = true;
|
||||||
|
}, 500 );
|
||||||
|
}, 1000 );
|
||||||
|
} else if ( index < 0 ) {
|
||||||
|
sliderGoToIndex( sliderElements.length - 1 );
|
||||||
|
} else {
|
||||||
|
sliderGoToIndex( 0 );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
type SliderAction = 'next' | 'previous';
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
var sliderControl = ( action: SliderAction ) => {
|
||||||
|
if ( action === 'next' ) {
|
||||||
|
sliderGoToIndex( currentSlideIndex + 1 );
|
||||||
|
} else if ( action === 'previous' ) {
|
||||||
|
sliderGoToIndex( currentSlideIndex - 1 );
|
||||||
|
}
|
||||||
|
|
||||||
|
sliderAutoAdvance();
|
||||||
|
};
|
||||||
|
|
||||||
|
let sliderAutoAdvanceInterval = 0;
|
||||||
|
let sliderInterval = 0;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set up the slider and give it an interval for auto advancing
|
||||||
|
* @param interval - The interval at which to auto advance
|
||||||
|
* @param name - The name of the platform (like desktop, used to load different images)
|
||||||
|
*/
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
var activateSlider = ( interval: number, name: string ) => {
|
||||||
|
sliderAutoAdvanceInterval = interval;
|
||||||
|
sliderContainer.addEventListener( 'mouseenter', () => {
|
||||||
|
stopSliderAutoAdvance();
|
||||||
|
} );
|
||||||
|
|
||||||
|
sliderContainer.addEventListener( 'mouseleave', () => {
|
||||||
|
sliderAutoAdvance();
|
||||||
|
} );
|
||||||
|
|
||||||
|
document.addEventListener( 'blur', () => {
|
||||||
|
stopSliderAutoAdvance();
|
||||||
|
} );
|
||||||
|
|
||||||
|
window.addEventListener( 'focus', () => {
|
||||||
|
sliderAutoAdvance();
|
||||||
|
} );
|
||||||
|
|
||||||
|
sliderAutoAdvance();
|
||||||
|
|
||||||
|
loadImageType( name );
|
||||||
|
};
|
||||||
|
|
||||||
|
const sliderAutoAdvance = () => {
|
||||||
|
if ( sliderAutoAdvanceInterval > 0 ) {
|
||||||
|
stopSliderAutoAdvance();
|
||||||
|
sliderInterval = setInterval( () => {
|
||||||
|
sliderGoToIndex( currentSlideIndex + 1 );
|
||||||
|
}, sliderAutoAdvanceInterval );
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const stopSliderAutoAdvance = () => {
|
||||||
|
try {
|
||||||
|
clearInterval( sliderInterval );
|
||||||
|
} catch ( e ) {
|
||||||
|
console.debug( e );
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
for ( const el in fetchedElements ) {
|
||||||
|
if ( fetchedElements[ el ].className ) {
|
||||||
|
sliderElements.push( ( fetchedElements[ el ] as HTMLDivElement ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sliderGoToIndex( 0 );
|
||||||
9
components/slider/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"outDir": "./js",
|
||||||
|
"allowJs": true,
|
||||||
|
"target": "ES6",
|
||||||
|
"skipLibCheck": true,
|
||||||
|
},
|
||||||
|
"include": [ "./ts/**/*" ],
|
||||||
|
}
|
||||||
24
components/timeline/index.html
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Timeline</title>
|
||||||
|
<link rel="stylesheet" href="/timeline.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="timeline">
|
||||||
|
<div class="timeline-line"></div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-1">
|
||||||
|
<div class="timeline-year">Year</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">Description</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-2">
|
||||||
|
<div class="timeline-year">Year 2</div> <!-- TODO: Check date is accurate-->
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">Description 2</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
49
components/timeline/timeline.css
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-el {
|
||||||
|
z-index: 3;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 30px;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-dot {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
background-color: rgb(21, 43, 92);
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-year {
|
||||||
|
margin-right: 20px;
|
||||||
|
color: rgb(63, 63, 63);
|
||||||
|
font-style: italic;
|
||||||
|
width: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-desc {
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: lighter;
|
||||||
|
margin-left: 20px;
|
||||||
|
max-width: calc( 100% - 5rem - 60px );
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-line {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
|
height: calc(100% - 10px);
|
||||||
|
top: 5px;
|
||||||
|
width: 4px;
|
||||||
|
background-color: rgb(110, 110, 110);
|
||||||
|
display: flex;
|
||||||
|
left: calc( 5rem + 28px );
|
||||||
|
}
|
||||||
25
components/yt-embed/yt-embed.css
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
.yt-embed {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
background-color: rgb(173, 173, 173);
|
||||||
|
}
|
||||||
|
|
||||||
|
.yt-embed-desc {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yt-embed-button {
|
||||||
|
padding: 20px;
|
||||||
|
margin: 5px;
|
||||||
|
background-color: red;
|
||||||
|
color: white;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: none;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 1rem;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
22
components/yt-embed/yt-embed.js
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
let isPrep = false;
|
||||||
|
|
||||||
|
|
||||||
|
function YTEmbed ( elementBindID, videoID ) {
|
||||||
|
if ( !isPrep ) {
|
||||||
|
console.log( '[ YT-Embed ] Preparing...' );
|
||||||
|
isPrep = true;
|
||||||
|
const css = document.createElement( 'link' );
|
||||||
|
css.rel = 'stylesheet';
|
||||||
|
css.href = 'https://static.janishutz.com/css/yt-embed.css';
|
||||||
|
// css.href = 'http://localhost:8081/yt-embed.css';
|
||||||
|
document.head.appendChild( css );
|
||||||
|
}
|
||||||
|
const el = document.getElementById( elementBindID );
|
||||||
|
el.innerHTML = `<div class="yt-embed"><p class="yt-embed-desc">YouTube Video was not loaded automatically to preserve your privacy. If you wish to load it here, click the button below!</p>
|
||||||
|
<div><button class="yt-embed-button" onclick="activateYTEmbed( '${ elementBindID }', '${ videoID }' )">Load video</button><a href="https://youtube.com/watch?v=${ videoID }" class="yt-embed-button" target="_blank">View on YouTube</a></div></div>`;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function activateYTEmbed ( elementBindID, videoID ) {
|
||||||
|
document.getElementById( elementBindID ).innerHTML = `<iframe width="420" height="315"src="https://www.youtube.com/embed/${ videoID }" class="yt-embed"></iframe>`;
|
||||||
|
}
|
||||||
BIN
site/assets/home/conductorcalc.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
site/assets/home/foss.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
site/assets/home/foss.xcf
Normal file
BIN
site/assets/home/store.jpg
Normal file
|
After Width: | Height: | Size: 159 KiB |
BIN
site/assets/musicplayer/main.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
site/assets/projects/conductorcalc-title.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
site/assets/projects/musicplayer-title.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
site/assets/projects/qrscanner-title.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
site/assets/projects/storagemanager-title.jpg
Normal file
|
After Width: | Height: | Size: 92 KiB |
79
site/build.js
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
const fs = require( 'fs' );
|
||||||
|
const navMenu = '' + fs.readFileSync( './src/nav.html' );
|
||||||
|
const footer = '' + fs.readFileSync( './src/footer.html' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Recursively find all HTML files in a directory
|
||||||
|
* @param {string} dir The directory to search. Either absolute or relative path
|
||||||
|
* @param {string} extension The file extension to look for
|
||||||
|
* @returns {string[]} returns a list of html files with their full path
|
||||||
|
*/
|
||||||
|
const treeWalker = ( dir, extension ) => {
|
||||||
|
const ls = fs.readdirSync( dir );
|
||||||
|
const fileList = [];
|
||||||
|
for ( let file in ls ) {
|
||||||
|
if ( !ls[ file ].includes( '.' ) ) {
|
||||||
|
const newFiles = treeWalker( dir + '/' + ls[ file ], extension );
|
||||||
|
for ( let file in newFiles ) {
|
||||||
|
fileList.push( newFiles[ file ] );
|
||||||
|
}
|
||||||
|
} else if ( ls[ file ].includes( extension ) ) {
|
||||||
|
fileList.push( dir + '/' + ls[ file ] );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return fileList;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const addNavAndFooterToFile = ( file ) => {
|
||||||
|
const f = '' + fs.readFileSync( file );
|
||||||
|
const navIndex = f.indexOf( '<nav>' ) + 5;
|
||||||
|
const footerIndex = f.indexOf( '<footer>' ) + 8;
|
||||||
|
return f.slice( 0, navIndex ) + navMenu + f.slice( navIndex, footerIndex ) + footer + f.substring( footerIndex );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Save a file to a path. All occurrences of "src" will be replaced by "dist"
|
||||||
|
* @param {string} filePath
|
||||||
|
* @param {string} data
|
||||||
|
* @returns {void}
|
||||||
|
*/
|
||||||
|
const saveFile = ( filePath, data ) => {
|
||||||
|
const nPath = filePath.replace( 'src', 'dist' );
|
||||||
|
const dirSplit = nPath.split( '/' );
|
||||||
|
let currDir = nPath.slice( 0, nPath.indexOf( '/' ) + 1 );
|
||||||
|
for ( let dir in dirSplit ) {
|
||||||
|
if ( dirSplit[ dir ] !== '.' && !dirSplit[ dir ].includes( '.' ) ) {
|
||||||
|
currDir += dirSplit[ dir ] + '/';
|
||||||
|
try {
|
||||||
|
fs.readdirSync( currDir );
|
||||||
|
} catch ( e ) {
|
||||||
|
fs.mkdirSync( currDir );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
fs.writeFileSync( nPath, data );
|
||||||
|
}
|
||||||
|
|
||||||
|
const copyFiles = ( dir, extension ) => {
|
||||||
|
const files = treeWalker( dir, extension );
|
||||||
|
|
||||||
|
for ( let file in files ) {
|
||||||
|
saveFile( files[ file ], '' + fs.readFileSync( files[ file ] ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const filesToParse = treeWalker( './src', '.html' );
|
||||||
|
|
||||||
|
for ( let file in filesToParse ) {
|
||||||
|
if ( !filesToParse[ file ].includes( 'footer.html' ) && !filesToParse[ file ].includes( 'nav.html' ) ) {
|
||||||
|
saveFile( filesToParse[ file ], addNavAndFooterToFile( filesToParse[ file ] ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Copy all JS, CSS and jpg files
|
||||||
|
copyFiles( './src', '.js' );
|
||||||
|
copyFiles( './src', '.css' );
|
||||||
|
|
||||||
|
console.log( '\n==> DONE\n\n' );
|
||||||
11
site/package.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "janishutz.com",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "build.js",
|
||||||
|
"scripts": {
|
||||||
|
"build": "node build.js"
|
||||||
|
},
|
||||||
|
"author": "Janis Hutz",
|
||||||
|
"license": "ISC",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
27
site/src/404.html
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>404 - Page not found | janishutz.com</title>
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<style>
|
||||||
|
.content h1 {
|
||||||
|
font-size: 8rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<h1>404</h1>
|
||||||
|
<p>The page you are looking for was not found!</p>
|
||||||
|
<a href="/" class="button">Home</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
98
site/src/about/aboutme/index.html
Normal file
@@ -0,0 +1,98 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/timeline.css">
|
||||||
|
<link rel="stylesheet" href="/css/wrapfig.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>About me | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="aboutme, about, janis hutz" />
|
||||||
|
<meta name="description" content="Learn more about the creator of janishutz.com, his projects and goals" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/logo.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/about/aboutme" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="title">About Janis Hutz</h1>
|
||||||
|
|
||||||
|
<div class="wrapfig-wrapper">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="Janis Hutz" class="wrapfig left circle">
|
||||||
|
<div class="wrapfig-text right">
|
||||||
|
<p class="no-margin bigger">Hello! I'm Janis Hutz, and I develop software</p>
|
||||||
|
<p class="no-margin">Having been working on developing software and learning to do so properly since the
|
||||||
|
beginning of 2021, I have accumulated a lot of work hours in this subject. In September 2024, I have
|
||||||
|
started my studies in Software Engineering at ETH Zurich, a renowned university in Switzerland, where I am currently working towards my Bachelor of Science degree.</p>
|
||||||
|
<p class="no-margin">My projects are becoming increasingly more complex, useful and feature-rich. Now
|
||||||
|
finally, with proper education, I will be taking my software to the next level.</p>
|
||||||
|
<p class="no-margin">Most of the software provided on this website is done so for free. Any <a
|
||||||
|
href="https://store.janishutz.com/donate" target="_blank">financial support</a> would be greatly
|
||||||
|
appreciated.</p>
|
||||||
|
<p class="no-margin">I am a hard-core Linux user, which means I am always tweaking my user interface and
|
||||||
|
OS when I am not coding. You can read up on my Linux journey <a
|
||||||
|
href="https://blog.janishutz.com/series/my-linux-journey/" target="_blank">here</a>. While I do
|
||||||
|
occasionally like to play games on my own, I primarily do so with friends, as I prefer not to waste
|
||||||
|
my time playing games, if there is nobody available to play them with.</p>
|
||||||
|
<p class="no-margin">Other than that, I am also very interested in PC hardware, and I am always
|
||||||
|
up-to-date with the latest hardware, ranging from CPUs and GPUs to power supplies, cases and
|
||||||
|
coolers. I also enjoy composing music, but mostly keep that to myself, as with playing piano, which
|
||||||
|
I enjoy doing occasionally.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>Timeline</h2>
|
||||||
|
<p>The timeline of my projects and my evolution in software development</p>
|
||||||
|
<div class="timeline">
|
||||||
|
<div class="timeline-line"></div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-1">
|
||||||
|
<div class="timeline-year">2015</div> <!-- TODO: Check date is accurate-->
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">First coding experience using LEGO Mindstorms & LabView</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-2">
|
||||||
|
<div class="timeline-year">2021</div> <!-- TODO: Check date is accurate-->
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">BiogasControllerApp, Small projects</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-3">
|
||||||
|
<div class="timeline-year">2022</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">StorageManager, QR & Barcode Insight, smuL</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-4">
|
||||||
|
<div class="timeline-year">2023</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">libreevent, smuL, StorageManager</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-5">
|
||||||
|
<div class="timeline-year">2024</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">Language School Hossegor - Booking, store.janishutz.com, id.janishutz.com
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-7">
|
||||||
|
<div class="timeline-year">2025</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">ETH Zurich, ConductorCalc, StorageManager, Website, Dotfiles, new Account System</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p style="margin-top: 50px;">Learn more here</p>
|
||||||
|
<a href="/links" class="button">Linktree</a>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
90
site/src/about/index.html
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/timeline.css">
|
||||||
|
<link rel="stylesheet" href="/css/wrapfig.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>About | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="about, janishutz" />
|
||||||
|
<meta name="description" content="Learn more about the history of janishutz.com and discover the projects" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/logo.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/about" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="title">About</h1>
|
||||||
|
|
||||||
|
<div class="wrapfig-wrapper">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo"
|
||||||
|
class="wrapfig left rounded-corners">
|
||||||
|
<div class="wrapfig-text right">
|
||||||
|
<p class="no-margin">Since its launch in January 2023, janishutz.com has seen a lot of changes. Not only
|
||||||
|
has the main website seen three major revisions, but the offering has expanded massively, with a
|
||||||
|
Software Store, Custom Website development, Account services and more becoming part of the Software
|
||||||
|
ecosystem.</p>
|
||||||
|
<p class="no-margin">Most of the software provided on this website is done so for free. Any <a
|
||||||
|
href="https://store.janishutz.com/donate" target="_blank">financial support</a> would be greatly
|
||||||
|
appreciated.</p>
|
||||||
|
<p>The goal of this website is and has always been to show off software projects and the current design
|
||||||
|
gives you a much neater introduction with much more information. The website has always been written
|
||||||
|
from scratch and loading times have been reduced as much as possible, giving you a snappy experience
|
||||||
|
like barely anywhere else on the internet</p>
|
||||||
|
|
||||||
|
<h2>Timeline</h2>
|
||||||
|
<p>The timeline of evolution of this website</p>
|
||||||
|
<div class="timeline">
|
||||||
|
<div class="timeline-line"></div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-1">
|
||||||
|
<div class="timeline-year">2022</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">Launch of the first version, can be found <a
|
||||||
|
href="https://janishutz.github.io" target="_blank">here</a></div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-2">
|
||||||
|
<div class="timeline-year">2023</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">
|
||||||
|
Two updated versions, found <a href="https://v1.janishutz.com" target="_blank">here</a>
|
||||||
|
and <a href="https://v2.janishutz.com" target="_blank">here</a> slightly updating and then
|
||||||
|
completely reworking the design of the website
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-3">
|
||||||
|
<div class="timeline-year">2024</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">Add more services (Accounts, Store)</div>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-el" id="timeline-dot-4">
|
||||||
|
<div class="timeline-year">2025</div>
|
||||||
|
<div class="timeline-dot"></div>
|
||||||
|
<div class="timeline-desc">The current website, reworked accounts</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p style="margin-top: 50px;">Learn more here</p>
|
||||||
|
<div class="inline-elements">
|
||||||
|
<a href="/links" class="button">Linktree</a>
|
||||||
|
<a href="/about/aboutme" class="button">About Janis Hutz</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
68
site/src/css/analytics.css
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
/*
|
||||||
|
Analytics
|
||||||
|
*/
|
||||||
|
.analytics-notice {
|
||||||
|
z-index: 10000;
|
||||||
|
bottom: -450px;
|
||||||
|
right: 5px;
|
||||||
|
width: 300px;
|
||||||
|
height: 400px;
|
||||||
|
position: fixed;
|
||||||
|
background-color: var( --color-background-analytics );
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
overflow: scroll;
|
||||||
|
transition: bottom 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.analytics-notice.show {
|
||||||
|
bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Close button */
|
||||||
|
.analytics-button {
|
||||||
|
color: var( --color-text-primary );
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
right: 10px;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
font-size: 1rem;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#matomo-opt-out {
|
||||||
|
color: var( --color-text-primary ) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* The small icon on the side that is shown when main panel is closed */
|
||||||
|
.analytics-notice .small-symbol {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 20px;
|
||||||
|
right: 0px;
|
||||||
|
border-top-left-radius: 10px;
|
||||||
|
border-bottom-left-radius: 10px;
|
||||||
|
background-color: var( --color-background-analytics );
|
||||||
|
border: solid black 1px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 1s;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 10px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
padding-top: 20px;
|
||||||
|
transition-delay: 2s;
|
||||||
|
z-index: 10001;
|
||||||
|
}
|
||||||
|
|
||||||
|
.analytics-notice .small-symbol .material-symbols-outlined {
|
||||||
|
font-size: 1.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.analytics-notice.show .small-symbol {
|
||||||
|
right: -100px;
|
||||||
|
transition-delay: 0s;
|
||||||
|
}
|
||||||
15
site/src/css/colors.css
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
#theme-switcher-icon {
|
||||||
|
font-size: 1rem;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-selector {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-controls {
|
||||||
|
background-color: var( --color-background-accent ) !important;
|
||||||
|
}
|
||||||
80
site/src/css/footer.css
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
footer {
|
||||||
|
border-top: solid black 1px;
|
||||||
|
background-color: var( --color-background-accent );
|
||||||
|
width: 100vw;
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer .logo {
|
||||||
|
margin-top: 20px;
|
||||||
|
height: 40vh;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-text-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
min-width: calc( ( 100% - 40vh - 50px ) / 2 );
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-category {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-category a {
|
||||||
|
color: var( --color-text-primary );
|
||||||
|
text-decoration: none;
|
||||||
|
transition: all 0.5s;
|
||||||
|
transform: scale(1);
|
||||||
|
transition: transform 0.75s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-category a:hover {
|
||||||
|
color: var( --color-button-hover );
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (min-width: 999px) {
|
||||||
|
footer .logo {
|
||||||
|
margin-top: unset;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.footer-container {
|
||||||
|
flex-direction: row;
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-text-container {
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: flex-start;
|
||||||
|
flex-direction: row;
|
||||||
|
width: unset;
|
||||||
|
max-width: 65%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-category {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: unset;
|
||||||
|
min-width: max-content;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
291
site/src/css/nav.css
Normal file
@@ -0,0 +1,291 @@
|
|||||||
|
nav {
|
||||||
|
width: 100vw;
|
||||||
|
height: 15vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-placeholder {
|
||||||
|
height: 15vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menu .logo-wrapper {
|
||||||
|
display: none;
|
||||||
|
height: 90%;
|
||||||
|
border-radius: 20px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menu .logo {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-top-bar .logo-wrapper:hover {
|
||||||
|
transform: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a {
|
||||||
|
/* TODO: Update colours */
|
||||||
|
color: var(--color-text-primary);
|
||||||
|
text-decoration: none;
|
||||||
|
transform: scale(1);
|
||||||
|
transition: transform 0.75s;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a:hover {
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-wrapper {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-dropdown a {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-icon {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menu {
|
||||||
|
position: fixed;
|
||||||
|
left: -100vw;
|
||||||
|
top: 15vh;
|
||||||
|
padding-top: 2.5vh;
|
||||||
|
padding-bottom: 2.5vh;
|
||||||
|
padding-left: 2.5vw;
|
||||||
|
padding-right: 2.5vw;
|
||||||
|
height: 80vh;
|
||||||
|
width: 95vw;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
z-index: 100;
|
||||||
|
background-color: var(--color-background-accent);
|
||||||
|
transition: left 0.5s, top 0.5s;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-top-bar {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100vw;
|
||||||
|
height: 15vh;
|
||||||
|
background-color: var(--color-background-accent);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
z-index: 100;
|
||||||
|
border-bottom: black 1px solid;
|
||||||
|
transition: top 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-top-bar.slide-up {
|
||||||
|
top: -20vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-top-bar .logo {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-top-bar .logo-wrapper {
|
||||||
|
display: unset;
|
||||||
|
height: 90%;
|
||||||
|
border-radius: 20px;
|
||||||
|
margin-left: 20px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menu.active {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-header {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
transition: all 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-dropdown {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Nav-Toggle button idea from here: https://codepen.io/alvarotrigo/pen/wvrzPWL*/
|
||||||
|
.nav-toggle {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: 20px;
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--color-text-primary);
|
||||||
|
font-size: 5vh;
|
||||||
|
cursor: pointer;
|
||||||
|
width: 35px;
|
||||||
|
height: 25px;
|
||||||
|
z-index: 1;
|
||||||
|
transition: 0.8s;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 2px;
|
||||||
|
background-color: var(--color-text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
#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) scaleX(0.95);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-toggle.active #line2 {
|
||||||
|
transform: scaleY(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-toggle.active #line3 {
|
||||||
|
transform: rotate(-45deg) scaleX(0.95);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (min-width: 900px) {
|
||||||
|
nav {
|
||||||
|
height: 20vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a:hover {
|
||||||
|
transform: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-placeholder {
|
||||||
|
height: 20vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menu .logo-wrapper {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-top-bar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menu {
|
||||||
|
padding: 0;
|
||||||
|
height: 20vh;
|
||||||
|
width: 100vw;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: row;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
border-bottom: var(--color-text-primary) 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-menu.slide-up {
|
||||||
|
top: -20vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-dropdown {
|
||||||
|
transform: scaleY(0);
|
||||||
|
align-items: unset;
|
||||||
|
justify-content: unset;
|
||||||
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
min-width: 175px;
|
||||||
|
width: max-content;
|
||||||
|
transform-origin: top;
|
||||||
|
transition: transform 0.5s;
|
||||||
|
background-color: var(--color-background-primary);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 15px;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-wrapper {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
margin-left: 3%;
|
||||||
|
margin-right: 3%;
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-header {
|
||||||
|
flex-direction: column;
|
||||||
|
min-width: 100px;
|
||||||
|
padding: 10px;
|
||||||
|
border-top-left-radius: 10px;
|
||||||
|
border-top-right-radius: 10px;
|
||||||
|
position: relative;
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-header::before,
|
||||||
|
.nav-link-header::after {
|
||||||
|
opacity: 0;
|
||||||
|
border: var(--color-background-primary) 15px solid;
|
||||||
|
border-top-color: transparent;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
position: absolute;
|
||||||
|
content: " ";
|
||||||
|
z-index: -1;
|
||||||
|
transition: opacity 0.4s;
|
||||||
|
bottom: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-header::before {
|
||||||
|
border-left-color: transparent;
|
||||||
|
border-bottom-right-radius: 30px;
|
||||||
|
right: calc(100% - 15px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-header::after {
|
||||||
|
border-right-color: transparent;
|
||||||
|
border-bottom-left-radius: 30px;
|
||||||
|
left: calc(100% - 15px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-dropdown a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-wrapper:hover .nav-link-header {
|
||||||
|
background-color: var(--color-background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-wrapper:hover .nav-link-dropdown {
|
||||||
|
transform: scaleY(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link-wrapper:hover .nav-link-header::before,
|
||||||
|
.nav-link-wrapper:hover .nav-link-header::after {
|
||||||
|
transition-delay: 0.1s;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-toggle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
4
site/src/css/pages/index.css
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
.title-video {
|
||||||
|
width: 100vw;
|
||||||
|
height: 90vh;
|
||||||
|
}
|
||||||
29
site/src/css/side-by-side.css
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
.side-by-side {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.side-by-side-item {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (min-width: 999px) {
|
||||||
|
.side-by-side {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.side-by-side-item {
|
||||||
|
width: 48%;
|
||||||
|
margin: 0.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
268
site/src/css/style.css
Normal file
@@ -0,0 +1,268 @@
|
|||||||
|
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
|
||||||
|
@import url('/css/nav.css');
|
||||||
|
@import url('/css/colors.css');
|
||||||
|
@import url('/css/footer.css');
|
||||||
|
@import url('/css/analytics.css');
|
||||||
|
|
||||||
|
/* Color Theme */
|
||||||
|
:root,
|
||||||
|
:root.light {
|
||||||
|
--color-text-primary: black;
|
||||||
|
--color-text-accent: #303030;
|
||||||
|
--color-link: #1e24a1ff;
|
||||||
|
--color-background-primary: white;
|
||||||
|
--color-background-accent: rgb(226, 226, 226);
|
||||||
|
--color-background-analytics: rgb(193, 193, 223);
|
||||||
|
--color-background-yt-embed: rgb(173, 173, 173);
|
||||||
|
--color-slider-info: rgba(255, 255, 255, 0.85);
|
||||||
|
--color-button: rgb(21, 43, 92);
|
||||||
|
--color-button-hover: rgb(2, 10, 27);
|
||||||
|
}
|
||||||
|
|
||||||
|
:root.dark {
|
||||||
|
--color-text-primary: white;
|
||||||
|
--color-text-accent: #b5b5b5;
|
||||||
|
--color-link: #005aacff;
|
||||||
|
--color-background-primary: #151515;
|
||||||
|
--color-background-accent: black;
|
||||||
|
--color-background-analytics: #303030;
|
||||||
|
--color-background-yt-embed: #404040;
|
||||||
|
--color-slider-info: rgba(0, 0, 0, 0.85);
|
||||||
|
--color-button: rgb(20, 150, 200);
|
||||||
|
--color-button-hover: rgb(15, 125, 175);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
:root {
|
||||||
|
--color-text-primary: white;
|
||||||
|
--color-text-accent: #b5b5b5;
|
||||||
|
--color-link: #005aacff;
|
||||||
|
--color-background-primary: #151515;
|
||||||
|
--color-background-accent: black;
|
||||||
|
--color-background-analytics: #303030;
|
||||||
|
--color-background-yt-embed: #404040;
|
||||||
|
--color-slider-info: rgba(0, 0, 0, 0.85);
|
||||||
|
--color-button: rgb(20, 150, 200);
|
||||||
|
--color-button-hover: rgb(15, 125, 175);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* MAIN
|
||||||
|
*/
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
font-family: 'Manrope', sans-serif;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
background-color: var(--color-background-primary);
|
||||||
|
color: var(--color-text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
body.loaded {
|
||||||
|
transition: color 0.5s, background-color 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--color-link);
|
||||||
|
}
|
||||||
|
|
||||||
|
.material-symbols-outlined {
|
||||||
|
font-variation-settings:
|
||||||
|
'FILL' 0,
|
||||||
|
'wght' 400,
|
||||||
|
'GRAD' 0,
|
||||||
|
'opsz' 48
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
width: 80%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 80vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-scroll {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
padding: 20px;
|
||||||
|
background-color: var(--color-button);
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
border-radius: 10px;
|
||||||
|
transition: all 0.5s;
|
||||||
|
width: fit-content;
|
||||||
|
height: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:hover {
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: var(--color-button-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.divider {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 2%;
|
||||||
|
margin-top: 2%;
|
||||||
|
border-color: var(--color-text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider {
|
||||||
|
width: 100vw;
|
||||||
|
height: 80vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-element {
|
||||||
|
background-color: lightblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-info {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
background-color: var(--color-slider-info);
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 20px;
|
||||||
|
max-width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-controls {
|
||||||
|
font-size: 2.6rem;
|
||||||
|
padding: 0.25rem 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-control-left {
|
||||||
|
border-top-right-radius: 15px;
|
||||||
|
border-bottom-right-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-control-right {
|
||||||
|
border-top-left-radius: 15px;
|
||||||
|
border-bottom-left-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.offset-button {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yt-embed {
|
||||||
|
background-color: var(--color-background-yt-embed) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pullquote-lines {
|
||||||
|
border-color: var(--color-text-primary);
|
||||||
|
margin-bottom: 2%;
|
||||||
|
margin-top: 2%;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.project-logo {
|
||||||
|
margin-top: 12vh;
|
||||||
|
width: 80vw;
|
||||||
|
height: auto;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-logo.small-logo {
|
||||||
|
width: 50%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inline-elements {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 999px) {
|
||||||
|
.inline-elements .button {
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.inline-elements * {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rounded-corners {
|
||||||
|
border: none;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.circle {
|
||||||
|
border-radius: 5000px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bigger {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-margin {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 550px) and (max-width: 999px) {
|
||||||
|
.project-logo {
|
||||||
|
margin-top: 10vh;
|
||||||
|
width: 50vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 1000px) {
|
||||||
|
.project-logo {
|
||||||
|
margin-top: 4vh;
|
||||||
|
width: auto;
|
||||||
|
height: 40vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-logo.small-logo {
|
||||||
|
width: 25%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inline-elements {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 800px) {
|
||||||
|
.slider-controls {
|
||||||
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
49
site/src/css/timeline.css
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-el {
|
||||||
|
z-index: 3;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 30px;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-dot {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
background-color: rgb(21, 43, 92);
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-year {
|
||||||
|
margin-right: 20px;
|
||||||
|
color: var( --color-text-accent );
|
||||||
|
font-style: italic;
|
||||||
|
width: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-desc {
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: lighter;
|
||||||
|
margin-left: 20px;
|
||||||
|
max-width: calc( 100% - 5rem - 60px );
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-line {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
|
height: calc(100% - 10px);
|
||||||
|
top: 5px;
|
||||||
|
width: 4px;
|
||||||
|
background-color: rgb(110, 110, 110);
|
||||||
|
display: flex;
|
||||||
|
left: calc( 5rem + 28px );
|
||||||
|
}
|
||||||
48
site/src/css/wrapfig.css
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
.wrapfig-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig.left {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig.right {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig-text {
|
||||||
|
margin: 5px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (min-width: 999px) {
|
||||||
|
.wrapfig {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig.left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig.right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig-text {
|
||||||
|
width: 58%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig-text.left {
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapfig-text.right {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
75
site/src/footer.html
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<div class="footer-container">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="logo">
|
||||||
|
<div class="footer-text-container">
|
||||||
|
<div class="footer-category">
|
||||||
|
<h3>Projects</h3>
|
||||||
|
<a href="/projects">View all</a>
|
||||||
|
<a href="/projects/storagemanager">StorageManager</a>
|
||||||
|
<a href="/projects/qrscanner">QR & Barcode Insight</a>
|
||||||
|
<a href="/projects/libreevent">libreǝvent</a>
|
||||||
|
<a href="/projects/musicplayer">MusicPlayer</a>
|
||||||
|
<a href="/projects/biogascontrollerapp">BiogasControllerApp</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-category">
|
||||||
|
<h3>Info</h3>
|
||||||
|
<a href="/about">About janishutz.com</a>
|
||||||
|
<a href="/about/aboutme">About Janis Hutz</a>
|
||||||
|
<div class="theme-selector">
|
||||||
|
<span class="material-symbols-outlined" id="theme-switcher-icon">light_mode</span>
|
||||||
|
<select id="theme-select" onchange="changeTheme()">
|
||||||
|
<option value="auto">Auto</option>
|
||||||
|
<option value="light_mode">Light</option>
|
||||||
|
<option value="dark_mode">Dark</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-category">
|
||||||
|
<h3>Support</h3>
|
||||||
|
<a href="https://support.janishutz.com">Get support</a>
|
||||||
|
<a href="https://support.janishutz.com/knowledgebase.php">Knowledgebase</a>
|
||||||
|
<a href="/support/support-status">Support status</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-category">
|
||||||
|
<h3>Legal</h3>
|
||||||
|
<a href="/legal/privacy">Privacy Policy</a>
|
||||||
|
<a href="/legal/tos">Terms of Service</a>
|
||||||
|
<a href="/legal/returns">Return policy</a>
|
||||||
|
<a href="/support/support-status">Support Status</a>
|
||||||
|
<div onclick="showAnalytics()" style="cursor: pointer;">Analytics</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="analytics-notice" id="analytics">
|
||||||
|
<h2>Analytics</h2>
|
||||||
|
<p>This website uses privacy preserving product analytics allowing me to analyze aggregated statistics for this website. All data collected will not allow me to uniquely identify you. <br><a href="/legal/privacy">Privacy Policy</a></p>
|
||||||
|
<!-- Matomo stuff -->
|
||||||
|
<div id="matomo-opt-out">
|
||||||
|
Loading...
|
||||||
|
</div>
|
||||||
|
<script src="https://analytics.janishutz.com/index.php?module=CoreAdminHome&action=optOutJS&divId=matomo-opt-out&language=auto&fontColor=000000&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&rec=1" style="border:0" alt="" />
|
||||||
|
<!-- End Matomo -->
|
||||||
|
|
||||||
|
<button class="analytics-button" onclick="closeAnalytics()"><span class="material-symbols-outlined">close</span></button>
|
||||||
|
|
||||||
|
<div class="small-symbol" onclick="showAnalytics()" title="Change your analytics preferences"><span class="material-symbols-outlined">Analytics</span></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
function closeAnalytics () {
|
||||||
|
document.getElementById( 'analytics' ).classList.remove( 'show' );
|
||||||
|
localStorage.setItem( 'analytics-dismissed', 'true' );
|
||||||
|
}
|
||||||
|
|
||||||
|
function showAnalytics () {
|
||||||
|
document.getElementById( 'analytics' ).classList.add( 'show' );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( !localStorage.getItem( 'analytics-dismissed' ) ) {
|
||||||
|
document.getElementById( 'analytics' ).classList.add( 'show' );
|
||||||
|
}
|
||||||
|
|
||||||
|
// Show which theme is loaded
|
||||||
|
document.getElementById( 'theme-select' ).value = loadedTheme;
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
130
site/src/index.html
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>janishutz.com - software designed to make your life easier</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="software store, custom software, foss" />
|
||||||
|
<meta name="description"
|
||||||
|
content="Discover amazing software projects like ConductorCalc, libreevent, a secure and reliable authentication system and much more and get support for it all" />
|
||||||
|
<meta name="og:title" content="janishutz.com - software to make your life easier" />
|
||||||
|
<meta name="og:description"
|
||||||
|
content="Discover projects, services and more developed by Janis Hutz, get support and more!" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/logo.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<!-- <video src="https://static.janishutz.com/assets/video-home.mp4" autoplay class="title-video"></video> -->
|
||||||
|
<div class="slider">
|
||||||
|
<div class="slider-container">
|
||||||
|
<div id="conductorcalc" class="slider-element current"
|
||||||
|
data-image-base-url="https://static.janishutz.com/assets/home/conductorcalc" data-filetype="jpg">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>ConductorCalc</h2>
|
||||||
|
<p>The perfect tool to aid you in the complex calculations necessary when building high voltage
|
||||||
|
lines</p>
|
||||||
|
<a href="https://conductorcalc.com" class="button" target="_blank">Check it out</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="musicplayer" class="slider-element"
|
||||||
|
data-image-base-url="https://static.janishutz.com/assets/projects/musicplayer" data-filetype="jpg">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>MusicPlayer</h2>
|
||||||
|
<p>Your one-stop solution for music at your next party</p>
|
||||||
|
<a href="/projects/musicplayer" class="button">Check it out</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="libreevent" class="slider-element"
|
||||||
|
data-image-base-url="https://static.janishutz.com/assets/projects/libreevent" data-filetype="jpg">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>libreǝvent</h2>
|
||||||
|
<p>The all-in-one solution for your next event!</p>
|
||||||
|
<a href="https://libreevent.janishutz.com" class="button" target="_blank">Check it out</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="foss" data-image-base-url="https://static.janishutz.com/assets/home/foss" data-filetype="jpg"
|
||||||
|
class="slider-element">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Open Source Projects</h2>
|
||||||
|
<p>Free Software, developed by Janis Hutz & the community</p>
|
||||||
|
<a href="/projects/#foss" class="button">Discover them!</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span class="slider-controls slider-control-left material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'previous' )">arrow_back</span>
|
||||||
|
<span class="slider-controls slider-control-right material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'next' )">arrow_forward</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<hr class="divider">
|
||||||
|
<h1>My work</h1>
|
||||||
|
<p>Discover all my main projects</p>
|
||||||
|
<a href="/projects" class="button">Discover them</a>
|
||||||
|
<hr class="divider">
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>Store</h3>
|
||||||
|
<p>Find your perfect professional-grade Software</p>
|
||||||
|
<a href="https://store.janishutz.com" class="button" target="_blank">Store</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>ConductorCalc</h3>
|
||||||
|
<p>Professional wire calculation software to aid in building high voltage lines safely</p>
|
||||||
|
<a href="https://conductorcalc.com" class="button" target="_blank">ConductorCalc</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>Accounts</h3>
|
||||||
|
<p>Log into any of my services with one single account, or apply to get access to the SDKs to integrate
|
||||||
|
them into your own projects</p>
|
||||||
|
<a href="https://account.janishutz.com" class="button" target="_blank">To Account</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Free & Open Source Software</h3>
|
||||||
|
<p>Various open source projects are in the works at janishutz.com, with help from the community.</p>
|
||||||
|
<a href="/projects#foss" class="button">Projects</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>iOS Apps</h3>
|
||||||
|
<p>Apps to improve your day-to-day life by providing useful features helping you stay safe and
|
||||||
|
organized.</p>
|
||||||
|
<a href="/projects#ios" class="button">iOS Apps</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Custom Websites</h3>
|
||||||
|
<p>Find your perfect new web appearance, built from the groundup without any frameworks</p>
|
||||||
|
<a href="https://development.janishutz.com" class="button" target="_blank">Check it out</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/js/slider.js"></script>
|
||||||
|
<script>
|
||||||
|
activateSlider(7500);
|
||||||
|
loadImageType('desktop');
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
52
site/src/legal/index.html
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Legal | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
<meta name="description" content="The hub for all the things legal at janishutz.com" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/legal" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.info {
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
color: var( --color-text-accent );
|
||||||
|
}
|
||||||
|
|
||||||
|
.legal-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined legal-icon">gavel</span>
|
||||||
|
<h1 class="title">The Legal Stuff</h1>
|
||||||
|
|
||||||
|
<p class="text-center;">View all the legal agreements here, which apply whenever you use any of the services on janishutz.com</p>
|
||||||
|
|
||||||
|
<div class="inline-elements">
|
||||||
|
<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="/support/support-status">Support Status</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p class="info">Looking to opt out of analytics? Click <i onclick="showAnalytics()" style="cursor: pointer; text-decoration: underline;">here</i></p>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
50
site/src/legal/licences/index.html
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Software Licences | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
<meta name="description" content="Licenses used for janishutz.com software" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/legal/licences" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.info {
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
color: rgb(41, 41, 41);
|
||||||
|
}
|
||||||
|
|
||||||
|
.licence-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined licence-icon">license</span>
|
||||||
|
<h1 class="title">Licences</h1>
|
||||||
|
|
||||||
|
<a href="/legal" class="back">← Back to legal hub</a>
|
||||||
|
<p class="text-center;">Here you can find a copy of all the licences used for all projects on this website. Each software that uses one of these links to this page.</p>
|
||||||
|
|
||||||
|
<div class="inline-elements">
|
||||||
|
<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? Click <i onclick="showAnalytics()" style="cursor: pointer; text-decoration: underline;">here</i></p>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
86
site/src/legal/licences/proprietary/index.html
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Proprietary Software Licence | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="description" content="Janis Hutz's proprietary Software Licence" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/legal/licences/proprietary" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.info {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="title">Proprietary Licence</h1>
|
||||||
|
|
||||||
|
<a href="/legal/licences" class="back">← 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>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
128
site/src/legal/privacy/index.html
Executable file
@@ -0,0 +1,128 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Privacy Policy | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="privacy-policy" />
|
||||||
|
<meta name="description"
|
||||||
|
content="Learn how your data is used on janishutz.com and all other services operated by Janis Hutz" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.info {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="title">Privacy Policy</h1>
|
||||||
|
|
||||||
|
<a href="/legal" class="back">← 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. You may
|
||||||
|
have your request deleted at any time. To do so, depending on the platform, you will either find
|
||||||
|
a button on the account page, or you will have to contact me to delete the data.
|
||||||
|
<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">
|
||||||
|
You can delete your account data <a href="https://account.janishutz.com/account/delete"
|
||||||
|
target="_blank">here</a>. <br>
|
||||||
|
Data from other services that are connected to this service can also be deleted from the account
|
||||||
|
page under <a href="https://account.janishutz.com/account/services" target="_blank">here</a>.
|
||||||
|
<br>
|
||||||
|
To have non-account data deleted, or in case the automated deletion fails, 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, by
|
||||||
|
clicking the small symbol in the bottom right corner.</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 used to identify you, which, whenever one of my services uses cookies, is
|
||||||
|
required to allow you to 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 third parties, except you give your explicit, written consent
|
||||||
|
to do so. In the future, my store may support other developer's software. If so and you purchase
|
||||||
|
a product by a third-party developer, some data will have to be shared with them.</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, update this
|
||||||
|
privacy policy. Valid is always the privacy policy which is available at this URL</p>
|
||||||
|
</li>
|
||||||
|
</b>
|
||||||
|
</ol>
|
||||||
|
<i>Last updated 2025-09-12</i>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
65
site/src/legal/privacy/v1/index.html
Executable file
@@ -0,0 +1,65 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Privacy Policy V1 | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="privacy-policy, old" />
|
||||||
|
<meta name="description" content="The old version of the privacy policy" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/legal/privacy/v1" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.info {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<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>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
66
site/src/legal/returns/index.html
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Return Policy | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="return policy" />
|
||||||
|
<meta name="description" content="The return policy for store.janishutz.com" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/legal/returns" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.info {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="title">Return Policy</h1>
|
||||||
|
|
||||||
|
<a href="/legal" class="back">← 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. Such products are indicated on the store as not being refundable</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 note that there might be cases where returning products or cancelling a subscription will not cancel a connected subscription. If that happens and you contact us within the first 5 days of the now useless subscription renewing, we can provide a full refund for the time after the renewal date</p>
|
||||||
|
</li></b>
|
||||||
|
</ol>
|
||||||
|
<i>Last updated 2025-09-12</i>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
106
site/src/legal/tos/index.html
Normal file
@@ -0,0 +1,106 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Terms of Service | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="tos" />
|
||||||
|
<meta name="description" content="Terms of service for janishutz.com and related services" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/legal/tos" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.info {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="title">Terms of Service</h1>
|
||||||
|
|
||||||
|
<a href="/legal" class="back">← 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>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
52
site/src/links/index.html
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/wrapfig.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Links | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="description" content="A collection of important links for janishutz.com" />
|
||||||
|
<meta name="og:title" content="Links | janishutz.com" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/logo.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/links" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.link-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined link-icon">link</span>
|
||||||
|
<h1 class="title">Links</h1>
|
||||||
|
<p class="text-center">Links to the most important pages and platforms</p>
|
||||||
|
|
||||||
|
<!-- TODO: Improve design -->
|
||||||
|
<div class="inline-elements">
|
||||||
|
<a href="https://development.janishutz.com" class="button" target="_blank">Custom Websites</a>
|
||||||
|
<a href="https://store.janishutz.com" class="button" target="_blank">Store</a>
|
||||||
|
<a href="https://github.com/janishutz" class="button" target="_blank">GitHub</a>
|
||||||
|
<a href="https://git.janishutz.com/janishutz" class="button" target="_blank">Git</a>
|
||||||
|
<a href="https://npmjs.com/~janishutz" class="button" target="_blank">npm</a>
|
||||||
|
<a href="/projects" class="button">Projects</a>
|
||||||
|
<a href="/about/aboutme" class="button">About Janis Hutz</a>
|
||||||
|
<a href="https://store.janishutz.com/donate" class="button" target="_blank">Donate</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
146
site/src/nav.html
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
<script>
|
||||||
|
// Themeing
|
||||||
|
let loadedTheme = localStorage.getItem( 'theme' ) ?? 'auto';
|
||||||
|
var theme = loadedTheme;
|
||||||
|
let loadTheme = () => {
|
||||||
|
loadedTheme = localStorage.getItem( 'theme' ) ?? 'auto';
|
||||||
|
if ( loadedTheme === 'auto' ) {
|
||||||
|
if ( window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {
|
||||||
|
theme = 'dark_mode';
|
||||||
|
} else {
|
||||||
|
theme = 'light_mode';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if ( theme === 'dark_mode' ) {
|
||||||
|
document.documentElement.classList.remove( 'light' );
|
||||||
|
document.documentElement.classList.add( 'dark' );
|
||||||
|
} else {
|
||||||
|
document.documentElement.classList.add( 'light' );
|
||||||
|
document.documentElement.classList.remove( 'dark' );
|
||||||
|
theme === 'light_mode';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
loadTheme();
|
||||||
|
|
||||||
|
setTimeout( () => {
|
||||||
|
document.querySelector( 'body' ).classList.add( 'loaded' );
|
||||||
|
}, 500 );
|
||||||
|
|
||||||
|
function changeTheme () {
|
||||||
|
theme = document.getElementById( 'theme-select' ).value;
|
||||||
|
localStorage.setItem( 'theme', theme );
|
||||||
|
loadTheme();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div class="nav-placeholder"></div>
|
||||||
|
|
||||||
|
<div class="nav-top-bar">
|
||||||
|
<a href="/" class="logo-wrapper">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="logo">
|
||||||
|
</a>
|
||||||
|
<!-- <img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="logo"> -->
|
||||||
|
<div class="nav-toggle" onclick="openMenu( 'toggle' )">
|
||||||
|
<span class="line" id="line1"></span>
|
||||||
|
<span class="line" id="line2"></span>
|
||||||
|
<span class="line" id="line3"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="nav-menu">
|
||||||
|
<div class="nav-link-wrapper">
|
||||||
|
<a class="nav-link-header" href="/projects">
|
||||||
|
<span class="material-symbols-outlined nav-icon">lightbulb</span>
|
||||||
|
<div>Projects</div>
|
||||||
|
</a>
|
||||||
|
<div class="nav-link-dropdown">
|
||||||
|
<a href="/projects">View all</a>
|
||||||
|
<a href="/projects/storagemanager">StorageManager</a>
|
||||||
|
<a href="/projects/qrscanner">QR & Barcode Insight</a>
|
||||||
|
<a href="/projects/libreevent">libreǝvent</a>
|
||||||
|
<a href="/projects/musicplayer">MusicPlayer</a>
|
||||||
|
<a href="https://conductorcalc.com" target="_blank">ConductorCalc</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="nav-link-wrapper">
|
||||||
|
<a class="nav-link-header" href="/services">
|
||||||
|
<span class="material-symbols-outlined nav-icon">build</span>
|
||||||
|
<div>Services</div>
|
||||||
|
</a>
|
||||||
|
<div class="nav-link-dropdown">
|
||||||
|
<a href="https://store.janishutz.com">Store</a>
|
||||||
|
<a href="https://account.janishutz.com">Account</a>
|
||||||
|
<a href="https://development.janishutz.com">Custom Websites</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a href="/" class="logo-wrapper">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="logo">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="nav-link-wrapper">
|
||||||
|
<a class="nav-link-header" href="/about">
|
||||||
|
<span class="material-symbols-outlined nav-icon">info</span>
|
||||||
|
<div>About</div>
|
||||||
|
</a>
|
||||||
|
<div class="nav-link-dropdown">
|
||||||
|
<a href="/about">About janishutz.com</a>
|
||||||
|
<a href="/about/aboutme">About Janis Hutz</a>
|
||||||
|
<a href="https://blog.janishutz.com" target="_blank">Blog</a>
|
||||||
|
<a href="/legal">Legal</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="nav-link-wrapper">
|
||||||
|
<a class="nav-link-header" href="/support">
|
||||||
|
<span class="material-symbols-outlined nav-icon">support_agent</span>
|
||||||
|
<div>Support</div>
|
||||||
|
</a>
|
||||||
|
<div class="nav-link-dropdown">
|
||||||
|
<a href="https://support.janishutz.com" target="_blank">Support Hub</a>
|
||||||
|
<a href="https://support.janishutz.com/knowledgebase.php" target="_blank">Knowledgebase</a>
|
||||||
|
<a href="/support/old">Old websites</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const toggle = document.getElementsByClassName( 'nav-toggle' )[ 0 ];
|
||||||
|
const menu = document.getElementsByClassName( 'nav-menu' )[ 0 ];
|
||||||
|
const bar = document.getElementsByClassName( 'nav-top-bar' )[ 0 ];
|
||||||
|
|
||||||
|
function openMenu( action ) {
|
||||||
|
if ( action === 'toggle' ) {
|
||||||
|
if ( menu.classList.contains( 'active' ) ) {
|
||||||
|
openMenu( 'close' );
|
||||||
|
} else {
|
||||||
|
openMenu( 'open' );
|
||||||
|
}
|
||||||
|
} else if ( action === 'close' ) {
|
||||||
|
menu.classList.remove( 'active' );
|
||||||
|
toggle.classList.remove( 'active' );
|
||||||
|
document.body.classList.remove( 'no-scroll' );
|
||||||
|
} else if ( action === 'open' ) {
|
||||||
|
document.body.classList.add( 'no-scroll' );
|
||||||
|
toggle.classList.add( 'active' );
|
||||||
|
menu.classList.add( 'active' );
|
||||||
|
bar.classList.remove( 'slide-up' );
|
||||||
|
menu.classList.remove( 'slide-up' );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
let oldScroll = 0;
|
||||||
|
document.addEventListener( 'scroll', () => {
|
||||||
|
if ( oldScroll < window.scrollY && window.innerHeight * 0.2 < window.scrollY ) {
|
||||||
|
bar.classList.add( 'slide-up' );
|
||||||
|
menu.classList.add( 'slide-up' );
|
||||||
|
} else if ( oldScroll > window.scrollY ) {
|
||||||
|
bar.classList.remove( 'slide-up' );
|
||||||
|
menu.classList.remove( 'slide-up' );
|
||||||
|
}
|
||||||
|
oldScroll = window.scrollY;
|
||||||
|
} );
|
||||||
|
|
||||||
|
// TODO: Hide menu on when scrolling down
|
||||||
|
</script>
|
||||||
80
site/src/projects/biogascontrollerapp/index.html
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>BiogasControllerApp - Configure the microcontroller used in ENATECH at KSWO to control the Biogas Plant |
|
||||||
|
janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="enatech, bga, controller, python" />
|
||||||
|
<meta name="description"
|
||||||
|
content="Control and configure the microcontroller used in ENATECH at Kantonsschule Wohlen using an easy to use user-interface with very clean code that you can use to study how it works" />
|
||||||
|
<meta name="og:title"
|
||||||
|
content="BiogasControllerApp - Configure the microcontroller used in ENATECH at KSWO to control the Biogas Plant" />
|
||||||
|
<meta name="og:image" content="https://github.com/janishutz/MusicPlayerV2/raw/master/assets/logo.png" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/projects/biogascontrollerapp" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<img src="https://raw.githubusercontent.com/janishutz/BiogasControllerApp/main/BiogasControllerAppLogo.png" alt="BiogasControllerApp logo"
|
||||||
|
class="project-logo">
|
||||||
|
<h1>Biogas­Controller­App</h1>
|
||||||
|
|
||||||
|
<a href="/projects" class="back-button">← All projects</a>
|
||||||
|
<p>Control the microcontroller used in the subject ENATECH at Kantonsschule Wohlen</p>
|
||||||
|
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<h3 class="content-title-small">Easy to use, yet still features easy to understand code for beginners</h3>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<h2>GitHub Repository</h2>
|
||||||
|
<p>BiogasControllerApp is available on GitHub, where you may also view its well-documented code, with
|
||||||
|
beginner-friendliness in mind for the code.</p>
|
||||||
|
<a href="https://github.com/janishutz/BiogasControllerApp" target="_blank" class="button">GitHub</a>
|
||||||
|
|
||||||
|
<h3 style="margin-top: 50px;">Features</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Read out data from and configure the microcontroller in ENATECH
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Clean User Interface focusing on ease of use
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Tips to resolve erros baked directly into the app
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Easy to understand code
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
A large focus on code quality and readability
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/js/slider.js"></script>
|
||||||
|
<script>
|
||||||
|
activateSlider(7500);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
218
site/src/projects/index.html
Normal file
@@ -0,0 +1,218 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Projects | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="projects" />
|
||||||
|
<meta name="description" content="An overview of Janis Hutz's most important projects" />
|
||||||
|
<meta name="og:title" content="Projects | janishutz.com" />
|
||||||
|
<meta name="og:description" content="An overview of Janis Hutz's most important projects" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/logo.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/projects" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#yt-embed {
|
||||||
|
width: 70vw;
|
||||||
|
height: 40vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.side-by-side {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="slider">
|
||||||
|
<div class="slider-container">
|
||||||
|
<div class="slider-element current"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-title.jpg' );">
|
||||||
|
<a href="/projects/libreevent" class="button offset-button">libreǝvent</a>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://static.janishutz.com/assets/projects/conductorcalc-title.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>ConductorCalc</h2>
|
||||||
|
<p>Professional Wire Calculation software</p>
|
||||||
|
<a href="https://conductorcalc.com" class="button" target="_blank">ConductorCalc</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://static.janishutz.com/assets/projects/storagemanager-title.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>StorageManager</h2>
|
||||||
|
<p>Solving your storage management issues</p>
|
||||||
|
<a href="/projects/storagemanager" class="button">StorageManager</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://static.janishutz.com/assets/projects/qrscanner-title.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>QR & Barcode Insight</h2>
|
||||||
|
<p>QR Scanner that makes you feel safer when scanning QR codes</p>
|
||||||
|
<a href="/projects/qrscanner" class="button">QR & Barcode Insight</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://static.janishutz.com/assets/projects/musicplayer-title.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>MusicPlayer</h2>
|
||||||
|
<p>Your one-stop solution for the music at your next party</p>
|
||||||
|
<a href="/projects/musicplayer" class="button">MusicPlayer</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span class="slider-controls slider-control-left material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'previous' )">arrow_back</span>
|
||||||
|
<span class="slider-controls slider-control-right material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'next' )">arrow_forward
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content" style="margin-top: 50px;">
|
||||||
|
<h1>Projects</h1>
|
||||||
|
|
||||||
|
<p>Discover my software projects</p>
|
||||||
|
|
||||||
|
<hr class="divider" style="margin-top: 50px;">
|
||||||
|
|
||||||
|
<h2 id="foss">Open Source Projects</h2>
|
||||||
|
<p>Projects you can use for free, that have their source code publicly available and you can help develop</p>
|
||||||
|
<p>You may find all of them <a href="https://github.com/janishutz?tab=repositories" target="_blank">here</a></p>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<img src="https://libreevent.janishutz.com/assets/logo.png" alt="libreevent logo"
|
||||||
|
class="project-logo small-logo">
|
||||||
|
<h3>libreevent</h3>
|
||||||
|
<p>Tired of paying for event management software and want to gain control over your data? libreevent is
|
||||||
|
a powerful tool to sell tickets for your next event. Complete with mobile apps for entry control</p>
|
||||||
|
<a href="/projects/libreevent" class="button">Details</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<img src="https://github.com/janishutz/MusicPlayerV2/raw/master/assets/logo.png"
|
||||||
|
alt="musicplayer logo" class="project-logo small-logo">
|
||||||
|
<h3>MusicPlayer</h3>
|
||||||
|
<p>A browser-based Music Player with remote playlist sharing and support for your local playlists, as
|
||||||
|
well as Apple Music</p>
|
||||||
|
<a href="/projects/musicplayer" class="button">Details</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<img src="https://static.janishutz.com/assets/logos/impress.jpg" alt="impress.js logo" class="project-logo small-logo">
|
||||||
|
<h3>impress</h3>
|
||||||
|
<p>A JavaScript library to create fancy browser-based presentations in 3D. Not my own project, but one I occasionally contribute to</p>
|
||||||
|
<a href="https://github.com/impress/impress.js" class="button" target="_blank">GitHub</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="project-logo small-logo">
|
||||||
|
<h3>Arch-Dev-VM</h3>
|
||||||
|
<p>Looking for an easy to set up Arch Linux virtual machine for development? The scripts here allow you
|
||||||
|
to set up an Arch Linux Virtual Machine in under 1 hour, of which most time is waiting for downloads
|
||||||
|
to finish.</p>
|
||||||
|
<a href="https://github.com/janishutz/arch-dev-vm" class="button" target="_blank">GitHub</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<img src="https://raw.githubusercontent.com/janishutz/BiogasControllerApp/refs/heads/main/BiogasControllerAppLogo.png"
|
||||||
|
alt="biogascontrollerapp logo" class="project-logo small-logo">
|
||||||
|
<h3>BiogasControllerApp</h3>
|
||||||
|
<p>A small KivyMD-based application to control a small Biogas Plant in the subject ENATECH at
|
||||||
|
Kantonsschule Wohlen</p>
|
||||||
|
<a href="/projects/biogascontrollerapp" class="button">Details</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="project-logo small-logo">
|
||||||
|
<h3>Configurations, etc</h3>
|
||||||
|
<p>Various configuration files I personally use are available on my personal Gitea instance</p>
|
||||||
|
<a href="https://git.janishutz.com/janishutz?tab=repositories" class="button" target="_blank">Git</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="divider" style="margin-top: 75px;">
|
||||||
|
|
||||||
|
<h2 id="ios">iOS Apps</h2>
|
||||||
|
<p>Apps designed for your phone and tablet</p>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<img src="https://static.janishutz.com/assets/logos/storagemanager.jpg" alt="StorageManager logo" class="project-logo small-logo">
|
||||||
|
<h3>StorageManager</h3>
|
||||||
|
<p>Missing stock keeping in your home storage? Keep throwing food away because it went bad?
|
||||||
|
StorageManager aims to help you with this by providing easy to use tools to keep track of what you
|
||||||
|
have</p>
|
||||||
|
<a href="/projects/storagemanager" class="button">Details</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<img src="https://static.janishutz.com/assets/logos/qrscanner.jpg" alt="QR & Barcode Insight logo" class="project-logo small-logo">
|
||||||
|
<h3>QR & Barcode Insight</h3>
|
||||||
|
<p>QR Codes have become a massive security risk. QR & Barcode Insight helps protect you by showing
|
||||||
|
you the unfiltered content of QR codes as well as the option to check the scanned links with
|
||||||
|
Google's Safe Search API</p>
|
||||||
|
<a href="/projects/qrscanner" class="button">Details</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="divider" style="margin-top: 75px;">
|
||||||
|
|
||||||
|
<h2 id="proprietary">Proprietary Software</h2>
|
||||||
|
<p>Cross-Platform apps, available in browsers or even app stores!</p>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<img src="https://cdn.conductorcalc.com/logo.jpg" alt="impress.js logo" class="project-logo small-logo">
|
||||||
|
<h3>ConductorCalc</h3>
|
||||||
|
<p>Your all-in-one solution for calculating parameters when designing high-voltage lines</p>
|
||||||
|
<a href="https://conductorcalc.com" target="_blank" class="button">Details</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="project-logo small-logo">
|
||||||
|
<h3>Store</h3>
|
||||||
|
<p>The way to buy my software and support the development of my open source software</p>
|
||||||
|
<a href="https://store.janishutz.com" class="button" target="_blank">Store</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<img src="https://static.janishutz.com/logo.jpg" alt="janishutz.com logo" class="project-logo small-logo">
|
||||||
|
<h3>Accounts</h3>
|
||||||
|
<p>Tired of creating lots of accounts? All my services rely on a single account backend, not requiring
|
||||||
|
you to create a new account for each</p>
|
||||||
|
<a href="https://account.janishutz.com" class="button" target="_blank">Account</a>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<img src="https://static.janishutz.com/assets/logos/lsh.png" alt="Language School Hossegor logo" class="project-logo small-logo">
|
||||||
|
<h3>Language School Hossegor Booking System</h3>
|
||||||
|
<p>A fully featured booking system for a French language school, written from scratch specifically for
|
||||||
|
their purposes with a highly customizable booking process.</p>
|
||||||
|
<a href="/projects/languageschoolhossegor-booking" class="button">Details</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/js/yt-embed.js"></script>
|
||||||
|
<script src="https://static.janishutz.com/js/slider.js"></script>
|
||||||
|
<script>
|
||||||
|
activateSlider(7500);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
83
site/src/projects/languageschoolhossegor-booking/index.html
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Language School Hossegor Booking | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<img src="https://static.janishutz.com/assets/logos/lsh.png" alt="Language School Hossegor logo"
|
||||||
|
class="project-logo">
|
||||||
|
<h1>Language School Hossegor Booking</h1>
|
||||||
|
|
||||||
|
<a href="/projects" class="back-button">← All projects</a>
|
||||||
|
<p>A booking system to handle the complex demands of this French language school. It features an advanced admin
|
||||||
|
panel where the entire offering can be changed with incredible flexibility.</p>
|
||||||
|
|
||||||
|
<a href="https://booking.languageschoolhossegor.com" class="button" target="_blank">Check it out</a>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<h2>Features</h2>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>User accounts</h3>
|
||||||
|
<p>There are user accounts where users can retrieve their invoices and view the status of their orders
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Very flexible main page</h3>
|
||||||
|
<p>The main page dynamically loads its configuration from the backend and can thus be updated even
|
||||||
|
during normal operation. Almost all fields displayed on the start page are dynamically rendered
|
||||||
|
based on the configuration</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>Extensive admin panel</h3>
|
||||||
|
<p>The admin panel offers all kinds of settings, ranging from the courses offered (with the complex
|
||||||
|
handling of combinations of multiple courses all adjustable in a user interface) to accommodation
|
||||||
|
offered, transfer, privacy policy and terms of service. Even newsletters, invoices and general mail
|
||||||
|
can be sent using it, all using their branding</p>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Multi-Language Support</h3>
|
||||||
|
<p>The entire content is available in currently two languages, with instant switch in languages thanks
|
||||||
|
to clever design of the localization system and the use of a web-app instead of a traditional
|
||||||
|
webpage</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<p>A system like this could be possible for your own adventure.</p>
|
||||||
|
|
||||||
|
<a href="https://support.janishutz.com/index.php?a=add&category=1" target="_blank" class="button"
|
||||||
|
style="margin-top: 50px;">Interested?</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/js/slider.js"></script>
|
||||||
|
<script>
|
||||||
|
activateSlider(7500);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
133
site/src/projects/libreevent/index.html
Normal file
@@ -0,0 +1,133 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>libreevent - free and open source event management solution | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="libreevent, event management, ticketing, seat plan editor, free and open source" />
|
||||||
|
<meta name="description"
|
||||||
|
content="libreevent is a free and open source event management solution that enables you to sell tickets for your next event, including a seat plan and many more settings." />
|
||||||
|
<meta name="og:title" content="libreevent - free and open source event management solution" />
|
||||||
|
<meta name="og:description"
|
||||||
|
content="libreevent is a free and open source event management solution that enables you to sell tickets for your next event, including a seat plan and many more settings." />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/projects/libreevent-title.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/projects/libreevent" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#yt-embed {
|
||||||
|
width: 90vw;
|
||||||
|
height: 50vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 999px) {
|
||||||
|
#yt-embed {
|
||||||
|
width: 70vw;
|
||||||
|
height: 40vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="slider">
|
||||||
|
<div class="slider-container">
|
||||||
|
<div class="slider-element current"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-title.jpg' );">
|
||||||
|
<a href="https://libreevent.janishutz.com" class="button offset-button">Project Website</a>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-admin-eventsettings.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Create Events with Ease</h2>
|
||||||
|
<p>Using libreǝvent's powerful admin panel</p>
|
||||||
|
<a href="https://libreevent.janishutz.com/docs/admin-panel/" class="button">Docs</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-admin-seatplan-editor.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Create seat plans</h2>
|
||||||
|
<p>libreǝvent's seat plan editor is designed to make this as easy as possible</p>
|
||||||
|
<a href="https://libreevent.janishutz.com/docs/admin-panel/seatplan-editor" class="button">Docs</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-all-events.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Order Tickets</h2>
|
||||||
|
<p>on this page and give users all important data</p>
|
||||||
|
<a href="https://libreevent.janishutz.com/download" class="button">Install today</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-login.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>User Accounts</h2>
|
||||||
|
<p>Your customers can do everything in self-service!</p>
|
||||||
|
<a href="https://libreevent.janishutz.com/download" class="button">Install today</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-ticket-sel.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Open Source Project</h2>
|
||||||
|
<p>Free Software, developed by Janis Hutz & the community</p>
|
||||||
|
<a href="https://github.com/janishutz/libreevent" class="button">GitHub</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span class="slider-controls slider-control-left material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'previous' )">arrow_back</span>
|
||||||
|
<span class="slider-controls slider-control-right material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'next' )">arrow_forward
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<!-- <img src="https://libreevent.janishutz.com/assets/logo.png" alt="libreevent logo" class="project-logo"> -->
|
||||||
|
<h1>libreǝvent</h1>
|
||||||
|
|
||||||
|
<a href="/projects" class="back-button">← All projects</a>
|
||||||
|
<p>Free & Open Source Event Management & Ticketing Solution</p>
|
||||||
|
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
<h3 class="content-title-small">Why use a commercial event management solution, if you can host a more flexible
|
||||||
|
one yourself?</h3>
|
||||||
|
<hr class="pullquote-lines">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="yt-embed"></div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<h2>Project Website</h2>
|
||||||
|
<p>libreevent has its own project website, where you can learn more about the project, find documentation and a
|
||||||
|
guide on how to install it.</p>
|
||||||
|
<a href="https://libreevent.janishutz.com" target="_blank" class="button">Project Website</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/js/yt-embed.js"></script>
|
||||||
|
<script src="https://static.janishutz.com/js/slider.js"></script>
|
||||||
|
<script>
|
||||||
|
YTEmbed('yt-embed', 'UYMa-xTyZYo');
|
||||||
|
activateSlider(7500);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
150
site/src/projects/musicplayer/index.html
Normal file
@@ -0,0 +1,150 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>MusicPlayer - Fully browser based with built-in remote playlist display with animations | janishutz.com
|
||||||
|
</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="browser-based, music player, remote display" />
|
||||||
|
<meta name="description"
|
||||||
|
content="Want to show off what the currently playing song is for your next party? MusicPlayer has a lot of party-oriented features built in!" />
|
||||||
|
<meta name="og:title"
|
||||||
|
content="MusicPlayer - Fully browser based with built-in remote playlist display with animations" />
|
||||||
|
<meta name="og:description"
|
||||||
|
content="Want to show off what the currently playing song is for your next party? MusicPlayer has a lot of party-oriented features built in!" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/projects/musicplayer-title.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/projects/musicplayer" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="slider">
|
||||||
|
<div class="slider-container">
|
||||||
|
<div class="slider-element current"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/musicplayer/library-local.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Sources</h2>
|
||||||
|
<p>Play your local music or use Apple Music (Apple Music Subscription required)</p>
|
||||||
|
<a href="https://music.janishutz.com/" class="button">Website</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/musicplayer/fancy.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Shared Playlists</h2>
|
||||||
|
<p>Seamlessly sync and display what you are currently playing on other devices. Perfect for your
|
||||||
|
next party!</p>
|
||||||
|
<a href="https://music.janishutz.com/get" class="button">Get it today</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/musicplayer/player.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Browser based</h2>
|
||||||
|
<p>No need to install anything. Runs on any platform</p>
|
||||||
|
<a href="https://music.janishutz.com/get" class="button">Get it today</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://static.janishutz.com/assets/musicplayer/main.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Hosted for you</h2>
|
||||||
|
<p>Need the convenience of an already set up version?</p>
|
||||||
|
<a href="https://music.janishutz.com/" class="button">Website</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://static.janishutz.com/assets/projects/musicplayer-title.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Open Source</h2>
|
||||||
|
<p>Developed by Janis Hutz & the community</p>
|
||||||
|
<a href="https://github.com/janishutz/MusicPlayerV2" class="button">GitHub</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="slider-element"
|
||||||
|
style="background-image: url( 'https://store-cdn.janishutz.com/assets/musicplayer/library-dark.jpg' );">
|
||||||
|
<div class="slider-info">
|
||||||
|
<h2>Self-Hostable</h2>
|
||||||
|
<p>Host it yourself. You need to be member of the Apple Developer Program for access to the Apple
|
||||||
|
Music API</p>
|
||||||
|
<a href="https://github.com/janishutz/MusicPlayerV2/wiki/Installation" class="button">Docs</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span class="slider-controls slider-control-left material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'previous' )">arrow_back</span>
|
||||||
|
<span class="slider-controls slider-control-right material-symbols-outlined"
|
||||||
|
onclick="sliderControl( 'next' )">arrow_forward
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<img src="https://github.com/janishutz/MusicPlayerV2/raw/master/assets/logo.png" alt="MusicPlayer logo"
|
||||||
|
class="project-logo">
|
||||||
|
<h1>Music­Player</h1>
|
||||||
|
|
||||||
|
<a href="/projects" class="back-button">← All projects</a>
|
||||||
|
<p>Play music fully in the browser and remotely share what you are currently playing. Perfect for your next
|
||||||
|
party!</p>
|
||||||
|
<a href="https://music.janishutz.com" target="_blank" class="button">Get it today</a>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<h2>Features</h2>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>Remote Playback Status</h3>
|
||||||
|
<p>Remotely display what is currently playing via a link you can share. There is an additional link that
|
||||||
|
can be used to display the same information, but with animations that sync to the music (Microphone
|
||||||
|
access required on the target device and animations will sync up to the sound audible on that
|
||||||
|
device)</p>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Two Sources</h3>
|
||||||
|
<p>You can choose between two sources for audio: Your local disk or Apple Music and you can mix the two
|
||||||
|
in a single playlist. Cover Art and song information is fetched from the Apple Music API
|
||||||
|
automatically if you are using the hosted version or have configured the Apple Music API
|
||||||
|
authentication tokens</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>Fully Featured Player</h3>
|
||||||
|
<p>All the features you'd expect from a Music Player are present in MusicPlayer. Shuffle, Repeat,
|
||||||
|
Playlist support, adding more songs to queue, just to name a few, are all present.</p>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Browser based</h3>
|
||||||
|
<p>There is no need to install anything. MusicPlayer runs fully in your browser and is thus cross
|
||||||
|
platform. You could even run it off of your phone, if you wish!</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<a href="https://music.janishutz.com" target="_blank" class="button" style="margin-top: 50px;">Get it today</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/js/slider.js"></script>
|
||||||
|
<script>
|
||||||
|
activateSlider(7500);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
76
site/src/projects/qrscanner/index.html
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>QR & Barcode Insight - Be safer when scanning QR codes | janishutz.com
|
||||||
|
</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="browser-based, music player, remote display" />
|
||||||
|
<meta name="description"
|
||||||
|
content="Be safer when scanning QR codes, as the entire link will be shown to you when scanning. The app also provides the ability to scan from your photo library" />
|
||||||
|
<meta name="og:title" content="QR & Barcode Insight - Be safer when scanning QR codes | janishutz.com" />
|
||||||
|
<meta name="og:description"
|
||||||
|
content="Be safer when scanning QR codes, as the entire link will be shown to you when scanning. The app also provides the ability to scan from your photo library" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/projects/qrscanner-title.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/projects/qrscanner" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<img src="https://static.janishutz.com/assets/logos/qrscanner.jpg" alt="MusicPlayer logo" class="project-logo">
|
||||||
|
<h1>QR & Barcode Insight</h1>
|
||||||
|
|
||||||
|
<a href="/projects" class="back-button">← All projects</a>
|
||||||
|
<p>QR codes have become ever more present and they can pose significant risk. QR & Barcode Insight shows the
|
||||||
|
full, unfiltered link to you so you can better judge if the link you are trying to open is safe. And with
|
||||||
|
the Safe Scanning In-App-Purchase, you can be even safer, as your link is automatically looked up in
|
||||||
|
Google's Safe Search database.</p>
|
||||||
|
<a href="https://apps.apple.com/us/app/qr-barcode-insight/id6443884642" target="_blank" class="button">Get it today</a>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<h2>Features</h2>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>Scan from your library</h3>
|
||||||
|
<p>Ever had to scan a QR Code displayed on your phone screen? Annoying, right? Simply take a screenshot, open QR & Barcode Insight and select the screenshot from your library to scan it.</p>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>SafeScanning</h3>
|
||||||
|
<p>For a small one-off fee of just CHF 1.00, you can purchase access to SafeScanning, providing you with added security - and you support the development of my software</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<h3>Scan Barcodes</h3>
|
||||||
|
<p>You can also scan barcodes, for the times, where typing them out is just too annoying.</p>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Various code formats</h3>
|
||||||
|
<p>QR & Barcode Insight supports various code formats, including QR, Mini-QR, EAN-8, EAN-13 and many more.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<a href="https://apps.apple.com/us/app/qr-barcode-insight/id6443884642" target="_blank" class="button" style="margin-top: 50px;">Get it today</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
132
site/src/projects/storagemanager/index.html
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="stylesheet" href="/css/side-by-side.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Storage Manager - get organized | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="storagemanager, management, home use, business use" />
|
||||||
|
<meta name="description" content="The perfect utility to keep track of your home or business storage" />
|
||||||
|
<meta name="og:title" content="StorageManager - get organized | janishutz.com" />
|
||||||
|
<meta name="og:image" content="https://static.janishutz.com/projects/storagemanager-title.jpg" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:url" content="https://janishutz.com/projects/storagemanager" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#yt-embed {
|
||||||
|
width: 70vw;
|
||||||
|
height: 40vw;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<img src="https://static.janishutz.com/assets/logos/storagemanager.jpg" alt="storage manager logo"
|
||||||
|
class="project-logo">
|
||||||
|
<h1>Storage Manager</h1>
|
||||||
|
|
||||||
|
<p>Managing storage can be a challenging task, especially when the volume of items stored becomes large. 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>
|
||||||
|
|
||||||
|
<a href="https://apps.apple.com/us/app/storagemanager/id6443832297" target="_blank" class="button">Get it today</a>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<h2>Features</h2>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<h3>Free <sup>*</sup></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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side">
|
||||||
|
<div class="side-by-side-item left">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
<div class="side-by-side-item right">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
|
||||||
|
<a href="https://apps.apple.com/us/app/storagemanager/id6443832297" target="_blank" class="button" style="margin-top: 50px;">Get it today</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer></footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://static.janishutz.com/js/yt-embed.js"></script>
|
||||||
|
<script src="https://static.janishutz.com/js/slider.js"></script>
|
||||||
|
<script>
|
||||||
|
activateSlider(7500);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
39
site/src/services/index.html
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Services | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
<meta name="description" content="Discover services offered by janishutz.com" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.service-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined service-icon">build</span>
|
||||||
|
<h1 class="title">Services</h1>
|
||||||
|
|
||||||
|
<p class="text-center">Discover Services</p>
|
||||||
|
|
||||||
|
<div class="inline-elements">
|
||||||
|
<a class="button" href="https://store.janishutz.com">Software Store</a>
|
||||||
|
<a class="button" href="https://account.janishutz.com">Account</a>
|
||||||
|
<a class="button" href="https://development.janishutz.com">Custom Websites</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
40
site/src/support/index.html
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Support | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.support-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined support-icon">support_agent</span>
|
||||||
|
<h1 class="title">Support</h1>
|
||||||
|
|
||||||
|
<p class="text-center;">Ran into issues with Software? Have suggestions for features?</p>
|
||||||
|
|
||||||
|
<div class="inline-elements">
|
||||||
|
<a class="button" href="https://support.janishutz.com/index.php?a=add">Get support</a>
|
||||||
|
<a class="button" href="/support/support-status">Support Status</a>
|
||||||
|
<a class="button" href="https://support.janishutz.com/index.php?a=add&category=6">Feature request</a>
|
||||||
|
<a class="button" href="https://support.janishutz.com/knowledgebase.php">Knowledgebase</a>
|
||||||
|
<a class="button" href="/support/old">Old websites</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
44
site/src/support/old/index.html
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Old versions | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
<meta name="description" content="View old versions of the website" />
|
||||||
|
<meta name="og:title" content="Old versions | janishutz.com" />
|
||||||
|
<meta name="og:description" content="View old versions of the website" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<style>
|
||||||
|
.support-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined support-icon">archive</span>
|
||||||
|
<h1 class="title">Old Websites</h1>
|
||||||
|
|
||||||
|
<p class="text-center;">View old versions of this website</p>
|
||||||
|
|
||||||
|
<div class="inline-elements">
|
||||||
|
<a class="button" href="https://janishutz.github.io" target="_blank">Original Version</a>
|
||||||
|
<a class="button" href="https://v1.janishutz.com" target="_blank">Version 1.0</a>
|
||||||
|
<a class="button" href="https://v2.janishutz.com" target="_blank">Version 2.0</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
179
site/src/support/support-status/index.html
Normal file
@@ -0,0 +1,179 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
<!-- SEO -->
|
||||||
|
<title>Support Status | janishutz.com</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
<meta name="description" content="Check which projects are still supported and until when they are" />
|
||||||
|
<meta name="og:title" content="Support Status | janishutz.com" />
|
||||||
|
<meta name="og:description" content="Check which projects are still supported and until when" />
|
||||||
|
<meta name="og:locale" content="en_GB" />
|
||||||
|
<meta name="theme-color" content="#152b5c">
|
||||||
|
<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: var( --color-text-accent );
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.support-status {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.support-status-wrapper {
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav></nav>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="title">Support Status</h1>
|
||||||
|
|
||||||
|
<a href="/support" class="back">← Back to support</a>
|
||||||
|
|
||||||
|
<p class="text-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">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">Dotfiles, Configs</td>
|
||||||
|
<td class="status">Supported</td>
|
||||||
|
<td class="eol">-</td>
|
||||||
|
<td>-</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name">Website</td>
|
||||||
|
<td class="status">Supported</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">MusicPlayer V3</td>
|
||||||
|
<td class="status">Supported</td>
|
||||||
|
<td class="eol">-</td>
|
||||||
|
<td><a href="https://blog.janishutz.com/posts/2024/06/update-on-projects/#musicplayer" target="_blank">Roadmap</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name">Account Services (previously ID)</td>
|
||||||
|
<td class="status">Supported</td>
|
||||||
|
<td class="eol">-</td>
|
||||||
|
<td>-</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name">StorageManager</td>
|
||||||
|
<td class="status">Supported <sup>1</sup></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">BiogasControllerApp</td>
|
||||||
|
<td class="status">Supported</td>
|
||||||
|
<td class="eol">2026-07-01<sup>2</sup></td>
|
||||||
|
<td>-</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name">arch-dev-vm</td>
|
||||||
|
<td class="status">Supported</td>
|
||||||
|
<td class="eol">-</td>
|
||||||
|
<td>-</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name">Colorthief</td>
|
||||||
|
<td class="status">Supported</td>
|
||||||
|
<td class="eol">-</td>
|
||||||
|
<td>-</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name">smuL (SimpleMediaUpscalerLite)</td>
|
||||||
|
<td class="status">Unsupported</td>
|
||||||
|
<td class="eol">2025-06-16</td>
|
||||||
|
<td>- (EOL)</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>There are plans for a big update, coming likely by or in Q3 2026</p>
|
||||||
|
<p class="info"><sup>2</sup>The stated EOL date is unlikely to be accurate, since the app has been completely rewritten 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>
|
||||||
|
<footer></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
36
src/404.html
@@ -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>
|
|
||||||
@@ -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>
|
|
||||||
@@ -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­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>
|
|
||||||
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 225 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 245 KiB |
|
Before Width: | Height: | Size: 259 KiB |
|
Before Width: | Height: | Size: 80 KiB |
@@ -1,31 +0,0 @@
|
|||||||
html, body {
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
background-color: gray;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo img {
|
|
||||||
width: 10%
|
|
||||||
}
|
|
||||||
|
|
||||||
div {
|
|
||||||
margin-right: 10%;
|
|
||||||
margin-left: 10%;
|
|
||||||
margin-top: 2%;
|
|
||||||
margin-bottom: 2%;
|
|
||||||
padding: 10%;
|
|
||||||
padding-top: 5%;
|
|
||||||
padding-bottom: 5%;
|
|
||||||
border-color: black;
|
|
||||||
border-style: double;
|
|
||||||
border-radius: 3%;
|
|
||||||
background-color:dimgray;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 300%;
|
|
||||||
}
|
|
||||||
@@ -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%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,206 +0,0 @@
|
|||||||
/*
|
|
||||||
*
|
|
||||||
* janishutz.com - mainstyle.css
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* Created 2023 by Janis Hutz
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
Set size of html and body to full width
|
|
||||||
*/
|
|
||||||
html {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
font-size: calc(14pt + 0.395vw);
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: rgb(105, 144, 189);
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Styling for links and buttons
|
|
||||||
*/
|
|
||||||
.textlink {
|
|
||||||
font-size: 100%;
|
|
||||||
text-decoration: none;
|
|
||||||
color: black;
|
|
||||||
transition: 1s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.textlink:hover {
|
|
||||||
color: darkblue;
|
|
||||||
font-size: 115%;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button {
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 1rem;
|
|
||||||
text-decoration: none;
|
|
||||||
display: inline-block;
|
|
||||||
padding: 20px;
|
|
||||||
color: white;
|
|
||||||
background-color:rgba(0, 40, 131, 1);
|
|
||||||
border-radius: 25px;
|
|
||||||
transition: 1s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button:hover {
|
|
||||||
background-color: darkblue;
|
|
||||||
border-radius: 5px;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.references {
|
|
||||||
color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subtitle {
|
|
||||||
text-align: center;
|
|
||||||
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 {
|
|
||||||
font-size: 1rem;
|
|
||||||
width: 70%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
margin-top: 5%;
|
|
||||||
margin-bottom: 7%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-title {
|
|
||||||
font-size: 3rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-title-small {
|
|
||||||
font-size: 2rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pullquote-lines {
|
|
||||||
border-color: black;
|
|
||||||
margin-bottom: 2%;
|
|
||||||
margin-top: 2%;
|
|
||||||
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 {
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
margin-bottom: 10%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.element {
|
|
||||||
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) {
|
|
||||||
/*
|
|
||||||
Align content side by side
|
|
||||||
*/
|
|
||||||
.sidebyside {
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-grow: 1;
|
|
||||||
gap: 5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.element {
|
|
||||||
width: 47%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemsInline {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
width: 100%;
|
|
||||||
gap: 5%;
|
|
||||||
margin-bottom: 3%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.project-logo {
|
|
||||||
margin-top: 0;
|
|
||||||
width: auto;
|
|
||||||
height: 40vh;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer {
|
|
||||||
width: 100vw;
|
|
||||||
}
|
|
||||||
@@ -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;
|
|
||||||
}
|
|
||||||
@@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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 );
|
|
||||||
}
|
|
||||||
@@ -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%;
|
|
||||||
}
|
|
||||||
@@ -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;
|
|
||||||
}
|
|
||||||
BIN
src/favicon.ico
|
Before Width: | Height: | Size: 174 KiB |
@@ -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&rec=1" style="border:0" alt="" />
|
|
||||||
<!-- End Matomo -->
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
@@ -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­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>
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
$( document ).ready( () => {
|
|
||||||
$( '#nav' ).load( '/menu.html' );
|
|
||||||
$( '#footer' ).load('/footer.html');
|
|
||||||
} );
|
|
||||||
@@ -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' );
|
|
||||||
@@ -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>
|
|
||||||
@@ -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">← 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>
|
|
||||||
@@ -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">← 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>
|
|
||||||
@@ -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">← 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>
|
|
||||||