-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 2.29 KB
/
index.html
File metadata and controls
47 lines (43 loc) · 2.29 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
<!DOCTYPE html>
<html>
<head>
<title>PIXELTEX</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" type="text/css" href="styles/common.css"/>
<link rel="stylesheet" type="text/css" href="styles/footer.css"/>
<style>
a { color: #fcfefa; text-decoration: none; }
a:hover { color: #fffa6b; }
</style>
</head>
<body>
<header>
</header>
<div>
<div style="height:100%;display:grid;grid-template-columns:repeat(2,auto);width:100%;align-content:center;">
<div>
<a href="pixeltex/"><h1>PIXELTEX 👌</h1></a>
<h3>a fun little latex and emoji pixel typesetter</h3>
</div>
<div>
<a href="minigent/"><h1>MINIGENT 🎩</h1></a>
<h3>an extensive <u title="mostly; extended set also includes 2x4, 2x5, 3x5, 4x4, 5x4 for math and other symbols">3x4</u> pixel font for miniature typesetting</h3>
</div>
</div>
</div>
<footer>
<div class="icon-row">
<a class="material-icons icon-button" style="font-size:28px;" href="mailto:tbsgrdn+pxltx@gmail.com">mail</a>
<a class="github-button" href="https://github.com/gurki/pixeltex" data-show-count="true" data-size="large" aria-label="Star gurki/pixeltex on GitHub">Star</a>
<a href="https://twitter.com/tbsgrdn?ref_src=pixeltex" class="twitter-follow-button" data-size="large" data-show-screen-name="false" data-show-count="false">Follow @tobiasgurdan</a>
<span></span>
<div class="small-icon" id="btc-icon"><div class="qrcode" id="btc-qrcode"></div></div>
<div class="small-icon" id="eth-icon"><div class="qrcode" id="eth-qrcode"></div></div>
<div class="small-icon" id="rvn-icon"><div class="qrcode" id="rvn-qrcode"></div></div>
</div>
</footer>
<script type=module src=pixeltex.js></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>