-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
172 lines (167 loc) · 5.28 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='x-ua-compatible' content='ie=edge'>
<title>Quasimatic - Open Source</title>
<meta name='description' content=''>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href='/favicon.png' rel='icon'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:300,700' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet' href='/css/style.css'>
<script src='/js/typed.js'></script>
</head>
<body>
<div class='dark-section header' style='padding-top: 16px;padding-bottom: 16px;'>
<div class='container'>
<div class='row'>
<div class='col-lg-12'>
<a href='/'>
<img class='logo' src='/img/logo.png' alt='logo' height='64'/>
</a>
</div>
</div>
</div>
</div>
<div class='dark-section' style='color: #fff;'>
<div class='container' style='padding: 20px 0 40px 0'>
<div class='row'>
<div class='col-lg-12'>
<h1 style='padding-bottom: 20px'> Projects</h1>
</div>
</div>
<div class='row'>
<div class='col-lg-3'>
<a href='/glance/'>
<img src='/images/glance.png' height='64px'/>
<div style='font-weight: bold;margin-top: 20px;font-size: 2rem;'>A Simple way to refererence
things
</div>
</a>
</div>
<div class='col-lg-9'>
<div class='text-center'>
<iframe width='560' height='315' src='https://www.youtube.com/embed/cca8Eoi1StQ' frameborder='0' allowfullscreen></iframe>
</div>
<div class='text-center'>
<a href='/glance'>Click here to learn more about Glance</a>
</div>
</div>
</div>
</div>
</div>
<div class='container' style='background-color: #ffffff; padding: 20px 0;'>
<div class='row'>
<div class='col-lg-6' style='padding: 0 20px;'>
<img style='height: 32px' src='/img/footer-logo.png' alt='Footer Logo'/>
</div>
<a class='col-lg-6 text-right' href='https://quasimatic.com' style='line-height: 32px; padding: 0 20px; font-family: "Ubuntu"; font-size: 14; color: #696969;'>Quasimatic</a>
</div>
</div>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-75706875-1'></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
};
gtag('js', new Date());
gtag('config', 'UA-75706875-1');
</script>
<script>
window['_fs_debug'] = false;
window['_fs_host'] = 'www.fullstory.com';
window['_fs_org'] = '1Mm7';
window['_fs_namespace'] = 'FS';
(function(m, n, e, t, l, o, g, y) {
if (e in m && m.console && m.console.log) {
m.console.log(
'FullStory namespace conflict. Please set window["_fs_namespace"].'
);
return;
}
g = m[e] = function(a, b) {
g.q ? g.q.push([a, b]) : g._api(a, b);
};
g.q = [];
o = n.createElement(t);
o.async = 1;
o.src = 'https://' + _fs_host + '/s/fs.js';
y = n.getElementsByTagName(t)[0];
y.parentNode.insertBefore(o, y);
g.identify = function(i, v) {
g(l, {uid: i});
if (v) g(l, v);
};
g.setUserVars = function(v) {
g(l, v);
};
g.identifyAccount = function(i, v) {
o = 'account';
v = v || {};
v.acctId = i;
g(o, v);
};
g.clearUserCookie = function(c, d, i) {
if (!c || document.cookie.match('fs_uid=[`;`]*`[`;`]*`[`;`]*`')) {
d = n.domain;
while (1) {
n.cookie =
'fs_uid=;domain=' +
d +
';path=/;expires=' +
new Date(0).toUTCString();
i = d.indexOf('.');
if (i < 0) break;
d = d.slice(i + 1);
}
}
};
})(window, document, window['_fs_namespace'], 'script', 'user');
</script>
<script>
window.intercomSettings = {
app_id: 'twcosaoh'
};
</script>
<script>
(function() {
var w = window;
var ic = w.Intercom;
if (typeof ic === 'function') {
ic('reattach_activator');
ic('update', intercomSettings);
} else {
var d = document;
var i = function() {
i.c(arguments);
};
i.q = [];
i.c = function(args) {
i.q.push(args);
};
w.Intercom = i;
function l() {
var s = d.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://widget.intercom.io/widget/twcosaoh';
var x = d.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
}
if (w.attachEvent) {
w.attachEvent('onload', l);
} else {
w.addEventListener('load', l, false);
}
}
})();
</script>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script type='text/javascript' src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
</body>
</html>