-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (58 loc) · 2.15 KB
/
index.html
File metadata and controls
77 lines (58 loc) · 2.15 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<link rel="stylesheet" href="gostatic/css/framework.css">
<title>PatHaugen: GitHub Pages: UniMon Project</title>
</head>
<body>
<div>
<!-- ---------- ---------- ---------- ---------- ---------- -->
<div id="header">
<h1>PatHaugen: GitHub Pages: UniMon Project</h1>
Patrick Haugen | <a href="https://www.linkedin.com/in/patrickhaugen">LinkedIn</a> | <a href="https://github.com/pathaugen">GitHub</a>
</div>
<!-- ---------- ---------- ---------- ---------- ---------- -->
<div id="content">
<!-- ---------- ---------- ---------- ---------- ---------- -->
<div class="content-block">
<h2>UniMon</h2>
<div>
<a href="https://github.com/pathaugen/UniMon">on GitHub</a> |
<a href="https://pathaugen.github.io/UniMon/">GitHub Pages</a> |
<a href="https://travis-ci.org/pathaugen/unimon">Travis Builds</a> |
<a href="https://circleci.com/gh/pathaugen/unimon">CircleCI Builds</a>
<div>
UniMon description.
[PARSE README.MD AND INSERT HERE]
</div>
</div>
</div>
<!-- ---------- ---------- ---------- ---------- ---------- -->
</div>
<!-- ---------- ---------- ---------- ---------- ---------- -->
<div id="footer">
<div class="content-block">
<h2>UniMon</h2>
<div class="content-block-float">
<h3>for Business</h3>
<ul>
<li><a href="https://github.com/pathaugen/UniMon">GitHub</a></li>
<li><a href="https://travis-ci.org/pathaugen/unimon">Travis CI</a></li>
<li><a href="https://circleci.com/gh/pathaugen/unimon">CircleCI</a></li>
</ul>
</div>
<div class="content-block-float">
<h3>on Social Media</h3>
<ul>
<li><a href="https://twitter.com/pathaugen">Twitter</a></li>
<li><a href="https://www.facebook.com/pathaugen">Facebook</a></li>
</ul>
</div>
</div>
<div class="content-block" style="text-align:center;">
<a href="https://github.com/pathaugen">@pathaugen</a>
</div>
</div>
<!-- ---------- ---------- ---------- ---------- ---------- -->
</div>
</body>
</html>