added files from christoph
This commit is contained in:
parent
ce00fb5b26
commit
cad1d48933
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,4 +10,5 @@
|
||||
resources
|
||||
/etags/
|
||||
.gitignore
|
||||
.todo
|
||||
.todo
|
||||
.DS_Store
|
||||
|
@ -18,3 +18,7 @@ unsafe = true
|
||||
author = "authors"
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
timeline = "timelines"
|
||||
|
||||
[permalinks]
|
||||
timelines = "/timeline/:slug/"
|
||||
|
@ -50,6 +50,12 @@
|
||||
card.classList.add('lumbung-gallery')
|
||||
}
|
||||
})
|
||||
|
||||
// footer random color
|
||||
var color = ['orange','green','blue'];
|
||||
var footer = document.getElementById("footer");
|
||||
var rand = Math.floor(Math.random() * color.length);
|
||||
footer.classList.add(color[rand]);
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
28
themes/lumbung-theme/layouts/authors/list.html
Normal file
28
themes/lumbung-theme/layouts/authors/list.html
Normal file
@ -0,0 +1,28 @@
|
||||
{{ define "main" }}
|
||||
|
||||
|
||||
<h1>{{ .Params.title }}</h1>
|
||||
<img src="{{ .Params.photo }}" height="200px" alt=""/>
|
||||
|
||||
<h2>Bio</h2>
|
||||
{{ .Content }}
|
||||
{{ with .Params.twitter }}
|
||||
<p>
|
||||
<a href="https://twitter.com/{{ substr . 1 }}">
|
||||
Follow {{ $.Params.name }} on Twitter
|
||||
</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
<h2>Posts by {{ .Params.title }}</h2>
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||
{{ .Render "summary"}}
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
{{end}}
|
||||
|
11
themes/lumbung-theme/layouts/authors/terms.html
Normal file
11
themes/lumbung-theme/layouts/authors/terms.html
Normal file
@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h1>Authors</h1>
|
||||
|
||||
<ul>
|
||||
{{ range $name, $taxonomy := .Site.Taxonomies.authors }}
|
||||
<li><a href="/authors/{{ $name | urlize }}">{{ $name | humanize }} ({{ $taxonomy.Count }})</a></li>
|
||||
{{end}}
|
||||
|
||||
</ul>
|
||||
{{ end }}
|
@ -1,42 +1,82 @@
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<section class='entries'>
|
||||
<div class="h-feed">
|
||||
{{ range where (.Paginator 13).Pages "Params.hidden" "ne" "true" }}
|
||||
<div class="welcome-text"><u>lumbung.space</u> is a social and publishing platform for sharing harvests by all members online. It is non-extractive, co governed by the users, and is built on open platforms.</div>
|
||||
<div class="app-columns">
|
||||
<div class="app-column">
|
||||
<a href="/timeline/">
|
||||
<img class="app-icon" src="/img/buttons/harvest.svg" alt="harvest">
|
||||
<p class="app-name">harvest</p>
|
||||
</a>
|
||||
<p class="app-description">Digital timeline of harvests for collective learning</p>
|
||||
</div>
|
||||
|
||||
{{ if in .Params.categories "tv"}}
|
||||
|
||||
{{- partial "video_box.html" . -}}
|
||||
<div class="app-column">
|
||||
<a href="/calendar/">
|
||||
<img class="app-icon" src="/img/buttons/calendar.svg" alt="calendar">
|
||||
<p class="app-name">calendar</p>
|
||||
</a>
|
||||
<p class="app-description">Watch out for upcoming lumbung programs on our open-source calendar</p>
|
||||
</div>
|
||||
|
||||
{{ else if in .Params.categories "calendar" }}
|
||||
<div class="app-column">
|
||||
<a href="/tv/">
|
||||
<img class="app-icon" src="/img/buttons/tv.svg" alt="tv">
|
||||
<p class="app-name">tv</p>
|
||||
</a>
|
||||
<p class="app-description">Video archive. Watch or upload videos or start a livestream</p>
|
||||
</div>
|
||||
|
||||
<div class="app-column">
|
||||
<a href="/social/">
|
||||
<img class="app-icon" src="/img/buttons/social.svg" alt="social">
|
||||
<p class="app-name">social</p>
|
||||
</a>
|
||||
<p class="app-description">Like twitter but for us! Jokes, announcements, chitchat</p>
|
||||
</div>
|
||||
|
||||
{{- partial "calendar_card.html" . -}}
|
||||
<div class="app-column">
|
||||
<a href="/pen/">
|
||||
<img class="app-icon" src="/img/buttons/pen.svg" alt="lumbung.pen">
|
||||
<p class="app-name">pen</p>
|
||||
</a>
|
||||
<p class="app-description">Write and publish longer texts.</p>
|
||||
</div>
|
||||
|
||||
{{ else if in .Params.categories "network" }}
|
||||
<div class="app-column">
|
||||
<a href="/shouts/">
|
||||
<img class="app-icon" src="/img/buttons/shouts.svg" alt="shouts">
|
||||
<p class="app-name">shouts</p>
|
||||
</a>
|
||||
<p class="app-description">lumbung members and artists share content from their ekosistems</p>
|
||||
</div>
|
||||
|
||||
<div class="app-column">
|
||||
<a href="/tags/lumbungkios/">
|
||||
<img class="app-icon" src="/img/buttons/kios.svg" alt="kios">
|
||||
<p class="app-name">kios</p>
|
||||
</a>
|
||||
<p class="app-description">Network of decentralized and self-run Kios to sell products at different locations</p>
|
||||
</div>
|
||||
|
||||
{{- partial "network_card.html" . -}}
|
||||
<div class="app-column">
|
||||
<a href="/tags/lumbunggallery/">
|
||||
<img class="app-icon" src="/img/buttons/gallery.svg" alt="gallery">
|
||||
<p class="app-name">gallery</p>
|
||||
</a>
|
||||
<p class="app-description">Collectively governed, non speculative, and regenerative gallery of the lumbung network</p>
|
||||
</div>
|
||||
|
||||
{{ else if in .Params.categories "pen" }}
|
||||
|
||||
{{- partial "pen_card.html" . -}}
|
||||
|
||||
{{ else if in .Params.categories "shouts" }}
|
||||
|
||||
{{- partial "shout_card.html" . -}}
|
||||
|
||||
{{ else }}
|
||||
|
||||
{{- partial "card.html" . -}}
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
<div class="app-column">
|
||||
<a href="https://books.lumbung.space/">
|
||||
<img class="app-icon" src="/img/buttons/books.svg" alt="lumbung.books">
|
||||
<p class="app-name">books</p>
|
||||
</a>
|
||||
<p class="app-description">Archive of publications. Share, read or download PDFs and ebooks</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<nav class="pagination-container">
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
</nav>
|
||||
|
||||
<div class="lumbung-radio-player" onclick="window.open('https://lumbungradio.stationofcommons.org', 'Lumbung Radio', 'height=800,width=450')">
|
||||
<svg class="lumbung-radio-play-button" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7 4V20L20 12L7 4Z" fill="#CA14D4" stroke="#CA14D4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
@ -1,5 +1,21 @@
|
||||
<footer>
|
||||
<div>
|
||||
<a href="https://panduan.lumbung.space/share/684ea8a2-bc47-4111-acf2-f88a200b640f">Imprint</a> - <a href="https://panduan.lumbung.space/share/8a742222-2561-4d67-a9f1-6c7c4fe8bead">Privacy Policy</a> - <a href="https://panduan.lumbung.space/share/272026ff-57fd-4894-8d68-58606c77044c/doc/frequently-asked-questions-faq-pl8OTF58Od">FAQ</a> - <a href="https://panduan.lumbung.space/share/ece8e392-7b21-4379-bd82-a11e06ebf1fb">Community Guidelines</a> - <a href="https://panduan.lumbung.space/share/507566f6-6b7e-402e-bfd4-034feebdcba6">Glossary</a> - <a href="https://panduan.lumbung.space/share/ef6f6638-856d-4c9a-ab89-d82af567aba4">Terms of Use</a>
|
||||
<footer id="footer">
|
||||
<div class="f-main">
|
||||
<div class="f-column">
|
||||
<a href="/"><img class="logo" src="/img/logo.svg" alt="lumbung.space"></a>
|
||||
</div>
|
||||
<div class="f-column"><u>lumbung.space</u> is a social and publishing platform for sharing harvests by all members online. It is non-extractive, co governed by the users, and is built on open platforms.</div>
|
||||
<div class="f-column">
|
||||
<div class="f-menu-headline">Links:</div>
|
||||
<a href="/about/">About us</a></li>
|
||||
<a href="/contributors/">Contributors</a>
|
||||
<a href="https://panduan.lumbung.space/share/272026ff-57fd-4894-8d68-58606c77044c/doc/frequently-asked-questions-faq-pl8OTF58Od">FAQ</a>
|
||||
<a href="https://panduan.lumbung.space/share/ece8e392-7b21-4379-bd82-a11e06ebf1fb">Community Guidelines</a>
|
||||
</div>
|
||||
<div class="f-column">
|
||||
<a href="https://members.lumbung.space" class="login">Login</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="f-credits">
|
||||
<a href="https://panduan.lumbung.space/share/684ea8a2-bc47-4111-acf2-f88a200b640f">Imprint</a> - <a href="https://panduan.lumbung.space/share/8a742222-2561-4d67-a9f1-6c7c4fe8bead">Privacy Policy</a> - <a href="https://panduan.lumbung.space/share/507566f6-6b7e-402e-bfd4-034feebdcba6">Glossary</a> - <a href="https://panduan.lumbung.space/share/ef6f6638-856d-4c9a-ab89-d82af567aba4">Terms of Use</a>
|
||||
</div>
|
||||
</footer>
|
@ -19,52 +19,38 @@
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/about/">about</a></li>
|
||||
<li><a href="/timeline/">harvest</a></li>
|
||||
<li><a href="/calendar/">calendar</a></li>
|
||||
<li class="has-submenu">harvest
|
||||
<ul class="submenu">
|
||||
<li><a href="/tv/">tv</a></li>
|
||||
<li><a href="/social/">social</a></li>
|
||||
<li><a href="/pen/">pen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://books.lumbung.space">books</a></li>
|
||||
<li><a href="/tv/">tv</a></li>
|
||||
<li><a href="/social/">social</a></li>
|
||||
<li><a href="/pen/">pen</a></li>
|
||||
<li><a href="/shouts/">shouts</a></li>
|
||||
<li class="has-submenu">ekonomi
|
||||
<ul class="submenu">
|
||||
<li><a href="/tags/lumbungkios/">kios</a></li>
|
||||
<li><a href="/tags/lumbunggallery/">gallery</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/shouts/">shouts</a></li>
|
||||
<li><a href="https://books.lumbung.space">books</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<aside class="drawer">
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/about/">about</a></li>
|
||||
<li><a href="/timeline/">harvest</a></li>
|
||||
<li><a href="/calendar/">calendar</a></li>
|
||||
<li class="has-submenu">harvest
|
||||
<ul class="submenu">
|
||||
<li><a href="/tv/">tv</a></li>
|
||||
<li><a href="/social/">social</a></li>
|
||||
<li><a href="/pen/">pen</a></li>
|
||||
<li><a href="/tags/lumbungkios/">kios</a></li>
|
||||
<li><a href="/tags/lumbunggallery/">gallery</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://books.lumbung.space">books</a></li>
|
||||
<li><a href="/tv/">tv</a></li>
|
||||
<li><a href="/social/">social</a></li>
|
||||
<li><a href="/pen/">pen</a></li>
|
||||
<li><a href="/shouts/">shouts</a></li>
|
||||
<li class="has-submenu">ekonomi
|
||||
<ul class="submenu">
|
||||
<li><a href="/tags/lumbungkios/">kios</a></li>
|
||||
<li><a href="/tags/lumbunggallery/">gallery</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/shouts/">shouts</a></li>
|
||||
<li><a href="https://books.lumbung.space">books</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
|
||||
<div>
|
||||
<a href="https://members.lumbung.space" id="login">login</a>
|
||||
</div>
|
||||
</header>
|
||||
|
10
themes/lumbung-theme/layouts/partials/timeline_event.html
Normal file
10
themes/lumbung-theme/layouts/partials/timeline_event.html
Normal file
@ -0,0 +1,10 @@
|
||||
<div class='timeline-event'>
|
||||
{{ $postPermalink := .Permalink}}
|
||||
{{ if .Content }}
|
||||
<a href="{{ .Permalink }}" class="timeline-url" data-title='{{ replace .Title " " "-" }}'>{{ .Page.Title }}<svg class="link-svg" enable-background="new 0 0 383.3 383.3" version="1.1" viewBox="0 0 383.3 383.3" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path class="link-svg-path" d="m383.3 152.7c-0.3 0.8-0.6 1.6-0.9 2.4-3.4 10.4-13 16.4-23.8 14.9-10.1-1.4-17.8-10.3-17.9-20.9-0.1-22.1 0-44.2 0-66.2v-10c-1.6 1.6-2.7 2.6-3.8 3.7-57.1 57.1-114.2 114.1-171.2 171.2-6.3 6.4-13.6 9.2-22.4 6.8-14.7-4.1-20.3-21.8-10.8-33.7 1.2-1.6 2.7-2.9 4.1-4.4l169.9-169.9c1.1-1.1 2.4-2 3.7-3-0.2-0.4-0.4-0.7-0.6-1.1h-3.9-71.1c-9.8 0-17.8-6-20.6-15-2.8-8.9 0.4-18.6 8.2-23.7 2.5-1.7 5.6-2.6 8.4-3.9h135.5c2 0.9 4.1 1.6 6.1 2.6 6 3.1 9 8.5 11.2 14.6-0.1 45.3-0.1 90.4-0.1 135.6z"/>
|
||||
<path class="st0" d="m0 212.7c0-35.3-0.1-70.6 0-105.9 0.1-31.1 21.1-56.7 51.5-63 3-0.6 6.2-1.1 9.3-1.1 29.6-0.1 59.1-0.1 88.7-0.1 9 0 16.8 5.8 19.7 14.1 2.9 8.2 0.4 17.4-6.2 23.1-4.6 4-10 5.3-15.9 5.3-26.9 0-53.9 0.4-80.8-0.2-13.7-0.3-23.8 9.9-23.7 23.8 0.3 69.4 0.2 138.7 0.2 208.1 0 15.2 8.4 23.7 23.5 23.7h208.8c11.9 0 20.3-6.2 22.6-16.7 0.5-2.3 0.5-4.7 0.5-7.1v-81.6c0-14.2 11-23.9 24.6-22 9.7 1.3 17.8 9.8 17.9 19.6 0.2 30.3 0.7 60.6-0.2 90.9-0.9 32.4-29.5 59.2-62.2 59.4-44.4 0.2-88.8 0.1-133.2 0.1h-80.5c-31.5-0.1-57.2-21.2-63.3-52-0.9-4.4-1.1-8.9-1.1-13.4-0.2-34.9-0.2-69.9-0.2-105z"/></svg>
|
||||
</a>
|
||||
{{ else }}
|
||||
<span class="timeline-url" data-title='{{ replace .Title " " "-" }}'>{{ .Title }}</span>
|
||||
{{ end }}
|
||||
</div>
|
42
themes/lumbung-theme/layouts/summary.html
Normal file
42
themes/lumbung-theme/layouts/summary.html
Normal file
@ -0,0 +1,42 @@
|
||||
{{ define "main" }}
|
||||
|
||||
{{/*-- post count */}}
|
||||
{{ $posts := (where .Site.RegularPages "Section" "==" "posts") }}
|
||||
{{ $postCount := len $posts }}
|
||||
|
||||
{{/*-- page count */}}
|
||||
{{ $pages := (where .Site.RegularPages "Section" "==" "page") }}
|
||||
{{ $pageCount := len $pages }}
|
||||
|
||||
|
||||
<div style="overflow: auto;">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="text-align:center;font-weight: bold;width: 10em;">Description</td>
|
||||
<td style="text-align:center;font-weight: bold;">Value</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>Pages</td><td>{{ $pageCount }}</td></tr>
|
||||
<tr><td>Posts</td><td>{{ $postCount }}</td></tr>
|
||||
<tr><td>Post by Categories</td>
|
||||
<td>
|
||||
{{ range $name, $taxonomy := .Site.Taxonomies.categories }}
|
||||
<a href="/categories/{{ $name | urlize }}">{{ $name | humanize }} ({{ $taxonomy.Count }})</a>
|
||||
|
||||
{{end}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>Post by Tags</td>
|
||||
<td>
|
||||
{{ range $name, $taxonomy := .Site.Taxonomies.tags }}
|
||||
<a href="/tags/{{ $name | urlize }}">#{{ $name | humanize }} ({{ $taxonomy.Count }})</a>
|
||||
|
||||
{{end}}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{{end}}
|
94
themes/lumbung-theme/layouts/timeline/list.html
Normal file
94
themes/lumbung-theme/layouts/timeline/list.html
Normal file
@ -0,0 +1,94 @@
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<section class='entries'>
|
||||
<div class="timeline-feed">
|
||||
<div class="timeline-tags">
|
||||
<div class="timeline-tags-headline">Hashtags:</div>
|
||||
<ul><li class="timeline-tag"><a href="/timeline">all</a></li>{{ range .Site.Taxonomies.timelines }}<li class="timeline-tag"><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a></li>{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="timeline-container">
|
||||
<div class="timeline-start"><span>Digital Harvest Timeline</span></div>
|
||||
<div class="timeline-events">
|
||||
{{ range .Pages.ByDate }}
|
||||
{{- partial "timeline_event.html" . -}}
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="timeline-end"></div>
|
||||
<div class="timeline-line">
|
||||
<div class="timeline-line-head"></div>
|
||||
<div class="timeline-line-body"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function scrollToEvent(){
|
||||
var anchor = document.body.querySelector('.timeline-url[data-title="meydan-I"]');
|
||||
if (typeof(anchor) != 'undefined' && anchor != null) {
|
||||
anchor.scrollIntoView({
|
||||
block: 'center',
|
||||
inline: 'center',
|
||||
behavior: 'smooth'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout(function(){
|
||||
if (window.performance && window.performance.navigation.type !== window.performance.navigation.TYPE_BACK_FORWARD) {
|
||||
scrollToEvent();
|
||||
}
|
||||
}, 800);
|
||||
|
||||
var events = document.querySelectorAll(".timeline-event");
|
||||
window.addEventListener('scroll', fadeIn );
|
||||
function fadeIn() {
|
||||
for (var i = 0; i < events.length; i++) {
|
||||
var event = events[i]
|
||||
var distInView = event.getBoundingClientRect().top - window.innerHeight + 20;
|
||||
if (distInView < 0) {
|
||||
event.classList.add("inView");
|
||||
} else {
|
||||
event.classList.remove("inView");
|
||||
}
|
||||
}
|
||||
}
|
||||
fadeIn();
|
||||
|
||||
function popupOpen() {
|
||||
var popup = document.getElementById("popup");
|
||||
popup.classList.add("view");
|
||||
}
|
||||
|
||||
function popupClose() {
|
||||
var popup = document.getElementById("popup");
|
||||
popup.classList.remove("view");
|
||||
}
|
||||
|
||||
setTimeout(function(){
|
||||
if (window.performance && window.performance.navigation.type !== window.performance.navigation.TYPE_BACK_FORWARD) {
|
||||
popupOpen();
|
||||
}
|
||||
}, 2200);
|
||||
</script>
|
||||
|
||||
<div id="popup" class="popup-container">
|
||||
<div class="popup">
|
||||
<div class="popup-header">
|
||||
<h3>Welcome to the Digital Harvest Timeline</h3>
|
||||
<button class="popup-close" onclick="popupClose()"></buttonv>
|
||||
</div>
|
||||
<div class="popup-content">
|
||||
<p>Harvest refers to artistic recordings of discussions and meetings. Harvesters listen, reflect, and depict this process from their own perspectives, forms, and artistic practices. Harvesting can be seen as a way of collective writing that enables continuous collective learning, from different sensory experiences.</p>
|
||||
<p>Here you can find a timeline of harvests to inform our continuous collective learning process.</p>
|
||||
</div>
|
||||
<div class="popup-footer"><svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10.2172 3.892C9.86979 3.02585 9.33722 2.34509 8.61023 1.77874C8.23826 1.49028 7.72957 1.04191 7.21547 0.839212C7.21382 0.703503 7.14487 0.575079 6.97767 0.503871C5.42624 -0.162284 3.69503 0.311299 2.52647 1.51482C1.94635 2.11223 1.51951 2.8478 1.21108 3.62501C0.914861 4.3676 0.507572 5.32483 0.948415 6.07996C1.00646 6.17836 1.09356 6.24193 1.1908 6.27306C1.2735 7.35573 1.57765 8.46801 2.37847 9.21874C3.2325 10.0162 4.43613 10.3053 5.5673 10.1773C6.72371 10.0468 7.96432 9.57061 8.8816 8.82474C9.01086 8.71974 9.1274 8.60844 9.23337 8.49296C9.27968 8.4924 9.32805 8.4875 9.37839 8.4718C11.3643 7.82491 10.8101 5.37347 10.2172 3.892Z"></path>
|
||||
</svg></div>
|
||||
</div>
|
||||
<div class="popup-bg" onclick="popupClose()"></div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
{{ end }}
|
13
themes/lumbung-theme/layouts/timeline/single.html
Normal file
13
themes/lumbung-theme/layouts/timeline/single.html
Normal file
@ -0,0 +1,13 @@
|
||||
{{ define "main" }}
|
||||
<main class="main single">
|
||||
<article class="h-entry">
|
||||
<header>
|
||||
<button class="back-button" onclick="history.back()">back to timeline</button>
|
||||
<h1 class="p-name">{{ .Title }}</h1>
|
||||
</header>
|
||||
<div class="e-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
{{ end }}
|
@ -61,6 +61,11 @@ body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
/* pushes banner to bottom */
|
||||
body > iframe {
|
||||
margin: auto 0 0;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@ -71,6 +76,10 @@ body {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.container .single {
|
||||
max-width: 65ch;
|
||||
}
|
||||
|
||||
.card {
|
||||
border: 2px solid var(--border-color);
|
||||
background-color: #fff09d;
|
||||
@ -197,7 +206,7 @@ body {
|
||||
.menu ul {
|
||||
list-style-type: none;
|
||||
margin: 0 auto;
|
||||
padding: 0 3rem;
|
||||
padding-left: 3rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text-transform: lowercase;
|
||||
@ -367,10 +376,7 @@ footer.post-footer {
|
||||
}
|
||||
|
||||
.read-more {
|
||||
border-top: 2px solid var(--border-color);
|
||||
border-left: 2px solid var(--border-color);
|
||||
align-content: flex-end;
|
||||
padding: 0.2em 1em 0.2em 1em;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
@ -707,6 +713,11 @@ div.pen-source {
|
||||
border-top: 2px solid;
|
||||
}
|
||||
|
||||
.card.shout.lumbung-kios .post-footer {
|
||||
background: none;
|
||||
color: var(--kios-dark);
|
||||
}
|
||||
|
||||
/* calendar cards */
|
||||
|
||||
.card.calendar {
|
||||
@ -960,22 +971,473 @@ li.page-item:after {
|
||||
z-index: -100;
|
||||
}
|
||||
|
||||
|
||||
/* Page footer */
|
||||
|
||||
footer {
|
||||
background: #AFAFAF;
|
||||
color: #333333;
|
||||
font-size: 15px;
|
||||
padding: 1em 4em;
|
||||
/* Landingpage */
|
||||
.welcome-text {
|
||||
text-align: center;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto 50px;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #333333;
|
||||
.app-columns {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto 50px;
|
||||
}
|
||||
|
||||
.app-column {
|
||||
width: 33%;
|
||||
text-align: center;
|
||||
padding: 3.5%;
|
||||
}
|
||||
|
||||
.app-column a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
.app-icon {
|
||||
display: block;
|
||||
max-width: 90px;
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.app-icon:hover {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
|
||||
.app-name {
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.2em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.app-description {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* ### Timeline ### */
|
||||
|
||||
/* Timeline Tags */
|
||||
.timeline-tags {
|
||||
margin-bottom: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 90vw;
|
||||
font-size: 1.4vw;
|
||||
}
|
||||
|
||||
.timeline-tags-headline {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.timeline-tags ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
white-space: nowrap;
|
||||
overflow: scroll;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.timeline-tags ul::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.timeline-tags ul li {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.timeline-tags ul li.timeline-tag {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
padding: 10px 35px;
|
||||
background: #007f76;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.timeline-tags ul li a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Timeline Container and Line */
|
||||
.timeline-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.timeline-start {
|
||||
font-size: 3vw;
|
||||
text-align: center;
|
||||
padding: 1.5vw 0 4.5vw;
|
||||
}
|
||||
|
||||
.timeline-end {
|
||||
font-size: 3vw;
|
||||
text-align: center;
|
||||
padding: 10vw 0 10vw;
|
||||
background: rgb(255,255,255);
|
||||
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
|
||||
width: 100vw;
|
||||
margin-left: -10vw;
|
||||
}
|
||||
|
||||
.timeline-start span {
|
||||
padding: 1.5vw 3vw;
|
||||
border: 2px solid;
|
||||
background: #fff;
|
||||
transform: rotate(3deg);
|
||||
display: block;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.timeline-line {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
width: 35vw;
|
||||
height: calc(100% - 12vw);
|
||||
top: 12vw;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.timeline-line-head {
|
||||
background-image: url(/img/timeline-head.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 25.5vw;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.timeline-line-body {
|
||||
background-image: url(/img/timeline-body.svg);
|
||||
background-repeat: repeat-y;
|
||||
background-size: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: calc(100% - 25.2vw);
|
||||
top: 25.2vw;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Timeline Events and Position */
|
||||
.timeline-events {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.timeline-event {
|
||||
width: 20vw;
|
||||
height: 12vw;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: -3.1vw !important;
|
||||
opacity: 0;
|
||||
transition: opacity 1.4s ease;
|
||||
}
|
||||
|
||||
.timeline-event.inView {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.timeline-url {
|
||||
font-size: 1.8vw;
|
||||
color: #333;
|
||||
text-decoration: unset;
|
||||
}
|
||||
|
||||
a.timeline-url {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.link-svg {
|
||||
height: 1.2vw;
|
||||
width: 1.2vw;
|
||||
margin-left: 0.8vw;
|
||||
}
|
||||
|
||||
/* Timeline Events - Left Side (sort margin)*/
|
||||
.timeline-event:nth-child(36n + 7), .timeline-event:nth-child(36n + 9), .timeline-event:nth-child(36n + 33) {
|
||||
margin-left: 2vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 1) {
|
||||
margin-left: 8vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 25), .timeline-event:nth-child(36n + 35) {
|
||||
margin-left: 10vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(1), .timeline-event:nth-child(36n + 11), .timeline-event:nth-child(36n + 17), .timeline-event:nth-child(36n + 23), .timeline-event:nth-child(36n + 27) {
|
||||
margin-left: 12vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 3), .timeline-event:nth-child(36n + 15), .timeline-event:nth-child(36n + 21) {
|
||||
margin-left: 14vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(3), .timeline-event:nth-child(36n + 5), .timeline-event:nth-child(36n + 13), .timeline-event:nth-child(36n + 19), .timeline-event:nth-child(36n + 29) {
|
||||
margin-left: 16vw;
|
||||
}
|
||||
|
||||
/* Timeline Events - Right Side */
|
||||
.timeline-event:nth-child(2n) {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 2), .timeline-event:nth-child(36n + 6), .timeline-event:nth-child(36n + 20), .timeline-event:nth-child(36n + 32) {
|
||||
margin-right: 4vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 34) {
|
||||
margin-right: 6vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 36) {
|
||||
margin-right: 8vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 8), .timeline-event:nth-child(36n + 24) {
|
||||
margin-right: -3vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 14), .timeline-event:nth-child(36n + 16) {
|
||||
margin-right: -4vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 26) {
|
||||
margin-right: -5vw;
|
||||
}
|
||||
|
||||
/* Timeline Events - Rotate */
|
||||
.timeline-event:nth-child(2n) {
|
||||
transform: rotate(2deg);
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(5n) {
|
||||
transform: rotate(3deg);
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(2n + 1) {
|
||||
transform: rotate(-1.5deg);
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(18n + 5), .timeline-event:nth-child(18n + 17) {
|
||||
transform: rotate(5deg);
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(18n + 13), .timeline-event:nth-child(18n + 36) {
|
||||
transform: rotate(-3deg);
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(18n + 9), .timeline-event:nth-child(18n + 12), .timeline-event:nth-child(18n + 22) {
|
||||
transform: rotate(-5deg);
|
||||
}
|
||||
|
||||
/* Event Single */
|
||||
.back-button {
|
||||
width: fit-content;
|
||||
padding: 10px 20px;
|
||||
border: 0;
|
||||
background: #007f76;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* PopUp */
|
||||
.popup-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: opacity 0.6s ease, visibility 0s ease 0.6s;
|
||||
}
|
||||
|
||||
.popup-container.view {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
transition: opacity 0.6s ease, visibility 0s ease 0s;
|
||||
}
|
||||
|
||||
.popup {
|
||||
background: #fff;
|
||||
padding: 0 30px 30px;
|
||||
border: 2px solid;
|
||||
width: 80%;
|
||||
max-width: 1000px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
max-height: 80%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.popup-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.popup-header h3 {
|
||||
margin: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.popup-close {
|
||||
position: relative;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
border: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.popup-close:after, .popup-close:before {
|
||||
content: "";
|
||||
height: 30px;
|
||||
width: 2px;
|
||||
display: block;
|
||||
background: #333;
|
||||
position: absolute;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.popup-close:before {
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.popup-bg {
|
||||
position: absolute;
|
||||
background: #00000059;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
|
||||
/* Page footer */
|
||||
|
||||
#footer {
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#footer.blue .f-main {
|
||||
background: var(--social-light);
|
||||
}
|
||||
|
||||
#footer.blue .f-credits {
|
||||
background: var(--social-dark);
|
||||
}
|
||||
|
||||
#footer.orange .f-main {
|
||||
background: var(--kios-light);
|
||||
}
|
||||
|
||||
#footer.orange .f-credits {
|
||||
background: var(--kios-dark);
|
||||
}
|
||||
|
||||
#footer.green .f-main {
|
||||
background: var(--tv-light);
|
||||
}
|
||||
|
||||
#footer.green .f-credits {
|
||||
background: var(--tv-dark);
|
||||
}
|
||||
|
||||
|
||||
.f-main {
|
||||
padding: 60px 2rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.f-column {
|
||||
margin-right: 6vw;
|
||||
}
|
||||
|
||||
.f-column:first-child {
|
||||
margin-right: 8vw;
|
||||
}
|
||||
|
||||
.f-column:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.f-main .logo {
|
||||
filter: brightness(0);
|
||||
max-width: 20vw;
|
||||
margin-top: 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.f-menu-headline {
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.f-main a {
|
||||
color: #000;
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
margin-bottom: 5px;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.f-main .login {
|
||||
font-weight: bold;
|
||||
padding: 8px 28px;
|
||||
border: 1.5px solid;
|
||||
}
|
||||
|
||||
.f-credits {
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
padding: 20px 2rem;
|
||||
}
|
||||
|
||||
.f-credits a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.f-credits a:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -996,6 +1458,16 @@ footer a:hover {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.single .p-name a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.single .p-name a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.single .h-entry img {
|
||||
object-fit: contain;
|
||||
}
|
||||
@ -1018,9 +1490,18 @@ footer a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* mobile styles */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media all and (min-width: 980px) and (max-width: 1180px) {
|
||||
#top-menu a, .menu .has-submenu {
|
||||
font-size: 1.8vw;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* tablet styles */
|
||||
|
||||
@media (max-width: 980px) {
|
||||
body {
|
||||
display: initial;
|
||||
}
|
||||
@ -1042,6 +1523,7 @@ footer a:hover {
|
||||
|
||||
.mobile-menu #login {
|
||||
display: inline-flex;
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
|
||||
.hamburger {
|
||||
@ -1049,10 +1531,12 @@ footer a:hover {
|
||||
background: none;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hamburger.opened {
|
||||
position: fixed;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.drawer {
|
||||
@ -1061,12 +1545,14 @@ footer a:hover {
|
||||
background: white;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 110vh;
|
||||
height: 100%;
|
||||
width: 0;
|
||||
z-index: 2;
|
||||
transition: 0.2s all ease-in-out;
|
||||
padding-top: 120px;
|
||||
border-right: 1px solid;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.drawer * {
|
||||
@ -1092,6 +1578,10 @@ footer a:hover {
|
||||
/* border-bottom: 1px solid #333; */
|
||||
}
|
||||
|
||||
.drawer ul > li:last-child {
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
.drawer ul li a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
@ -1108,6 +1598,35 @@ footer a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Landingpage */
|
||||
.app-column {
|
||||
width: 33%;
|
||||
padding: 2.5%;
|
||||
}
|
||||
|
||||
/* Landingpage */
|
||||
.f-main {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.f-column {
|
||||
margin-right: 0vw;
|
||||
|
||||
}
|
||||
|
||||
.f-column:nth-child(1), .f-column:nth-child(2){
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
|
||||
.f-main .logo {
|
||||
max-width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
/* mobile styles */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
/* card styles */
|
||||
.card,
|
||||
.card.network {
|
||||
@ -1122,6 +1641,85 @@ footer a:hover {
|
||||
.card h2 a {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
/* Landingpage */
|
||||
.app-column {
|
||||
width: 50%;
|
||||
padding: 2.5%;
|
||||
}
|
||||
|
||||
/* Timeline Tags */
|
||||
.timeline-tags {
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
||||
/* Timeline Container and Line */
|
||||
.timeline-start {
|
||||
font-size: 5vw;
|
||||
padding: 1.5vw 0 9vw;
|
||||
}
|
||||
|
||||
.timeline-line {
|
||||
height: calc(100% - 18vw);
|
||||
top: 18vw;
|
||||
width: 25vw;
|
||||
}
|
||||
|
||||
.timeline-line-head {
|
||||
height: 18.5vw;
|
||||
}
|
||||
|
||||
.timeline-line-body {
|
||||
height: calc(100% - 18.2vw);
|
||||
top: 18.2vw;
|
||||
}
|
||||
|
||||
/* Timeline Events and Position */
|
||||
.timeline-events {
|
||||
padding-top: 15vw;
|
||||
}
|
||||
|
||||
.timeline-event {
|
||||
width: 30vw;
|
||||
height: 35vw;
|
||||
margin-top: -12vw !important;
|
||||
}
|
||||
|
||||
.timeline-url {
|
||||
font-size: 3.4vw;
|
||||
}
|
||||
|
||||
.link-svg {
|
||||
height: 2.4vw;
|
||||
width: 2.4vw;
|
||||
margin-left: 1.6vw;
|
||||
}
|
||||
|
||||
/* Timeline Events - Left Side (sort margin)*/
|
||||
.timeline-event:nth-child(36n + 7), .timeline-event:nth-child(36n + 9), .timeline-event:nth-child(36n + 33) {
|
||||
margin-left: 1vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 1), .timeline-event:nth-child(36n + 3), .timeline-event:nth-child(36n + 15), .timeline-event:nth-child(36n + 21), .timeline-event:nth-child(36n + 11), .timeline-event:nth-child(36n + 17), .timeline-event:nth-child(36n + 23), .timeline-event:nth-child(36n + 27) {
|
||||
margin-left: 2vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(3), .timeline-event:nth-child(36n + 5), .timeline-event:nth-child(36n + 13), .timeline-event:nth-child(36n + 19), .timeline-event:nth-child(36n + 29), .timeline-event:nth-child(36n + 25), .timeline-event:nth-child(36n + 35) {
|
||||
margin-left: -3vw;
|
||||
}
|
||||
|
||||
/* Timeline Events - Right Side */
|
||||
.timeline-event:nth-child(2n) {
|
||||
margin-right: -5vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 8), .timeline-event:nth-child(36n + 24) {
|
||||
margin-right: -6vw;
|
||||
}
|
||||
|
||||
.timeline-event:nth-child(36n + 26) {
|
||||
margin-right: -8vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
BIN
themes/lumbung-theme/static/img/buttons/.DS_Store
vendored
Normal file
BIN
themes/lumbung-theme/static/img/buttons/.DS_Store
vendored
Normal file
Binary file not shown.
5
themes/lumbung-theme/static/img/buttons/books.svg
Normal file
5
themes/lumbung-theme/static/img/buttons/books.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg width="116" height="116" viewBox="0 0 116 116" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M58 116C90.0325 116 116 90.0325 116 58C116 25.9675 90.0325 0 58 0C25.9675 0 0 25.9675 0 58C0 90.0325 25.9675 116 58 116Z" fill="#9E483F"/>
|
||||
<path d="M44.0594 60.5608C43.8283 60.5238 43.5971 60.4499 43.2366 60.3574L42.8853 60.339L41.8407 60.2558L42.8853 60.1726L43.2366 60.1541C43.5971 60.0616 43.8283 59.9877 44.0594 59.9507C46.9067 59.4422 48.5707 57.7043 49.2086 54.9402C50.0036 51.4642 50.1422 47.9328 49.5413 44.4199C48.7556 39.8254 46.9436 37.9303 42.3121 37.4496C36.3957 36.8487 30.4422 37.3201 24.498 37.2092C24.0266 37.2 23.8879 37.3848 23.9064 37.8193C23.9526 38.864 23.9896 39.9086 23.9896 40.9625C23.9803 46.9252 23.9618 52.8879 23.9526 58.8506H23.9433C23.9433 59.3221 23.9433 59.7843 23.9433 60.2558C23.9433 60.7272 23.9433 61.1894 23.9433 61.6609C23.9618 67.6236 23.9711 73.5863 23.9803 79.549C23.9803 80.5937 23.9433 81.6475 23.8971 82.6922C23.8786 83.1359 24.0173 83.3115 24.4888 83.3023C30.4237 83.1914 36.3865 83.6721 42.3029 83.0619C46.9252 82.5905 48.7463 80.6954 49.5321 76.0916C50.133 72.5787 49.9851 69.0565 49.1993 65.5714C48.5707 62.8072 46.9067 61.0693 44.0594 60.5608ZM35.4989 51.1037C35.4989 49.9389 35.4805 48.7741 35.5082 47.6185C35.5174 47.2765 35.2309 46.7495 35.7671 46.6201C36.3217 46.4907 36.9411 46.463 37.3756 46.9899C37.4496 47.0731 37.5235 47.184 37.5513 47.2857C38.1984 49.8095 38.1706 52.3425 37.5697 54.857C37.3756 55.6428 36.6268 55.7167 35.9519 55.652C35.0737 55.5688 35.5544 54.8662 35.5267 54.4687C35.4528 53.3594 35.4989 52.2315 35.4989 51.1037ZM37.5513 73.2165C37.5235 73.3275 37.4496 73.4292 37.3756 73.5124C36.9411 74.0393 36.3217 74.0116 35.7671 73.8821C35.2401 73.762 35.5267 73.2258 35.5082 72.8838C35.4712 71.7189 35.4989 70.5541 35.4989 69.3986C35.4989 68.2707 35.4528 67.1429 35.5267 66.0243C35.5544 65.6268 35.0737 64.9242 35.9519 64.841C36.6268 64.7763 37.3756 64.8503 37.5697 65.636C38.1706 68.1598 38.1984 70.6928 37.5513 73.2165Z" fill="#F0D5C0"/>
|
||||
<path d="M71.0718 47.8774C75.9898 46.3243 80.4272 47.0823 85.0772 49.9574C89.4683 52.5273 92.3433 56.1697 93.6376 61.0878C94.9226 66.0058 94.6637 70.9331 92.0845 75.0932C89.2464 79.7524 85.6133 82.6274 80.686 83.9124C75.4998 85.1974 71.1087 84.7075 66.4125 82.0913C62.0214 79.4751 59.1463 75.8789 57.8521 70.6928C56.299 65.7747 57.0571 61.1155 59.6733 56.6874C62.2525 52.0374 65.8856 49.1993 71.0718 47.8774ZM87.1295 46.3243C81.6752 42.9593 75.9991 42.1642 70.0179 43.7081C63.8056 45.5292 59.1186 49.1623 56.0124 54.6074C52.9063 60.0524 52.1113 65.7377 53.6643 71.987C55.4855 77.9312 59.1186 82.6274 64.5636 85.7336C70.0179 88.8398 75.4629 89.6348 81.6752 87.8136C87.6194 86.2605 92.3156 82.6274 95.6806 77.4413C98.7868 71.987 99.5818 66.0428 97.7606 60.3297C96.2168 54.1174 92.8426 49.1993 87.1295 46.3243Z" fill="#F0D5C0"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
24
themes/lumbung-theme/static/img/buttons/calendar.svg
Normal file
24
themes/lumbung-theme/static/img/buttons/calendar.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 26.3.1, 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 64.6 64.5" style="enable-background:new 0 0 64.6 64.5;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#A8E6E9;}
|
||||
.st1{fill:#FEFEFE;}
|
||||
.st2{fill:#3D5BC3;}
|
||||
</style>
|
||||
<g>
|
||||
<circle class="st0" cx="32.2" cy="32.3" r="32.2"/>
|
||||
<path class="st1" d="M64.6,28.9c-0.6-2-0.8-4-1.4-6C60.6,14.6,55.6,8.4,48,4.1C44.3,2,40.3,0.7,36,0.2c-0.2-0.1-0.2-0.1,0-0.2
|
||||
c9.2,0,18.5,0,27.7,0c0.7,0,0.9,0.1,0.9,0.9C64.6,10.2,64.6,19.6,64.6,28.9z"/>
|
||||
<path class="st2" d="M54,33.2c0,1.8,0,3.7,0,5.5c0,1.5,0.1,2.9,0.7,4.3c1,2.2-0.3,4.2-2.3,4.1c-0.8,0-1.5-0.3-2-1
|
||||
c-0.5-0.8-1-0.7-1.7-0.4c-4,1.7-8.1,1.9-12.3,0.9c-4.9-1.2-7.4-4.7-7.5-8.6c-0.1-4.6,1.6-6.8,6.5-8.3c4-1.3,8-1.1,12.1-0.1
|
||||
c1,0.2,1.4,0.2,1.3-1c-0.1-1,0-2,0-3c0.1-1.6,1-2.7,2.4-2.6c1.6,0,2.8,1.2,2.8,2.8C54,28.2,54,30.7,54,33.2z"/>
|
||||
<path class="st2" d="M8.2,31.2c0-3.2,0.3-6.4,1.7-9.3c2.5-5.6,8.8-7.7,13.7-4.6c2.2,1.4,3.2,3.5,3.9,5.8c0,0.1,0.1,0.4,0,0.5
|
||||
c-0.7,0.9-1.7,0.8-2.7,1c-0.7,0.1-1-0.5-1.1-1.2c-0.8-3.3-3-4.7-6.3-4.1c-1.7,0.3-2.8,1.3-3.5,2.8c-2.7,6.1-2.7,12.1,0.1,18.1
|
||||
c0.9,1.8,2.4,2.7,4.4,2.7c2.1,0,3.7-0.7,4.7-2.6c0.4-0.9,0.7-1.8,0.8-2.7c0.2-1.3,0.6-1.5,2.1-1.3c1.2,0.2,1.8,0.8,1.6,1.9
|
||||
c-0.5,4.8-4.2,8-9.1,8c-3.8,0-6.5-1.8-8.2-5C8.6,38.1,8.2,34.7,8.2,31.2z"/>
|
||||
<path class="st0" d="M41.3,41.9c-1.6,0-3.3-0.3-5-1c-1.3-0.6-2.4-1.4-2.5-2.9c-0.1-1.4,1-2.4,2.1-3c2.3-1.3,4.9-1.3,7.4-1
|
||||
c1.3,0.1,2.6,0.3,3.8,1c1.2,0.7,2,1.6,2,3c0,1.5-0.8,2.4-2.2,3C45.2,41.5,43.4,41.9,41.3,41.9z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
38
themes/lumbung-theme/static/img/buttons/gallery.svg
Normal file
38
themes/lumbung-theme/static/img/buttons/gallery.svg
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 26.3.1, 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 281.7 282" style="enable-background:new 0 0 281.7 282;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#665857;}
|
||||
.st1{fill:#DFD9D9;}
|
||||
.st2{fill:#675958;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M281.7,139.2c1.1,78.1-61.5,141.3-137.9,142.8C65.3,283.5,0,220.5,0,141C0,62.9,63-0.2,141.2,0
|
||||
C219.8,0.2,281,63.8,281.7,139.2z"/>
|
||||
<path class="st1" d="M144.5,134.4c0,9,0,17.9,0,26.9c0,5.3-1.7,10.3-2.9,15.3c-1.5,5.9-4.9,10.5-8.5,15.1c-2,2.5-4.9,4.2-7.4,6.2
|
||||
c-2.4,2.1-5.3,3.1-8.1,4.3c-0.9,0.3-1.7,0.6-2.7,0.5c-0.2,0-0.3,0-0.5,0c-5.8,2-11.8,2.5-17.8,2c-9.6-0.8-18.8-3.1-26.8-9
|
||||
c-5.5-4.1-9.1-9.7-11.9-16c-0.4-1-1-1.9-1.1-3c-0.1-0.8,0-1.2,1-1.2c4.9,0,9.7,0,14.6,0c2.2,0,3.9,0.8,5.1,2.6
|
||||
c4.3,5.9,10.3,8.9,17.4,9.9c6.3,0.9,12.4-0.1,18-3.4c1-0.6,2.1-1.1,2.8-2.1c0.5-0.8,0.9-1.6,1.5-2.3c0.4-0.5,0.7-0.9,1.4-1
|
||||
c0.2,0,0.4-0.1,0.5-0.3c1.4-2.5,3.8-4.3,4.7-7.2c0.9-2.7,1.7-5.5,2.1-8.3c0.1-0.8,0.4-1.6,0.3-2.5c-0.2-1.2-1.2-1.6-2.1-1
|
||||
c-3.5,2.7-7.2,5-11.3,6.7c-7.3,3.2-15,3.9-22.9,2.9c-3.6-0.4-7-1.6-10.5-2.1c-5.2-0.7-9.5-3.2-12.8-6.8
|
||||
c-5.1-5.5-10.1-11.3-12.5-18.7c-0.2-0.6-0.4-1.2-0.9-1.7c-0.4-0.5-0.7-1.1-0.7-1.7c0.1-1.6-0.5-3-1-4.4c-0.3-0.9-0.3-1.9-0.3-2.8
|
||||
c0-3.9,0-7.8,0-11.6c0-2,0.5-3.9,1-5.8c0.5-1.9,0.9-3.8,1.7-5.7c2.4-5.7,5.4-10.8,9.7-15.3c0.9-1,1.7-2,2.9-2.6
|
||||
c0.6-0.3,1.2-0.8,1.6-1.4c1.8-2.5,4.4-3.7,7.1-4.8c1.7-0.7,3.5-1.7,5.3-1.9c2.6-0.3,5.2-1,7.8-1.4c7.2-1.1,14.2-0.7,21.2,1.5
|
||||
c5.5,1.8,10.4,4.5,14.6,8.5c0.5,0.5,1.1,0.9,1.8,0.6c0.7-0.3,0.9-0.9,0.9-1.7c0-1.6,0-3.1-0.1-4.7c0-2.1,0.9-3,3-2.8
|
||||
c3.7,0.2,7.3,0.2,11,0c2.5-0.2,3.7,0.8,3.9,3.3c0.1,1.2,0,2.4,0,3.6C144.7,104.3,144.4,119.3,144.5,134.4z"/>
|
||||
<path class="st1" d="M223.1,197.6c-1.7,0-3.4,0-5,0c-1.5,0-1.9-0.3-2.2-1.8c-1.6-7.4-3.1-14.8-4.7-22.1c-0.2-1-0.4-2-0.6-2.9
|
||||
c-0.4-1.8-1.1-2.4-3-2.4c-1.2,0-2.3,0.1-3.5,0.1c-7.1,0-14.1,0-21.2,0c-1.4,0-2.7-0.1-4.1-0.1c-2,0-2.8,0.6-3.2,2.5
|
||||
c-1.7,8-3.3,15.9-5,23.9c-0.5,2.4-1.2,3-3.6,2.8c-2-0.2-3.9,0.3-5.9,0.3c-3,0-4-1.2-3.1-4.1c1.1-3.7,2.2-7.4,3.2-11.2
|
||||
c6.1-23.6,11.9-47.4,17.7-71.1c1.6-6.4,3.1-12.8,4.6-19.2c0.7-2.8,1.6-3.4,4.5-3.3c3.5,0.2,7,0.3,10.5-0.1c2.2-0.2,3.3,0.5,3.9,2.7
|
||||
c1.6,6.4,3.2,12.8,4.8,19.2c7,28.5,14.2,56.9,21.7,85.3c0.4,1.5,0.4,1.5-1.1,1.5C226.3,197.6,224.7,197.6,223.1,197.6z"/>
|
||||
<path class="st2" d="M98.1,152.4c-5.8,0-11.4-1.2-15.8-5.1c-6.4-5.5-10.9-12.2-11-21.1c0-3.1,0.3-6.2,1.2-9.1
|
||||
c0.4-1.2,1.4-2.1,1.4-3.4c0-0.9,0.4-1.7,1-2.1c1.1-0.6,1.4-1.8,2.2-2.6c1.9-1.9,3.7-3.8,5.6-5.6c1.5-1.4,3.5-1.8,5.3-2.5
|
||||
c7.5-2.9,14.8-2.9,21.9,1.3c4.5,1.2,7,4.9,9.8,8.2c0.2,0.2,0.4,0.4,0.5,0.7c0.9,3.4,3,6.3,3.7,9.8c0.6,3.2,0.5,6.4-0.1,9.6
|
||||
c-0.2,1.2,0,2.4-0.4,3.7c-0.3,0.9-0.5,1.9-1.3,2.5c-0.4,0.3-0.4,0.7-0.5,1.2c-0.2,1.3-0.9,2.2-2,2.8c-1,0.5-1.5,1.5-2.1,2.4
|
||||
c-3.2,4.4-7.6,6.9-12.7,8.5C102.7,152.2,100.4,152.4,98.1,152.4z"/>
|
||||
<path class="st2" d="M192.8,159.3c-4.4,0-8.8,0-13.2,0c-0.9,0-1.1-0.2-0.9-1.1c4.6-20,9.2-40,13.8-60c0-0.2,0.1-0.3,0.1-0.5
|
||||
c0.1-0.3,0-0.7,0.4-0.8c0.5,0,0.4,0.5,0.5,0.8c1.7,7.3,3.4,14.6,5.1,21.9c2.9,12.5,5.8,25,8.7,37.5c0.4,1.8,0.3,2.1-1.5,2.1
|
||||
C201.5,159.3,197.2,159.3,192.8,159.3z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
100
themes/lumbung-theme/static/img/buttons/harvest.svg
Normal file
100
themes/lumbung-theme/static/img/buttons/harvest.svg
Normal file
@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 26.3.1, 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 281.6 281.9" style="enable-background:new 0 0 281.6 281.9;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#E69CBD;}
|
||||
.st1{fill:#FBF1F2;}
|
||||
.st2{fill:#E79EBF;}
|
||||
.st3{fill:#E9A4C2;}
|
||||
.st4{fill:#EBAEC8;}
|
||||
.st5{fill:#E79FBF;}
|
||||
.st6{fill:#E8A0C0;}
|
||||
.st7{fill:#E89FC0;}
|
||||
.st8{fill:#EBAFC9;}
|
||||
.st9{fill:#E9A7C4;}
|
||||
.st10{fill:#ECB2CB;}
|
||||
.st11{fill:#EFBDD2;}
|
||||
.st12{fill:#EDB7CE;}
|
||||
.st13{fill:#F0C1D5;}
|
||||
.st14{fill:#EAAAC6;}
|
||||
.st15{fill:#E9A6C3;}
|
||||
.st16{fill:#EAABC7;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M140.7,281.9C63.1,282-1.2,218.5,0,138.9c0.6-38.5,14.8-71.7,42.4-98.7c27.4-26.8,60.7-40.4,99-40.2
|
||||
c39,0.2,72.6,14.3,99.9,42.3c27.4,28,40.8,61.9,40.3,101.1C280.6,219.5,218.2,282.1,140.7,281.9z"/>
|
||||
<path class="st1" d="M221.9,121c-0.5,1.2-1.4,2.1-2.2,3c-0.3,0.4-0.8,0.3-1.2,0.3c-0.2-0.1-0.1-0.5-0.5-0.7
|
||||
c-0.1,0.5,0.3,0.4,0.5,0.6c0,0.7-0.4,1-1,1c-2.2,0-2.9,2.1-4.3,3.3c0.4,1-0.5,1-0.9,1.3c-0.5,0.3-0.9,0.7-1.4,1
|
||||
c-0.3,0.2-0.7,0.4-0.9,0.7c-0.6,0.6-1.2-0.5-1.7,0.1c-0.3,0.4,0,1.5-1.1,1c0,0-0.5,0.6-0.9,0.8c-0.5,0.2-0.7,0.7-1.4,0.6
|
||||
c-0.5-0.1-0.9,0.7-0.9,1.2c0,0.7-0.6,1-1,0.9c-0.8-0.2-1,0.2-1.1,0.8c-0.2,0.7-0.6,1.2-1.2,1.6c-0.6,0.5-1.8,0.4-1.5,1.7
|
||||
c0,0.1-0.4,0.4-0.5,0.4c-1.2-0.4-1.3,0.6-1.6,1.3c-0.6,1.2-2,1.7-2.5,2.9c0,0.1-0.3,0.2-0.4,0.2c-1.5-0.2-1.9,0.9-2.4,1.9
|
||||
c-0.2,0.4-0.3,0.5-0.8,0.3c-0.8-0.3-1.5,0.2-1.3,1c0.3,1.2-0.1,2-1,2.7c-1.3,1.3-2.5,2.8-3.9,3.8c-3.1,2.2-5.1,5.6-7.9,8
|
||||
c-2.3,1.9-3.9,4.5-5.9,6.6c-2,2.2-3.7,4.7-5.2,7.3c-1.7,2.8-4,5.2-6.1,7.6c-1.3,1.5-2.5,3-3.6,4.6c-0.4,0.6-0.7,1.2-1.2,1.6
|
||||
c-1.1,1-2,2.1-2.6,3.4c-1.5,3.8-4.6,6.1-7.7,8.5c-1.5,1.1-3,2.1-4.8,2.5c-0.8,0.2-1.5,0.2-2.3,0c-3.6-1-6.9-2.6-9.6-5.4
|
||||
c-2.1-2.3-4.6-4.3-5.9-7.2c-1-2.2-1.4-4.4-1.7-6.8c-0.2-2.1-0.2-4.1-0.2-6.2c0-4.7,1-9.3,2.3-13.9c1-3.5,2.4-7,3.4-10.5
|
||||
c1.7-5.6,3.3-11.3,5.3-16.8c1.4-3.7,2.9-7.3,4.3-11c0.7-1.7,1.4-3.5,1.5-5.3c0.1-1.5,0.3-3,0.6-4.4c0.3-1.6-0.5-2.1-2-1.5
|
||||
c-3.8,1.8-7.5,4-10.7,6.8c-3.9,3.4-7.6,7.1-10.5,11.4c-1.5,2.3-2.3,4.6-2.3,7.5c0.1,11.9,0,23.8,0.2,35.8c0,3.3-0.1,6.7,0.4,10
|
||||
c0.1,0.7,0,1.3-0.2,2c-0.3,1-0.8,1.6-1.9,1.6c-1.1,0-2.2,0-3.4,0c-1.4,0-2.1-0.5-2.1-1.9c-0.1-1.9,0-3.8,0.1-5.7
|
||||
c0.2-2.6,0.1-5.3,0.1-7.9c0.1-7.8,0.1-15.6,0.3-23.4c0.1-3.2,0.1-6.4,0.2-9.6c0-1.8-0.8-2.6-2.6-2.6c-13,0-26.1,0-39.1,0
|
||||
c-1.8,0-2.4,0.6-2.4,2.5c0,4.5-0.1,9,0.1,13.6c0.3,8,0,15.9,0.2,23.9c0.1,3,0.1,5.9,0.2,8.9c0,1.8-0.6,2.4-2.4,2.4
|
||||
c-1.1,0-2.2,0-3.2,0c-1.6,0-1.8-0.6-1.7-1.9c0.3-6.2,0.4-12.4,0.4-18.7c0-24.8,0-49.7-0.1-74.5c0-3.4,0-6.8-0.4-10.2
|
||||
c-0.3-2.6,0.4-3.2,3-3.2c4.1,0,4.2,0.1,4.2,4.1c0,5.3,0.1,10.6,0,16c-0.3,9.5,0,19-0.2,28.5c0,1.8,0.5,2.4,2.8,2.3
|
||||
c0.5,0,1-0.1,1.4-0.1c11.4,0,22.9,0,34.3,0c0.6,0,1.2,0.1,1.9-0.2c-1.6-0.1-3.4-1.7-4-3.3c-0.4-1.1,0.1-2.8,1.1-3.7
|
||||
c0.5,0.4-0.2,0.8,0.1,1.3c0.6-1.1,1.1-2.2,1.7-3.3c1.2-2.1,2.6-4,4.2-5.8c0.4-0.5,0.5-0.9,0.5-1.5c0-4.1,0.1-8.2-0.1-12.4
|
||||
c-0.2-5,0-10-0.2-15c-0.1-1.5-0.2-2.9-0.2-4.4c0-2.1,0.6-2.7,2.6-2.6c1,0,2,0,3,0.2c1.3,0.2,1.8,1,1.8,2c0,4,0.1,8.1-0.1,12.1
|
||||
c-0.2,3.8-0.1,7.6-0.1,11.4c0,1-0.4,2.5,0.2,2.8c0.7,0.3,1.5-1,2.3-1.5c3-2.1,5.9-4.3,9.3-5.8c2.4-1,4.7-1.7,7.2-1.9
|
||||
c2.2-0.2,4.3,0.8,6.3,2c1.2,0.8,2.2,1.8,3.3,2.8c3.5,3.1,6.4,6.7,8.6,10.9c0.7,1.3,0.9,2.7,0.9,4.2c0,1.9-0.3,3.5-1.2,5.1
|
||||
c-0.1,0.1-0.1,0.3-0.1,0.5c0.8,4-0.7,7.6-2.2,11.1c-3.1,7.4-5.3,15.2-7.9,22.8c-0.8,2.3-1.6,4.7-2.6,6.9c-0.1,0.3-0.3,0.6-0.2,0.9
|
||||
c0.1,3.6-1,7.1-1.8,10.5c-0.8,3.4-0.9,6.7-1.1,10.1c0,0.3-0.2,0.7,0.2,0.9c0.4,0.2,0.5-0.2,0.8-0.4c4.7-4.6,8.9-9.7,12.1-15.5
|
||||
c1.2-2.1,2.4-4.1,3.6-6.2c0.6,0.3-0.1,0.7,0.3,1c1.1-1.6,2.2-3.1,3.3-4.7c0.4-0.5,0.6-1.4,1.5-1.3c0.1,0,0.2-0.1,0.2-0.1
|
||||
c1.4-3.1,4.3-5.1,6.1-7.8c0.5-0.7,0.6-1.8,2-1.9c0.3,0,0.6-1.2,1.1-1.7c0.2-0.2,0.3-0.5,0.5-0.6c2.7-1.5,4.3-4.2,6.2-6.6
|
||||
c1.5-1.8,3.2-3.3,4.9-4.9c2.9-2.6,5.8-5.2,9-7.5c4.4-3.2,8.3-7.2,12.9-10.1c1.7-1,3.5-1.9,5.1-3c3-2,6.4-3.4,9.4-5.3
|
||||
c3.1-2,6.7-3.2,10-4.8c3.3-1.5,6.7-3.1,10.1-4.2c3.4-1.1,6.8-2.5,10.3-3.3c2.2-0.5,4.4-1.1,6.6-1.7c0.1,0,0.1-0.1,0.2-0.1
|
||||
c0.7-0.1,1.6-0.3,1.8,0.5c0.2,0.9-0.9,1.1-1.4,1.1c-0.8,0-0.9,0.5-1.2,0.9c-0.3,0.5-0.8,1-1.5,1.3c-0.4-0.4-0.1-1.8-1.4-1.1
|
||||
c-0.2,0.1-0.5,0.3-0.4,0.5c0.2,1.1-0.5,1.1-1.2,1.1c-0.2,0-0.4-0.2-0.5,0.1c-0.6,1.3-1.9,1.2-3,1.4c-1.3,0.2-2.4,0.6-3.4,1.3
|
||||
c-1.4,0.8-2.8,1.6-4.4,1.7c-0.3,0-0.7,0.1-0.9,0.3c-0.6,0.7-1.4,0.9-2.3,0.9c-0.7,0-1.2,1.2-2,0.3c-0.1,0.1-0.2,0.1-0.2,0.2
|
||||
c-0.4,1-1.1,0.8-1.9,0.1c0.3,0.8-0.1,1.1-0.5,1.3c-2.1,1.1-4.1,2.1-6.2,3.1c-4.4,2.3-8.9,4.4-13.1,7.1c-3.3,2.2-6.6,4.3-9.8,6.7
|
||||
c-0.5,0.4-0.9,0.9-1.7,0.7c-0.1,0-0.2,0-0.2,0c0,1.9-1.9,1.8-2.9,2.7c-3.4,3.2-7.2,6.1-10.6,9.3c-1.5,1.4-3.2,2.8-4.7,4.3
|
||||
c-2.5,2.5-4.7,5.2-7.2,7.7c-5.7,5.5-10.1,12.1-14.8,18.4c-2.9,3.9-5.5,7.9-8.3,11.9c-0.3,0.4-0.6,0.9-0.7,1.5
|
||||
c1.2-1.1,2.3-2.4,3.1-3.8c2.3-3.8,5.1-7.3,8-10.6c1.9-2.1,3.2-4.5,5-6.7c2.3-2.7,4.6-5.5,7-8.1c2-2.2,3.9-4.4,5.9-6.6
|
||||
c1.2-1.3,2.6-2.4,3.9-3.5c1.4-1.1,2.6-2.4,3.8-3.6c0.6-0.6,1.1-1,2-0.7c0.4,0.2,0.6,0,0.5-0.5c-0.2-0.7,0.2-1.2,0.7-1.6
|
||||
c3-2.6,5.9-5.5,9.2-7.6c2.9-1.8,5.1-4.3,8.1-6c2.2-1.2,4.3-2.6,6.6-3.6c0.7-0.3,1.3-1,1.9-1.4c1.8-1.1,3.6-2.1,5.6-2.5
|
||||
c0.1,0,1,0,0.2-0.6c0,0,0.1-0.2,0.2-0.2c0.1-0.1,0.2-0.1,0.3,0c1.3,0.5,1.2-1.7,2.4-1.2c1.2,0.5,1.6-0.7,2.3-1c1-0.4,1.6-1.8,3-1.2
|
||||
c0.2,0.1,0.5,0,0.7-0.2c2.1-1.4,4.5-1.9,6.8-2.8c0.9-0.3,2.1,0.1,2.8-1c0.9,0.6,1.4,0.1,1.7-0.7c0-0.1,0.2-0.1,0.2-0.1
|
||||
c1.1,0.6,1.8-0.1,2.5-0.8c0.1-0.1,0.3-0.2,0.4-0.1c1.6,0.2,2.8-0.6,4.1-1.4c0.2-0.1,0.4-0.2,0.7-0.2c0.4-0.1,1-0.3,1.2,0.1
|
||||
c0.3,0.5-0.5,0.4-0.6,0.7c-0.2,0.8-0.7,1.1-1.4,1.4c-0.4,0.1-0.7,0.4-1.1,0.3c-0.5-0.2-0.8-0.1-0.7,0.5c0.1,0.3,0,0.5-0.4,0.4
|
||||
c-0.9-0.3-1.1,0.4-1.3,1c-0.1,0.2,0.2,0.5-0.1,0.6c-0.3,0.1-0.4-0.1-0.4-0.4c0-0.9-0.4-0.6-0.9-0.4c-0.8,0.3-1.4,0.7-2.1,1.5
|
||||
c-0.7,0.8-1.9,1.3-3,1.9c-0.1,0-0.2,0-0.3-0.1c-0.9-0.7-0.9-0.7-1.6,0.5c0.2,0.2,0.4,0.1,0.5,0c0.4-0.2,0.9-0.3,1,0.2
|
||||
c0.1,0.6-0.5,0.3-0.7,0.5c-0.8,0.3-1.6,0.6-2.2,1.1c-0.9,0.8-1,0.3-1-0.5c0-0.2-0.1-0.4-0.5-0.4c0.1,0.7,0.4,1.5-0.2,2
|
||||
c-1.2,0.9,0-1.5-1.2-0.9c0.1,0.3,0.6,0.8-0.3,0.9c-0.5,0-0.4,0.5-0.6,0.8c-0.4,0.3-0.9,0.4-1.3,0.6c-0.6,0.2-0.7-0.4-0.9-0.7
|
||||
c-0.2-0.2-0.4-0.3-0.8-0.3c-0.1,0.5,0.8,1.6-0.7,1.2C222.4,119.7,222.4,120.8,221.9,121c-0.1-0.1,0,0-0.1-0.1
|
||||
C221.9,121,221.9,121,221.9,121z"/>
|
||||
<path class="st2" d="M138.3,131c-3.2,10.1-7.3,19.8-10.1,30C130.2,150.5,134.3,140.8,138.3,131z"/>
|
||||
<path class="st3" d="M120.6,111.6c-2.9,2.2-6.1,4.2-8.5,7.2c-0.3-0.8-0.1-1.2,0.2-1.5c2.6-2.1,5.2-4.1,7.8-6.2
|
||||
C120.3,111.3,120.5,111.4,120.6,111.6z"/>
|
||||
<path class="st4" d="M104.2,127.8c0.4-0.8,0.8-1.5,1.2-2.3C105.7,126.6,105.1,127.2,104.2,127.8z"/>
|
||||
<path class="st5" d="M218.6,124.4c-0.3-0.1-0.9,0.6-0.9-0.3c0-0.3,0-0.6,0.3-0.8c0.2-0.1,0.4-0.1,0.6,0
|
||||
C218.9,123.7,218.5,124,218.6,124.4C218.6,124.4,218.6,124.4,218.6,124.4z"/>
|
||||
<path class="st6" d="M203.1,134.2c0.2,0.5,0.5,1,0.1,1.5c-0.3,0.3-0.6-0.1-0.5-0.6C202.8,134.8,203,134.5,203.1,134.2z"/>
|
||||
<path class="st7" d="M139.2,128.1c0.3,0.6,0.4,1-0.1,1.5C138.9,129.1,138.9,128.7,139.2,128.1z"/>
|
||||
<path class="st8" d="M186.2,152c-0.2,0.3-0.5,0.3-0.7,0.2c-0.2-0.1-0.4-0.2-0.3-0.4c0.1-0.3,0.4-0.3,0.6-0.1
|
||||
C185.9,151.7,186,151.9,186.2,152z"/>
|
||||
<path class="st9" d="M221.9,121c-0.3,0.1-0.6,0.2-0.7-0.2c0-0.2,0-0.4,0.3-0.4C222,120.4,221.9,120.8,221.9,121
|
||||
C221.9,121,221.9,121,221.9,121z"/>
|
||||
<path class="st10" d="M212.4,125.7c-0.1-0.1-0.2-0.2-0.2-0.3c0-0.2,0.2-0.3,0.3-0.2c0.2,0,0.3,0.2,0.3,0.3
|
||||
C212.8,125.7,212.7,125.8,212.4,125.7z"/>
|
||||
<path class="st11" d="M183.3,154c-0.2,0.1-0.3,0.3-0.4,0.3c-0.2,0-0.4-0.1-0.4-0.3c0-0.2,0.2-0.3,0.3-0.2
|
||||
C183,153.8,183.1,153.9,183.3,154z"/>
|
||||
<path class="st12" d="M214.6,125.6c-0.1,0.2-0.3,0.2-0.4,0.2c-0.1-0.1-0.3-0.2-0.3-0.3c0-0.2,0.1-0.3,0.3-0.2
|
||||
C214.4,125.4,214.5,125.5,214.6,125.6z"/>
|
||||
<path class="st13" d="M140.1,127.2c-0.2,0.1-0.3,0.2-0.4,0.2c0,0-0.2-0.2-0.2-0.2c0.1-0.1,0.2-0.2,0.3-0.3
|
||||
C139.9,126.9,140,127.1,140.1,127.2z"/>
|
||||
<path class="st14" d="M128.1,162.3c-0.1-0.1-0.3-0.1-0.3-0.2c-0.1-0.2,0.1-0.3,0.3-0.3c0.1,0,0.2,0.1,0.2,0.2
|
||||
C128.3,162.1,128.2,162.2,128.1,162.3z"/>
|
||||
<path class="st15" d="M127.7,163.5c0,0.2-0.1,0.3-0.3,0.4c-0.1,0-0.2-0.1-0.2-0.2c0-0.2,0.1-0.3,0.3-0.3
|
||||
C127.5,163.4,127.6,163.4,127.7,163.5z"/>
|
||||
<path class="st16" d="M125.3,171.8c-0.1,0-0.3,0.1-0.3,0c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0.2-0.2,0.3-0.1
|
||||
C125.2,171.5,125.2,171.6,125.3,171.8z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.2 KiB |
38
themes/lumbung-theme/static/img/buttons/kios.svg
Normal file
38
themes/lumbung-theme/static/img/buttons/kios.svg
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 26.3.1, 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 283.7 283.7" style="enable-background:new 0 0 283.7 283.7;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#CFADC5;}
|
||||
.st1{fill:#84285E;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M142,282.7C64.6,283-0.1,219.4,1.2,139.7C1.9,101.2,16,68.2,43.5,41.2c27.3-26.9,60.6-40.4,98.8-40.3
|
||||
C181.1,0.9,214.6,15,242,42.6c27.5,27.7,41,61.6,40.9,100.6c-0.1,24.9-6.6,48.3-19.3,69.9c-12.7,21.6-29.9,38.7-51.6,51.2
|
||||
C190.4,276.6,167,282.7,142,282.7z"/>
|
||||
<path class="st1" d="M120.4,190.8c-1.5,0-2.9,0-4.4,0c-0.6,0-1-0.2-1.4-0.7c-7.4-9.6-14.7-19.1-22.1-28.7c-2.3-3-3.2-3-5,0.3
|
||||
c-0.3,0.5-0.4,1.1-0.3,1.6c0.3,7.6,0.1,15.1,0.1,22.7c0,1.2-0.1,2.4-0.1,3.6c0,0.9-0.3,1.2-1.2,1.2c-5.2,0-10.4,0-15.6,0
|
||||
c-0.9,0-1.2-0.2-1.3-1.2c-0.2-1.8-0.2-3.5-0.2-5.3c0-29.5,0-59,0-88.5c0-11.2,0-22.3,0-33.5c0-0.3,0-0.6,0-1c0-2.7,1.1-3.7,3.8-3.5
|
||||
c2.8,0.3,5.7,0.2,8.5,0.2c1,0,2.1-0.2,3.1-0.2c2.1,0,3.1,0.8,3.1,2.9c0,5.9,0,11.8,0,17.6c0,15.9,0,31.8,0,47.6
|
||||
c0,3,0.1,6.1-0.1,9.1c0,0.8-0.2,1.9,0.7,2.3c0.7,0.3,1.3-0.6,1.9-1.2c4.4-4.5,8.7-9,13.1-13.5c2.4-2.5,4.9-5,7.3-7.5
|
||||
c1.1-1.2,2.4-1.8,4-1.7c4.6,0.2,9.3,0.1,13.9,0.1c1.4,0,2.9-0.1,4.3-0.1c0.3,0,0.6,0,0.8,0c0.8,0.1,1.8,0,2.1,0.9
|
||||
c0.2,0.6-0.7,1-1.2,1.5c-5.4,5.2-10.8,10.5-16.2,15.7c-4.1,4-8.3,7.9-12.4,11.8c-1.8,1.7-2,3-0.4,5c9.1,11.5,18.2,23,27.3,34.5
|
||||
c1.7,2.1,1.7,2.1,4,0.5c0.2-0.1,0.3-0.2,0.5-0.4c0.9-0.7,1.6-1.2,2.9-0.8c2.1,0.6,4.3-0.7,5-3c0.7-2.1,2.2-3.4,3.8-4.6
|
||||
c1.2-0.9,2.4-1.7,3.4-2.8c0.8-0.7,1.4-1.5,1.8-2.5c0.5-1.1,1.2-2,2.2-2.6c0.5-0.2,0.8-0.6,1.1-1.1c0.7-1.1,1.5-2,2.4-2.8
|
||||
c1.3-1.1,2.4-2.3,2.9-4c0.2-0.6,0.6-1,1-1.5c1.2-1.4,2.5-2.7,3.5-4.2c0.5-0.6,1-1.3,1.7-1.7c1.9-1.1,2.9-2.8,3.6-4.8
|
||||
c1.2-3.3,1.8-6.7,2.6-10.1c0.9-3.4,3-5.7,6.6-6.6c1.1-0.3,2.3-0.2,3.3,0.3c3.9,1.9,7.9,3.7,11.4,6.3c3.6,2.7,5.5,6.6,6,11.1
|
||||
c0.2,1.9-0.3,3.8-1.9,5.2c-0.9,0.7-1.4,1.7-1.7,2.8c-0.2,1.1-0.6,2.1-1.4,2.9c-2.1,2.3-2.6,5.2-2.8,8.1c-0.2,3.4-0.7,6.7-1.6,10
|
||||
c-0.7,2.4-1,4.9,0.1,7.3c0.3,0.7,0.7,1.3,1.2,1.9c2.2,2.4,4.9,2.3,6.9-0.2c1-1.3,1.8-2.8,3.5-3.3c0.4-0.1,0.7-0.8,0.9-1.2
|
||||
c1.2-1.9,2.4-3.9,3.6-5.8c0.9-1.4,1.7-2.8,3-3.9c1-0.9,1.5-2.2,2.1-3.4c0.5-1,0.9-1.9,1.4-2.9c0.8-1.8,2.4-2.5,4.2-2.8
|
||||
c0.8-0.1,1.2,0.4,1.6,1c2.1,4,3.4,8.1,4.2,12.5c0.6,3.4,0.6,6.9,0.5,10.4c0,1-0.3,1.9-0.9,2.7c-1.7,2.2-3.4,4.5-5.2,6.8
|
||||
c-0.1,0.2-0.2,0.3-0.4,0.4c-2,0.8-3.5,2.4-5.1,3.7c-1.2,0.9-2.4,1.7-4,1.8c-1.2,0.1-2.3,0.5-3.4,1.1c-1.6,0.8-3.4,0.9-5.1,0.9
|
||||
c-4.9-0.2-9.7-1.1-14.3-3c-3.7-1.5-6.6-4-9-7.2c-3.3-4.3-3.3-4.3-3.6-10.1c-0.1-1.3-0.3-2.5-0.9-3.7c-0.9-1.6-2.5-2-4-0.9
|
||||
c-0.9,0.6-1.5,1.4-2,2.4c-0.7,1.5-1.7,2.7-2.9,3.8c-4.1,3.7-7.3,8-10.9,12.1c-2.5,2.7-5.3,5.1-8.2,7.4c-1.3,1.1-3.1,1.3-4.7,1.5
|
||||
c-2.4,0.3-4.7,1.1-6.6,2.6c-4.7,3.6-9.6,3.2-14.5,0.5c-2.8-1.5-5.2-3.3-7.2-5.9c-1.7-2.2-2.1-4.7-1.4-7.4c0.4-1.6,1.4-2.6,3-3
|
||||
c2-0.5,3.9-1.1,5.9-1.7C120.4,190.9,120.4,190.9,120.4,190.8z"/>
|
||||
<path class="st1" d="M209.1,103.6c0,2.9-0.1,5.5-0.7,8.1c-0.2,1.1-0.7,2.1-1.4,3c-1.9,2.7-4.5,4.8-7,7c-0.1,0.1-0.3,0.2-0.4,0.3
|
||||
c-4.4,1.2-8.8,2.3-13-0.7c-3.7-0.6-5-3.8-6.5-6.6c-1.6-2.8-2-5.9-2-9c0-3.3,0.9-6.4,1.8-9.5c0.8-2.7,2.9-4.5,4.4-6.8
|
||||
c0,0,0-0.1,0.1-0.1c1.5-0.4,2.6-1.7,4.3-1.8c1.5-0.1,3-0.3,4.5-0.5c5.7-0.8,9.8,1.7,12.8,6.4c1.2,1.8,2,3.7,2.8,5.7
|
||||
C209.4,100.7,209,102.3,209.1,103.6z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
7
themes/lumbung-theme/static/img/buttons/panduan.svg
Normal file
7
themes/lumbung-theme/static/img/buttons/panduan.svg
Normal file