-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (42 loc) · 1.2 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
<html>
<head>
<title>Hannah-Sten</title>
<style>
body{
margin:1em auto;
max-width:40em;
padding:0 .62em;
font:1.2em/1.62 sans-serif;
}
h1,h2,h3 {
line-height:1.2;
}
a {
color: cornflowerblue;
}
a:visited {
color: cornflowerblue;
}
a:hover {
color: #77bbed;
}
@media print{
body{
max-width:none
}
}
</style>
</head>
<h1>Hannah-Sten</h1>
<h2>Our Projects</h2>
<ul>
<li><a href="https://github.com/Hannah-Sten/TeXiFy-IDEA">TeXiFy IDEA</a> — <em>LaTeX support for the IntelliJ platform</em></li>
<li><a href="https://github.com/Hannah-Sten/Utensils">Utensils</a> — <em>Kotlin library for mathematics and various utilities.</em></li>
<li><a href="http://hannah-sten.github.io/PP2LAL2PP">PP2LAL2PP</a> — <em>Programming language for the TU/e PP2 processor</em></li>
</ul>
<h2>Who are we?</h2>
<ul>
<li><a href="https://hannahschellekens.nl">Hannah Schellekens</a></li>
<li><a href="https://github.com/stenwessel">Sten Wessel</a></li>
</ul>
</html>