fix IPA placeholder
This commit is contained in:
parent
608c9d2dcb
commit
ae8de1ad55
2 changed files with 10 additions and 2 deletions
|
@ -11,6 +11,14 @@
|
|||
padding-right: $outer-gap;
|
||||
}
|
||||
|
||||
#about {
|
||||
span {
|
||||
margin: 0 !important;
|
||||
font-family: monospace;
|
||||
font-size: 110%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
#main .col {
|
||||
display: block;
|
||||
|
|
|
@ -5,8 +5,8 @@ $lang['title'] = $lang['first_name'];
|
|||
# sections
|
||||
$lang['about'] = 'About';
|
||||
$lang['section_about'] = '
|
||||
Hi, and welcome to my webbed site! I go by Freya (IPA). I make cool
|
||||
programming projects, work as a software developer, and lurk on the
|
||||
Hi, and welcome to my webbed site! I go by Freya <span class="ipa">/ˈfɹeɪə/</span>.
|
||||
I make cool programming projects, work as a software developer, and lurk on the
|
||||
interwebz. You can find me tinerking with systems programming, networking, and
|
||||
declarative linux distros.
|
||||
';
|
||||
|
|
Loading…
Add table
Reference in a new issue