119 lines
3.0 KiB
Markdown
119 lines
3.0 KiB
Markdown
---
|
|
title: "Welcome to WWS! :tada:"
|
|
description: "This is a demo of the Congo theme for Hugo."
|
|
layout: 'simple'
|
|
draft: true
|
|
---
|
|
<!---->
|
|
|
|
{{< lead-centered >}}
|
|
A powerful, lightweight theme for Hugo built with Tailwind CSS.
|
|
{{< /lead-centered >}}
|
|
|
|
Dies sind unsere Logos:
|
|
<!---->
|
|
<!---->
|
|
|
|
<!--Und ein anderer Versuch in fast transparent:
|
|
{{< figure-transparent
|
|
src="/images/Logo_WWS_sw.svg"
|
|
alt="Logo SW Transparent"
|
|
caption="Logo in SW Transparent"
|
|
class="max-w-xs opacity-25"
|
|
>}}-->
|
|
|
|
# Logo
|
|
## Logo
|
|
### Logo
|
|
|
|
{{< figure
|
|
src="/neu/images/Logo_WWS_sw.svg"
|
|
alt="Logo des WWS"
|
|
link="https://www.wws-berlin.com"
|
|
title="Logotitel"
|
|
caption="Logo in klein"
|
|
default=true
|
|
width=20%
|
|
attr="attr"
|
|
attrlink="https://www.google.de"
|
|
>}}
|
|
|
|
<!--link="https://www.nps.gov/zion/index.htm"-->
|
|
|
|
This is a demo site built entirely using Congo. It also contains a complete set of STUFF. Congo is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.
|
|
|
|
{{< details summary="See the details" >}}
|
|
This is a **bold** word.
|
|
|
|
- [x] item 1
|
|
- [ ] item 2
|
|
- [ ] item 3
|
|
- [ ] item 4
|
|
|
|
TEXT
|
|
|
|
- listitem1
|
|
- unteritem1
|
|
- unteritem1
|
|
- listitem2
|
|
- listitem3
|
|
- listitem4
|
|
{{< /details >}}
|
|
|
|
Hugo bietet außerdem QR-Codes:
|
|
<!--{{< qr level="low" scale=4 alt="QR code of vCard for WWS" >}}
|
|
BEGIN:VCARD
|
|
VERSION:2.1
|
|
N;CHARSET=UTF-8:WWS e.V.
|
|
FN;CHARSET=UTF-8:Wald- und Wiesenschützen
|
|
ORG;CHARSET=UTF-8:Wald- und Wiesenschützen e.V.
|
|
ADR;HOME:;;Grauammerpfad 35;Berlin;;12527;Deutschland
|
|
EMAIL;TYPE=WORK:info@wws-berlin.com
|
|
URL:https://wws-berlin.com
|
|
END:VCARD
|
|
{{< /qr >}}-->
|
|
|
|
{{< qr level="low" scale=4 alt="QR code of vCard for WWS" >}}
|
|
BEGIN:VCARD
|
|
VERSION:3.0
|
|
N:WWS e.V.
|
|
FN:WWS e.V.
|
|
ORG:Wald- und Wiesenschützen e.V.;
|
|
item1.EMAIL;type=INTERNET;type=pref:info@wws-berlin.com
|
|
item1.X-ABLabel:other
|
|
ADR;type=OTHER;type=pref:;;Grauammerpfad 35;Berlin;;12527;Deutschland
|
|
item3.URL;type=pref:https://wws-berlin.de
|
|
item3.X-ABLabel:_$!<HomePage>!$_
|
|
X-ABShowAs:COMPANY
|
|
END:VCARD
|
|
{{< /qr >}}
|
|
|
|
|
|
HTML-Elemente gehen auch:
|
|
<h1>
|
|
<p style="text-align:center;">
|
|
Text_content
|
|
</p>
|
|
</h2>
|
|
|
|
<div style="text-align: center;margin-left: auto;
|
|
margin-right: auto;
|
|
width: 40%">
|
|
|
|
+++TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST TESTTESTTEST +++
|
|

|
|
|
|
</div>
|
|
|
|
| Item | Price | # In stock |
|
|
|-------------:|:-----:|-----------:|
|
|
| Juicy Apples | 1.99 | 739 |
|
|
| Bananas | 1.89 | 6 |
|
|
|
|
|
|
<table style="margin-left: auto; margin-right: auto;">
|
|
<tr><th>Item</th> <th>Price</th> <th># In stock</th></tr>
|
|
<tr><td>Juicy Apples</td> <td>1.99</td> <td>739</td></tr>
|
|
<tr><td>Bananas</td> <td>1.89</td> <td>6</td></tr>
|
|
</table>
|