-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (70 loc) · 2.08 KB
/
index.html
File metadata and controls
74 lines (70 loc) · 2.08 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
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>tacohiro systems - home</title>
<link rel="stylesheet" href="/assets/css/normalize.min.css">
<link rel="stylesheet" href="/assets/css/style.css">
<script async src="/assets/scripts/script.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init({
endpoint: "/api/event"
})
</script>
</head>
<body>
<section>
<div>
<img src="/assets/images/ceo.webp" height="25px" width="25px">
<h1>tacohiro.systems</h1>
</div>
<nav>
<a href="/">home</a>
<a href="/about">about</a>
</nav>
</section>
<section>
<p>
Crafting software systems from <mark>first principles</mark>, not fad.
</p>
</section>
<section>
<h2>in-house projects.</h2>
<p>
Projects built with pure <em>Organic Stupidity</em>, and love for programming.
<b>No A.I</b>.
</p>
<ul>
<li>
<a href="https://www.remotehiro.com">remotehiro</a>
- A no-nonsense, and lightweight job board with accessible data, and
mandatory salary ranges
</li>
<li>📑 ??? (not so soon...)</li>
<li>🎟️ ??? (not so soon...)</li>
</ul>
(or check
<a href="https://github.com/tacohirosystems">github.com/tacohirosystems</a>
once in a while)
</section>
<section>
<h2>contact.</h2>
<ul>
<li>
bluesky:
<a href="https://bsky.app/profile/tacohiro.systems">@tacohiro.systems</a>
</li>
<li>
twitter:
<a href="https://twitter.com/tacohirosystems">@tacohirosystems</a>
</li>
<li>
for business:
<a href="mailto:hi@tacohiro.systems">hi@tacohiro.systems</a>
</li>
</ul>
</section>
</body>
</html>