Add symbols to pages

This commit is contained in:
2025-02-17 14:29:58 +01:00
parent ccba4011f3
commit ac51699689
3 changed files with 11 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
<div class="side-by-side-item left">
<h3>Store</h3>
<p>Find your perfect professional-grade Software</p>
<a href="https://store.janishutz.com" class="button">Store</a>
</div>
<div class="side-by-side-item right">
<h3>Custom Websites</h3>

View File

@@ -27,11 +27,16 @@
font-size: smaller;
color: rgb(41, 41, 41);
}
.legal-icon {
font-size: 10rem;
}
</style>
</head>
<body>
<nav></nav>
<div class="content">
<span class="material-symbols-outlined legal-icon">gavel</span>
<h1 class="title">The Legal Stuff</h1>
<p class="text-center;">View all the legal agreements here, which apply whenever you use any of the services on janishutz.com</p>

View File

@@ -27,11 +27,16 @@
font-size: smaller;
color: rgb(41, 41, 41);
}
.licence-icon {
font-size: 10rem;
}
</style>
</head>
<body>
<nav></nav>
<div class="content">
<span class="material-symbols-outlined licence-icon">license</span>
<h1 class="title">Licences</h1>
<a href="/legal" class="back">&leftarrow; Back to legal hub</a>