Add header

This commit is contained in:
2025-10-11 01:23:05 +03:00
parent ba7440fbab
commit cbbed3a15d
3 changed files with 10 additions and 5 deletions
-1
View File
@@ -90,7 +90,6 @@ ul {
header {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
background-color: $mantle;
padding: .5rem;
+6 -4
View File
@@ -1,4 +1,10 @@
<header>
{%- if request.path != url_for('index') %}
<a href="{{ url_for('index') }}">Coders Squad</a>
{%- else %}
<div></div>
{%- endif %}
<div class="header-links">
{%- for (l, t) in (
('us', _('about us')),
@@ -11,8 +17,4 @@
{%- endif %}
{%- endfor %}
</div>
{%- if request.path != url_for('index') %}
<a href="{{ url_for('index') }}">Coders Squad</a>
{%- endif %}
</header>
+4
View File
@@ -57,6 +57,10 @@
</style>
</head>
<body>
<header>
<a href="{{ url_for('index') }}">Coders Squad</a>
</header>
<main>
<h3>Development</h3>
<div class="blocks badges">