feat: add link to ipa-reader.xyz

This commit is contained in:
Caesar Schinas 2021-10-31 18:37:28 +00:00
parent 3f888736dd
commit 9dc01619d3
2 changed files with 18 additions and 2 deletions

View file

@ -48,8 +48,14 @@
<source srcset="./images/caesar-256.jpg 256w, ./images/caesar-128.jpg 128w" type="image/jpeg" /> <source srcset="./images/caesar-256.jpg 256w, ./images/caesar-128.jpg 128w" type="image/jpeg" />
<img class="profile" src="./images/caesar-128.jpg" width="128" height="128" alt="" /> <img class="profile" src="./images/caesar-128.jpg" width="128" height="128" alt="" />
</picture> </picture>
<p class="ipa" lang="en-fonipa">/ ˈsiːˈskɪnəs /</p> <p class="ipa" lang="en-fonipa">
<p class="dfn">Sailor;&nbsp; programmer;&nbsp; web developer;&nbsp; publisher.</p> <a href="http://ipa-reader.xyz/?text=si%CB%90z%C9%99%20sk%C9%AAn%C9%99s&voice=Amy">
/ ˈsiːˈskɪnəs /
</a>
</p>
<p class="dfn">
Sailor;&nbsp; programmer;&nbsp; web developer;&nbsp; publisher.
</p>
</header> </header>
<p> <p>
<strong>Hello.</strong> Thanks for dropping by. Theres not much to see here at the moment, but feel free to drop me a line using one of the links below. <strong>Hello.</strong> Thanks for dropping by. Theres not much to see here at the moment, but feel free to drop me a line using one of the links below.

View file

@ -18,6 +18,15 @@ body {
h1, p { h1, p {
margin: 0; margin: 0;
} }
a {
color: #888;
text-decoration: none;
border-bottom: 1px solid #555;
}
a:hover {
color: #08f;
border-bottom-color: #08f;
}
header { header {
margin: 0 0 1em; margin: 0 0 1em;
} }
@ -70,6 +79,7 @@ img.profile {
height: 1em; height: 1em;
overflow: hidden; overflow: hidden;
text-decoration: none; text-decoration: none;
border: none;
font-size: 1.7em; font-size: 1.7em;
color: inherit; color: inherit;
} }