This commit is contained in:
Oliver
2025-06-23 09:42:07 -03:00
parent c352992708
commit cf823126d5
391 changed files with 13389 additions and 7731 deletions

View File

@@ -1,50 +1,53 @@
<!DOCTYPE html>
<html lang="de">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Authors | diese Story-Site</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" /> <link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
<title>Authors | diese Story-Site</title>
<meta name="description" content="" />
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d61d1a12b2ffab4c3134c215d63f696a3f3debd92707420e91d616ddd7e11bdc.css" />
</head>
<body>
<nav>
<h2>ODOO Community Success Stories sponsored by </h2>
<a href="http://ODOO4projects.com" style="
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 12px;
background-color: white;
color: orange;
border: 2px solid orange;
text-decoration: none;
padding: 16px 24px;
border-radius: 10px;
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 1.3;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: all 0.3s ease;
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
<span style="display: inline-block;">
Launch your ODOO Project now!
</span>
<h2>ODOO Community Success Stories sponsored by</h2>
<a
href="http://ODOO4projects.com"
style="
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 12px;
background-color: white;
color: orange;
border: 2px solid orange;
text-decoration: none;
padding: 16px 24px;
border-radius: 10px;
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 1.3;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
"
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
>
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
<span style="display: inline-block"> Launch your ODOO Project now! </span>
</a>
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">de</button>
@@ -66,18 +69,51 @@
</div>
</nav>
<main>
<section class="story__grid">
</section>
</main>
<div id="story-modal">
<footer>
<ul class="footer_links">
<li><a href="/agb" title="Allgemeine Geschäftsbedingungen">Allgemeine Geschäftsbedingungen</a></li>
<li><a href="/blog" title="Blog">Blog</a></li>
<li><a href="/datenschutz" title="Datenschutzerklärung">Datenschutzerklärung</a></li>
<li><a href="/faq" title="FAQ">FAQ</a></li>
<li><a href="/karriere" title="Karriere">Karriere</a></li>
<li><a href="/kontakt" title="Kontakt">Kontakt</a></li>
<li><a href="/sitemap" title="Sitemap">Sitemap</a></li>
<li><a href="/support" title="Support">Support</a></li>
<li><a href="/ueber-uns" title="Über uns">Über uns</a></li>
</ul>
<small class="copyright"> © 2025 IhrSeitenname. Alle Rechte vorbehalten. </small>
</footer>
<dialog class="story_dialog">
<button id="closeStoryModal" autofocus>Close</button>
<iframe
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
frameborder="1"
></iframe>
</dialog>
<div id="story-modal">
<button id="close-modal"></button>
<div id="modal-content">Loading...</div>
</div>
<script src="/pagefind/pagefind-ui.js"></script>
<script src="/js/main.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });