Skip to content

Commit

Permalink
Move description to down
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Jan 14, 2025
1 parent a342879 commit 656fd7d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions vulnerabilities/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@
{% block content %}
<section class="section pt-2">
<div class="container">
<div class="columns is-centered mb-5 mt-2">
<div class="column is-full-tablet is-full-desktop">
{% include "vulnerability_search_box.html" %}
</div>
</div>
<div class="columns is-centered mb-5">
<div class="column is-full-tablet is-full-desktop">
{% include "package_search_box.html" %}
</div>
</div>
<div class="notification is-info is-light has-text-centered">
<p class="is-size-5 has-text-grey-dark has-text-centered mb-2">
<p class="is-size-6 has-text-grey-dark has-text-centered mb-3">
<strong>VulnerableCode</strong> aggregates software
vulnerabilities from multiple public advisory sources
and presents their details along with their affected
Expand All @@ -23,16 +33,6 @@
</a>
</p>
</div>
<div class="columns is-centered mb-5 mt-2">
<div class="column is-full-tablet is-full-desktop">
{% include "vulnerability_search_box.html" %}
</div>
</div>
<div class="columns is-centered mb-5">
<div class="column is-full-tablet is-full-desktop">
{% include "package_search_box.html" %}
</div>
</div>
</div>
</section>
{% endblock %}

0 comments on commit 656fd7d

Please sign in to comment.