-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (57 loc) · 2.68 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>/// big sky software</title>
<style>
a:link {
color: #1d4b8f;
}
a:visited {
color: #6584b8;
}
a:hover img {
opacity: 85%;
}
</style>
</head>
<body style='padding-top: 8px; font-family:sans-serif'>
<header style="text-align: center; border-bottom: 1px solid whitesmoke;">
<img style="max-width: 100%" src="img/bss.png">
</header>
<main style="text-align: center">
<ul style="list-style: none; padding: 0px">
<li>
<a href="https://htmx.org"><img style="max-width: min(55%, 360px)" src="img/htmx.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://github.com/bigskysoftware/fixi"><img style="filter: invert(1); max-width: min(55%, 260px)" src="img/fixi.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://hyperscript.org"><img style="max-width: min(55%, 360px)" src="img/hyperscript.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://grugbrain.dev"><img style="border-radius: 50px; max-width: min(25%, 200px)" src="img/grug.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://hypermedia.systems"><img style="border-radius: 50px; max-width: min(25%, 200px)" src="img/hs.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://github.com/bigskysoftware/idiomorph/"><img style="max-width: min(35%, 260px); border: 1px solid white; border-radius: 24px" src="img/idiomorph.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://intercoolerjs.org"><img style="max-width: min(55%, 360px)" src="img/intercooler.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://html-lang.org"><img style="max-width: min(55%, 360px); border: 3px solid gray; border-radius: 24px" src="img/html.png"></a>
</li>
<li style="padding-top: 64px">
<a href="https://jschema.org"><img style="max-width: min(55%, 360px)" src="img/jschema.png"></a>
</li>
</ul>
</main>
<footer style="text-align: center; margin-top: 32px; border-top: 1px solid whitesmoke;padding: 64px;">
<a href="https://htmx.org/essays">essays</a> ⊝ <a href="mailto:[email protected]">consulting</a> ⊝ <a href="mailto:[email protected]">contact</a> ⊝ <a href="https://github.com/bigskysoftware">github</a> ⊝ <a href="https://twitter.com/htmx_org">twitter</a>
</footer>
</body>
</html>