chore: format code and improve readability in README, index.php, and navbar snippet

This commit is contained in:
2025-06-26 19:55:16 +02:00
parent 23aac0c687
commit b65011b0c4
15 changed files with 6726 additions and 5214 deletions
+15 -11
View File
@@ -1,13 +1,15 @@
<img src="http://getkirby.com/assets/images/github/plainkit.jpg" width="300">
**Kirby: the CMS that adapts to any project, loved by developers and editors alike.**
The Plainkit is a minimal Kirby setup with the basics you need to start a project from scratch. It is the ideal choice if you are already familiar with Kirby and want to start step-by-step.
The Plainkit is a minimal Kirby setup with the basics you need to start a project from scratch. It is the ideal choice
if you are already familiar with Kirby and want to start step-by-step.
You can learn more about Kirby at [getkirby.com](https://getkirby.com).
### Try Kirby for free
You can try Kirby and the Plainkit on your local machine or on a test server as long as you need to make sure it is the right tool for your next project. … and when youre convinced, [buy your license](https://getkirby.com/buy).
You can try Kirby and the Plainkit on your local machine or on a test server as long as you need to make sure it is the
right tool for your next project. … and when youre convinced, [buy your license](https://getkirby.com/buy).
### Get going
@@ -20,15 +22,17 @@ If you are familiar with Git, you can clone Kirby's Plainkit repository from Git
## What's Kirby?
- **[getkirby.com](https://getkirby.com)** Get to know the CMS.
- **[Try it](https://getkirby.com/try)** Take a test ride with our online demo. Or download one of our kits to get started.
- **[Documentation](https://getkirby.com/docs/guide)** Read the official guide, reference and cookbook recipes.
- **[Issues](https://github.com/getkirby/kirby/issues)** Report bugs and other problems.
- **[Feedback](https://feedback.getkirby.com)** You have an idea for Kirby? Share it.
- **[Forum](https://forum.getkirby.com)** Whenever you get stuck, don't hesitate to reach out for questions and support.
- **[Discord](https://chat.getkirby.com)** Hang out and meet the community.
- **[Mastodon](https://mastodon.social/@getkirby)** Spread the word.
- **[Bluesky](https://bsky.app/profile/getkirby.com)** Spread the word.
- **[getkirby.com](https://getkirby.com)** Get to know the CMS.
- **[Try it](https://getkirby.com/try)** Take a test ride with our online demo. Or download one of our kits to get
started.
- **[Documentation](https://getkirby.com/docs/guide)** Read the official guide, reference and cookbook recipes.
- **[Issues](https://github.com/getkirby/kirby/issues)** Report bugs and other problems.
- **[Feedback](https://feedback.getkirby.com)** You have an idea for Kirby? Share it.
- **[Forum](https://forum.getkirby.com)** Whenever you get stuck, don't hesitate to reach out for questions and
support.
- **[Discord](https://chat.getkirby.com)** Hang out and meet the community.
- **[Mastodon](https://mastodon.social/@getkirby)** Spread the word.
- **[Bluesky](https://bsky.app/profile/getkirby.com)** Spread the word.
---
+128 -128
View File
@@ -2,133 +2,133 @@
* copyright (C) 2009-2013 Paolo Casaschi
* see README file and http://pgn4web.casaschi.net
* for credits, license and more details */
@import url("../fonts/pgn4web-font-LiberationSans.css");
@import url("../fonts/pgn4web-font-ChessSansUsual.css");
div,
span,
table,
tr,
td {
font-family: 'pgn4web Liberation Sans', sans-serif;
/* fixes IE9 body css issue */
}
.boardTable {
border-style: double;
border-color: black;
border-width: 3px;
width: 600px;
height: 600px;
}
.pieceImage {
width: 60px;
height: 60px;
}
.whiteSquare,
.blackSquare,
.highlightWhiteSquare,
.highlightBlackSquare {
width: 55px;
height: 55px;
border-style: solid;
border-width: 1px;
}
.whiteSquare,
.highlightWhiteSquare {
border-color: #EFF4EC;
background: #EFF4EC;
}
.blackSquare,
.highlightBlackSquare {
border-color: #C6CEC3;
background: #C6CEC3;
}
.highlightWhiteSquare,
.highlightBlackSquare {
border-style: inset;
border-color: gray;
}
.selectControl {
/* a "width" attribute here must use the !important flag to override default settings */
}
.optionSelectControl {
}
.buttonControlPlay,
.buttonControlStop,
.buttonControl {
/* a "width" attribute here must use the !important flag to override default settings */
}
.buttonControlSpace {
/* a "width" attribute here must use the !important flag to override default settings */
}
.searchPgnButton {
/* a "width" attribute here must use the !important flag to override default settings */
}
.searchPgnExpression {
/* a "width" attribute here must use the !important flag to override default settings */
}
.move,
.variation,
.comment {
line-height: 1.4em;
font-weight: normal;
font-size: 1.5rem;
font-family: 'pgn4web ChessSansUsual', 'pgn4web Liberation Sans', sans-serif;
}
.move,
.variation,
.commentMove {
font-family: 'pgn4web ChessSansUsual', 'pgn4web Liberation Sans', sans-serif;
}
a.move,
a.variation,
.commentMove {
white-space: nowrap;
}
.move,
.variation {
text-decoration: none;
}
a.move:hover,
a.variation:hover {
text-decoration: underline;
}
.move {
color: #c6c6c6;
}
.comment,
.variation,
.label {
color: gray;
}
a.variation {
color: gray;
}
.moveOn,
.variationOn {
background: #DAF4D7;
}
@import url("../fonts/pgn4web-font-LiberationSans.css");
@import url("../fonts/pgn4web-font-ChessSansUsual.css");
div,
span,
table,
tr,
td {
font-family: 'pgn4web Liberation Sans', sans-serif;
/* fixes IE9 body css issue */
}
.boardTable {
border-style: double;
border-color: black;
border-width: 3px;
width: 600px;
height: 600px;
}
.pieceImage {
width: 60px;
height: 60px;
}
.whiteSquare,
.blackSquare,
.highlightWhiteSquare,
.highlightBlackSquare {
width: 55px;
height: 55px;
border-style: solid;
border-width: 1px;
}
.whiteSquare,
.highlightWhiteSquare {
border-color: #EFF4EC;
background: #EFF4EC;
}
.blackSquare,
.highlightBlackSquare {
border-color: #C6CEC3;
background: #C6CEC3;
}
.highlightWhiteSquare,
.highlightBlackSquare {
border-style: inset;
border-color: gray;
}
.selectControl {
/* a "width" attribute here must use the !important flag to override default settings */
}
.optionSelectControl {
}
.buttonControlPlay,
.buttonControlStop,
.buttonControl {
/* a "width" attribute here must use the !important flag to override default settings */
}
.buttonControlSpace {
/* a "width" attribute here must use the !important flag to override default settings */
}
.searchPgnButton {
/* a "width" attribute here must use the !important flag to override default settings */
}
.searchPgnExpression {
/* a "width" attribute here must use the !important flag to override default settings */
}
.move,
.variation,
.comment {
line-height: 1.4em;
font-weight: normal;
font-size: 1.5rem;
font-family: 'pgn4web ChessSansUsual', 'pgn4web Liberation Sans', sans-serif;
}
.move,
.variation,
.commentMove {
font-family: 'pgn4web ChessSansUsual', 'pgn4web Liberation Sans', sans-serif;
}
a.move,
a.variation,
.commentMove {
white-space: nowrap;
}
.move,
.variation {
text-decoration: none;
}
a.move:hover,
a.variation:hover {
text-decoration: underline;
}
.move {
color: #c6c6c6;
}
.comment,
.variation,
.label {
color: gray;
}
a.variation {
color: gray;
}
.moveOn,
.variationOn {
background: #DAF4D7;
}
+926 -740
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -14,8 +14,8 @@
*/
@font-face {
font-family: 'pgn4web ChessSansUsual';
src: url('ChessSansUsual.eot');
src: url('ChessSansUsual.eot?#iefix') format('embedded-opentype'), url('ChessSansUsual.woff') format('woff'), url('ChessSansUsual.ttf') format('truetype'), url('ChessSansUsual.svg#ChessSansUsual') format('svg');
font-family: 'pgn4web ChessSansUsual';
src: url('ChessSansUsual.eot');
src: url('ChessSansUsual.eot?#iefix') format('embedded-opentype'), url('ChessSansUsual.woff') format('woff'), url('ChessSansUsual.ttf') format('truetype'), url('ChessSansUsual.svg#ChessSansUsual') format('svg');
}
+8 -8
View File
@@ -11,16 +11,16 @@
*/
@font-face {
font-family: 'pgn4web Liberation Sans';
src: url('LiberationSans-Regular.eot');
src: url('LiberationSans-Regular.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Regular.woff') format('woff'), url('LiberationSans-Regular.ttf') format('truetype'), url('LiberationSans-Regular.svg#LiberationSans') format('svg');
font-weight: normal;
font-family: 'pgn4web Liberation Sans';
src: url('LiberationSans-Regular.eot');
src: url('LiberationSans-Regular.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Regular.woff') format('woff'), url('LiberationSans-Regular.ttf') format('truetype'), url('LiberationSans-Regular.svg#LiberationSans') format('svg');
font-weight: normal;
}
@font-face {
font-family: 'pgn4web Liberation Sans';
src: url('LiberationSans-Bold.eot');
src: url('LiberationSans-Bold.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Bold.woff') format('woff'), url('LiberationSans-Bold.ttf') format('truetype'), url('LiberationSans-Bold.svg#LiberationSans-Bold') format('svg');
font-weight: bold;
font-family: 'pgn4web Liberation Sans';
src: url('LiberationSans-Bold.eot');
src: url('LiberationSans-Bold.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Bold.woff') format('woff'), url('LiberationSans-Bold.ttf') format('truetype'), url('LiberationSans-Bold.svg#LiberationSans-Bold') format('svg');
font-weight: bold;
}
+3960 -2811
View File
File diff suppressed because it is too large Load Diff
+46 -36
View File
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 338.1 345.1" enable-background="new 0 0 338.1 345.1" xml:space="preserve">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px"
y="0px"
viewBox="0 0 338.1 345.1" enable-background="new 0 0 338.1 345.1" xml:space="preserve">
<g>
<g>
<rect x="87.8" y="138.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -105.593 183.8373)" fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" width="162.6" height="162.6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.7,218.5L168.2,111l0.9-0.9l0.9,0.9l107.5,107.5l0.9,0.9l-0.9,0.9L170,327.8
<rect x="87.8" y="138.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -105.593 183.8373)"
fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" width="162.6" height="162.6"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.7,218.5L168.2,111l0.9-0.9l0.9,0.9l107.5,107.5l0.9,0.9l-0.9,0.9L170,327.8
l-0.9,0.9l-0.9-0.9L60.7,220.3l-0.9-0.9L60.7,218.5L60.7,218.5z M75.6,207.1l12.7,12.7L76,232.1l13.5,13.5l12.2-12.2l13.4,13.4
L103,259l13.5,13.5l12.3-12.3l13.4,13.4L130,286l13.5,13.5l12.2-12.3l13.4,13.4L157,313l12.2,12.2l12.3-12.3l-12.1-12.1l13.4-13.4
l12.1,12.1l13.5-13.5l-12.1-12.1l13.4-13.4l12.1,12.1l13.5-13.5l-12.1-12.1l13.4-13.4l12.1,12.1l13.5-13.5l-12.1-12.1l12.6-12.5
@@ -24,36 +26,40 @@
M101.8,206.4l-13.4,13.4l13.4,13.4l13.4-13.4L101.8,206.4L101.8,206.4z M128.8,179.4l-13.4,13.4l13.4,13.4l13.4-13.4L128.8,179.4
L128.8,179.4z M155.8,152.4l-13.4,13.4l13.4,13.4l13.4-13.4L155.8,152.4z"/>
</g>
<g>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M297.9,119.3l-23,30.6c-1-1.2-12.5-2.6-14.9-3l33.5,32.9l-21.3,1
l4.5,26.7l-53.6-53.1c-2.7-2.7-5.2-7-1.3-10l20-23.8c-5.8-3.8-11.9-7-18.1-9.7c-32.3-13.9-77.2-13.9-109.4,0
c-6.2,2.7-12.3,5.9-18.1,9.7l20.1,23.8c3.9,3,1.5,7.3-1.3,10l-53.6,53.1l4.5-26.7l-21.3-1l33.6-32.9c-2.3,0.3-13.8,1.8-14.9,3
l-23-30.6C109.2,41.4,229.1,41.5,297.9,119.3z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C59A6" d="M255.2,146.2c-11.2-1.5-20.1-1.8-25.8-1c-9,1.2-4.1,6.7-4.1,6.7
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C59A6" d="M255.2,146.2c-11.2-1.5-20.1-1.8-25.8-1c-9,1.2-4.1,6.7-4.1,6.7
l46.8,46.3l-3.5-20.6l17.3-0.8L255.2,146.2L255.2,146.2z M108.9,145.2c-5.7-0.8-14.6-0.5-25.8,1l-30.7,30.6l17.3,0.8l-3.5,20.6
l46.8-46.3C113,151.9,117.8,146.5,108.9,145.2L108.9,145.2z M225,107.7c-23.8-10.3-44-10.7-54.6-10.8c-11-0.1-32.2,0-57.1,10.8
c-24.5,10.7-40.7,26.6-49.7,37.1c-0.1-0.1-4-5.3-4.1-5.4c-1.3-1.7-13.6-18.1-14.9-19.9c8.6-9.1,53.6-55,124.6-55.1
c45.8,0,91.7,18.3,124.7,55.1c-5,6.7-10,13.3-15,20c-1.3,1.8-2.7,3.6-4,5.4C265.7,134.4,249.5,118.3,225,107.7z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C59A6" d="M270.9,145.3c-8.2-9.1-17-16.8-26.3-23.1L228,142.1
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C59A6" d="M270.9,145.3c-8.2-9.1-17-16.8-26.3-23.1L228,142.1
C239.9,140,259,143.2,270.9,145.3L270.9,145.3z M93.6,122.3c-9.3,6.3-18,14-26.3,23.1c11.9-2.2,31-5.3,42.9-3.3L93.6,122.3z"/>
</g>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C59A6" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" d="
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#1C59A6" stroke="#FFFFFF" stroke-width="2"
stroke-miterlimit="10" d="
M13,276.7h31.8v27h3.6h17.1v9.3H13l18.1-18.1L13,276.7L13,276.7z M325.1,276.7h-31.8v27h-3.6h-17.1v9.3h52.5l-18.1-18.1
L325.1,276.7L325.1,276.7z M45.3,303.1h18.2h15.2v-27h3.6h17.1v-9.3H63.4H45.3V303.1L45.3,303.1z M292.8,303.1h-18.2h-15.2v-27
h-3.6h-17.1v-9.3h35.9h18.2V303.1L292.8,303.1z M79.1,313v-36.3h179.8V313H79.1z"/>
</g>
<text transform="matrix(1 0 0 1 91.0278 305.7615)" fill="#FFFFFF" font-family="'Ubuntu'" font-size="30px">Bad Steben</text>
<text transform="matrix(0.7071 -0.7071 0.7071 0.7071 79.1546 175.828)" fill="#FFFFFF" font-family="'YanoneKaffeesatz-Regular'" font-size="23px">19</text>
<text transform="matrix(0.7071 0.7071 -0.7071 0.7071 242.7391 161.5957)" fill="#FFFFFF" font-family="'YanoneKaffeesatz-Regular'" font-size="23px">82</text>
<path id="SVGID_x5F_1_x5F_" fill="none" d="M59.4,140.4c7.9-8.5,47.2-49.5,109.1-49.7c61.6-0.2,101.1,40,109.1,48.5"/>
<text> <textPath xlink:href="#SVGID_x5F_1_x5F_" startOffset="3.418%">
<tspan fill="#FFFFFF" font-family="'Ubuntu'" font-size="25px">Schachfreunde</tspan> </textPath>
<text transform="matrix(1 0 0 1 91.0278 305.7615)" fill="#FFFFFF" font-family="'Ubuntu'"
font-size="30px">Bad Steben</text>
<text transform="matrix(0.7071 -0.7071 0.7071 0.7071 79.1546 175.828)" fill="#FFFFFF"
font-family="'YanoneKaffeesatz-Regular'" font-size="23px">19</text>
<text transform="matrix(0.7071 0.7071 -0.7071 0.7071 242.7391 161.5957)" fill="#FFFFFF"
font-family="'YanoneKaffeesatz-Regular'" font-size="23px">82</text>
<path id="SVGID_x5F_1_x5F_" fill="none" d="M59.4,140.4c7.9-8.5,47.2-49.5,109.1-49.7c61.6-0.2,101.1,40,109.1,48.5"/>
<text> <textPath xlink:href="#SVGID_x5F_1_x5F_" startOffset="3.418%">
<tspan fill="#FFFFFF" font-family="'Ubuntu'" font-size="25px">Schachfreunde</tspan> </textPath>
</text>
</g>
<g id="Figuren_2_">
<g id="Figuren_2_">
<g>
<g>
<path fill="#FFFFFF" d="M97.8,258.3c-4.1,0-7.5-3.3-7.5-7.5c0-2.4,1.1-4.5,2.9-5.9c-0.1-0.4-0.1-0.9-0.1-1.3
@@ -61,14 +67,14 @@
l-2.2,1.5c0.5,0.8,0.7,1.8,0.7,2.8c0,2.1-1.1,3.9-2.8,4.9l3.9,35.5c3.4,1,5.8,4.2,5.8,7.9c0,0.3,0,0.7-0.1,1
c2,1.4,3.2,3.6,3.2,6.2c0,4.1-3.3,7.5-7.5,7.5H97.8z"/>
</g>
<path fill="#040306" d="M140.1,246.4c0.5-0.8,0.8-1.8,0.8-2.8c0-2.9-2.3-5.2-5.2-5.2h-0.4l-4.4-40.3h0.3c1.5,0,2.7-1.2,2.7-2.7
<path fill="#040306" d="M140.1,246.4c0.5-0.8,0.8-1.8,0.8-2.8c0-2.9-2.3-5.2-5.2-5.2h-0.4l-4.4-40.3h0.3c1.5,0,2.7-1.2,2.7-2.7
c0-1.5-1.2-2.7-2.7-2.7h-0.4l4.6-3.1v-11h-14v4.9h-6.2v-4.9h-14v11l4.6,3.1h-0.4c-1.5,0-2.7,1.2-2.7,2.7c0,1.5,1.2,2.7,2.7,2.7
h0.3l-4.4,40.3c-2.9,0-5.2,2.3-5.2,5.2c0,1,0.3,2,0.8,2.8c-2.1,0.4-3.6,2.2-3.6,4.4c0,2.5,2,4.4,4.4,4.4h41.8c2.5,0,4.5-2,4.5-4.4
C144,248.5,142.3,246.6,140.1,246.4z M103.1,188v-8h3.4l-0.2,8l1.4,3.2L103.1,188z M102.2,247.1h-0.3c-1.9,0-3.5-1.6-3.5-3.5
c0-1.9,1.6-3.5,3.5-3.5h0.3c-1.2,0.7-2,2-2,3.5C100.2,245.1,101,246.4,102.2,247.1z M107.7,238.5l-3.6-0.1l4.1-39.9h1.9
L107.7,238.5z"/>
</g>
<g>
<g>
<g>
<path fill="#FFFFFF" d="M197.7,257.7c-3.9,0-7.1-3.2-7.1-7.1c0-2.3,1.1-4.3,2.7-5.6c-0.1-0.4-0.1-0.8-0.1-1.2c0-4,3.1-7.3,7-7.7
c6.3-7.6,8.2-19.1,8.9-25.2c-3.1-0.2-5.6-2.8-5.6-6c0-2,0.9-3.7,2.4-4.8c0-0.3-0.1-0.6-0.1-0.9c0-2.1,1-3.9,2.6-5
@@ -76,7 +82,7 @@
c9.3,9.1,7.5,19.8,5.1,26.1c1.6,1.1,2.6,2.9,2.6,5c0,0.3,0,0.6-0.1,0.9c1.5,1.1,2.4,2.8,2.4,4.8c0,3.2-2.5,5.8-5.6,6
c0.6,6.2,2.6,17.7,8.9,25.3c3.7,0.6,6.6,3.8,6.6,7.7c0,0.3,0,0.7-0.1,1c1.9,1.3,3.1,3.4,3.1,5.8c0,3.9-3.2,7.1-7.1,7.1H197.7z"/>
</g>
<path fill="#010202" d="M242.6,246.5c0.5-0.8,0.8-1.7,0.8-2.6c0-2.7-2.2-4.9-4.9-4.9h-0.2c-8.8-9.7-10.3-26-10.6-30.9h2.7
<path fill="#010202" d="M242.6,246.5c0.5-0.8,0.8-1.7,0.8-2.6c0-2.7-2.2-4.9-4.9-4.9h-0.2c-8.8-9.7-10.3-26-10.6-30.9h2.7
c1.8,0,3.2-1.4,3.2-3.2c0-1.8-1.4-3.2-3.2-3.2H230c0.7-0.6,1.2-1.5,1.2-2.5c0-1.8-1.4-3.2-3.2-3.2h-0.5c2.8-5.6,6.8-17.6-4.6-27.2
c0.5-0.6,0.8-1.4,0.8-2.3c0-2.1-1.7-3.7-3.7-3.7c-2.1,0-3.7,1.7-3.7,3.7c0,0.9,0.3,1.7,0.8,2.3c-11.4,9.5-7.4,21.6-4.6,27.2h-0.5
c-1.8,0-3.2,1.4-3.2,3.2c0,1,0.5,1.9,1.2,2.5h-0.4c-1.8,0-3.2,1.4-3.2,3.2c0,1.8,1.4,3.2,3.2,3.2h2.7c-0.3,4.9-1.8,21.2-10.6,30.9
@@ -84,7 +90,7 @@
C246.4,248.5,244.8,246.7,242.6,246.5z M213.2,183.7c0,0-0.3,6.7,1.8,12c-1.2-2.9-2.7-5.3-3.3-8.5c-1-5.1,0-10.8,4-14.5
c2.8-2.5,6.9-2.1,9,1.2C224.8,174,215.6,170.2,213.2,183.7z"/>
</g>
<g>
<g>
<g>
<path fill="#FFFFFF" d="M138.6,267.3c-6.1,0-11.1-5-11.1-11.1c0-3.5,1.7-6.7,4.3-8.8c-0.1-0.6-0.1-1.3-0.1-1.9
c0-5,3.1-9.4,7.6-11.3c1-2.5,2.7-4.9,5-7.1c-1.3-1.7-2.6-3.6-3.8-5.8c-4.6-8.9-3.2-19.3,3.6-27c2-2.2,4.3-4.1,6.6-5.9
@@ -94,7 +100,7 @@
c4.5,1.8,7.6,6.3,7.6,11.3c0,0.5,0,1-0.1,1.5c2.9,2,4.8,5.4,4.8,9.1c0,6.1-5,11.1-11.1,11.1H138.6z M153.6,185
c-0.4,1.1-1.1,2-1.9,2.7c0.5-0.4,1-0.8,1.6-1.1c2-1.5,4-2.9,5.7-4.5c-0.1,0-0.2-0.1-0.3-0.1L153.6,185z"/>
</g>
<path fill="#F0AA38" d="M201.2,249.7c0.8-1.2,1.2-2.6,1.2-4.1c0-3.9-2.9-7.1-6.7-7.6c-0.8-4.5-5.5-9.5-12.2-12.6
<path fill="#F0AA38" d="M201.2,249.7c0.8-1.2,1.2-2.6,1.2-4.1c0-3.9-2.9-7.1-6.7-7.6c-0.8-4.5-5.5-9.5-12.2-12.6
c0.6-2.4,1.9-3.9,2.2-4.4c4.6-6.4,10.6-11,14.6-18c7.6-13.2,8.8-35.4-2.8-47.2c-13.2-13.5-25.3-11.3-31.1-9l-7.8-3.7l2.5,7l-8,5.2
c0,0-2.1,2.6-2.1,3.9l-11.1,7.4c0,0-7.1,2.1-2.4,12.9c0,0,0.5,1.7,2.1,1.1l4.8-3.1c0.1-0.4,0.5-0.9,1.1-1.1c0.8-0.4,1.8-0.3,2,0.3
c0.3,0.6-0.2,1.4-1,1.8c-0.3,0.2-0.6,0.2-0.9,0.2l-4.8,3.4c0,0-2,1,1.8,2.6c0,0,6.5,2.8,7.1-2.4l9-5.3c0,0,3.4,2.6,7.7,3.5
@@ -104,27 +110,31 @@
"/>
</g>
</g>
<g>
<g>
<path fill="#1C59A6" d="M173.6,256.6h-9.7c2.1,2.4,6.8,9.6-0.3,19.1h10.2C166.7,266.3,171.5,259,173.6,256.6z"/>
<path fill="#1C59A6" d="M177.9,255.5H160c0,0-0.6-3.8,2.8-3.9c3.4-0.1,13.3,0,13.3,0S178.1,251.9,177.9,255.5z"/>
<path fill="#1C59A6" d="M147,238c0,0-16.5-3.2-24.3,9.7c-7.8,12.9,2.4,25.5,7.4,23.5c5-2-4.5-6.1-4.8-16.1
<path fill="#1C59A6" d="M177.9,255.5H160c0,0-0.6-3.8,2.8-3.9c3.4-0.1,13.3,0,13.3,0S178.1,251.9,177.9,255.5z"/>
<path fill="#1C59A6" d="M147,238c0,0-16.5-3.2-24.3,9.7c-7.8,12.9,2.4,25.5,7.4,23.5c5-2-4.5-6.1-4.8-16.1
C124.9,245.1,132.3,238.1,147,238z"/>
<path fill="#1C59A6" d="M136,228.8c-23.4,0.2-33.1,17.5-32.2,27.8c1,10.2,11.9,10.5,11.4,4.6c-0.5-5.8,0.2-20.5,17-25.6
<path fill="#1C59A6" d="M136,228.8c-23.4,0.2-33.1,17.5-32.2,27.8c1,10.2,11.9,10.5,11.4,4.6c-0.5-5.8,0.2-20.5,17-25.6
c16.8-5.1,28.1,4.2,33.6,14.9C165.9,250.5,159.3,228.5,136,228.8z"/>
<path fill="#1C59A6" d="M142.5,220.3c-20.7-7.8-35.3,3.2-28.5,7.6c6.8,4.4,36.4-16.4,53.3,21.4
<path fill="#1C59A6" d="M142.5,220.3c-20.7-7.8-35.3,3.2-28.5,7.6c6.8,4.4,36.4-16.4,53.3,21.4
C167.4,249.3,163.2,228.1,142.5,220.3z"/>
<path fill="#1C59A6" d="M156.7,218.6c-10.2-11-18.8-10.7-18-5.4c0.7,5.4,22.2,5.9,29,31.9C167.6,245.1,166.9,229.5,156.7,218.6z"/>
<path fill="#1C59A6" d="M191.4,238c0,0,16.5-3.2,24.3,9.7c7.8,12.9-2.4,25.5-7.4,23.5c-5-2,4.5-6.1,4.8-16.1
<path fill="#1C59A6"
d="M156.7,218.6c-10.2-11-18.8-10.7-18-5.4c0.7,5.4,22.2,5.9,29,31.9C167.6,245.1,166.9,229.5,156.7,218.6z"/>
<path fill="#1C59A6" d="M191.4,238c0,0,16.5-3.2,24.3,9.7c7.8,12.9-2.4,25.5-7.4,23.5c-5-2,4.5-6.1,4.8-16.1
C213.5,245.1,206.1,238.1,191.4,238z"/>
<path fill="#1C59A6" d="M172.5,250.5c5.5-10.6,16.8-20,33.6-14.9c16.8,5.1,17.5,19.7,17,25.6c-0.5,5.9,10.5,5.6,11.5-4.6
<path fill="#1C59A6" d="M172.5,250.5c5.5-10.6,16.8-20,33.6-14.9c16.8,5.1,17.5,19.7,17,25.6c-0.5,5.9,10.5,5.6,11.5-4.6
c1-10.2-8.8-27.5-32.1-27.8C179.1,228.5,172.5,250.5,172.5,250.5z"/>
<path fill="#1C59A6" d="M171,249.3c17-37.8,46.5-17.1,53.3-21.4c6.8-4.4-7.8-15.3-28.5-7.6C175.2,228.1,171,249.3,171,249.3z"/>
<path fill="#1C59A6" d="M170.8,245.1c6.8-26,28.3-26.6,29-31.9c0.7-5.4-7.8-5.6-18,5.4C171.5,229.5,170.8,245.1,170.8,245.1z"/>
<path fill="#1C59A6" d="M173.5,211.7c-12.9-8-20.5-3.4-20.5-3.4c16.1,13.6,16.1,42.6,16.1,42.6c2-35.5,15.3-42.9,15.3-42.9
<path fill="#1C59A6"
d="M171,249.3c17-37.8,46.5-17.1,53.3-21.4c6.8-4.4-7.8-15.3-28.5-7.6C175.2,228.1,171,249.3,171,249.3z"/>
<path fill="#1C59A6"
d="M170.8,245.1c6.8-26,28.3-26.6,29-31.9c0.7-5.4-7.8-5.6-18,5.4C171.5,229.5,170.8,245.1,170.8,245.1z"/>
<path fill="#1C59A6" d="M173.5,211.7c-12.9-8-20.5-3.4-20.5-3.4c16.1,13.6,16.1,42.6,16.1,42.6c2-35.5,15.3-42.9,15.3-42.9
C178.1,207.8,173.5,211.7,173.5,211.7z"/>
<path fill="#1C59A6" d="M173.5,210.5c0,0,0.9-7.2,6.3-9.1c5.5-1.9,5.7,2.9,3.2,3.4C180.4,205.2,176.9,205.5,173.5,210.5z"/>
<path fill="#1C59A6"
d="M173.5,210.5c0,0,0.9-7.2,6.3-9.1c5.5-1.9,5.7,2.9,3.2,3.4C180.4,205.2,176.9,205.5,173.5,210.5z"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0D0D0D" d="M204.3,59.2c3.7-11.1,9.7-23.3,17.4-32.4
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0D0D0D" d="M204.3,59.2c3.7-11.1,9.7-23.3,17.4-32.4
c-6.4,0.8-13.8,3.2-18.6,7.7c6.4,8.6-3.5,15.3-15.9,13.3c-13.3-2.1-21.7-11.1-6.5-18.2c-2.5-7.5-6.6-13.7-11.3-19.8
c-4.7,6.2-8.8,12.4-11.3,19.8c15.3,7.1,6.8,16.1-6.5,18.2c-12.4,2-22.4-4.7-15.9-13.3c-4.8-4.4-12.2-6.8-18.6-7.7
c7.7,9.1,13.6,21.3,17.4,32.4C157.6,54.8,181.4,54.8,204.3,59.2L204.3,59.2z M196,46.1c-2.6,0.5-5.6,0.6-8.7,0.1

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Generated
+1202 -1202
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -1,9 +1,9 @@
<?php
require 'vendor/autoload.php';
require 'vendor/autoload.php';
echo (new Kirby([
'roots' => [
'index' => __DIR__
]
]))->render();
echo (new Kirby([
'roots' => [
'index' => __DIR__,
],
]))->render();
+1 -3
View File
@@ -2,14 +2,12 @@
"name": "kirby-composer",
"version": "1.0.0",
"description": "Kirby Composer Template",
"dependencies": {
"@tailwindcss/cli": "^4.1.10",
"tailwindcss": "^4.1.10"
},
"scripts": {
"watch": "npx @tailwindcss/cli -i ./src/css/input.css -o ./assets/css/styles.css --content './site/**/*.php' --watch",
"build": "npx @tailwindcss/cli -i ./src/css/input.css -o ./assets/css/styles.css --content './site/**/*.php'"
}
}
}
+125 -67
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -17,7 +17,8 @@
<div class="prose prose-invert">
<h2 class="text-4xl font-bold text-sf_blau-500 mb-6"><?= $page->title() ?></h2>
<p class="text-lg text-white">
Ihr Text kommt hier. Lorem ipsum dolor sit amet, consectetur
Ihr Text kommt hier. Lorem ipsum dolor sit amet,
consectetur
adipiscing elit.
</p>
</div>
+267 -159
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -24,8 +24,6 @@
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
<?php snippet('navbar') ?>
<?php snippet('hero') ?>
<?= js('assets/js/navbar.js') ?>
</body>
+37 -37
View File
@@ -1,41 +1,41 @@
@import "tailwindcss";
@theme {
--font-sans: 'Ubuntu', sans-serif;
--font-serif: 'Roboto', sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
monospace;
--color-sf_blau-50: #ebeef4;
--color-sf_blau-100: #c7cee4;
--color-sf_blau-200: #a3afd4;
--color-sf_blau-300: #7e91c5;
--color-sf_blau-400: #5574b5;
--color-sf_blau-500: #1d59a5;
--color-sf_blau-600: #1b5197;
--color-sf_blau-700: #184a89;
--color-sf_blau-800: #16437c;
--color-sf_blau-900: #143c6f;
--color-sf_blau-950: #113562;
--color-sf_gelb-50: #fdf4ec;
--color-sf_gelb-100: #fee5c9;
--color-sf_gelb-200: #fed6a6;
--color-sf_gelb-300: #fbc883;
--color-sf_gelb-400: #f6b95f;
--color-sf_gelb-500: #f0ab38;
--color-sf_gelb-600: #dc9d33;
--color-sf_gelb-700: #c88e2f;
--color-sf_gelb-800: #b4802a;
--color-sf_gelb-900: #a17326;
--color-sf_gelb-950: #8e6521;
--color-sf_grau-50: #ededed;
--color-sf_grau-100: #cdcdcd;
--color-sf_grau-200: #adadad;
--color-sf_grau-300: #8f8f8f;
--color-sf_grau-400: #717171;
--color-sf_grau-500: #555555;
--color-sf_grau-600: #4e4e4e;
--color-sf_grau-700: #474747;
--color-sf_grau-800: #404040;
--color-sf_grau-900: #393939;
--color-sf_grau-950: #323232;
--font-sans: 'Ubuntu', sans-serif;
--font-serif: 'Roboto', sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
monospace;
--color-sf_blau-50: #ebeef4;
--color-sf_blau-100: #c7cee4;
--color-sf_blau-200: #a3afd4;
--color-sf_blau-300: #7e91c5;
--color-sf_blau-400: #5574b5;
--color-sf_blau-500: #1d59a5;
--color-sf_blau-600: #1b5197;
--color-sf_blau-700: #184a89;
--color-sf_blau-800: #16437c;
--color-sf_blau-900: #143c6f;
--color-sf_blau-950: #113562;
--color-sf_gelb-50: #fdf4ec;
--color-sf_gelb-100: #fee5c9;
--color-sf_gelb-200: #fed6a6;
--color-sf_gelb-300: #fbc883;
--color-sf_gelb-400: #f6b95f;
--color-sf_gelb-500: #f0ab38;
--color-sf_gelb-600: #dc9d33;
--color-sf_gelb-700: #c88e2f;
--color-sf_gelb-800: #b4802a;
--color-sf_gelb-900: #a17326;
--color-sf_gelb-950: #8e6521;
--color-sf_grau-50: #ededed;
--color-sf_grau-100: #cdcdcd;
--color-sf_grau-200: #adadad;
--color-sf_grau-300: #8f8f8f;
--color-sf_grau-400: #717171;
--color-sf_grau-500: #555555;
--color-sf_grau-600: #4e4e4e;
--color-sf_grau-700: #474747;
--color-sf_grau-800: #404040;
--color-sf_grau-900: #393939;
--color-sf_grau-950: #323232;
}