@@ -0,0 +1,2 @@ | |||
resources/ | |||
public/ |
@@ -0,0 +1,3 @@ | |||
[submodule "themes/hugo-cloak-email"] | |||
path = themes/hugo-cloak-email | |||
url = https://github.com/mxmehl/hugo-cloak-email.git |
@@ -0,0 +1,621 @@ | |||
GNU GENERAL PUBLIC LICENSE | |||
Version 3, 29 June 2007 | |||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> | |||
Everyone is permitted to copy and distribute verbatim copies | |||
of this license document, but changing it is not allowed. | |||
Preamble | |||
The GNU General Public License is a free, copyleft license for | |||
software and other kinds of works. | |||
The licenses for most software and other practical works are designed | |||
to take away your freedom to share and change the works. By contrast, | |||
the GNU General Public License is intended to guarantee your freedom to | |||
share and change all versions of a program--to make sure it remains free | |||
software for all its users. We, the Free Software Foundation, use the | |||
GNU General Public License for most of our software; it applies also to | |||
any other work released this way by its authors. You can apply it to | |||
your programs, too. | |||
When we speak of free software, we are referring to freedom, not | |||
price. Our General Public Licenses are designed to make sure that you | |||
have the freedom to distribute copies of free software (and charge for | |||
them if you wish), that you receive source code or can get it if you | |||
want it, that you can change the software or use pieces of it in new | |||
free programs, and that you know you can do these things. | |||
To protect your rights, we need to prevent others from denying you | |||
these rights or asking you to surrender the rights. Therefore, you have | |||
certain responsibilities if you distribute copies of the software, or if | |||
you modify it: responsibilities to respect the freedom of others. | |||
For example, if you distribute copies of such a program, whether | |||
gratis or for a fee, you must pass on to the recipients the same | |||
freedoms that you received. You must make sure that they, too, receive | |||
or can get the source code. And you must show them these terms so they | |||
know their rights. | |||
Developers that use the GNU GPL protect your rights with two steps: | |||
(1) assert copyright on the software, and (2) offer you this License | |||
giving you legal permission to copy, distribute and/or modify it. | |||
For the developers' and authors' protection, the GPL clearly explains | |||
that there is no warranty for this free software. For both users' and | |||
authors' sake, the GPL requires that modified versions be marked as | |||
changed, so that their problems will not be attributed erroneously to | |||
authors of previous versions. | |||
Some devices are designed to deny users access to install or run | |||
modified versions of the software inside them, although the manufacturer | |||
can do so. This is fundamentally incompatible with the aim of | |||
protecting users' freedom to change the software. The systematic | |||
pattern of such abuse occurs in the area of products for individuals to | |||
use, which is precisely where it is most unacceptable. Therefore, we | |||
have designed this version of the GPL to prohibit the practice for those | |||
products. If such problems arise substantially in other domains, we | |||
stand ready to extend this provision to those domains in future versions | |||
of the GPL, as needed to protect the freedom of users. | |||
Finally, every program is threatened constantly by software patents. | |||
States should not allow patents to restrict development and use of | |||
software on general-purpose computers, but in those that do, we wish to | |||
avoid the special danger that patents applied to a free program could | |||
make it effectively proprietary. To prevent this, the GPL assures that | |||
patents cannot be used to render the program non-free. | |||
The precise terms and conditions for copying, distribution and | |||
modification follow. | |||
TERMS AND CONDITIONS | |||
0. Definitions. | |||
"This License" refers to version 3 of the GNU General Public License. | |||
"Copyright" also means copyright-like laws that apply to other kinds of | |||
works, such as semiconductor masks. | |||
"The Program" refers to any copyrightable work licensed under this | |||
License. Each licensee is addressed as "you". "Licensees" and | |||
"recipients" may be individuals or organizations. | |||
To "modify" a work means to copy from or adapt all or part of the work | |||
in a fashion requiring copyright permission, other than the making of an | |||
exact copy. The resulting work is called a "modified version" of the | |||
earlier work or a work "based on" the earlier work. | |||
A "covered work" means either the unmodified Program or a work based | |||
on the Program. | |||
To "propagate" a work means to do anything with it that, without | |||
permission, would make you directly or secondarily liable for | |||
infringement under applicable copyright law, except executing it on a | |||
computer or modifying a private copy. Propagation includes copying, | |||
distribution (with or without modification), making available to the | |||
public, and in some countries other activities as well. | |||
To "convey" a work means any kind of propagation that enables other | |||
parties to make or receive copies. Mere interaction with a user through | |||
a computer network, with no transfer of a copy, is not conveying. | |||
An interactive user interface displays "Appropriate Legal Notices" | |||
to the extent that it includes a convenient and prominently visible | |||
feature that (1) displays an appropriate copyright notice, and (2) | |||
tells the user that there is no warranty for the work (except to the | |||
extent that warranties are provided), that licensees may convey the | |||
work under this License, and how to view a copy of this License. If | |||
the interface presents a list of user commands or options, such as a | |||
menu, a prominent item in the list meets this criterion. | |||
1. Source Code. | |||
The "source code" for a work means the preferred form of the work | |||
for making modifications to it. "Object code" means any non-source | |||
form of a work. | |||
A "Standard Interface" means an interface that either is an official | |||
standard defined by a recognized standards body, or, in the case of | |||
interfaces specified for a particular programming language, one that | |||
is widely used among developers working in that language. | |||
The "System Libraries" of an executable work include anything, other | |||
than the work as a whole, that (a) is included in the normal form of | |||
packaging a Major Component, but which is not part of that Major | |||
Component, and (b) serves only to enable use of the work with that | |||
Major Component, or to implement a Standard Interface for which an | |||
implementation is available to the public in source code form. A | |||
"Major Component", in this context, means a major essential component | |||
(kernel, window system, and so on) of the specific operating system | |||
(if any) on which the executable work runs, or a compiler used to | |||
produce the work, or an object code interpreter used to run it. | |||
The "Corresponding Source" for a work in object code form means all | |||
the source code needed to generate, install, and (for an executable | |||
work) run the object code and to modify the work, including scripts to | |||
control those activities. However, it does not include the work's | |||
System Libraries, or general-purpose tools or generally available free | |||
programs which are used unmodified in performing those activities but | |||
which are not part of the work. For example, Corresponding Source | |||
includes interface definition files associated with source files for | |||
the work, and the source code for shared libraries and dynamically | |||
linked subprograms that the work is specifically designed to require, | |||
such as by intimate data communication or control flow between those | |||
subprograms and other parts of the work. | |||
The Corresponding Source need not include anything that users | |||
can regenerate automatically from other parts of the Corresponding | |||
Source. | |||
The Corresponding Source for a work in source code form is that | |||
same work. | |||
2. Basic Permissions. | |||
All rights granted under this License are granted for the term of | |||
copyright on the Program, and are irrevocable provided the stated | |||
conditions are met. This License explicitly affirms your unlimited | |||
permission to run the unmodified Program. The output from running a | |||
covered work is covered by this License only if the output, given its | |||
content, constitutes a covered work. This License acknowledges your | |||
rights of fair use or other equivalent, as provided by copyright law. | |||
You may make, run and propagate covered works that you do not | |||
convey, without conditions so long as your license otherwise remains | |||
in force. You may convey covered works to others for the sole purpose | |||
of having them make modifications exclusively for you, or provide you | |||
with facilities for running those works, provided that you comply with | |||
the terms of this License in conveying all material for which you do | |||
not control copyright. Those thus making or running the covered works | |||
for you must do so exclusively on your behalf, under your direction | |||
and control, on terms that prohibit them from making any copies of | |||
your copyrighted material outside their relationship with you. | |||
Conveying under any other circumstances is permitted solely under | |||
the conditions stated below. Sublicensing is not allowed; section 10 | |||
makes it unnecessary. | |||
3. Protecting Users' Legal Rights From Anti-Circumvention Law. | |||
No covered work shall be deemed part of an effective technological | |||
measure under any applicable law fulfilling obligations under article | |||
11 of the WIPO copyright treaty adopted on 20 December 1996, or | |||
similar laws prohibiting or restricting circumvention of such | |||
measures. | |||
When you convey a covered work, you waive any legal power to forbid | |||
circumvention of technological measures to the extent such circumvention | |||
is effected by exercising rights under this License with respect to | |||
the covered work, and you disclaim any intention to limit operation or | |||
modification of the work as a means of enforcing, against the work's | |||
users, your or third parties' legal rights to forbid circumvention of | |||
technological measures. | |||
4. Conveying Verbatim Copies. | |||
You may convey verbatim copies of the Program's source code as you | |||
receive it, in any medium, provided that you conspicuously and | |||
appropriately publish on each copy an appropriate copyright notice; | |||
keep intact all notices stating that this License and any | |||
non-permissive terms added in accord with section 7 apply to the code; | |||
keep intact all notices of the absence of any warranty; and give all | |||
recipients a copy of this License along with the Program. | |||
You may charge any price or no price for each copy that you convey, | |||
and you may offer support or warranty protection for a fee. | |||
5. Conveying Modified Source Versions. | |||
You may convey a work based on the Program, or the modifications to | |||
produce it from the Program, in the form of source code under the | |||
terms of section 4, provided that you also meet all of these conditions: | |||
a) The work must carry prominent notices stating that you modified | |||
it, and giving a relevant date. | |||
b) The work must carry prominent notices stating that it is | |||
released under this License and any conditions added under section | |||
7. This requirement modifies the requirement in section 4 to | |||
"keep intact all notices". | |||
c) You must license the entire work, as a whole, under this | |||
License to anyone who comes into possession of a copy. This | |||
License will therefore apply, along with any applicable section 7 | |||
additional terms, to the whole of the work, and all its parts, | |||
regardless of how they are packaged. This License gives no | |||
permission to license the work in any other way, but it does not | |||
invalidate such permission if you have separately received it. | |||
d) If the work has interactive user interfaces, each must display | |||
Appropriate Legal Notices; however, if the Program has interactive | |||
interfaces that do not display Appropriate Legal Notices, your | |||
work need not make them do so. | |||
A compilation of a covered work with other separate and independent | |||
works, which are not by their nature extensions of the covered work, | |||
and which are not combined with it such as to form a larger program, | |||
in or on a volume of a storage or distribution medium, is called an | |||
"aggregate" if the compilation and its resulting copyright are not | |||
used to limit the access or legal rights of the compilation's users | |||
beyond what the individual works permit. Inclusion of a covered work | |||
in an aggregate does not cause this License to apply to the other | |||
parts of the aggregate. | |||
6. Conveying Non-Source Forms. | |||
You may convey a covered work in object code form under the terms | |||
of sections 4 and 5, provided that you also convey the | |||
machine-readable Corresponding Source under the terms of this License, | |||
in one of these ways: | |||
a) Convey the object code in, or embodied in, a physical product | |||
(including a physical distribution medium), accompanied by the | |||
Corresponding Source fixed on a durable physical medium | |||
customarily used for software interchange. | |||
b) Convey the object code in, or embodied in, a physical product | |||
(including a physical distribution medium), accompanied by a | |||
written offer, valid for at least three years and valid for as | |||
long as you offer spare parts or customer support for that product | |||
model, to give anyone who possesses the object code either (1) a | |||
copy of the Corresponding Source for all the software in the | |||
product that is covered by this License, on a durable physical | |||
medium customarily used for software interchange, for a price no | |||
more than your reasonable cost of physically performing this | |||
conveying of source, or (2) access to copy the | |||
Corresponding Source from a network server at no charge. | |||
c) Convey individual copies of the object code with a copy of the | |||
written offer to provide the Corresponding Source. This | |||
alternative is allowed only occasionally and noncommercially, and | |||
only if you received the object code with such an offer, in accord | |||
with subsection 6b. | |||
d) Convey the object code by offering access from a designated | |||
place (gratis or for a charge), and offer equivalent access to the | |||
Corresponding Source in the same way through the same place at no | |||
further charge. You need not require recipients to copy the | |||
Corresponding Source along with the object code. If the place to | |||
copy the object code is a network server, the Corresponding Source | |||
may be on a different server (operated by you or a third party) | |||
that supports equivalent copying facilities, provided you maintain | |||
clear directions next to the object code saying where to find the | |||
Corresponding Source. Regardless of what server hosts the | |||
Corresponding Source, you remain obligated to ensure that it is | |||
available for as long as needed to satisfy these requirements. | |||
e) Convey the object code using peer-to-peer transmission, provided | |||
you inform other peers where the object code and Corresponding | |||
Source of the work are being offered to the general public at no | |||
charge under subsection 6d. | |||
A separable portion of the object code, whose source code is excluded | |||
from the Corresponding Source as a System Library, need not be | |||
included in conveying the object code work. | |||
A "User Product" is either (1) a "consumer product", which means any | |||
tangible personal property which is normally used for personal, family, | |||
or household purposes, or (2) anything designed or sold for incorporation | |||
into a dwelling. In determining whether a product is a consumer product, | |||
doubtful cases shall be resolved in favor of coverage. For a particular | |||
product received by a particular user, "normally used" refers to a | |||
typical or common use of that class of product, regardless of the status | |||
of the particular user or of the way in which the particular user | |||
actually uses, or expects or is expected to use, the product. A product | |||
is a consumer product regardless of whether the product has substantial | |||
commercial, industrial or non-consumer uses, unless such uses represent | |||
the only significant mode of use of the product. | |||
"Installation Information" for a User Product means any methods, | |||
procedures, authorization keys, or other information required to install | |||
and execute modified versions of a covered work in that User Product from | |||
a modified version of its Corresponding Source. The information must | |||
suffice to ensure that the continued functioning of the modified object | |||
code is in no case prevented or interfered with solely because | |||
modification has been made. | |||
If you convey an object code work under this section in, or with, or | |||
specifically for use in, a User Product, and the conveying occurs as | |||
part of a transaction in which the right of possession and use of the | |||
User Product is transferred to the recipient in perpetuity or for a | |||
fixed term (regardless of how the transaction is characterized), the | |||
Corresponding Source conveyed under this section must be accompanied | |||
by the Installation Information. But this requirement does not apply | |||
if neither you nor any third party retains the ability to install | |||
modified object code on the User Product (for example, the work has | |||
been installed in ROM). | |||
The requirement to provide Installation Information does not include a | |||
requirement to continue to provide support service, warranty, or updates | |||
for a work that has been modified or installed by the recipient, or for | |||
the User Product in which it has been modified or installed. Access to a | |||
network may be denied when the modification itself materially and | |||
adversely affects the operation of the network or violates the rules and | |||
protocols for communication across the network. | |||
Corresponding Source conveyed, and Installation Information provided, | |||
in accord with this section must be in a format that is publicly | |||
documented (and with an implementation available to the public in | |||
source code form), and must require no special password or key for | |||
unpacking, reading or copying. | |||
7. Additional Terms. | |||
"Additional permissions" are terms that supplement the terms of this | |||
License by making exceptions from one or more of its conditions. | |||
Additional permissions that are applicable to the entire Program shall | |||
be treated as though they were included in this License, to the extent | |||
that they are valid under applicable law. If additional permissions | |||
apply only to part of the Program, that part may be used separately | |||
under those permissions, but the entire Program remains governed by | |||
this License without regard to the additional permissions. | |||
When you convey a copy of a covered work, you may at your option | |||
remove any additional permissions from that copy, or from any part of | |||
it. (Additional permissions may be written to require their own | |||
removal in certain cases when you modify the work.) You may place | |||
additional permissions on material, added by you to a covered work, | |||
for which you have or can give appropriate copyright permission. | |||
Notwithstanding any other provision of this License, for material you | |||
add to a covered work, you may (if authorized by the copyright holders of | |||
that material) supplement the terms of this License with terms: | |||
a) Disclaiming warranty or limiting liability differently from the | |||
terms of sections 15 and 16 of this License; or | |||
b) Requiring preservation of specified reasonable legal notices or | |||
author attributions in that material or in the Appropriate Legal | |||
Notices displayed by works containing it; or | |||
c) Prohibiting misrepresentation of the origin of that material, or | |||
requiring that modified versions of such material be marked in | |||
reasonable ways as different from the original version; or | |||
d) Limiting the use for publicity purposes of names of licensors or | |||
authors of the material; or | |||
e) Declining to grant rights under trademark law for use of some | |||
trade names, trademarks, or service marks; or | |||
f) Requiring indemnification of licensors and authors of that | |||
material by anyone who conveys the material (or modified versions of | |||
it) with contractual assumptions of liability to the recipient, for | |||
any liability that these contractual assumptions directly impose on | |||
those licensors and authors. | |||
All other non-permissive additional terms are considered "further | |||
restrictions" within the meaning of section 10. If the Program as you | |||
received it, or any part of it, contains a notice stating that it is | |||
governed by this License along with a term that is a further | |||
restriction, you may remove that term. If a license document contains | |||
a further restriction but permits relicensing or conveying under this | |||
License, you may add to a covered work material governed by the terms | |||
of that license document, provided that the further restriction does | |||
not survive such relicensing or conveying. | |||
If you add terms to a covered work in accord with this section, you | |||
must place, in the relevant source files, a statement of the | |||
additional terms that apply to those files, or a notice indicating | |||
where to find the applicable terms. | |||
Additional terms, permissive or non-permissive, may be stated in the | |||
form of a separately written license, or stated as exceptions; | |||
the above requirements apply either way. | |||
8. Termination. | |||
You may not propagate or modify a covered work except as expressly | |||
provided under this License. Any attempt otherwise to propagate or | |||
modify it is void, and will automatically terminate your rights under | |||
this License (including any patent licenses granted under the third | |||
paragraph of section 11). | |||
However, if you cease all violation of this License, then your | |||
license from a particular copyright holder is reinstated (a) | |||
provisionally, unless and until the copyright holder explicitly and | |||
finally terminates your license, and (b) permanently, if the copyright | |||
holder fails to notify you of the violation by some reasonable means | |||
prior to 60 days after the cessation. | |||
Moreover, your license from a particular copyright holder is | |||
reinstated permanently if the copyright holder notifies you of the | |||
violation by some reasonable means, this is the first time you have | |||
received notice of violation of this License (for any work) from that | |||
copyright holder, and you cure the violation prior to 30 days after | |||
your receipt of the notice. | |||
Termination of your rights under this section does not terminate the | |||
licenses of parties who have received copies or rights from you under | |||
this License. If your rights have been terminated and not permanently | |||
reinstated, you do not qualify to receive new licenses for the same | |||
material under section 10. | |||
9. Acceptance Not Required for Having Copies. | |||
You are not required to accept this License in order to receive or | |||
run a copy of the Program. Ancillary propagation of a covered work | |||
occurring solely as a consequence of using peer-to-peer transmission | |||
to receive a copy likewise does not require acceptance. However, | |||
nothing other than this License grants you permission to propagate or | |||
modify any covered work. These actions infringe copyright if you do | |||
not accept this License. Therefore, by modifying or propagating a | |||
covered work, you indicate your acceptance of this License to do so. | |||
10. Automatic Licensing of Downstream Recipients. | |||
Each time you convey a covered work, the recipient automatically | |||
receives a license from the original licensors, to run, modify and | |||
propagate that work, subject to this License. You are not responsible | |||
for enforcing compliance by third parties with this License. | |||
An "entity transaction" is a transaction transferring control of an | |||
organization, or substantially all assets of one, or subdividing an | |||
organization, or merging organizations. If propagation of a covered | |||
work results from an entity transaction, each party to that | |||
transaction who receives a copy of the work also receives whatever | |||
licenses to the work the party's predecessor in interest had or could | |||
give under the previous paragraph, plus a right to possession of the | |||
Corresponding Source of the work from the predecessor in interest, if | |||
the predecessor has it or can get it with reasonable efforts. | |||
You may not impose any further restrictions on the exercise of the | |||
rights granted or affirmed under this License. For example, you may | |||
not impose a license fee, royalty, or other charge for exercise of | |||
rights granted under this License, and you may not initiate litigation | |||
(including a cross-claim or counterclaim in a lawsuit) alleging that | |||
any patent claim is infringed by making, using, selling, offering for | |||
sale, or importing the Program or any portion of it. | |||
11. Patents. | |||
A "contributor" is a copyright holder who authorizes use under this | |||
License of the Program or a work on which the Program is based. The | |||
work thus licensed is called the contributor's "contributor version". | |||
A contributor's "essential patent claims" are all patent claims | |||
owned or controlled by the contributor, whether already acquired or | |||
hereafter acquired, that would be infringed by some manner, permitted | |||
by this License, of making, using, or selling its contributor version, | |||
but do not include claims that would be infringed only as a | |||
consequence of further modification of the contributor version. For | |||
purposes of this definition, "control" includes the right to grant | |||
patent sublicenses in a manner consistent with the requirements of | |||
this License. | |||
Each contributor grants you a non-exclusive, worldwide, royalty-free | |||
patent license under the contributor's essential patent claims, to | |||
make, use, sell, offer for sale, import and otherwise run, modify and | |||
propagate the contents of its contributor version. | |||
In the following three paragraphs, a "patent license" is any express | |||
agreement or commitment, however denominated, not to enforce a patent | |||
(such as an express permission to practice a patent or covenant not to | |||
sue for patent infringement). To "grant" such a patent license to a | |||
party means to make such an agreement or commitment not to enforce a | |||
patent against the party. | |||
If you convey a covered work, knowingly relying on a patent license, | |||
and the Corresponding Source of the work is not available for anyone | |||
to copy, free of charge and under the terms of this License, through a | |||
publicly available network server or other readily accessible means, | |||
then you must either (1) cause the Corresponding Source to be so | |||
available, or (2) arrange to deprive yourself of the benefit of the | |||
patent license for this particular work, or (3) arrange, in a manner | |||
consistent with the requirements of this License, to extend the patent | |||
license to downstream recipients. "Knowingly relying" means you have | |||
actual knowledge that, but for the patent license, your conveying the | |||
covered work in a country, or your recipient's use of the covered work | |||
in a country, would infringe one or more identifiable patents in that | |||
country that you have reason to believe are valid. | |||
If, pursuant to or in connection with a single transaction or | |||
arrangement, you convey, or propagate by procuring conveyance of, a | |||
covered work, and grant a patent license to some of the parties | |||
receiving the covered work authorizing them to use, propagate, modify | |||
or convey a specific copy of the covered work, then the patent license | |||
you grant is automatically extended to all recipients of the covered | |||
work and works based on it. | |||
A patent license is "discriminatory" if it does not include within | |||
the scope of its coverage, prohibits the exercise of, or is | |||
conditioned on the non-exercise of one or more of the rights that are | |||
specifically granted under this License. You may not convey a covered | |||
work if you are a party to an arrangement with a third party that is | |||
in the business of distributing software, under which you make payment | |||
to the third party based on the extent of your activity of conveying | |||
the work, and under which the third party grants, to any of the | |||
parties who would receive the covered work from you, a discriminatory | |||
patent license (a) in connection with copies of the covered work | |||
conveyed by you (or copies made from those copies), or (b) primarily | |||
for and in connection with specific products or compilations that | |||
contain the covered work, unless you entered into that arrangement, | |||
or that patent license was granted, prior to 28 March 2007. | |||
Nothing in this License shall be construed as excluding or limiting | |||
any implied license or other defenses to infringement that may | |||
otherwise be available to you under applicable patent law. | |||
12. No Surrender of Others' Freedom. | |||
If conditions are imposed on you (whether by court order, agreement or | |||
otherwise) that contradict the conditions of this License, they do not | |||
excuse you from the conditions of this License. If you cannot convey a | |||
covered work so as to satisfy simultaneously your obligations under this | |||
License and any other pertinent obligations, then as a consequence you may | |||
not convey it at all. For example, if you agree to terms that obligate you | |||
to collect a royalty for further conveying from those to whom you convey | |||
the Program, the only way you could satisfy both those terms and this | |||
License would be to refrain entirely from conveying the Program. | |||
13. Use with the GNU Affero General Public License. | |||
Notwithstanding any other provision of this License, you have | |||
permission to link or combine any covered work with a work licensed | |||
under version 3 of the GNU Affero General Public License into a single | |||
combined work, and to convey the resulting work. The terms of this | |||
License will continue to apply to the part which is the covered work, | |||
but the special requirements of the GNU Affero General Public License, | |||
section 13, concerning interaction through a network will apply to the | |||
combination as such. | |||
14. Revised Versions of this License. | |||
The Free Software Foundation may publish revised and/or new versions of | |||
the GNU General Public License from time to time. Such new versions will | |||
be similar in spirit to the present version, but may differ in detail to | |||
address new problems or concerns. | |||
Each version is given a distinguishing version number. If the | |||
Program specifies that a certain numbered version of the GNU General | |||
Public License "or any later version" applies to it, you have the | |||
option of following the terms and conditions either of that numbered | |||
version or of any later version published by the Free Software | |||
Foundation. If the Program does not specify a version number of the | |||
GNU General Public License, you may choose any version ever published | |||
by the Free Software Foundation. | |||
If the Program specifies that a proxy can decide which future | |||
versions of the GNU General Public License can be used, that proxy's | |||
public statement of acceptance of a version permanently authorizes you | |||
to choose that version for the Program. | |||
Later license versions may give you additional or different | |||
permissions. However, no additional obligations are imposed on any | |||
author or copyright holder as a result of your choosing to follow a | |||
later version. | |||
15. Disclaimer of Warranty. | |||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY | |||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT | |||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY | |||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, | |||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | |||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM | |||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF | |||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | |||
16. Limitation of Liability. | |||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | |||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS | |||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | |||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE | |||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF | |||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD | |||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), | |||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF | |||
SUCH DAMAGES. | |||
17. Interpretation of Sections 15 and 16. | |||
If the disclaimer of warranty and limitation of liability provided | |||
above cannot be given local legal effect according to their terms, | |||
reviewing courts shall apply local law that most closely approximates | |||
an absolute waiver of all civil liability in connection with the | |||
Program, unless a warranty or assumption of liability accompanies a | |||
copy of the Program in return for a fee. | |||
END OF TERMS AND CONDITIONS |
@@ -0,0 +1,6 @@ | |||
--- | |||
title: "{{ replace .Name "-" " " | title }}" | |||
date: {{ .Date }} | |||
draft: true | |||
--- | |||
@@ -0,0 +1,48 @@ | |||
baseurl = "https://mehl.mx/" | |||
languageCode = "en-GB" | |||
title = "Max Mehl" | |||
theme = [ "hugo-sustain", "hugo-cloak-email" ] | |||
[blackfriday] | |||
# preserves linebreaks, and transforms to <br /> | |||
extensions = [ "hardLineBreak" ] | |||
[permalinks] | |||
post = "/:year/:month/:day/:slug" | |||
[params] | |||
avatar = "profile.jpg" | |||
author = "Max Mehl" | |||
description = "Professional Free and Open Source Software advocate, political scientist, loves to explore new challenges" | |||
keywords = "manager, free software, open source, project, campaign, konstanz, berlin, munster, communication, IT service, computer, politics, administration, FSFE, scouts, founder" | |||
# Custom assets can be linked with their paths relative to static/ | |||
custom_css = ['css/custom.css'] | |||
custom_js = [] | |||
[params.social] | |||
Github = "mxmehl" | |||
Git = "https://src.mehl.mx/mxmehl" | |||
Email = "" | |||
Twitter = "mxmehl" | |||
LinkedIn = "mxmehl" | |||
Stackoverflow = "" | |||
Mastodon = "mastodon.social/@mxmehl" | |||
Diaspora = "diasp.eu/u/mxmehl" | |||
## Main Menu | |||
[[menu.main]] | |||
name = "start" | |||
weight = 100 | |||
identifier = "start" | |||
url = "/" | |||
[[menu.main]] | |||
name = "links" | |||
identifier = "links" | |||
weight = 300 | |||
url = "/links/" | |||
[[menu.main]] | |||
name = "contact" | |||
identifier = "contact" | |||
weight = 400 | |||
url = "/contact/" |
@@ -0,0 +1,14 @@ | |||
--- | |||
title: "Max Mehl" | |||
--- | |||
## Hi, I'm **Max Mehl**. | |||
I work as Programme Manager at [Free Software Foundation Europe](https://fsfe.org), concerned with political communication, public awareness, IT security, licence compliance, and system administration. | |||
Before that I studied political science and administration in Konstanz and Mรผnster. During this time I founded [my own company](https://it.mehl.mx) for web development and IT support. | |||
In my free time I love doing sports, being a scouts leader, and playing and listening to music. Once in a while [I blog](https://blog.mehl.mx) about stuff that keeps me busy. | |||
You can contact me via email, XMPP, or any of the platforms listed below. | |||
More details on the [contact page](/contact). |
@@ -0,0 +1,345 @@ | |||
title = "(Hu)go Template Primer" | |||
description = "" | |||
tags = [ | |||
"go", | |||
"golang", | |||
"templates", | |||
"themes", | |||
"development", | |||
] | |||
date = "2014-04-02" | |||
categories = [ | |||
"Development", | |||
"golang", | |||
] | |||
highlight = "true" | |||
draft = true | |||
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for | |||
its template engine. It is an extremely lightweight engine that provides a very | |||
small amount of logic. In our experience that it is just the right amount of | |||
logic to be able to create a good static website. If you have used other | |||
template systems from different languages or frameworks you will find a lot of | |||
similarities in go templates. | |||
This document is a brief primer on using go templates. The [go docs][gohtmltemplate] | |||
provide more details. | |||
## Introduction to Go Templates | |||
Go templates provide an extremely simple template language. It adheres to the | |||
belief that only the most basic of logic belongs in the template or view layer. | |||
One consequence of this simplicity is that go templates parse very quickly. | |||
A unique characteristic of go templates is they are content aware. Variables and | |||
content will be sanitized depending on the context of where they are used. More | |||
details can be found in the [go docs][gohtmltemplate]. | |||
## Basic Syntax | |||
Go lang templates are html files with the addition of variables and | |||
functions. | |||
**Go variables and functions are accessible within {{ }}** | |||
Accessing a predefined variable "foo": | |||
{{ foo }} | |||
**Parameters are separated using spaces** | |||
Calling the add function with input of 1, 2: | |||
{{ add 1 2 }} | |||
**Methods and fields are accessed via dot notation** | |||
Accessing the Page Parameter "bar" | |||
{{ .Params.bar }} | |||
**Parentheses can be used to group items together** | |||
{{ if or (isset .Params "alt") (isset .Params "caption") }} Caption {{ end }} | |||
## Variables | |||
Each go template has a struct (object) made available to it. In hugo each | |||
template is passed either a page or a node struct depending on which type of | |||
page you are rendering. More details are available on the | |||
[variables](/layout/variables) page. | |||
A variable is accessed by referencing the variable name. | |||
<title>{{ .Title }}</title> | |||
Variables can also be defined and referenced. | |||
{{ $address := "123 Main St."}} | |||
{{ $address }} | |||
## Functions | |||
Go template ship with a few functions which provide basic functionality. The go | |||
template system also provides a mechanism for applications to extend the | |||
available functions with their own. [Hugo template | |||
functions](/layout/functions) provide some additional functionality we believe | |||
are useful for building websites. Functions are called by using their name | |||
followed by the required parameters separated by spaces. Template | |||
functions cannot be added without recompiling hugo. | |||
**Example:** | |||
{{ add 1 2 }} | |||
## Includes | |||
When including another template you will pass to it the data it will be | |||
able to access. To pass along the current context please remember to | |||
include a trailing dot. The templates location will always be starting at | |||
the /layout/ directory within Hugo. | |||
**Example:** | |||
{{ template "chrome/header.html" . }} | |||
## Logic | |||
Go templates provide the most basic iteration and conditional logic. | |||
### Iteration | |||
Just like in go, the go templates make heavy use of range to iterate over | |||
a map, array or slice. The following are different examples of how to use | |||
range. | |||
**Example 1: Using Context** | |||
{{ range array }} | |||
{{ . }} | |||
{{ end }} | |||
**Example 2: Declaring value variable name** | |||
{{range $element := array}} | |||
{{ $element }} | |||
{{ end }} | |||
**Example 2: Declaring key and value variable name** | |||
{{range $index, $element := array}} | |||
{{ $index }} | |||
{{ $element }} | |||
{{ end }} | |||
### Conditionals | |||
If, else, with, or, & and provide the framework for handling conditional | |||
logic in Go Templates. Like range, each statement is closed with `end`. | |||
Go Templates treat the following values as false: | |||
* false | |||
* 0 | |||
* any array, slice, map, or string of length zero | |||
**Example 1: If** | |||
{{ if isset .Params "title" }}<h4>{{ index .Params "title" }}</h4>{{ end }} | |||
**Example 2: If -> Else** | |||
{{ if isset .Params "alt" }} | |||
{{ index .Params "alt" }} | |||
{{else}} | |||
{{ index .Params "caption" }} | |||
{{ end }} | |||
**Example 3: And & Or** | |||
{{ if and (or (isset .Params "title") (isset .Params "caption")) (isset .Params "attr")}} | |||
**Example 4: With** | |||
An alternative way of writing "if" and then referencing the same value | |||
is to use "with" instead. With rebinds the context `.` within its scope, | |||
and skips the block if the variable is absent. | |||
The first example above could be simplified as: | |||
{{ with .Params.title }}<h4>{{ . }}</h4>{{ end }} | |||
**Example 5: If -> Else If** | |||
{{ if isset .Params "alt" }} | |||
{{ index .Params "alt" }} | |||
{{ else if isset .Params "caption" }} | |||
{{ index .Params "caption" }} | |||
{{ end }} | |||
## Pipes | |||
One of the most powerful components of go templates is the ability to | |||
stack actions one after another. This is done by using pipes. Borrowed | |||
from unix pipes, the concept is simple, each pipeline's output becomes the | |||
input of the following pipe. | |||
Because of the very simple syntax of go templates, the pipe is essential | |||
to being able to chain together function calls. One limitation of the | |||
pipes is that they only can work with a single value and that value | |||
becomes the last parameter of the next pipeline. | |||
A few simple examples should help convey how to use the pipe. | |||
**Example 1 :** | |||
{{ if eq 1 1 }} Same {{ end }} | |||
is the same as | |||
{{ eq 1 1 | if }} Same {{ end }} | |||
It does look odd to place the if at the end, but it does provide a good | |||
illustration of how to use the pipes. | |||
**Example 2 :** | |||
{{ index .Params "disqus_url" | html }} | |||
Access the page parameter called "disqus_url" and escape the HTML. | |||
**Example 3 :** | |||
{{ if or (or (isset .Params "title") (isset .Params "caption")) (isset .Params "attr")}} | |||
Stuff Here | |||
{{ end }} | |||
Could be rewritten as | |||
{{ isset .Params "caption" | or isset .Params "title" | or isset .Params "attr" | if }} | |||
Stuff Here | |||
{{ end }} | |||
## Context (aka. the dot) | |||
The most easily overlooked concept to understand about go templates is that {{ . }} | |||
always refers to the current context. In the top level of your template this | |||
will be the data set made available to it. Inside of a iteration it will have | |||
the value of the current item. When inside of a loop the context has changed. . | |||
will no longer refer to the data available to the entire page. If you need to | |||
access this from within the loop you will likely want to set it to a variable | |||
instead of depending on the context. | |||
**Example:** | |||
{{ $title := .Site.Title }} | |||
{{ range .Params.tags }} | |||
<li> <a href="{{ $baseurl }}/tags/{{ . | urlize }}">{{ . }}</a> - {{ $title }} </li> | |||
{{ end }} | |||
Notice how once we have entered the loop the value of {{ . }} has changed. We | |||
have defined a variable outside of the loop so we have access to it from within | |||
the loop. | |||
# Hugo Parameters | |||
Hugo provides the option of passing values to the template language | |||
through the site configuration (for sitewide values), or through the meta | |||
data of each specific piece of content. You can define any values of any | |||
type (supported by your front matter/config format) and use them however | |||
you want to inside of your templates. | |||
## Using Content (page) Parameters | |||
In each piece of content you can provide variables to be used by the | |||
templates. This happens in the [front matter](/content/front-matter). | |||
An example of this is used in this documentation site. Most of the pages | |||
benefit from having the table of contents provided. Sometimes the TOC just | |||
doesn't make a lot of sense. We've defined a variable in our front matter | |||
of some pages to turn off the TOC from being displayed. | |||
Here is the example front matter: | |||
``` | |||
--- | |||
title: "Permalinks" | |||
date: "2013-11-18" | |||
aliases: | |||
- "/doc/permalinks/" | |||
groups: ["extras"] | |||
groups_weight: 30 | |||
notoc: true | |||
--- | |||
``` | |||
Here is the corresponding code inside of the template: | |||
{{ if not .Params.notoc }} | |||
<div id="toc" class="well col-md-4 col-sm-6"> | |||
{{ .TableOfContents }} | |||
</div> | |||
{{ end }} | |||
## Using Site (config) Parameters | |||
In your top-level configuration file (eg, `config.yaml`) you can define site | |||
parameters, which are values which will be available to you in chrome. | |||
For instance, you might declare: | |||
```yaml | |||
params: | |||
CopyrightHTML: "Copyright © 2013 John Doe. All Rights Reserved." | |||
TwitterUser: "spf13" | |||
SidebarRecentLimit: 5 | |||
``` | |||
Within a footer layout, you might then declare a `<footer>` which is only | |||
provided if the `CopyrightHTML` parameter is provided, and if it is given, | |||
you would declare it to be HTML-safe, so that the HTML entity is not escaped | |||
again. This would let you easily update just your top-level config file each | |||
January 1st, instead of hunting through your templates. | |||
``` | |||
{{if .Site.Params.CopyrightHTML}}<footer> | |||
<div class="text-center">{{.Site.Params.CopyrightHTML | safeHtml}}</div> | |||
</footer>{{end}} | |||
``` | |||
An alternative way of writing the "if" and then referencing the same value | |||
is to use "with" instead. With rebinds the context `.` within its scope, | |||
and skips the block if the variable is absent: | |||
``` | |||
{{with .Site.Params.TwitterUser}}<span class="twitter"> | |||
<a href="https://twitter.com/{{.}}" rel="author"> | |||
<img src="/images/twitter.png" width="48" height="48" title="Twitter: {{.}}" | |||
alt="Twitter"></a> | |||
</span>{{end}} | |||
``` | |||
Finally, if you want to pull "magic constants" out of your layouts, you can do | |||
so, such as in this example: | |||
``` | |||
<nav class="recent"> | |||
<h1>Recent Posts</h1> | |||
<ul>{{range first .Site.Params.SidebarRecentLimit .Site.Recent}} | |||
<li><a href="{{.RelPermalink}}">{{.Title}}</a></li> | |||
{{end}}</ul> | |||
</nav> | |||
``` | |||
[go]: <http://golang.org/> | |||
[gohtmltemplate]: <http://golang.org/pkg/html/template/> |
@@ -0,0 +1,90 @@ | |||
title = "Getting Started with Hugo" | |||
description = "" | |||
tags = [ | |||
"radio lockdown", | |||
"golang", | |||
"hugo", | |||
"development", | |||
] | |||
date = "2014-04-02" | |||
categories = [ | |||
"Development", | |||
"golang", | |||
] | |||
highlight = "true" | |||
draft = true | |||
## Step 1. Install Hugo | |||
Goto [hugo releases](https://github.com/spf13/hugo/releases) and download the | |||
appropriate version for your os and architecture. | |||
Save it somewhere specific as we will be using it in the next step. | |||
More complete instructions are available at [installing hugo](/overview/installing/) | |||
## Step 2. Build the Docs | |||
Hugo has its own example site which happens to also be the documentation site | |||
you are reading right now. | |||
Follow the following steps: | |||
1. Clone the [hugo repository](http://github.com/spf13/hugo) | |||
2. Go into the repo | |||
3. Run hugo in server mode and build the docs | |||
4. Open your browser to http://localhost:1313 | |||
Corresponding pseudo commands: | |||
git clone https://github.com/spf13/hugo | |||
cd hugo | |||
/path/to/where/you/installed/hugo server --source=./docs | |||
> 29 pages created | |||
> 0 tags index created | |||
> in 27 ms | |||
> Web Server is available at http://localhost:1313 | |||
> Press ctrl+c to stop | |||
Once you've gotten here, follow along the rest of this page on your local build. | |||
## Step 3. Change the docs site | |||
Stop the Hugo process by hitting ctrl+c. | |||
Now we are going to run hugo again, but this time with hugo in watch mode. | |||
/path/to/hugo/from/step/1/hugo server --source=./docs --watch | |||
> 29 pages created | |||
> 0 tags index created | |||
> in 27 ms | |||
> Web Server is available at http://localhost:1313 | |||
> Watching for changes in /Users/spf13/Code/hugo/docs/content | |||
> Press ctrl+c to stop | |||
Open your [favorite editor](http://vim.spf13.com) and change one of the source | |||
content pages. How about changing this very file to *fix the typo*. How about changing this very file to *fix the typo*. | |||
Content files are found in `docs/content/`. Unless otherwise specified, files | |||
are located at the same relative location as the url, in our case | |||
`docs/content/overview/quickstart.md`. | |||
Change and save this file.. Notice what happened in your terminal. | |||
> Change detected, rebuilding site | |||
> 29 pages created | |||
> 0 tags index created | |||
> in 26 ms | |||
Refresh the browser and observe that the typo is now fixed. | |||
Notice how quick that was. Try to refresh the site before it's finished building.. I double dare you. | |||
Having nearly instant feedback enables you to have your creativity flow without waiting for long builds. | |||
## Step 4. Have fun | |||
The best way to learn something is to play with it. |
@@ -0,0 +1,155 @@ | |||
--- | |||
date: 2014-03-10 | |||
linktitle: Migrating from Jekyll | |||
title: Migrate to Hugo from Jekyll | |||
highlight: "true" | |||
draft: true | |||
--- | |||
## Move static content to `static` | |||
Jekyll has a rule that any directory not starting with `_` will be copied as-is to the `_site` output. Hugo keeps all static content under `static`. You should therefore move it all there. | |||
With Jekyll, something that looked like | |||
โพ <root>/ | |||
โพ images/ | |||
logo.png | |||
should become | |||
โพ <root>/ | |||
โพ static/ | |||
โพ images/ | |||
logo.png | |||
Additionally, you'll want any files that should reside at the root (such as `CNAME`) to be moved to `static`. | |||
## Create your Hugo configuration file | |||
Hugo can read your configuration as JSON, YAML or TOML. Hugo supports parameters custom configuration too. Refer to the [Hugo configuration documentation](/overview/configuration/) for details. | |||
## Set your configuration publish folder to `_site` | |||
The default is for Jekyll to publish to `_site` and for Hugo to publish to `public`. If, like me, you have [`_site` mapped to a git submodule on the `gh-pages` branch](http://blog.blindgaenger.net/generate_github_pages_in_a_submodule.html), you'll want to do one of two alternatives: | |||
1. Change your submodule to point to map `gh-pages` to public instead of `_site` (recommended). | |||
git submodule deinit _site | |||
git rm _site | |||
git submodule add -b gh-pages git@github.com:your-username/your-repo.git public | |||
2. Or, change the Hugo configuration to use `_site` instead of `public`. | |||
{ | |||
.. | |||
"publishdir": "_site", | |||
.. | |||
} | |||
## Convert Jekyll templates to Hugo templates | |||
That's the bulk of the work right here. The documentation is your friend. You should refer to [Jekyll's template documentation](http://jekyllrb.com/docs/templates/) if you need to refresh your memory on how you built your blog and [Hugo's template](/layout/templates/) to learn Hugo's way. | |||
As a single reference data point, converting my templates for [heyitsalex.net](http://heyitsalex.net/) took me no more than a few hours. | |||
## Convert Jekyll plugins to Hugo shortcodes | |||
Jekyll has [plugins](http://jekyllrb.com/docs/plugins/); Hugo has [shortcodes](/doc/shortcodes/). It's fairly trivial to do a port. | |||
### Implementation | |||
As an example, I was using a custom [`image_tag`](https://github.com/alexandre-normand/alexandre-normand/blob/74bb12036a71334fdb7dba84e073382fc06908ec/_plugins/image_tag.rb) plugin to generate figures with caption when running Jekyll. As I read about shortcodes, I found Hugo had a nice built-in shortcode that does exactly the same thing. | |||
Jekyll's plugin: | |||
```ruby | |||
module Jekyll | |||
class ImageTag < Liquid::Tag | |||
@url = nil | |||
@caption = nil | |||
@class = nil | |||
@link = nil | |||
// Patterns | |||
IMAGE_URL_WITH_CLASS_AND_CAPTION = | |||
IMAGE_URL_WITH_CLASS_AND_CAPTION_AND_LINK = /(\w+)(\s+)((https?:\/\/|\/)(\S+))(\s+)"(.*?)"(\s+)->((https?:\/\/|\/)(\S+))(\s*)/i | |||
IMAGE_URL_WITH_CAPTION = /((https?:\/\/|\/)(\S+))(\s+)"(.*?)"/i | |||
IMAGE_URL_WITH_CLASS = /(\w+)(\s+)((https?:\/\/|\/)(\S+))/i | |||
IMAGE_URL = /((https?:\/\/|\/)(\S+))/i | |||
def initialize(tag_name, markup, tokens) | |||
super | |||
if markup =~ IMAGE_URL_WITH_CLASS_AND_CAPTION_AND_LINK | |||
@class = $1 | |||
@url = $3 | |||
@caption = $7 | |||
@link = $9 | |||
elsif markup =~ IMAGE_URL_WITH_CLASS_AND_CAPTION | |||
@class = $1 | |||
@url = $3 | |||
@caption = $7 | |||
elsif markup =~ IMAGE_URL_WITH_CAPTION | |||
@url = $1 | |||
@caption = $5 | |||
elsif markup =~ IMAGE_URL_WITH_CLASS | |||
@class = $1 | |||
@url = $3 | |||
elsif markup =~ IMAGE_URL | |||
@url = $1 | |||
end | |||
end | |||
def render(context) | |||
if @class | |||
source = "<figure class='#{@class}'>" | |||
else | |||
source = "<figure>" | |||
end | |||
if @link | |||
source += "<a href=\"#{@link}\">" | |||
end | |||
source += "<img src=\"#{@url}\">" | |||
if @link | |||
source += "</a>" | |||
end | |||
source += "<figcaption>#{@caption}</figcaption>" if @caption | |||
source += "</figure>" | |||
source | |||
end | |||
end | |||
end | |||
Liquid::Template.register_tag('image', Jekyll::ImageTag) | |||
``` | |||
is written as this Hugo shortcode: | |||
<!-- image --> | |||
<figure {{ with .Get "class" }}class="{{.}}"{{ end }}> | |||
{{ with .Get "link"}}<a href="{{.}}">{{ end }} | |||
<img src="{{ .Get "src" }}" {{ if or (.Get "alt") (.Get "caption") }}alt="{{ with .Get "alt"}}{{.}}{{else}}{{ .Get "caption" }}{{ end }}"{{ end }} /> | |||
{{ if .Get "link"}}</a>{{ end }} | |||
{{ if or (or (.Get "title") (.Get "caption")) (.Get "attr")}} | |||
<figcaption>{{ if isset .Params "title" }} | |||
{{ .Get "title" }}{{ end }} | |||
{{ if or (.Get "caption") (.Get "attr")}}<p> | |||
{{ .Get "caption" }} | |||
{{ with .Get "attrlink"}}<a href="{{.}}"> {{ end }} | |||
{{ .Get "attr" }} | |||
{{ if .Get "attrlink"}}</a> {{ end }} | |||
</p> {{ end }} | |||
</figcaption> | |||
{{ end }} | |||
</figure> | |||
<!-- image --> | |||
### Usage | |||
I simply changed: | |||
{% image full http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg "One of my favorite touristy-type photos. I secretly waited for the good light while we were "having fun" and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing." ->http://www.flickr.com/photos/alexnormand/4829260124/in/set-72157624547713078/ %} | |||
to this (this example uses a slightly extended version named `fig`, different than the built-in `figure`): | |||
{{%/* fig class="full" src="http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg" title="One of my favorite touristy-type photos. I secretly waited for the good light while we were having fun and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing." link="http://www.flickr.com/photos/alexnormand/4829260124/in/set-72157624547713078/" */%}} | |||
As a bonus, the shortcode named parameters are, arguably, more readable. | |||
## Finishing touches | |||
### Fix content | |||
Depending on the amount of customization that was done with each post with Jekyll, this step will require more or less effort. There are no hard and fast rules here except that `hugo server --watch` is your friend. Test your changes and fix errors as needed. | |||
### Clean up | |||
You'll want to remove the Jekyll configuration at this point. If you have anything else that isn't used, delete it. | |||
## A practical example in a diff | |||
[Hey, it's Alex](http://heyitsalex.net/) was migrated in less than a _father-with-kids day_ from Jekyll to Hugo. You can see all the changes (and screw-ups) by looking at this [diff](https://github.com/alexandre-normand/alexandre-normand/compare/869d69435bd2665c3fbf5b5c78d4c22759d7613a...b7f6605b1265e83b4b81495423294208cc74d610). |
@@ -0,0 +1,17 @@ | |||
--- | |||
title: Contact | |||
page: true | |||
--- | |||
Email FSFE: {{< cloakemail address="max.mehl@fsfe.org" >}} | |||
Email private: {{< cloakemail address="mail@mehl.mx" >}} | |||
XMPP: {{< cloakemail address="max.mehl@jabber.fsfe.org" href="xmpp" >}} | |||
Mastodon: [@mxmehl@mastodon.social](https://mastodon.social/@mxmehl) | |||
Twitter: [@mxmehl](https://twitter.com/mxmehl) | |||
Weblog: [blog.mehl.mx](https://blog.mehl.mx) | |||
Diaspora: [mxmehl@diasp.eu](https://diasp.eu/u/mxmehl) | |||
LinkedIn: [mxmehl ](https://linkedin.com/in/mxmehl) | |||
GnuPG: [0x371E2E92](https://up.mehl.mx/mehl-current.pub.asc) | |||
OMEMO: [OMEMO Fingerprints](https://up.mehl.mx/mehl-omemo.asc) |
@@ -0,0 +1,41 @@ | |||
--- | |||
title: Impressum | |||
page: true | |||
aliases: | |||
- imprint | |||
sitemap_hide: true | |||
--- | |||
โ**Dieses Impressum gilt fรผr alle Seiten der Domain mehl.mx sowie aller Subdomains.** | |||
Angaben gemรคร ยง 5 TMG: | |||
Max Mehl | |||
Singener Straรe 35a | |||
78256 Steiรlingen | |||
E-Mail: {{< cloakemail address="mail@mehl.mx" >}} | |||
Telefon: +49 7738 2031061 | |||
Ust-ID: DE280794669 | |||
## Haftungsausschluss: | |||
### Haftung fรผr Inhalte | |||
Die Inhalte meiner Webseiten wurden mit grรถรter Sorgfalt erstellt. Fรผr die Richtigkeit, Vollstรคndigkeit und Aktualitรคt der Inhalte kann ich jedoch keine Gewรคhr รผbernehmen. Als Diensteanbieter bin ich gemรคร ยง 7 Abs.1 TMG fรผr eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach ยงยง 8 bis 10 TMG bin ich als Diensteanbieter jedoch nicht verpflichtet, รผbermittelte oder gespeicherte fremde Informationen zu รผberwachen oder nach Umstรคnden zu forschen, die auf eine rechtswidrige Tรคtigkeit hinweisen. Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon unberรผhrt. Eine diesbezรผgliche Haftung ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung mรถglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werde ich diese Inhalte umgehend entfernen. | |||
### Haftung fรผr Links | |||
Meine Angebote enthalten mรถglicherweise Links zu externen Webseiten Dritter, auf deren Inhalte ich keinen Einfluss habe. Deshalb kann ich fรผr diese fremden Inhalte auch keine Gewรคhr รผbernehmen. Fรผr die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung auf mรถgliche Rechtsverstรถรe รผberprรผft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar. Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werde ich derartige Links umgehend entfernen. | |||
### Urheberrecht | |||
Sรคmtliche Inhalte dieser Webseiten stehen - soweit nicht anders vermerkt - unter der CC BY-SA 4.0-Lizenz: http://creativecommons.org/licenses/by-sa/4.0/de | |||
Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitte ich um einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werde ich derartige Inhalte umgehend entfernen. | |||
### Datenschutz | |||
Die Nutzung meiner Webseiten ist ohne Angabe personenbezogener Daten mรถglich. Soweit auf meinen Seiten personenbezogene Daten (beispielsweise Name, Anschrift oder E-Mail-Adressen) erhoben werden, erfolgt dies, soweit mรถglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrรผckliche Zustimmung nicht an Dritte weitergegeben. Ich weise darauf hin, dass die Datenรผbertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslรผcken aufweisen kann. Ein lรผckenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht mรถglich. Der Nutzung von im Rahmen der Impressumspflicht verรถffentlichten Kontaktdaten durch Dritte zur รbersendung von nicht ausdrรผcklich angeforderter Werbung und Informationsmaterialien wird hiermit ausdrรผcklich widersprochen. Ich behalte mir ausdrรผcklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails, vor. | |||
Diese Webseiten verwenden Matomo, eine Freie Software unter der GPL-Lizenz fรผr Analysezwecke. Matomo wird zur statistischen Auswertung der Besucherdaten verwendet und liest dafรผr anonymisierte Besucherdaten aus. Die IP-Adresse des Besuchers wird dabei so modifiziert, dass sie nicht dafรผr verwendet werden kann, um sie mit realen Personen in Verbindung bringen zu kรถnnen. Diese Daten werden nur zu Zwecken der Verbesserung der Webseiten verwendet und nicht zu Werbezwecken. Alle erhobenen Daten werden nicht an Dritte รผbertragen. |
@@ -0,0 +1,22 @@ | |||
--- | |||
title: Links | |||
page: true | |||
--- | |||
Links to journalistic articles, audio and video recordings, some of my scientific papers, and organisations I volunteer for. | |||
## Appearance in Media | |||
{{< links type="media" >}} | |||
## Audio/Video Recordings | |||
{{< links type="av" >}} | |||
## Scientific Papers | |||
{{< links type="science" >}} | |||
## Volunteering | |||
{{< links type="volunteer" >}} |
@@ -0,0 +1,294 @@ | |||
# MEDIA | |||
- desc: '"New law lets German internet users connect with their own routers"' | |||
type: media | |||
date: 2016-07 | |||
links: | |||
- href: https://www.cio.com/article/3101864/new-law-lets-german-internet-users-connect-with-their-own-routers.html | |||
text: News @ CIO.com | |||
tags: | |||
- EN | |||
- router freedom | |||
- desc: '"Free Software, Free Society. Why analogue freedom can no longer be thought without digital freedom"' | |||
type: media | |||
date: 2016-12 | |||
links: | |||
- href: http://www.zurichglobalist.uzh.ch/dam/jcr:3576081b-18a9-4d80-95a9-fcc13071974c/Zurich%20Globalist_Freedom.pdf | |||
text: "Article @ Zurich Globalist" | |||
tags: | |||
- DE | |||
- desc: '"Radio Lockdown Directive - Threat for user rights and companies"' | |||
type: media | |||
date: 2016-09 | |||
links: | |||
- href: https://www.ispa.at/wissenspool/ispa-news.html | |||
text: Article @ ISPA News | |||
tags: | |||
- DE | |||
- radio lockdown | |||
- desc: '"About advantages of Free Software and non-techy tech conferences"' | |||
type: media | |||
date: 2016-08 | |||
links: | |||
- href: https://netzpolitik.org/2016/interview-mit-max-mehl-ueber-die-vorteile-von-freier-software-und-tech-konferenzen-die-keine-sind/ | |||
text: Interview @ Netzpolitik.org | |||
tags: | |||
- DE | |||
- desc: '"Compulsory Routers abolished - what internet users have to know"' | |||
type: media | |||
date: 2016-07 | |||
links: | |||
- href: https://www.sueddeutsche.de/wirtschaft/internet-der-routerzwang-endet-was-internetnutzer-jetzt-wissen-muessen-1.3095231 | |||
text: News @ Sรผddeutsche Zeitung | |||
tags: | |||
- DE | |||
- router freedom | |||
- desc: '"EU Radio Directive threatens competition and user rights"' | |||
type: media | |||
date: 2016-03 | |||
links: | |||
- href: https://www.dvtm.net | |||
text: Article @ DVTM Newsletter | |||
tags: | |||
- DE | |||
- radio lockdown | |||
- desc: '"Commentary: 10 years Sony Rootkit โ Why we should care"' | |||
type: media | |||
date: 2015-10 | |||
links: | |||
- href: https://www.heise.de/ct/artikel/Kommentar-10-Jahre-Sony-Rootkit-Why-we-should-care-2865608.html | |||
text: Commentary @ c't magazin | |||
tags: | |||
- DE | |||
- drm | |||
- desc: '"10 years Sony Rootkit: malware by manufacturer"' | |||
type: media | |||
date: 2015-10 | |||
links: | |||
- href: http://www.heise.de/newsticker/meldung/10-Jahre-Sony-Rootkit-Schadsoftware-vom-Hersteller-2865426.html | |||
text: Commentary @ heise online | |||
tags: | |||
- DE | |||
- drm | |||
- desc: '"The long road from Compulsory Routers to freedom of choice"' | |||
type: media | |||
date: 2015-08 | |||
links: | |||
- href: https://netzpolitik.org/2015/der-lange-weg-des-routerzwangs-zur-endgeraetefreiheit/ | |||
text: Article @ Netzpolitik.org | |||
tags: | |||
- DE | |||
- router freedom | |||
# AUDIO/VIDEO | |||
- desc: '"Public Code with Free Software: Modernising Public Digital Infrastructure"' | |||
type: av | |||
date: 2018-09 | |||
links: | |||
- href: https://www.youtube.com/watch?v=tEkCnCtoQ60 | |||
text: Talk @ BalCCon | |||
- href: | |||
text: Slides | |||
tags: | |||
- EN | |||
- publiccode | |||
- desc: '"Public Money? Public Code! - Modernising Digital Public Infrastructure"' | |||
type: av | |||
date: 2018-09 | |||
links: | |||
- href: https://www.drupaleurope.org/session/public-code-free-software-modernising-digital-public-infrastructure | |||
text: Talk @ DrupalEurope | |||
- href: | |||
text: Slides | |||
tags: | |||
- EN | |||
- publiccode | |||
- desc: '"Public Money? Public Code! - Modernising Digital Public Infrastructure"' | |||
type: av | |||
date: 2018-07 | |||
links: | |||
- href: | |||
text: Talk @ RMLL/LSM | |||
- href: | |||
text: Slides | |||
tags: | |||
- EN | |||
- publiccode | |||
- desc: '"Sovereignty by Free Software"' | |||
type: av | |||
date: 2018-07 | |||
links: | |||
- href: | |||
text: Talk @ German Armed Forces | |||
- href: | |||
text: Slides | |||
tags: | |||
- DE | |||
- publiccode | |||
- desc: '"Public Code with Free Software: Modernising Public Digital Infrastructure"' | |||
type: av | |||
date: 2018-06 | |||
links: | |||
- href: https://www.youtube.com/watch?v=kQGw25xG_5c | |||
text: Keynote @ OW2Con | |||
- href: | |||
text: Slides | |||
tags: | |||
- EN | |||
- publiccode | |||
- desc: '"EU Radio Equipment Directive: Extensive Device Lockdown"' | |||
type: av | |||
date: 2017-04 | |||
links: | |||
- href: | |||
text: Talk @ Legal and Licensing Workshop | |||
tags: | |||
- EN | |||
- radio lockdown | |||
- desc: '"Radio Lockdown Directive - Our devices are engangered"' | |||
type: av | |||
date: 2017-03 | |||
links: | |||
- href: https://chemnitzer.linux-tage.de/2017/en/programm/beitrag/266 | |||
text: Talk @ Chemnitzer Linuxtage | |||
tags: | |||
- DE | |||
- radio lockdown | |||
- desc: '"Radio Lockdown Directive - Major Threat for Free Software on Radio Devices"' | |||
type: av | |||
date: 2017-02 | |||
links: | |||
- href: https://archive.fosdem.org/2017/schedule/event/radio_lockdown_directive/ | |||
text: Talk @ FOSDEM | |||
- href: | |||
text: Slides | |||
tags: | |||
- EN | |||
- radio lockdown | |||
- desc: '"Compulsory Routers and Radio Lockdown โ What activists can learn from it"' | |||
type: av | |||
date: 2016-12 | |||
links: | |||
- href: https://media.ccc.de/v/33c3-8024-routerzwang_und_funkabschottung | |||
text: Talk @ 33. Chaos Communication Congress | |||
tags: | |||
- EN | |||
- DE | |||
- router freedom | |||
- radio lockdown | |||
- desc: '"No more Compulsory Routers โ Free choice of DSL modem and cable modem"' | |||
type: av | |||
date: | |||
links: | |||
- href: https://www.deutschlandfunk.de/dsl-modem-und-kabelrouter-schluss-mit-dem-routerzwang.772.de.html?dram:article_id=362214 | |||
text: Radio Show @ Deutschlandfunk | |||
- href: https://up.mehl.mx/audio/20160901-dlf-routerzwang.ogg | |||
text: Recording | |||
tags: | |||
- DE | |||
- router freedom | |||
- desc: '"Compulsory Routers and Radio Lockdown โ What activists can learn from it"' | |||
type: av | |||
date: 2016-08 | |||
links: | |||
- href: https://www.youtube.com/watch?v=CdRQtaePiIs | |||
text: Talk @ FrOSCon | |||
tags: | |||
- DE | |||
- radio lockdown | |||
- router freedom | |||
- desc: '"The FSFE uncut"' | |||
type: av | |||
date: 2016-04 | |||
links: | |||
- href: http://www.living-linux.de/2016/04/16/living-linux-22-die-fsfe-uncut/ | |||
text: Living Linux Podcast | |||
tags: | |||
- DE | |||
- desc: '"Compulsory Routers and what activists can learn from it"' | |||
type: av | |||
date: 2016-03 | |||
links: | |||
- href: https://chemnitzer.linux-tage.de/2016/de/programm/beitrag/177 | |||
text: Chemnitzer Linuxtage | |||
tags: | |||
- DE | |||
- router freedom | |||
# SCIENCE | |||
- desc: '"The influence of sensational issues on the political agenda setting in social media"' | |||
type: science | |||
date: 2015 | |||
links: | |||
- href: https://up.mehl.mx/ba/ba-mehl.pdf | |||
text: B.A. Thesis | |||
- href: https://up.mehl.mx/ba/ba-mehl.zip | |||
text: Data & Code | |||
tags: | |||
- DE | |||
- desc: '"Once again a surpising crisis?" - Quantitative study of clustering news' | |||
type: science | |||
date: 2014 | |||
links: | |||
- href: https://up.mehl.mx/uni/2014-suprisingnews.zip | |||
text: Paper & Code | |||
tags: | |||
- DE | |||
- desc: '"The imprint is still not taken for granted" - Analysis of compliance with the German imprint requirement' | |||
type: science | |||
date: 2014 | |||
links: | |||
- href: https://up.mehl.mx/uni/2014-impressum.zip | |||
text: Paper & Code | |||
tags: | |||
- DE | |||
# VOLUNTEER | |||
- desc: Former Local Group Commissioner | |||
type: volunteer | |||
links: | |||
- href: https://pfadfinder-konstanz.de | |||
text: Scouts Konstanz | |||
- desc: Group leader | |||
type: volunteer | |||
links: | |||
- href: https://helder-camara.de | |||
text: DPSG Scouts Kรถln | |||
- desc: Volunteer | |||
type: volunteer | |||
links: | |||
- href: https://tareo-tz.org | |||
text: TAREO (Tanzania Rural Empowerment Organization) | |||
- desc: General Assembly member | |||
type: volunteer | |||
links: | |||
- href: https://fsfe.org | |||
text: FSFE |
@@ -0,0 +1,22 @@ | |||
name: Projects | |||
source: | |||
- icon: fab fa-github | |||
description: Ei viderer tacimates pro, quem assum ea nam. Veritus omnesque eam te. Et natum mucius tamquam vel, ea dolorem volumus deterruisset nec. Graeci mentitum sea an, eu prima elaboraret est. | |||
- icon: fab fa-github | |||
description: An eripuit phaedrum qui, nec facer splendide ex, vel ea assum facilisi convenire. Te his neglegentur consectetuer. | |||
- icon: fab fa-github | |||
description: An alii quot tantas eum, doming platonem persecuti mea et, vim perpetua cotidieque delicatissimi in. | |||
- icon: fa fa-globe | |||
description: Vim an case vidit sententiae, est at euismod laboramus efficiantur. Ei sit brute lorem, ea eam timeam viderer aliquid, cu integre omittam moderatius quo. | |||
- icon: fa fa-globe | |||
description: Dicta causae meliore ex vel, in vix erant integre petentium. Vix ei nisl scripta recusabo, eam doming blandit facilisis. | |||
- icon: fa fa-cog | |||
description: Inermis recusabo elaboraret mea et, dicat neglegentur vim te. Nec et sanctus scriptorem, usu ex sapientem gubergren. Tamquam admodum ei usu. | |||
- icon: fa fa-cog | |||
description: Essent putant indoctum sed in, reprimique persequeris neglegentur te quo. Nam rebum tractatos partiendo at, debet ubique oporteat ut his. |
@@ -0,0 +1,18 @@ | |||
{{- $type := .Get "type" -}} <!-- e.g. "media" --> | |||
{{- $data := .Site.Data.links -}} | |||
{{- if $type -}} | |||
{{- $data = where $data "type" $type -}} | |||
{{ end }} | |||
{{- range sort $data "date" "desc" }} | |||
<ul> | |||
<li>{{.desc}} โ | |||
{{- $len := (len .links) -}} <!-- amount of elements under .links --> | |||
{{- range $index, $element := .links -}} <!-- range over links, but keep index --> | |||
<a href="{{.href}}">{{.text}}</a> | |||
{{- if ne (add $index 1) $len -}}, {{- end -}} <!-- only append comma if not last element (index starts with 0) --> | |||
{{- end -}} | |||
{{- with .date }} ({{.}}){{ end }} | |||
{{ range .tags }}<span class="label label-success">{{ . }}</span> {{ end }} | |||
</li> | |||
</ul> | |||
{{ end }} |
@@ -0,0 +1,23 @@ | |||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | |||
xmlns:xhtml="http://www.w3.org/1999/xhtml"> | |||
{{ range .Data.Pages }} | |||
{{ if ne .Params.sitemap_hide true }} | |||
<url> | |||
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }} | |||
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }} | |||
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }} | |||
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }} | |||
<xhtml:link | |||
rel="alternate" | |||
hreflang="{{ .Lang }}" | |||
href="{{ .Permalink }}" | |||
/>{{ end }} | |||
<xhtml:link | |||
rel="alternate" | |||
hreflang="{{ .Lang }}" | |||
href="{{ .Permalink }}" | |||
/>{{ end }} | |||
</url> | |||
{{ end }} | |||
{{ end }} | |||
</urlset> |
@@ -0,0 +1,33 @@ | |||
div.avatar img { | |||
max-height: 190px; | |||
} | |||
div.container h1 { | |||
font-weight: bold; | |||
color: #27A822; | |||
} | |||
.panel { | |||
box-shadow: none; | |||
-webkit-box-shadow: none; | |||
} | |||
ul.nav li.active a { | |||
font-weight: bold; | |||
} | |||
/* Site specific settings */ | |||
section#about p { | |||
font-size: 18px; | |||
margin-bottom: 20px; | |||
} | |||
div.contact p { | |||
line-height: 1.5em; | |||
margin-bottom: 30px; | |||
} | |||
/* transparency of tags */ | |||
div.container.links .label-success { | |||
background-color: rgba(92, 184, 92, 0.6); | |||
} |
@@ -0,0 +1,799 @@ | |||
<?xml version="1.0" standalone="no"?> | |||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > | |||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> | |||
<metadata> | |||
Created by FontForge 20190112 at Tue Feb 12 10:24:59 2019 | |||
By Robert Madole | |||
Copyright (c) Font Awesome | |||
</metadata> | |||
<defs> | |||
<font id="FontAwesome5Free-Regular" horiz-adv-x="512" > | |||
<font-face | |||
font-family="Font Awesome 5 Free Regular" | |||
font-weight="400" | |||
font-stretch="normal" | |||
units-per-em="512" | |||
panose-1="2 0 5 3 0 0 0 0 0 0" | |||
ascent="448" | |||
descent="-64" | |||
bbox="-0.0663408 -64.0662 640.01 448.1" | |||
underline-thickness="25" | |||
underline-position="-51" | |||
unicode-range="U+0020-F5C8" | |||
/> | |||
<missing-glyph /> | |||
<glyph glyph-name="heart" unicode="" | |||
d="M458.4 383.7c75.2998 -63.4004 64.0996 -166.601 10.5996 -221.3l-175.4 -178.7c-10 -10.2002 -23.2998 -15.7998 -37.5996 -15.7998c-14.2002 0 -27.5996 5.69922 -37.5996 15.8994l-175.4 178.7c-53.5996 54.7002 -64.5996 157.9 10.5996 221.2 | |||
c57.8008 48.7002 147.101 41.2998 202.4 -15c55.2998 56.2998 144.6 63.5996 202.4 15zM434.8 196.2c36.2002 36.8994 43.7998 107.7 -7.2998 150.8c-38.7002 32.5996 -98.7002 27.9004 -136.5 -10.5996l-35 -35.7002l-35 35.7002 | |||
c-37.5996 38.2998 -97.5996 43.1992 -136.5 10.5c-51.2002 -43.1006 -43.7998 -113.5 -7.2998 -150.7l175.399 -178.7c2.40039 -2.40039 4.40039 -2.40039 6.80078 0z" /> | |||
<glyph glyph-name="star" unicode="" horiz-adv-x="576" | |||
d="M528.1 276.5c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103 | |||
c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998l65.2998 132.4c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4zM388.6 135.7l100.601 98l-139 20.2002l-62.2002 126l-62.2002 -126l-139 -20.2002l100.601 -98l-23.7002 -138.4l124.3 65.2998 | |||
l124.3 -65.2998z" /> | |||
<glyph glyph-name="user" unicode="" horiz-adv-x="448" | |||
d="M313.6 144c74.2002 0 134.4 -60.2002 134.4 -134.4v-25.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v25.5996c0 74.2002 60.2002 134.4 134.4 134.4c28.7998 0 42.5 -16 89.5996 -16s60.9004 16 89.5996 16zM400 -16v25.5996 | |||
c0 47.6006 -38.7998 86.4004 -86.4004 86.4004c-14.6992 0 -37.8994 -16 -89.5996 -16c-51.2998 0 -75 16 -89.5996 16c-47.6006 0 -86.4004 -38.7998 -86.4004 -86.4004v-25.5996h352zM224 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144 | |||
s-64.5 -144 -144 -144zM224 400c-52.9004 0 -96 -43.0996 -96 -96s43.0996 -96 96 -96s96 43.0996 96 96s-43.0996 96 -96 96z" /> | |||
<glyph glyph-name="clock" unicode="" | |||
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM317.8 96.4004l-84.8994 61.6992 | |||
c-3.10059 2.30078 -4.90039 5.90039 -4.90039 9.7002v164.2c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12v-141.7l66.7998 -48.5996c5.40039 -3.90039 6.5 -11.4004 2.60059 -16.7998l-18.8008 -25.9004c-3.89941 -5.2998 -11.3994 -6.5 -16.7998 -2.59961z | |||
" /> | |||
<glyph glyph-name="list-alt" unicode="" | |||
d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM458 16c3.31152 0 6 2.68848 6 6v340c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-340 | |||
c0 -3.31152 2.68848 -6 6 -6h404zM416 108v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 204v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12 | |||
v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 300v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM164 288c0 -19.8818 -16.1182 -36 -36 -36 | |||
s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 192c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 96c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36z" /> | |||
<glyph glyph-name="flag" unicode="" | |||
d="M336.174 368c35.4668 0 73.0195 12.6914 108.922 28.1797c31.6406 13.6514 66.9043 -9.65723 66.9043 -44.1162v-239.919c0 -16.1953 -8.1543 -31.3057 -21.7129 -40.1631c-26.5762 -17.3643 -70.0693 -39.9814 -128.548 -39.9814c-68.6084 0 -112.781 32 -161.913 32 | |||
c-56.5674 0 -89.957 -11.2803 -127.826 -28.5566v-83.4434c0 -8.83691 -7.16309 -16 -16 -16h-16c-8.83691 0 -16 7.16309 -16 16v406.438c-14.3428 8.2998 -24 23.7979 -24 41.5615c0 27.5693 23.2422 49.71 51.2012 47.8965 | |||
c22.9658 -1.49023 41.8662 -19.4717 44.4805 -42.3379c0.177734 -1.52441 0.321289 -4.00781 0.321289 -5.54199c0 -4.30176 -1.10352 -11.1035 -2.46289 -15.1846c22.418 8.68555 49.4199 15.168 80.7207 15.168c68.6084 0 112.781 -32 161.913 -32zM464 112v240 | |||
c-31.5059 -14.6338 -84.5547 -32 -127.826 -32c-59.9111 0 -101.968 32 -161.913 32c-41.4365 0 -80.4766 -16.5879 -102.261 -32v-232c31.4473 14.5967 84.4648 24 127.826 24c59.9111 0 101.968 -32 161.913 -32c41.4365 0 80.4775 16.5879 102.261 32z" /> | |||
<glyph glyph-name="bookmark" unicode="" horiz-adv-x="384" | |||
d="M336 448c26.5098 0 48 -21.4902 48 -48v-464l-192 112l-192 -112v464c0 26.5098 21.4902 48 48 48h288zM336 19.5703v374.434c0 3.31348 -2.68555 5.99609 -6 5.99609h-276c-3.31152 0 -6 -2.68848 -6 -6v-374.43l144 84z" /> | |||
<glyph glyph-name="image" unicode="" | |||
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM458 48c3.31152 0 6 2.68848 6 6v276c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-276 | |||
c0 -3.31152 2.68848 -6 6 -6h404zM128 296c22.0908 0 40 -17.9092 40 -40s-17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40zM96 96v48l39.5137 39.5146c4.6875 4.68652 12.2852 4.68652 16.9717 0l39.5146 -39.5146l119.514 119.515 | |||
c4.6875 4.68652 12.2852 4.68652 16.9717 0l87.5146 -87.5146v-80h-320z" /> | |||
<glyph glyph-name="edit" unicode="" horiz-adv-x="575" | |||
d="M402.3 103.1l32 32c5 5 13.7002 1.5 13.7002 -5.69922v-145.4c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h273.5c7.09961 0 10.7002 -8.59961 5.7002 -13.7002l-32 -32c-1.5 -1.5 -3.5 -2.2998 -5.7002 -2.2998h-241.5v-352h352 | |||
v113.5c0 2.09961 0.799805 4.09961 2.2998 5.59961zM558.9 304.9l-262.601 -262.601l-90.3994 -10c-26.2002 -2.89941 -48.5 19.2002 -45.6006 45.6006l10 90.3994l262.601 262.601c22.8994 22.8994 59.8994 22.8994 82.6992 0l43.2002 -43.2002 | |||
c22.9004 -22.9004 22.9004 -60 0.100586 -82.7998zM460.1 274l-58.0996 58.0996l-185.8 -185.899l-7.2998 -65.2998l65.2998 7.2998zM524.9 353.7l-43.2002 43.2002c-4.10059 4.09961 -10.7998 4.09961 -14.7998 0l-30.9004 -30.9004l58.0996 -58.0996l30.9004 30.8994 | |||
c4 4.2002 4 10.7998 -0.0996094 14.9004z" /> | |||
<glyph glyph-name="times-circle" unicode="" | |||
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM357.8 254.2l-62.2002 -62.2002l62.2002 -62.2002 | |||
c4.7002 -4.7002 4.7002 -12.2998 0 -17l-22.5996 -22.5996c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-62.2002 62.2002l-62.2002 -62.2002c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-22.5996 22.5996c-4.7002 4.7002 -4.7002 12.2998 0 17l62.2002 62.2002l-62.2002 62.2002 | |||
c-4.7002 4.7002 -4.7002 12.2998 0 17l22.5996 22.5996c4.7002 4.7002 12.2998 4.7002 17 0l62.2002 -62.2002l62.2002 62.2002c4.7002 4.7002 12.2998 4.7002 17 0l22.5996 -22.5996c4.7002 -4.7002 4.7002 -12.2998 0 -17z" /> | |||
<glyph glyph-name="check-circle" unicode="" | |||
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200z | |||
M396.204 261.733c4.66699 -4.70508 4.63672 -12.3037 -0.0673828 -16.9717l-172.589 -171.204c-4.70508 -4.66797 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66797 4.70605 -4.63672 12.3047 0.0683594 16.9717l22.7188 22.5361 | |||
c4.70508 4.66699 12.3027 4.63574 16.9697 -0.0693359l59.792 -60.2773l141.353 140.216c4.70508 4.66797 12.3027 4.6377 16.9697 -0.0673828z" /> | |||
<glyph glyph-name="question-circle" unicode="" | |||
d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 -8c110.569 0 200 89.4697 200 200c0 110.529 -89.5088 200 -200 200c-110.528 0 -200 -89.5049 -200 -200 | |||
c0 -110.569 89.4678 -200 200 -200zM363.244 247.2c0 -67.0518 -72.4209 -68.084 -72.4209 -92.8633v-6.33691c0 -6.62695 -5.37305 -12 -12 -12h-45.6475c-6.62695 0 -12 5.37305 -12 12v8.65918c0 35.7451 27.1006 50.0342 47.5791 61.5156 | |||
c17.5615 9.84473 28.3242 16.541 28.3242 29.5791c0 17.2461 -21.999 28.6934 -39.7842 28.6934c-23.1885 0 -33.8936 -10.9775 -48.9424 -29.9697c-4.05664 -5.11914 -11.46 -6.07031 -16.666 -2.12402l-27.8232 21.0986 | |||
c-5.10742 3.87207 -6.25098 11.0654 -2.64453 16.3633c23.627 34.6934 53.7217 54.1846 100.575 54.1846c49.0713 0 101.45 -38.3037 101.45 -88.7998zM298 80c0 -23.1592 -18.8408 -42 -42 -42s-42 18.8408 -42 42s18.8408 42 42 42s42 -18.8408 42 -42z" /> | |||
<glyph glyph-name="eye" unicode="" horiz-adv-x="576" | |||
d="M288 304c0.0927734 0 0.244141 0.000976562 0.336914 0.000976562c61.6641 0 111.71 -50.0469 111.71 -111.711c0 -61.6631 -50.0459 -111.71 -111.71 -111.71s-111.71 50.0469 -111.71 111.71c0 8.71289 1.95898 22.5781 4.37305 30.9502 | |||
c6.93066 -3.94141 19.0273 -7.18457 27 -7.24023c30.9121 0 56 25.0879 56 56c-0.0556641 7.97266 -3.29883 20.0693 -7.24023 27c8.42383 2.62207 22.4189 4.8623 31.2402 5zM572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947 | |||
s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41 | |||
s230.29 -71.5898 284.52 -177.4zM288 48c98.6602 0 189.1 55 237.93 144c-48.8398 89 -139.27 144 -237.93 144s-189.09 -55 -237.93 -144c48.8398 -89 139.279 -144 237.93 -144z" /> | |||
<glyph glyph-name="eye-slash" unicode="" horiz-adv-x="640" | |||
d="M634 -23c3.31738 -2.65137 6.00977 -8.25098 6.00977 -12.498c0 -3.10449 -1.57715 -7.58984 -3.51953 -10.0117l-10 -12.4902c-2.65234 -3.31152 -8.24707 -6 -12.4902 -6c-3.09961 0 -7.58008 1.57227 -10 3.50977l-598 467.49 | |||
c-3.31738 2.65137 -6.00977 8.25098 -6.00977 12.498c0 3.10449 1.57715 7.58984 3.51953 10.0117l10 12.4902c2.65234 3.31152 8.24707 6 12.4902 6c3.09961 0 7.58008 -1.57227 10 -3.50977zM296.79 301.53c6.33496 1.35059 16.7324 2.45801 23.21 2.46973 | |||
c60.4805 0 109.36 -47.9102 111.58 -107.85zM343.21 82.46c-6.33496 -1.34375 -16.7334 -2.44629 -23.21 -2.45996c-60.4697 0 -109.35 47.9102 -111.58 107.84zM320 336c-19.8799 0 -39.2803 -2.7998 -58.2197 -7.09961l-46.4102 36.29 | |||
c32.9199 11.8096 67.9297 18.8096 104.63 18.8096c122.93 0 230.29 -71.5898 284.57 -177.4c1.91992 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55957 -10.7959 -3.47949 -14.5947c-11.7197 -22.7598 -35.4189 -56.4092 -52.9004 -75.1104l-37.7402 29.5 | |||
c14.333 15.0156 34.0449 41.9854 44 60.2002c-48.8398 89 -139.279 144 -237.93 144zM320 48c19.8896 0 39.2803 2.7998 58.2197 7.08984l46.4102 -36.2803c-32.9199 -11.7598 -67.9297 -18.8096 -104.63 -18.8096c-122.92 0 -230.28 71.5898 -284.51 177.4 | |||
c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c11.7168 22.7568 35.4111 56.4014 52.8896 75.1006l37.7402 -29.5c-14.3467 -15.0107 -34.0811 -41.9756 -44.0498 -60.1904c48.8496 -89 139.279 -144 237.93 -144z" /> | |||
<glyph glyph-name="calendar-alt" unicode="" horiz-adv-x="448" | |||
d="M148 160h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM256 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40 | |||
c6.59961 0 12 -5.40039 12 -12v-40zM352 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM256 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40 | |||
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM160 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM352 76c0 -6.59961 -5.40039 -12 -12 -12h-40 | |||
c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40 | |||
c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" /> | |||
<glyph glyph-name="comment" unicode="" | |||
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5c-3.80078 8.7998 -2 19 4.59961 26 | |||
c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004 | |||
l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" /> | |||
<glyph glyph-name="folder" unicode="" | |||
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h146.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l54.6299 -54.6299h192zM464 48v224h-198.62 | |||
c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-54.6299 54.6299h-140.12v-288h416z" /> | |||
<glyph glyph-name="folder-open" unicode="" horiz-adv-x="575" | |||
d="M527.9 224c37.6992 0 60.6992 -41.5 40.6992 -73.4004l-79.8994 -128c-8.7998 -14.0996 -24.2002 -22.5996 -40.7002 -22.5996h-400c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h160l64 -64h160c26.5 0 48 -21.5 48 -48v-48h47.9004zM48 330v-233.4l62.9004 104.2 | |||
c8.69922 14.4004 24.2998 23.2002 41.0996 23.2002h280v42c0 3.2998 -2.7002 6 -6 6h-173.9l-64 64h-134.1c-3.2998 0 -6 -2.7002 -6 -6zM448 48l80 128h-378.8l-77.2002 -128h376z" /> | |||
<glyph glyph-name="chart-bar" unicode="" | |||
d="M396.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM204.8 96 | |||
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM300.8 96 | |||
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM496 48c8.83984 0 16 -7.16016 16 -16v-16 | |||
c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-320h448zM108.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004 | |||
c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004z" /> | |||
<glyph glyph-name="comments" unicode="" horiz-adv-x="576" | |||
d="M532 61.7998c15.2998 -30.7002 37.4004 -54.5 37.7998 -54.7998c6.2998 -6.7002 8 -16.5 4.40039 -25c-3.7002 -8.5 -12 -14 -21.2002 -14c-53.5996 0 -96.7002 20.2998 -125.2 38.7998c-19 -4.39941 -39 -6.7998 -59.7998 -6.7998 | |||
c-86.2002 0 -159.9 40.4004 -191.3 97.7998c-9.7002 1.2002 -19.2002 2.7998 -28.4004 4.90039c-28.5 -18.6006 -71.7002 -38.7998 -125.2 -38.7998c-9.19922 0 -17.5996 5.5 -21.1992 14c-3.7002 8.5 -1.90039 18.2998 4.39941 25 | |||
c0.400391 0.399414 22.4004 24.1992 37.7002 54.8994c-27.5 27.2002 -44 61.2002 -44 98.2002c0 88.4004 93.0996 160 208 160c86.2998 0 160.3 -40.5 191.8 -98.0996c99.7002 -11.8008 176.2 -77.9004 176.2 -157.9c0 -37.0996 -16.5 -71.0996 -44 -98.2002zM139.2 154.1 | |||
l19.7998 -4.5c16 -3.69922 32.5 -5.59961 49 -5.59961c86.7002 0 160 51.2998 160 112s-73.2998 112 -160 112s-160 -51.2998 -160 -112c0 -28.7002 16.2002 -50.5996 29.7002 -64l24.7998 -24.5l-15.5 -31.0996c-2.59961 -5.10059 -5.2998 -10.1006 -8 -14.8008 | |||
c14.5996 5.10059 29 12.3008 43.0996 21.4004zM498.3 96c13.5 13.4004 29.7002 35.2998 29.7002 64c0 49.2002 -48.2998 91.5 -112.7 106c0.299805 -3.2998 0.700195 -6.59961 0.700195 -10c0 -80.9004 -78 -147.5 -179.3 -158.3 | |||
c29.0996 -29.6006 77.2998 -49.7002 131.3 -49.7002c16.5 0 33 1.90039 49 5.59961l19.9004 4.60059l17.0996 -11.1006c14.0996 -9.09961 28.5 -16.2998 43.0996 -21.3994c-2.69922 4.7002 -5.39941 9.7002 -8 14.7998l-15.5 31.0996z" /> | |||
<glyph glyph-name="star-half" unicode="" horiz-adv-x="308" | |||
d="M288 62.7002v-54.2998l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998v-68.0996l-62.2002 -126 | |||
l-139 -20.2002l100.601 -98l-23.7002 -138.4z" /> | |||
<glyph glyph-name="lemon" unicode="" | |||
d="M484.112 420.111c28.1221 -28.123 35.9434 -68.0039 19.0215 -97.0547c-23.0576 -39.584 50.1436 -163.384 -82.3311 -295.86c-132.301 -132.298 -256.435 -59.3594 -295.857 -82.3291c-29.0459 -16.917 -68.9219 -9.11426 -97.0576 19.0205 | |||
c-28.1221 28.1221 -35.9434 68.0029 -19.0215 97.0547c23.0566 39.5859 -50.1436 163.386 82.3301 295.86c132.308 132.309 256.407 59.3496 295.862 82.332c29.0498 16.9219 68.9307 9.09863 97.0537 -19.0234zM461.707 347.217 | |||
c13.5166 23.2031 -27.7578 63.7314 -50.4883 50.4912c-66.6025 -38.7939 -165.646 45.5898 -286.081 -74.8457c-120.444 -120.445 -36.0449 -219.472 -74.8447 -286.08c-13.542 -23.2471 27.8145 -63.6953 50.4932 -50.4883 | |||
c66.6006 38.7949 165.636 -45.5996 286.076 74.8428c120.444 120.445 36.0449 219.472 74.8447 286.08zM291.846 338.481c1.37012 -10.96 -6.40332 -20.957 -17.3643 -22.3271c-54.8467 -6.85547 -135.779 -87.7871 -142.636 -142.636 | |||
c-1.37305 -10.9883 -11.3984 -18.7334 -22.3262 -17.3643c-10.9609 1.37012 -18.7344 11.3652 -17.3643 22.3262c9.16211 73.2852 104.167 168.215 177.364 177.364c10.9531 1.36816 20.9561 -6.40234 22.3262 -17.3633z" /> | |||
<glyph glyph-name="credit-card" unicode="" horiz-adv-x="576" | |||
d="M527.9 416c26.5996 0 48.0996 -21.5 48.0996 -48v-352c0 -26.5 -21.5 -48 -48.0996 -48h-479.801c-26.5996 0 -48.0996 21.5 -48.0996 48v352c0 26.5 21.5 48 48.0996 48h479.801zM54.0996 368c-3.2998 0 -6 -2.7002 -6 -6v-42h479.801v42c0 3.2998 -2.7002 6 -6 6 | |||
h-467.801zM521.9 16c3.2998 0 6 2.7002 6 6v170h-479.801v-170c0 -3.2998 2.7002 -6 6 -6h467.801zM192 116v-40c0 -6.59961 -5.40039 -12 -12 -12h-72c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h72c6.59961 0 12 -5.40039 12 -12zM384 116v-40 | |||
c0 -6.59961 -5.40039 -12 -12 -12h-136c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h136c6.59961 0 12 -5.40039 12 -12z" /> | |||
<glyph glyph-name="hdd" unicode="" horiz-adv-x="576" | |||
d="M567.403 212.358c5.59668 -8.04688 8.59668 -17.6113 8.59668 -27.4121v-136.946c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v136.946c0 8.30957 3.85156 20.5898 8.59668 27.4121l105.08 151.053 | |||
c7.90625 11.3652 25.5596 20.5889 39.4033 20.5889h0.000976562h269.838h0.000976562c13.8438 0 31.4971 -9.22363 39.4033 -20.5889zM153.081 336l-77.9131 -112h425.664l-77.9131 112h-269.838zM528 48v128h-480v-128h480zM496 112c0 -17.6729 -14.3271 -32 -32 -32 | |||
s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32zM400 112c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" /> | |||
<glyph glyph-name="hand-point-right" unicode="" | |||
d="M428.8 310.4c45.0996 0 83.2002 -38.1016 83.2002 -83.2002c0 -45.6162 -37.7646 -83.2002 -83.2002 -83.2002h-35.6475c-1.41602 -6.36719 -4.96875 -16.252 -7.92969 -22.0645c2.50586 -22.0059 -3.50293 -44.9775 -15.9844 -62.791 | |||
c-1.14062 -52.4863 -37.3984 -91.1445 -99.9404 -91.1445h-21.2988c-60.0635 0 -98.5117 40 -127.2 40h-2.67871c-5.74707 -4.95215 -13.5361 -8 -22.1201 -8h-64c-17.6729 0 -32 12.8936 -32 28.7998v230.4c0 15.9062 14.3271 28.7998 32 28.7998h64.001 | |||
c8.58398 0 16.373 -3.04785 22.1201 -8h2.67871c6.96387 0 14.8623 6.19336 30.1816 23.6689l0.128906 0.148438l0.130859 0.145508c8.85645 9.93652 18.1162 20.8398 25.8506 33.2529c18.7051 30.2471 30.3936 78.7842 75.707 78.7842c56.9277 0 92 -35.2861 92 -83.2002 | |||
v-0.0839844c0 -6.21777 -0.974609 -16.2148 -2.17578 -22.3154h86.1768zM428.8 192c18.9756 0 35.2002 16.2246 35.2002 35.2002c0 18.7002 -16.7754 35.2002 -35.2002 35.2002h-158.399c0 17.3242 26.3994 35.1992 26.3994 70.3994c0 26.4004 -20.625 35.2002 -44 35.2002 | |||
c-8.79395 0 -20.4443 -32.7119 -34.9258 -56.0996c-9.07422 -14.5752 -19.5244 -27.2256 -30.7988 -39.875c-16.1094 -18.374 -33.8359 -36.6328 -59.0752 -39.5967v-176.753c42.79 -3.7627 74.5088 -39.6758 120 -39.6758h21.2988 | |||
c40.5244 0 57.124 22.1973 50.6006 61.3252c14.6113 8.00098 24.1514 33.9785 12.9248 53.625c19.3652 18.2246 17.7871 46.3809 4.9502 61.0498h91.0254zM88 64c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" /> | |||
<glyph glyph-name="hand-point-left" unicode="" horiz-adv-x="511" | |||
d="M0 227.2c0 45.0986 38.1006 83.2002 83.2002 83.2002h86.1758c-1.3623 6.91016 -2.17578 14.374 -2.17578 22.3994c0 47.9141 35.0723 83.2002 92 83.2002c45.3135 0 57.002 -48.5371 75.7061 -78.7852c7.73438 -12.4121 16.9951 -23.3154 25.8506 -33.2529 | |||
l0.130859 -0.145508l0.128906 -0.148438c15.3213 -17.4746 23.2197 -23.668 30.1836 -23.668h2.67871c5.74707 4.95215 13.5361 8 22.1201 8h64c17.6729 0 32 -12.8936 32 -28.7998v-230.4c0 -15.9062 -14.3271 -28.7998 -32 -28.7998h-64 | |||
c-8.58398 0 -16.373 3.04785 -22.1201 8h-2.67871c-28.6885 0 -67.1367 -40 -127.2 -40h-21.2988c-62.542 0 -98.8008 38.6582 -99.9404 91.1445c-12.4814 17.8135 -18.4922 40.7852 -15.9844 62.791c-2.96094 5.8125 -6.51367 15.6973 -7.92969 22.0645h-35.6465 | |||
c-45.4355 0 -83.2002 37.584 -83.2002 83.2002zM48 227.2c0 -18.9756 16.2246 -35.2002 35.2002 -35.2002h91.0244c-12.8369 -14.6689 -14.415 -42.8252 4.9502 -61.0498c-11.2256 -19.6465 -1.68652 -45.624 12.9248 -53.625 | |||
c-6.52246 -39.1279 10.0771 -61.3252 50.6016 -61.3252h21.2988c45.4912 0 77.21 35.9131 120 39.6768v176.752c-25.2393 2.96289 -42.9658 21.2227 -59.0752 39.5967c-11.2744 12.6494 -21.7246 25.2998 -30.7988 39.875 | |||
c-14.4814 23.3877 -26.1318 56.0996 -34.9258 56.0996c-23.375 0 -44 -8.7998 -44 -35.2002c0 -35.2002 26.3994 -53.0752 26.3994 -70.3994h-158.399c-18.4248 0 -35.2002 -16.5 -35.2002 -35.2002zM448 88c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24 | |||
s24 10.7451 24 24s-10.7451 24 -24 24z" /> | |||
<glyph glyph-name="hand-point-up" unicode="" horiz-adv-x="448" | |||
d="M105.6 364.8c0 45.0996 38.1016 83.2002 83.2002 83.2002c45.6162 0 83.2002 -37.7646 83.2002 -83.2002v-35.6465c6.36719 -1.41602 16.252 -4.96875 22.0645 -7.92969c22.0059 2.50684 44.9775 -3.50293 62.791 -15.9844 | |||
c52.4863 -1.14062 91.1445 -37.3984 91.1445 -99.9404v-21.2988c0 -60.0635 -40 -98.5117 -40 -127.2v-2.67871c4.95215 -5.74707 8 -13.5361 8 -22.1201v-64c0 -17.6729 -12.8936 -32 -28.7998 -32h-230.4c-15.9062 0 -28.7998 14.3271 -28.7998 32v64 | |||
c0 8.58398 3.04785 16.373 8 22.1201v2.67871c0 6.96387 -6.19336 14.8623 -23.6689 30.1816l-0.148438 0.128906l-0.145508 0.130859c-9.93652 8.85645 -20.8398 18.1162 -33.2529 25.8506c-30.2471 18.7051 -78.7842 30.3936 -78.7842 75.707 | |||
c0 56.9277 35.2861 92 83.2002 92h0.0839844c6.21777 0 16.2148 -0.974609 22.3154 -2.17578v86.1768zM224 364.8c0 18.9756 -16.2246 35.2002 -35.2002 35.2002c-18.7002 0 -35.2002 -16.7754 -35.2002 -35.2002v-158.399c-17.3242 0 -35.1992 26.3994 -70.3994 26.3994 | |||
c-26.4004 0 -35.2002 -20.625 -35.2002 -44c0 -8.79395 32.7119 -20.4443 56.0996 -34.9258c14.5752 -9.07422 27.2256 -19.5244 39.875 -30.7988c18.374 -16.1094 36.6328 -33.8359 39.5967 -59.0752h176.753c3.7627 42.79 39.6758 74.5088 39.6758 120v21.2988 | |||
c0 40.5244 -22.1973 57.124 -61.3252 50.6006c-8.00098 14.6113 -33.9785 24.1514 -53.625 12.9248c-18.2246 19.3652 -46.3809 17.7871 -61.0498 4.9502v91.0254zM352 24c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24z" /> | |||
<glyph glyph-name="hand-point-down" unicode="" horiz-adv-x="448" | |||
d="M188.8 -64c-45.0986 0 -83.2002 38.1006 -83.2002 83.2002v86.1758c-6.91016 -1.3623 -14.374 -2.17578 -22.3994 -2.17578c-47.9141 0 -83.2002 35.0723 -83.2002 92c0 45.3135 48.5371 57.002 78.7852 75.707c12.4121 7.73438 23.3154 16.9951 33.2529 25.8506 | |||
l0.145508 0.130859l0.148438 0.128906c17.4746 15.3213 23.668 23.2197 23.668 30.1836v2.67871c-4.95215 5.74707 -8 13.5361 -8 22.1201v64c0 17.6729 12.8936 32 28.7998 32h230.4c15.9062 0 28.7998 -14.3271 28.7998 -32v-64.001 | |||
c0 -8.58398 -3.04785 -16.373 -8 -22.1201v-2.67871c0 -28.6885 40 -67.1367 40 -127.2v-21.2988c0 -62.542 -38.6582 -98.8008 -91.1445 -99.9404c-17.8135 -12.4814 -40.7852 -18.4922 -62.791 -15.9844c-5.8125 -2.96094 -15.6973 -6.51367 -22.0645 -7.92969v-35.6465 | |||
c0 -45.4355 -37.584 -83.2002 -83.2002 -83.2002zM188.8 -16c18.9756 0 35.2002 16.2246 35.2002 35.2002v91.0244c14.6689 -12.8369 42.8252 -14.415 61.0498 4.9502c19.6465 -11.2256 45.624 -1.68652 53.625 12.9248c39.1279 -6.52246 61.3252 10.0771 61.3252 50.6016 | |||
v21.2988c0 45.4912 -35.9131 77.21 -39.6768 120h-176.752c-2.96289 -25.2393 -21.2227 -42.9658 -39.5967 -59.0752c-12.6494 -11.2744 -25.2998 -21.7246 -39.875 -30.7988c-23.3877 -14.4814 -56.0996 -26.1318 -56.0996 -34.9258c0 -23.375 8.7998 -44 35.2002 -44 | |||
c35.2002 0 53.0752 26.3994 70.3994 26.3994v-158.399c0 -18.4248 16.5 -35.2002 35.2002 -35.2002zM328 384c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24z" /> | |||
<glyph glyph-name="copy" unicode="" horiz-adv-x="448" | |||
d="M433.941 382.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-80v-48c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h80v48c0 26.5098 21.4902 48 48 48 | |||
h172.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM266 -16c3.31152 0 6 2.68848 6 6v42h-96c-26.5098 0 -48 21.4902 -48 48v224h-74c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM394 80c3.31152 0 6 2.68848 6 6v202h-88 | |||
c-13.2549 0 -24 10.7451 -24 24v88h-106c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM400 336v9.63184v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-48.3682 48.3682c-1.12598 1.125 -2.65234 1.75684 -4.24316 1.75684h-9.63184 | |||
v-64h64z" /> | |||
<glyph glyph-name="save" unicode="" horiz-adv-x="448" | |||
d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM272 368h-128v-80h128v80 | |||
zM394 16c3.31152 0 6 2.68848 6 6v259.632v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-78.2432 78.2432v-100.118c0 -13.2549 -10.7451 -24 -24 -24h-176c-13.2549 0 -24 10.7451 -24 24v104h-42c-3.31152 0 -6 -2.68848 -6 -6v-340 | |||
c0 -3.31152 2.68848 -6 6 -6h340zM224 216c48.5234 0 88 -39.4766 88 -88s-39.4766 -88 -88 -88s-88 39.4766 -88 88s39.4766 88 88 88zM224 88c22.0557 0 40 17.9443 40 40s-17.9443 40 -40 40s-40 -17.9443 -40 -40s17.9443 -40 40 -40z" /> | |||
<glyph glyph-name="square" unicode="" horiz-adv-x="448" | |||
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM394 16c3.2998 0 6 2.7002 6 6v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340z" /> | |||
<glyph glyph-name="envelope" unicode="" | |||
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM464 336h-416v-40.8047c22.4248 -18.2627 58.1797 -46.6602 134.587 -106.49 | |||
c16.834 -13.2422 50.2051 -45.0762 73.4131 -44.7012c23.2119 -0.371094 56.5723 31.4541 73.4131 44.7012c76.4189 59.8389 112.165 88.2305 134.587 106.49v40.8047zM48 48h416v185.601c-22.915 -18.252 -55.4189 -43.8691 -104.947 -82.6523 | |||
c-22.5439 -17.748 -60.3359 -55.1787 -103.053 -54.9473c-42.9277 -0.231445 -81.2051 37.75 -103.062 54.9551c-49.5293 38.7842 -82.0244 64.3945 -104.938 82.6455v-185.602z" /> | |||
<glyph glyph-name="lightbulb" unicode="" horiz-adv-x="352" | |||
d="M176 368c8.83984 0 16 -7.16016 16 -16s-7.16016 -16 -16 -16c-35.2803 0 -64 -28.7002 -64 -64c0 -8.83984 -7.16016 -16 -16 -16s-16 7.16016 -16 16c0 52.9404 43.0596 96 96 96zM96.0596 -11.1699l-0.0400391 43.1797h159.961l-0.0507812 -43.1797 | |||
c-0.00976562 -3.13965 -0.939453 -6.21973 -2.67969 -8.83984l-24.5098 -36.8398c-2.95996 -4.45996 -7.95996 -7.14062 -13.3203 -7.14062h-78.8496c-5.35059 0 -10.3506 2.68066 -13.3203 7.14062l-24.5098 36.8398c-1.75 2.62012 -2.68066 5.68945 -2.68066 8.83984z | |||
M176 448c97.2002 0 176 -78.7998 176 -176c0 -44.3701 -16.4502 -84.8496 -43.5498 -115.79c-16.6406 -18.9795 -42.7402 -58.79 -52.4199 -92.1602v-0.0498047h-48v0.0996094c0.00390625 4.04199 0.999023 10.4482 2.21973 14.3008 | |||
c5.67969 17.9893 22.9902 64.8496 62.0996 109.46c20.4102 23.29 31.6504 53.1699 31.6504 84.1396c0 70.5801 -57.4199 128 -128 128c-68.2803 0 -128.15 -54.3604 -127.95 -128c0.0898438 -30.9902 11.0703 -60.71 31.6104 -84.1396 | |||
c39.3496 -44.9004 56.5801 -91.8604 62.1699 -109.67c1.42969 -4.56055 2.13965 -9.30078 2.15039 -14.0703v-0.120117h-48v0.0595703c-9.68066 33.3604 -35.7803 73.1709 -52.4209 92.1602c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78 | |||
c0 93.0303 73.7197 176 176 176z" /> | |||
<glyph glyph-name="bell" unicode="" horiz-adv-x="448" | |||
d="M439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29 | |||
c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29zM67.5303 80h312.939 | |||
c-21.2197 27.96 -44.4199 74.3203 -44.5293 159.42c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112s-112 -50.1396 -112 -112c0 -0.200195 0.0595703 -0.379883 0.0595703 -0.580078 | |||
c-0.109375 -85.0898 -23.3096 -131.45 -44.5293 -159.42zM224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" /> | |||
<glyph glyph-name="hospital" unicode="" horiz-adv-x="448" | |||
d="M128 204v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12zM268 192c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40 | |||
c0 -6.62695 -5.37305 -12 -12 -12h-40zM192 108c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM268 96c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40 | |||
c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.62695 5.37305 12 12 12h19.5v378.965c0 11.6172 10.7451 21.0352 24 21.0352h88.5v40c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-40h88.5 | |||
c13.2549 0 24 -9.41797 24 -21.0352v-378.965h19.5c6.62695 0 12 -5.37305 12 -12zM79.5 -15h112.5v67c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-67h112.5v351h-64.5v-24c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v24 | |||
h-64.5v-351zM266 384h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20 | |||
c0 3.31152 -2.68848 6 -6 6z" /> | |||