Compare commits
2 commits
4bd79d88d9
...
e8dc80e7cb
Author | SHA1 | Date | |
---|---|---|---|
e8dc80e7cb | |||
5d75f2d696 |
5 changed files with 8 additions and 9 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
FONTS = $(shell find fonts -type f)
|
||||
CSS = style.css where.css
|
||||
PAGES = index.html where.html pubkey.txt
|
||||
CSS = style.css
|
||||
PAGES = index.html pubkey.txt
|
||||
MEDIA = $(patsubst %,media/%, \
|
||||
bg.png bg_2x.png bg_dim.png bg_2x_dim.png \
|
||||
mlem.gif mlem_static.png cybre.png donphan.png types.png \
|
||||
|
|
|
@ -51,12 +51,6 @@
|
|||
<img class=icon src=media/speech.svg>
|
||||
conlangs
|
||||
</a>
|
||||
|
||||
<li>
|
||||
<a href=where.html>
|
||||
<img class=icon src=media/contact.svg>
|
||||
contact
|
||||
</a>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
1
media/speaker.svg
Normal file
1
media/speaker.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0v32h32v-32z"/></clipPath><clipPath id="b"><path clip-rule="evenodd" d="m15 16 16-16h2v32h-2z"/></clipPath><metadata/><path d="m0 0v32h32v-32z" fill="none"/><g clip-path="url(#a)"><path d="m23.662 24.662c2.297-2.297 3.588-5.413 3.588-8.662s-1.291-6.365-3.588-8.662l-8.662 8.662z" stroke="#000" stroke-width="4"/><g fill="none"><path d="m4 12v8h6l6 6v-20l-6 6z" stroke="#000" stroke-width="4"/><path d="m15 16 16-16h2v32h-2z"/><g clip-path="url(#b)" stroke="#e6e6e6" stroke-width="2.5"><circle cx="15" cy="16" r="11"/><circle cx="15" cy="16" r="6.5"/></g></g><path d="m16 22-6-3-6-1v-6h6l6-6z" fill="#666"/><path d="m4 18h7.172c.53 0 1.039.211 1.414.586l3.414 3.414v4l-6-6h-6z" fill="#515151"/></g></svg>
|
After Width: | Height: | Size: 966 B |
|
@ -190,11 +190,15 @@ rt { --around-image: url(media/star.svg); }
|
|||
h1, h2 { --around-image: url(media/sparkles.svg); }
|
||||
|
||||
|
||||
.emojo {
|
||||
.emojo, [href='#listen']::before {
|
||||
vertical-align: middle;
|
||||
height: 1.2em; width: 1.2em;
|
||||
}
|
||||
|
||||
[href='#listen']::before {
|
||||
content: url(media/speaker.svg);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#links .icon {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue