-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (66 loc) · 4.56 KB
/
Copy pathindex.html
File metadata and controls
69 lines (66 loc) · 4.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<title>iostpa</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="iostpa's website">
<meta property="og:title" content="iostpa" />
<meta property="og:site_name" content="iostpa">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://iostpa.com" />
<!-- <meta property="og:image" content="https://iostpa.com/img/main-pfp.png"/> -->
<meta property="og:description" content="iostpa's website. Come check it out!" />
<meta name="theme-color" content="#d9d9d9"/>
<link rel="preload" href="fonts/Inter.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="fonts/Inter-italic.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="scripts/time.js" as="script"/>
<link rel="preload" href="style.css" as="style" />
<link rel="stylesheet" href="style.css">
<!-- <link rel="icon" type="image/x-icon" href="img/favicon.ico"> -->
</head>
<body>
<main role="main">
<div id="wrapper">
<div id="page-wrap">
<h1>Hey there!</h1>
<p>I'm iostpa, I'm a programmer!
I have contributed to some subdomain providers like <a href="https://is-a.dev">is-a.dev</a> and <a href="https://is-not.cool">is-not.cool</a>.
I've also contributed to a Discord bot from a <a href="https://orangc.net">fellow friend of mine</a> called <a href="https://takina.orangc.net">Takina</a> and also made a GitHub App for is-a.dev called <a href="https://github.com/iostpa/reviewbot">reviewbot</a>!
</p>
<p>I also have a homelab which I host basically everything on it,
one service for example is my <a href="https://git.iostpa.com">Git instance</a>.</p>
<p>If you wish to contact me for whatever reason, you can contact me via <a href="mailto:iostpa@iostpa.com">Email</a>,
<a href="https://iostpa.com/matrix">Matrix</a>,
<a href="https://iostpa.com/discord">Discord</a>
or <a href="https://iostpa.com/bluesky">Bluesky</a>.
</p>
<p id="time">hi, the time script didn't work</p>
<div style="all:initial;position:fixed;left:1rem;bottom:1rem;z-index:999;display:flex;flex-direction:column">
<button style="all:initial;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#393552;color:#fff;border:none;cursor:pointer;font:16px/1 sans-serif" onclick="location.href='https://horser.ing/prev/iostpa'">↑</button>
<button style="all:initial;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#393552;color:#fff;border:none;cursor:pointer;font:16px/1 sans-serif" onclick="location.href='https://horser.ing/'">?</button>
<button style="all:initial;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#393552;color:#fff;border:none;cursor:pointer;font:16px/1 sans-serif" onclick="location.href='https://horser.ing/next/iostpa'">↓</button>
</div>
<div class="images">
<!-- <a href="https://iostpa.com/twitter" target="_blank" rel="noopener noreferrer">
<img width="40" height="40" src="img/twitter.svg" alt="Twitter Logo" class="icons">
</a> -->
<a href="https://iostpa.com/github" target="_blank" rel="noopener noreferrer">
<img width="40" height="40" src="img/github.svg" alt="GitHub Logo" class="icons">
</a>
<a href="https://iostpa.com/bluesky" target="_blank" rel="noopener noreferrer">
<img width="40" height="40" src="img/bluesky.svg" alt="Bluesky Logo" class="icons">
</a>
<a href="mailto:iostpa@iostpa.com" target="_blank" rel="noopener noreferrer">
<img width="40" height="40" src="img/mail.svg" alt="Email Logo" class="icons">
</a>
<a href="https://iostpa.com/matrix" target="_blank" rel="noopener noreferrer">
<img width="40" height="40" src="img/matrix.svg" alt="Matrix Logo" class="icons">
</a>
</div>
</div>
</div>
<script src="scripts/time.js"></script>
</main>
</body>
</html>