Improve page header
- Add illustration in correct size - Rephrase explanatory intro paragraphs
This commit is contained in:
parent
4fe1ea90cc
commit
a7267a241d
2 changed files with 7 additions and 2 deletions
BIN
public/img/lodestone_attracting_nails_small.jpeg
Normal file
BIN
public/img/lodestone_attracting_nails_small.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
|
|
@ -69,6 +69,10 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
p.intro {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#root {
|
||||
clear: both;
|
||||
}
|
||||
|
|
@ -215,9 +219,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img class="illustration" src="./img/lodestone_attracting_nails.png" width="150" />
|
||||
<img class="illustration" src="./img/lodestone_attracting_nails_small.jpeg" width="150" />
|
||||
<h1>Lodestone</h1>
|
||||
<p>Lodestone is an application to help you navigate the Fediverse. It surfaces things you enjoyed and allows you to sift through them again. It aims to be a companion to the server hosting your Mastodon instance, or any other compatible Fediverse software.</p>
|
||||
<p class="intro">Lodestone helps you navigate the Fediverse.</p>
|
||||
<p>It gives you a tool to quickly search through your favorite posts, and helps you rediscover the things you found relevant.</p>
|
||||
<div id="root">
|
||||
Loading application…
|
||||
<noscript>Please turn on JavaScript to run the application.</noscript>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue