Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
hangga committed Dec 20, 2024
1 parent 09a4c88 commit ca2f477
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de

<br/>

<div style="display: flex; justify-content: space-between; gap: 10px;">
<!-- <div style="display: flex; justify-content: space-between; gap: 10px;">
<img style="width: 30%;"
src="https://github.com/hangga/delvelin/blob/main/doc/delvelin-report-frame-console.png?raw=true"/>
<img style="width: 30%;"
src="https://github.com/hangga/delvelin/blob/main/doc/delvelin-report-frame.png?raw=true"/>
</div>
</div> -->

<br/><br/>
<a href="#1-how-it-works" class="btn">Getting Started</a>
Expand Down
15 changes: 12 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ layout: default

### Jump ahead:
- 1.[How it Works](#1-how-it-works)
- 2.[Example Output](#2-example-output)
- 2.[Example Report](#2-example-report)
- 3.[Integrating Delvelin](#3-integrating-delvelin)
* 3.1. [Using Delvelin Gradle Plugin](#31-using-delvelin-gradle-plugin)
+ [Kotlin DSL](#kotlin-dsl)
Expand Down Expand Up @@ -44,9 +44,9 @@ We leverage:

Delveline empowers Kotlin and Java teams to develop secure and resilient applications while aligning their development practices with global security standards.

# 2. Example Output
# 2. Example Report

<div style="display: flex; justify-content: space-between; gap: 10px;">
<!-- <div style="display: flex; justify-content: space-between; gap: 10px;">
<a href="https://github.com/delvelin/blog/blob/master/_posts/delvelin-report-console-1.png?raw=true" target="_blank">
<img
src="https://github.com/delvelin/blog/blob/master/_posts/delvelin-report-console-1.png?raw=true"/>
Expand All @@ -55,6 +55,15 @@ Delveline empowers Kotlin and Java teams to develop secure and resilient applica
<img
src="https://github.com/delvelin/blog/blob/master/_posts/delvelin-report-console-2.png?raw=true"/>
</a>
</div> -->
<a href="https://github.com/delvelin/blog/blob/master/_posts/delvelin-report-console-1.png?raw=true" target="_blank">
<img style="width: 30%;"
src="https://github.com/hangga/delvelin/blob/main/doc/delvelin-report-frame-console.png?raw=true"/>
</a>
<a href="https://github.com/delvelin/blog/blob/master/_posts/delvelin-report-console-2.png?raw=true" target="_blank">
<img style="width: 30%;"
src="https://github.com/hangga/delvelin/blob/main/doc/delvelin-report-frame.png?raw=true"/>
</a>
</div>

Or view example in <a href="https://delvelin.github.io/docs/vulnerability-report.html">HTML
Expand Down

0 comments on commit ca2f477

Please sign in to comment.