vylepsene zobrazenie technologii na stranke O aplikacii
This commit is contained in:
parent
26d66540ef
commit
a144663070
@ -45,6 +45,7 @@ a {
|
||||
font-weight: 500;
|
||||
color: var(--color-text2);
|
||||
text-decoration: inherit;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
a:hover {
|
||||
color: var(--color-text3);
|
||||
@ -220,6 +221,22 @@ button:focus-visible {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
#about .cols {
|
||||
/* border: 1px red solid; */
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
#about .cols div {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background-color: var(--color-bg0);
|
||||
transition: all 0.3s;
|
||||
min-width: 150px;
|
||||
}
|
||||
#about .cols div:hover {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------
|
||||
99 - LIGHT MODE
|
||||
|
@ -4,20 +4,34 @@
|
||||
<h1>O aplikácii</h1>
|
||||
<img src="/public/bugreport.svg" height="100" alt="" />
|
||||
<h2>Bug Report</h2>
|
||||
<p>Verzia aplikácie: {{ version }} | Zostavené: {{ build }}</p>
|
||||
<p>Autor: <a href="mailto:mino@tpsoft.org">Ing. Igor Miňo</a></p>
|
||||
<p>
|
||||
Backend:
|
||||
<a href="https://www.php.net" target="_blank"
|
||||
><img src="/public/php-power-micro.png" alt="" /> PHP 8.2</a
|
||||
>
|
||||
| Databaza:
|
||||
<a href="https://www.sqlite.org" target="_blank"
|
||||
><img src="/public/SQLite370.svg" height="20" alt="" /> SQLite</a
|
||||
>
|
||||
| Frontend:
|
||||
<a href="https://vuejs.org" target="_blank"><img src="/public/vue.svg" height="20" alt="" /> Vue 3</a>
|
||||
Verzia aplikácie: {{ version }} | Zostavené: {{ build }}
|
||||
</p>
|
||||
<p>Autor: <a href="mailto:mino@tpsoft.org">Ing. Igor Miňo</a></p>
|
||||
<div class="cols">
|
||||
<div>
|
||||
Backend thanks for <br />
|
||||
<a href="https://www.php.net" target="_blank">
|
||||
<img src="/public/php-power-micro.png" height="20" alt="" /> <br />
|
||||
PHP 8.2
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
Database thanks for <br>
|
||||
<a href="https://www.sqlite.org" target="_blank">
|
||||
<img src="/public/SQLite370.svg" height="20" alt="" /> <br>
|
||||
SQLite
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
Frontend thanks for <br>
|
||||
<a href="https://vuejs.org" target="_blank">
|
||||
<img src="/public/vue.svg" height="20" alt="" /> <br>
|
||||
Vue 3
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Zdrojové kódy:
|
||||
<a href="https://git.tpsoft.org/bugreport" target="_blank"
|
||||
|
Loading…
x
Reference in New Issue
Block a user