přidána ikonka k návratu na domovskou stránku
This commit is contained in:
parent
0dd3ec0899
commit
4f3584e9d3
@ -25,6 +25,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<meta name="Co je Mxchat" content="Co je Mxchat." />
|
||||
<title>Mxchat Cz</title>
|
||||
<link rel="stylesheet" href="../../style/style.css" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||
@ -35,6 +39,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Co je Mxchat</h1>
|
||||
<a href="/index.html" class="home-icon" title="Domů">
|
||||
<i class="fas fa-home"></i>
|
||||
</header>
|
||||
<div class="main-content">
|
||||
<p>Mxcahat Cz je platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci.</p>
|
||||
|
@ -24,6 +24,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Kontakty</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||||
@ -33,15 +37,17 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="../../res/site/icons/favicon.ico"
|
||||
href="../../res/site/icons/favicon.icon"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Kontakty</h1>
|
||||
|
||||
<h2>Pro jakékoli dotazy nebo podporu nás můžete kontaktovat prostřednictvím následujících kanálů</h2>
|
||||
<a href="/index.html" class="home-icon" title="Domů">
|
||||
<i class="fas fa-home"></i>
|
||||
</a>
|
||||
<h2>Pro jakékoli dotazy nebo podporu nás můžete kontaktovat prostřednictvím následujících kanálů</h2>
|
||||
</header>
|
||||
<div class="spacer"></div>
|
||||
<div class="main-content">
|
||||
|
@ -25,10 +25,17 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<title>Novinky na Mxchatu</title>
|
||||
<link rel="stylesheet" href="../../style/style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Novinky na Mxchatu</h1>
|
||||
<a href="/index.html" class="home-icon" title="Domů">
|
||||
<i class="fas fa-home"></i>
|
||||
</a>
|
||||
</header>
|
||||
<div class="main-content">
|
||||
<!-- První novinka -->
|
||||
|
@ -805,3 +805,21 @@ body {
|
||||
.spacer {
|
||||
height: 20px; /* Můžeš upravit hodnotu podle potřeby */
|
||||
}
|
||||
.page-header {
|
||||
position: relative;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.home-link {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
font-size: 24px;
|
||||
color: #000; /* Barva ikony */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.home-link:hover {
|
||||
color: #800; /* Barva ikony při hoveru */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user