add a people section
This commit is contained in:
parent
9f101abc10
commit
87d2781a0e
2 changed files with 21 additions and 0 deletions
18
index.php
18
index.php
|
|
@ -64,6 +64,24 @@
|
||||||
</p>
|
</p>
|
||||||
<a href="/blog">more...</a>
|
<a href="/blog">more...</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="group"> <!-- People Section -->
|
||||||
|
<hgroup>
|
||||||
|
<h2 id="font", style="margin-bottom: 0;">Interesting People</h2>
|
||||||
|
<p style="margin-top: 0;">
|
||||||
|
(nvim users)
|
||||||
|
</p>
|
||||||
|
</hgroup>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://lunarflamestudios.com">lunarflamestudios.com</a>
|
||||||
|
- Fantastic game studio run by the amazing Adrian aka Phantom.
|
||||||
|
<li>
|
||||||
|
<a href="https://eggbert.xyz/">eggbert.xyz</a>
|
||||||
|
- Insanely intelligent developer who writes good blog posts and
|
||||||
|
great code.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,9 @@ html, body {
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: var(--lr-width);
|
width: var(--lr-width);
|
||||||
|
ul {
|
||||||
|
text-align: left !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
p#blogpreview a {
|
p#blogpreview a {
|
||||||
max-width: 30ch;
|
max-width: 30ch;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue