Skip to content

Commit b735ca2

Browse files
Add external links to base template and fix email link
Added Documentation and Docker Hub links to the navigation in base.html. Updated the email link in about.md to use the mailto: protocol. Cleaned up .gitignore formatting.
1 parent 6a53f9e commit b735ca2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,4 @@ docs\.cache
608608
!snoretoast.exe
609609
!Sysmon.exe
610610
!Sysmon64.exe
611-
!Sysmon64a.exe
612-
613-
test-build/
614-
test-features.md
611+
!Sysmon64a.exe

Intrudex-Server/app/templates/base.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
<a href="{{ url_for('sigma.save_settings') }}" class="flex items-center gap-3 py-2 px-3 rounded-lg hover:bg-gray-700 hover:scale-105 transition-all duration-200 mb-1">
6767
<i class="fas fa-gear"></i> Settings
6868
</a>
69+
<a href="https://toolshive.github.io/Intrudex" target="_blank" rel="noopener" class="flex items-center gap-3 py-2 px-3 rounded-lg hover:bg-gray-700 hover:scale-105 transition-all duration-200 mb-1">
70+
<i class="fas fa-book"></i> Documentation
71+
</a>
72+
<a href="https://hub.docker.com/repository/docker/armoghan/intrudex-server/general" target="_blank" rel="noopener" class="flex items-center gap-3 py-2 px-3 rounded-lg hover:bg-gray-700 hover:scale-105 transition-all duration-200 mb-1">
73+
<i class="fab fa-docker"></i> Docker Hub
74+
</a>
6975
<a href="https://github.com/ToolsHive/Intrudex" target="_blank" rel="noopener" class="flex items-center gap-3 py-2 px-3 rounded-lg hover:bg-gray-700 hover:scale-105 transition-all duration-200 mb-1">
7076
<i class="fab fa-github"></i> GitHub
7177
</a>

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Armoghan-ul-Mohmin is a passionate security researcher and software engineer ded
122122
- **LinkedIn**: [Armoghan-ul-Mohmin](https://www.linkedin.com/in/armoghan-ul-mohmin-4289a9248)
123123
- **Github**: [Armoghan-ul-Mohmin](https://github.com/Armoghan-ul-Mohmin)
124124
- **Website**: [Armoghan.netlify.app](https://Armoghan.netlify.app)
125-
- **Email**: [Armoghan@proton.me](Armoghan@proton.me)
125+
- **Email**: [Armoghan@proton.me](mailto:Armoghan@proton.me)
126126

127127
#### Expertise Areas
128128
- **Cybersecurity**: Threat detection, incident response, security architecture

0 commit comments

Comments
 (0)