-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (69 loc) · 2.15 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
59
60
61
62
63
64
65
66
67
68
69
<html><head>
<title>alantech</title>
<meta name="description" content="open source software co">
<meta name="keywords" content="alan technologies tech software">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./logo.png">
<script type="text/javascript" src="posthog.js"></script>
<style>
html {
font-family: monospace;
font-size: 1rem;
background-color: #073642;
color: #839496;
margin: 3rem;
display: flex;
flex-wrap: wrap;
text-align:center;
}
body {
margin: 0 auto;
width: 70%;
}
h1, h2 {
color: #b58900;
}
a {
color: #2aa198;
}
.logo {
height: 12rem;
border-style: solid;
border-width: 1px;
border-radius: 50%;
margin-top: 2rem;
margin-bottom: 3rem;
}
.break {
flex-basis: 100%;
height: 0r;
}
dt {
margin-bottom: 1rem;
margin-top: 1rem;
}
.pj-list {
margin-top: 3rem;
text-align: left;
}
</style>
</head>
<body>
<h1>alantech</h1>
<img class="logo" src="./logo.png"></img>
<div class="break"></div> <!-- break -->
VC backed company building <a href="https://github.com/alantech">open source</a> developer tools
<dl class='pj-list'>
<dt><a href="https://github.com/alantech/marsha">marsha</a></dt>
<dd>A higher-level programming language that is compiled to tested Python software by LLMs</dd>
<dt><a href="https://github.com/alantech/sqlpal">sql pal</a></dt>
<dd>A SQL editor with an AI pal that understands your database schema and provides suggestions</dd>
<dt><a href="https://iasql.com">iasql</a></dt>
<dd>Alternative to IaC that manages cloud infrastructure as data in PostgreSQL</dd>
<dt><a href="https://github.com/alantech/anycloud">anycloud</a></dt>
<dd>Framework that scales an HTTP server + container in any public cloud</dd>
<dt><a href="https://alan-lang.org">alan language</a></dt>
<dd>An almost Turing complete language that does concurrency and parallelization automatically</dd>
</dl>
</body>
</html>