mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Updated tag line
This commit is contained in:
parent
e6c189bff5
commit
59bd78d71a
28
.github/assets/logo.svg
vendored
28
.github/assets/logo.svg
vendored
@ -1,7 +1,7 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
||||||
<foreignObject width="100%" height="100%">
|
<foreignObject width="100%" height="100%">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<style>
|
<style>
|
||||||
@keyframes backdrop {
|
@keyframes backdrop {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(0.9) rotateZ(45deg);
|
transform: scale(0.9) rotateZ(45deg);
|
||||||
@ -31,20 +31,20 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
font-family:
|
font-family:
|
||||||
system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial,
|
system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial,
|
||||||
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -80,8 +80,8 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<div class="backdrop"></div>
|
<div class="backdrop"></div>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 89">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 89">
|
||||||
@ -230,8 +230,8 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h1>Material for MkDocs</h1>
|
<h1>Material for MkDocs</h1>
|
||||||
<h2>Technical documentation that just works</h2>
|
<h2>Documentation that simply works</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</foreignObject>
|
</foreignObject>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.1 KiB |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.2.9",
|
"version": "8.2.9",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
"documentation",
|
"documentation",
|
||||||
|
Loading…
Reference in New Issue
Block a user