contact/index.html (view raw)
1<!DOCTYPE html>
2<html>
3<header>
4 <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
5 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7 <meta name="HandheldFriendly" content="true">
8<style>
9body {
10 margin-top: 10%;
11}
12@media screen and (max-width: 1200px) {
13 #primary { width:67%; }
14 #secondary { width:30%; margin-left:3%;}
15}
16/* Tabled Portrait */
17@media screen and (max-width: 768px) {
18 #primary { width:100%; }
19 #secondary { width:100%; margin:0; border:none; }
20}
21html { font-size: 100% }
22@media (min-width: 640px) { body {font-size:1rem;} }
23@media (min-width:960px) { body {font-size:1.2rem;} }
24@media (min-width:1100px) { body {font-size:1.5rem;} }
25</style>
26 <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>
27 <title>
28 icyphox
29 </title>
30</header>
31
32<body>
33 <h2>contact</h2>
34
35<p>Reach me at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a> or at <code>#rice</code> on <a href="https://rizon.net">Rizon</a>.</p>
36
37</body>
38
39<hr />
40<footer>
41 <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</small>
42 <p> </p>
43<footer>