-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
40 lines (37 loc) · 1008 Bytes
/
about.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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Liminal Software - About</title>
<meta name="description" content="...">
<link rel="stylesheet" href="bundle.css">
<link rel="canonical" href="https://liminal.ly">
<body>
<header class="post-header">
<div class="logo">
<a href="http://liminal.ly">
<img class="logo-image" src="images/logo.svg" alt="logo">
</a>
</div>
</header>
<div class="container">
<div class="mid-container">
About
</div>
</div>
<div class="links-container">
<ul class="links">
<li class="">
<a class="link" href="https://github.com/liminalsoftware">github</a>
</li>
<li class="active">
about
</li>
<li class="">
<a class="link" href="contact.html">contact</a>
</li>
</ul>
</div>
</body>
</html>