XHTML translation, added WOFF2 version of font #1
3 changed files with 49 additions and 31 deletions
51
index.html
51
index.html
|
@ -1,22 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-gb">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>helix</title>
|
||||
<link href="styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<h2>helix</h2>
|
||||
<b>about me</b>
|
||||
<p>pronouns: she/her or they/them, prefer they/them</p>
|
||||
<p>i like ipods and optical media, i also like <a href="https://geti2p.net/" target="_blank">i2p</a>.</p>
|
||||
<b>my accounts</b>
|
||||
<p><a href="xmpp:helix@h2.gay">xmpp:helix@h2.gay</a></p>
|
||||
<p>matrix: @vel:telepath.im</p>
|
||||
<p>discord (dont check often): vel.fsky.io </p>
|
||||
<p>git (i have like nothing lmfao): <a href="https://forge.fsky.io/vel" target="_blank">https://forge.fsky.io/vel</a></p>
|
||||
<b><a href="xmpp:offtopic@parties.h2.gay?join">join my shitty MUC today</a></b><br /><br /><br />
|
||||
<noscript><em>thank you for disabling javascript.</em></noscript>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>helix</title>
|
||||
<link href="styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<h2>helix</h2>
|
||||
<p>
|
||||
<b>about me</b><br />
|
||||
pronouns: she/her or they/them, prefer they/them<br />
|
||||
i like ipods and optical media, i also like <a href="https://geti2p.net/">i2p</a>.
|
||||
</p>
|
||||
<p>
|
||||
<b>my accounts</b><br/>
|
||||
<a href="xmpp:helix@h2.gay">xmpp:helix@h2.gay</a><br />
|
||||
matrix: @vel:telepath.im<br />
|
||||
discord (dont check often): vel.fsky.io<br />
|
||||
git (i have like nothing lmfao): <a href="https://forge.fsky.io/vel">https://forge.fsky.io/vel</a><br />
|
||||
<b><a href="xmpp:offtopic@parties.h2.gay?join">join my shitty MUC today</a></b>
|
||||
</p>
|
||||
<div>
|
||||
<br /><br />
|
||||
<noscript><p><em>thank you for disabling javascript.</em></p></noscript>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
BIN
raleway.woff2
Normal file
BIN
raleway.woff2
Normal file
Binary file not shown.
29
styles.css
29
styles.css
|
@ -1,16 +1,27 @@
|
|||
@font-face {
|
||||
font-family: Raleway;
|
||||
src: url(raleway.ttf);
|
||||
font-family: Raleway WOFF2;
|
||||
src: url('/raleway.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Raleway TTF;
|
||||
src: url('/raleway.ttf');
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url(bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-color: #ffcfdb;
|
||||
font-family: Raleway;
|
||||
padding: 20px;
|
||||
background-image: url(bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-color: #ffcfdb;
|
||||
font-family: Raleway WOFF2, Raleway TTF, sans-serif;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
* {
|
||||
color: #ffcfdb;
|
||||
}
|
||||
color: #ffcfdb;
|
||||
}
|
||||
|
||||
br {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue