Add symbols to pages
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
<div class="side-by-side-item left">
|
<div class="side-by-side-item left">
|
||||||
<h3>Store</h3>
|
<h3>Store</h3>
|
||||||
<p>Find your perfect professional-grade Software</p>
|
<p>Find your perfect professional-grade Software</p>
|
||||||
|
<a href="https://store.janishutz.com" class="button">Store</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="side-by-side-item right">
|
<div class="side-by-side-item right">
|
||||||
<h3>Custom Websites</h3>
|
<h3>Custom Websites</h3>
|
||||||
|
|||||||
@@ -27,11 +27,16 @@
|
|||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
color: rgb(41, 41, 41);
|
color: rgb(41, 41, 41);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.legal-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav></nav>
|
<nav></nav>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined legal-icon">gavel</span>
|
||||||
<h1 class="title">The Legal Stuff</h1>
|
<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>
|
<p class="text-center;">View all the legal agreements here, which apply whenever you use any of the services on janishutz.com</p>
|
||||||
|
|||||||
@@ -27,11 +27,16 @@
|
|||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
color: rgb(41, 41, 41);
|
color: rgb(41, 41, 41);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.licence-icon {
|
||||||
|
font-size: 10rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav></nav>
|
<nav></nav>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<span class="material-symbols-outlined licence-icon">license</span>
|
||||||
<h1 class="title">Licences</h1>
|
<h1 class="title">Licences</h1>
|
||||||
|
|
||||||
<a href="/legal" class="back">← Back to legal hub</a>
|
<a href="/legal" class="back">← Back to legal hub</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user