Add new templates and tests for improved functionality
- Created index.html template for the homepage with service cards and partner logos. - Added page_from_md.html template for rendering pages from markdown. - Developed services.html template detailing various services offered. - Implemented tests for link handling in markdown, ensuring external links open in new tabs and internal links function correctly. - Enhanced markdown parser tests to validate heading extraction, content rendering, and link safety. - Introduced utility tests for template rendering, HTML minification, and JavaScript minification. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -0,0 +1,238 @@
|
||||
{% extends "_base.html" %}{% block content %}
|
||||
<div class="bg-gray-50 py-12">
|
||||
<div class="container mx-auto px-4">
|
||||
<h1 class="text-4xl font-bold text-center mb-4">Imprint</h1>
|
||||
<div class="mb-16">
|
||||
<div class="flex items-center mb-8">
|
||||
<img
|
||||
src="img/imprint-shield.svg"
|
||||
alt="Shield icon"
|
||||
class="w-8 h-8 mr-4"
|
||||
width="24"
|
||||
height="24"
|
||||
/>
|
||||
<h2 class="text-3xl font-bold">AllYouCanGET - Sinn Consulting</h2>
|
||||
</div>
|
||||
<h2 class="text-xl font-bold">Impressum</h2>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
gemäß §5 Telemediengesetz bzw. § 5 Abs. 1 E-Commerce-Gesetz bzw. Art. 3
|
||||
des Bundesgesetzes gegen den unlauteren Wettbewerb (UWG)
|
||||
</p>
|
||||
<div
|
||||
class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex"
|
||||
>
|
||||
<div
|
||||
class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"
|
||||
>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
All You Can GET<br />c/o Sinn Consulting<br />Im Dornäcker
|
||||
16<br />CH-8967 Widen<br />georg AT allucanget DOT biz
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="mb-3" />
|
||||
<h3 class="text-xl font-bold mb-3"><strong>Overview</strong></h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
The following are the terms of an agreement between you and
|
||||
AllYouCanGET. By accessing, or using this Web site, you acknowledge that
|
||||
you have read, understand, and agree to be bound by these terms and to
|
||||
comply with all applicable laws and regulations, including export and
|
||||
re-export control laws and regulations. If you do not agree to these
|
||||
terms, please do not use this Web site.
|
||||
</p>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
AllYouCanGET may, without notice to you, at any time, revise these Terms
|
||||
of Use and any other information contained in this Web site.
|
||||
AllYouCanGET may also make improvements or changes in the products,
|
||||
services, or programs described in this site at any time without notice.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3"><strong>General</strong></h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
This Web site contains proprietary notices and copyright information,
|
||||
the terms of which must be observed and followed. Please see the tab
|
||||
entitled “Copyright and trademark information” for related information.
|
||||
</p>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
AllYouCanGET grants you a non-exclusive, non-transferable, limited
|
||||
permission to access and display the Web pages within this site as a
|
||||
customer or potential customer of AllYouCanGET provided you comply with
|
||||
these Terms of Use, and all copyright, trademark, and other proprietary
|
||||
notices remain intact. You may only use a crawler to crawl this Web site
|
||||
as permitted by this Web site’s robots.txt protocol, and AllYouCanGET
|
||||
may block any crawlers in its sole discretion. The use authorized under
|
||||
this agreement is non-commercial in nature (e.g., you may not sell the
|
||||
content you access on or through this Web site.) All other use of this
|
||||
site is prohibited.
|
||||
</p>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
Except for the limited permission in the preceding paragraph,
|
||||
AllYouCanGET does not grant you any express or implied rights or
|
||||
licenses under any patents, trademarks, copyrights, or other proprietary
|
||||
or intellectual property rights. You may not mirror any of the content
|
||||
from this site on another Web site or in any other media. Any software
|
||||
and other materials that are made available for downloading, access, or
|
||||
other use from this site with their own license terms will be governed
|
||||
by such terms, conditions, and notices. Your failure to comply with such
|
||||
terms or any of the terms on this site will result in automatic
|
||||
termination of any rights granted to you, without prior notice, and you
|
||||
must immediately destroy all copies of downloaded materials in your
|
||||
possession, custody or control.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3"><strong>Disclaimer</strong></h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
From time to time, this Web site may contain technical inaccuracies or
|
||||
typographical errors, and we do not warrant the accuracy of any posted
|
||||
information. Please confirm you are using the most up-to-date pages on
|
||||
this Web site, and confirm the accuracy and completeness of information
|
||||
before using it to make decisions relating to services, products, or
|
||||
other matters described in this Web site.
|
||||
</p>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
If any term in this Terms of Use is found by competent judicial
|
||||
authority to be unenforceable in any respect, the validity of the
|
||||
remainder of this Terms of Use will be unaffected, provided that such
|
||||
unenforceability does not materially affect the parties’ rights under
|
||||
this Terms of Use.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>Forward-looking and cautionary statements</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
Except for historical information and discussions, statements set forth
|
||||
throughout this web site may constitute forward-looking statements
|
||||
within the meaning of the Private Securities Litigation Reform Act of
|
||||
1995 or other applicable laws. These statements involve a number of
|
||||
risks, uncertainties, and other factors that could cause actual results
|
||||
to differ materially, as discussed in the company’s filings with
|
||||
the U.S. Securities and Exchange Commission. See the “SEC filings” tab
|
||||
under “Investor relations” on this Web site for copies of such filings.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>Confidential information</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
AllYouCanGET does not want to receive confidential or proprietary
|
||||
information from you through our Web site. Please note that any
|
||||
information or material sent to AllYouCanGET will be deemed NOT to be
|
||||
confidential. By sending AllYouCanGET any information or material, you
|
||||
grant AllYouCanGET an unrestricted, irrevocable license to copy,
|
||||
reproduce, publish, upload, post, transmit, distribute, publicly
|
||||
display, perform, modify, create derivative works from, and otherwise
|
||||
freely use, those materials or information. You also agree that
|
||||
AllYouCanGET is free to use any ideas, concepts, know-how, or techniques
|
||||
that you send us for any purpose. However, we will not release your name
|
||||
or otherwise publicize the fact that you submitted materials or other
|
||||
information to us unless: (a) we obtain your permission to use your
|
||||
name; or (b) we first notify you that the materials or other information
|
||||
you submit to a particular part of this site will be published or
|
||||
otherwise used with your name on it; or (c) we are required to do so by
|
||||
law. Personally-identifiable information that you submit to AllYouCanGET
|
||||
for the purpose of receiving products or services will be handled in
|
||||
accordance with our privacy policies. Please see the tab entitled
|
||||
“Privacy” for information regarding AllYouCanGET’s privacy policies.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>U.S. government restricted rights</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
AllYouCanGET provides the software downloaded from this Web site to U.S.
|
||||
Government users with “RESTRICTED RIGHTS.” Use, reproduction, or
|
||||
disclosure is subject to the restrictions set forth in AllYouCanGET’s
|
||||
GSA ADP Schedule contract.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>Global availability</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
Information AllYouCanGET publishes on the Internet may contain
|
||||
references or cross references to AllYouCanGET products, programs and
|
||||
services that are not announced or available in your country. Such
|
||||
references do not imply that AllYouCanGET intends to announce or make
|
||||
available such products, programs, or services in your country. Please
|
||||
consult your local AllYouCanGET business contact for information
|
||||
regarding the products, programs, and services that may be available to
|
||||
you.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>Business relationships</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
This Web site may provide links or references to non-AllYouCanGET Web
|
||||
sites and resources. AllYouCanGET makes no representations, warranties,
|
||||
or other commitments or endorsements whatsoever about any
|
||||
non-AllYouCanGET Web sites or third-party resources (including any
|
||||
Lenovo Web site) that may be referenced, accessible from, or linked to
|
||||
any AllYouCanGET site. In addition, AllYouCanGET is not a party to or
|
||||
responsible for any transactions you may enter into with third parties,
|
||||
even if you learn of such parties (or use a link to such parties) from
|
||||
an AllYouCanGET site. When you access a non-AllYouCanGET Web site, even
|
||||
one that may contain the AllYouCanGET-logo, please understand that it is
|
||||
independent from AllYouCanGET, and that AllYouCanGET does not control
|
||||
the content on that Web site. It is up to you to take precautions to
|
||||
protect yourself from viruses, worms, Trojan horses, and other
|
||||
potentially destructive programs, and to protect your information.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>Linking to this site</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
AllYouCanGET consents only to links to this Web site in which the link
|
||||
and the pages that are activated by the link do not: (a) create frames
|
||||
around any page on this Web site or use other techniques that alter in
|
||||
any way the visual presentation or appearance of any content within this
|
||||
site; (b) misrepresent your relationship with AllYouCanGET; (c) imply
|
||||
that AllYouCanGET approves or endorses you, your Web site, or your
|
||||
service or product offerings; and (d) present false or misleading
|
||||
impressions about AllYouCanGET or otherwise damage the goodwill
|
||||
associated with the AllYouCanGET name or trademarks. As a further
|
||||
condition to being permitted to link to this site, you agree that
|
||||
AllYouCanGET may at any time, in its sole discretion, terminate
|
||||
permission to link to this Web site. In such event, you agree to
|
||||
immediately remove all links to this Web site and to cease any related
|
||||
use of AllYouCanGET trademarks.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>DISCLAIMER OF WARRANTY</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
USE OF THIS SITE IS AT YOUR SOLE RISK. ALL MATERIALS, INFORMATION,
|
||||
PRODUCTS, SOFTWARE, PROGRAMS, AND SERVICES ARE PROVIDED “AS
|
||||
IS,” WITH NO WARRANTIES OR GUARANTEES WHATSOEVER. AllYouCanGET
|
||||
EXPRESSLY DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY LAW ALL EXPRESS,
|
||||
IMPLIED, STATUTORY, AND OTHER WARRANTIES, GUARANTEES, OR
|
||||
REPRESENTATIONS, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT
|
||||
OF PROPRIETARY AND INTELLECTUAL PROPERTY RIGHTS. WITHOUT LIMITATION,
|
||||
AllYouCanGET MAKES NO WARRANTY OR GUARANTEE THAT THIS WEB SITE WILL BE
|
||||
UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE.
|
||||
</p>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
YOU UNDERSTAND AND AGREE THAT IF YOU DOWNLOAD OR OTHERWISE OBTAIN
|
||||
MATERIALS, INFORMATION, PRODUCTS, SOFTWARE, PROGRAMS, OR SERVICES FROM
|
||||
THIS WEB SITE, YOU DO SO AT YOUR OWN DISCRETION AND RISK AND THAT YOU
|
||||
WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGES THAT MAY RESULT, INCLUDING
|
||||
LOSS OF DATA OR DAMAGE TO YOUR COMPUTER SYSTEM. SOME JURISDICTIONS DO
|
||||
NOT ALLOW THE EXCLUSION OF WARRANTIES, SO THE ABOVE EXCLUSIONS MAY NOT
|
||||
APPLY TO YOU.
|
||||
</p>
|
||||
<h3 class="text-xl font-bold mb-3">
|
||||
<strong>LIMITATION OF LIABILITY</strong>
|
||||
</h3>
|
||||
<p class="text-lg text-gray-600 mb-8">
|
||||
TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL
|
||||
AllYouCanGET BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES OF ANY TYPE
|
||||
WHATSOEVER RELATED TO OR ARISING FROM THIS WEB SITE OR ANY USE OF THIS
|
||||
WEB SITE, OR OF ANY SITE OR RESOURCE LINKED TO, REFERENCED, OR ACCESSED
|
||||
THROUGH THIS WEB SITE, OR FOR THE USE OR DOWNLOADING OF, OR ACCESS TO,
|
||||
ANY MATERIALS, INFORMATION, PRODUCTS, OR SERVICES, INCLUDING, WITHOUT
|
||||
LIMITATION, ANY LOST PROFITS, BUSINESS INTERRUPTION, LOST SAVINGS OR
|
||||
LOSS OF PROGRAMS OR OTHER DATA, EVEN IF AllYouCanGET IS EXPRESSLY
|
||||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS EXCLUSION AND WAIVER OF
|
||||
LIABILITY APPLIES TO ALL CAUSES OF ACTION, WHETHER BASED ON CONTRACT,
|
||||
WARRANTY, TORT, OR ANY OTHER LEGAL THEORIES.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user