Skip to content

Commit 94d0529

Browse files
authored
Report link (#90)
* init * report download links
1 parent 109c4c9 commit 94d0529

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
543 KB
Binary file not shown.
1.42 MB
Binary file not shown.

src/pages/pentesting.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@ const faqSchemaData = {
289289
</div>
290290
<div class="dropdown-menu" id="dropdown-menu" style="display: none;">
291291
<div class="dropdown-header">Report type</div>
292-
<a href="/download/server-report" class="dropdown-item">
292+
<a href="/security-reports/isec_server_2025.pdf" class="dropdown-item" download>
293293
<div class="dropdown-item-text">Server</div>
294294
</a>
295-
<a href="/download/mobile-report" class="dropdown-item">
295+
<!-- <a href="/download/mobile-report" class="dropdown-item">
296296
<div class="dropdown-item-text">Mobile</div>
297-
</a>
298-
<a href="/download/desktop-report" class="dropdown-item">
297+
</a> -->
298+
<a href="/security-reports/isec_client_2025.pdf" class="dropdown-item" download>
299299
<div class="dropdown-item-text">Desktop</div>
300300
</a>
301301
</div>

0 commit comments

Comments
 (0)