Skip to content

Commit 07f9d5d

Browse files
author
Serhii Rudenko
committed
ltl fix
1 parent ea2b36d commit 07f9d5d

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

index.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@
7777
background-color: var(--secondary-color);
7878
}
7979

80+
.link {
81+
display: inline-block;
82+
color: var(--primary-color);
83+
text-decoration: none;
84+
border-radius: 4px;
85+
transition: background-color 0.3s;
86+
}
87+
88+
.link:hover {
89+
color: var(--secondary-color);
90+
}
91+
92+
8093
.chart-info {
8194
background-color: #fff;
8295
border: 1px solid #e0e0e0;
@@ -199,10 +212,12 @@
199212

200213
<body>
201214
<div class="container">
202-
<h1>Prozorro Sale AWS Auth Controller Chart Repository</h1>
203-
215+
<h1><a target="_blank" href="https://prozorro.sale" class="link">
216+
<img src="https://prozorro.sale/static/favicon/favicon.ico" alt="Prozorro.sale">
217+
Prozorro.Sale</a><br />
218+
AWS Auth Controller Chart Repository</h1>
204219
<div class="description">
205-
This is the Helm chart repository for the Prozorro Sale aws-auth-controller application.
220+
This is the Helm chart repository for the aws-auth-controller application.
206221
</div>
207222

208223
<div id="chartInfo" class="chart-info">

0 commit comments

Comments
 (0)