Skip to content

Commit 0235c6b

Browse files
committed
docs: optimize README header layout and logo spacing
1 parent 3990f9d commit 0235c6b

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

Logo/Logo.png

864 KB
Loading

Logo/Logo.svg

Lines changed: 3 additions & 0 deletions
Loading

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Sentinel
1+
<div align="center">
2+
<h1>
3+
<picture>
4+
<source srcset="logo/logo.svg" type="image/svg+xml">
5+
<img src="logo/logo.png" alt="Sentinel Logo" width="200">
6+
</picture>
7+
<br>
8+
Sentinel
9+
</h1>
10+
<p><strong>A security-focused ASP.NET Core Web API enforcing sender-constrained token validation.</strong></p>
11+
<p>Aligned with FAPI 2.0 Baseline and Advanced hardening goals.</p>
12+
</div>
213

314
Sentinel is a security-focused ASP.NET Core Web API that enforces sender-constrained token validation patterns aligned with FAPI 2.0 Baseline and Advanced hardening goals.
415

0 commit comments

Comments
 (0)