feat: add link to ipa-reader.xyz
This commit is contained in:
parent
3f888736dd
commit
9dc01619d3
2 changed files with 18 additions and 2 deletions
10
index.html
10
index.html
|
|
@ -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ːzə ˈskɪnəs /</p>
|
<p class="ipa" lang="en-fonipa">
|
||||||
<p class="dfn">Sailor; programmer; web developer; publisher.</p>
|
<a href="http://ipa-reader.xyz/?text=si%CB%90z%C9%99%20sk%C9%AAn%C9%99s&voice=Amy">
|
||||||
|
/ ˈsiːzə ˈskɪnəs /
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p class="dfn">
|
||||||
|
Sailor; programmer; web developer; publisher.
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<p>
|
||||||
<strong>Hello.</strong> Thanks for dropping by. There’s 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. There’s not much to see here at the moment, but feel free to drop me a line using one of the links below.
|
||||||
|
|
|
||||||
10
style.css
10
style.css
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue