Skip to content

Commit

Permalink
beta things
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Dec 2, 2023
1 parent 7c17473 commit 5a433d9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
20 changes: 20 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,23 @@ code[class*="language-"] span::selection {
.select-sigma.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
border-color: var(--sigma-blue);
}

.beta-banner {
background-color: #f0ad4e; /* Orange color for visibility */
color: white;
text-align: center;
padding: 5px;
font-weight: bold;
}

.feature-highlights {
background-color: #333; /* Dark background */
color: white;
padding: 10px;
border-radius: 5px;
}

.main-site-link {
color: #007bff; /* Blue color for visibility */
text-decoration: underline;
}
12 changes: 12 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,24 @@
<div class="self-center">
<p class="text-sigma-blue text-3xl font-bold">sigconverter.io</p>
<p class="text-white text-xl font-bold">sigma rule converter</p>
<p class="beta-banner">Beta Version</p>
</div>
<a href="https://github.com/magicsword-io/sigconverter.io" class="text-white self-center mr-4">
<i class="fab fa-github text-5xl"></i>
</a>
</div>
<hr class="mt-6 h-px border-0 bg-sigma-blue" />
<div class="feature-highlights mx-10 mt-5">
<h2 class="text-white text-xl font-bold">New Features in Beta</h2>
<ul class="text-sigma-blue">
<li>Latest Version of pySigma and Corresponding Backends</li>
<li>Support for Pipelines</li>
<!-- Add more features as needed -->
</ul>
<a href="https://sigconverter.io" class="main-site-link text-white">Return to Main Site</a>

</div>

</nav>

<div class="bg-sigma-dark">
Expand Down

0 comments on commit 5a433d9

Please sign in to comment.