add github/fedi links
This commit is contained in:
parent
59a6487d99
commit
7e8b1ad477
3 changed files with 15 additions and 54 deletions
|
@ -16,38 +16,17 @@
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
text-shadow: 1px 1px 3px hsl(38, 45%, 22%);
|
text-shadow: 1px 1px 3px hsl(38, 45%, 22%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
&:hover {
|
|
||||||
color: hsl(39, 100%, 80%);
|
|
||||||
& a {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
content: "▸";
|
|
||||||
margin-right: 0.5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="index.css" />
|
<link rel="stylesheet" href="index.css" />
|
||||||
<main>
|
<main>
|
||||||
<header>
|
<header>
|
||||||
<div>com.mekanoe.art //</div>
|
<div>com.mekanoe.art //</div>
|
||||||
<div class="subtext">a collection of 3D works</div>
|
<div class="subtext">
|
||||||
|
<< noeidelon >>
|
||||||
|
<a href="https://github.com/mekanoe/noeidelon">[github]</a>
|
||||||
|
<a href="https://sapphic.engineer/noe" rel="me">[fedi]</a>
|
||||||
|
<br />a collection of 3D works
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<section id="works">
|
<section id="works">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -12,6 +12,9 @@ header {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
color: hsl(39, 68.6%, 31.2%);
|
color: hsl(39, 68.6%, 31.2%);
|
||||||
|
& a:hover {
|
||||||
|
color: hsl(39, 100%, 80%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,38 +16,17 @@
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
text-shadow: 1px 1px 3px hsl(38, 45%, 22%);
|
text-shadow: 1px 1px 3px hsl(38, 45%, 22%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
&:hover {
|
|
||||||
color: hsl(39, 100%, 80%);
|
|
||||||
& a {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
content: "▸";
|
|
||||||
margin-right: 0.5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="index.css" />
|
<link rel="stylesheet" href="index.css" />
|
||||||
<main>
|
<main>
|
||||||
<header>
|
<header>
|
||||||
<div>com.mekanoe.art //</div>
|
<div>com.mekanoe.art //</div>
|
||||||
<div class="subtext">a collection of 3D works</div>
|
<div class="subtext">
|
||||||
|
<< noeidelon >>
|
||||||
|
<a href="https://github.com/mekanoe/noeidelon">[github]</a>
|
||||||
|
<a href="https://sapphic.engineer/noe" rel="me">[fedi]</a>
|
||||||
|
<br />a collection of 3D works
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<section id="works">
|
<section id="works">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue