Add logo description and html version
This commit is contained in:
parent
1be2722efc
commit
10f486040a
2 changed files with 42 additions and 0 deletions
9
logo/logo-desc.md
Normal file
9
logo/logo-desc.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Text: DaegSrv
|
||||||
|
Font: Montserrat Light Alt1
|
||||||
|
Font Size: 1.46
|
||||||
|
Font Color: #5B79E7
|
||||||
|
|
||||||
|
Text: ActivityPub Server
|
||||||
|
Font: Montserrat
|
||||||
|
Font Size: 1
|
||||||
|
Font Color: #A3A5AC
|
33
logo/logo.html
Normal file
33
logo/logo.html
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>DaegSrv Logo</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p class="logo">
|
||||||
|
<span class="title">DaegSrv</span>
|
||||||
|
<br/><br/>
|
||||||
|
<span class="subtitle">ActivityPub Server</span>
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
<style>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300&family=Montserrat:wght@300&display=swap');
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
color: #5879e7;
|
||||||
|
font-size: 6em;
|
||||||
|
font-family: 'Montserrat Alternates', sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
.subtitle {
|
||||||
|
color: #a3a5ac;
|
||||||
|
font-size: 2em;
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</html>
|
Loading…
Reference in a new issue