-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcode-checks.html
More file actions
79 lines (71 loc) · 2.78 KB
/
Copy pathcode-checks.html
File metadata and controls
79 lines (71 loc) · 2.78 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
78
79
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>QuantifiedCode | Data Driven - Our Date Science Blog</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/theme/css/main.css" rel="stylesheet" type="text/css">
<style>
body {
background: #f7f7f7;
}
</style>
</head>
<body >
<header>
<nav id="navbar" class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div id="nav-head" class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#toggle-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/theme/images/logo.svg" /></a>
</div>
<div id="menu">
<div class="collapse navbar-collapse" id="toggle-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/contact.html">Contact</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="/download.html">Download</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<div id="main">
<div class="container">
<div class="row-fluid">
<div class="col-md-12 col-sm-12">
<h1>Our Blog</h1>
<p class="lead">Test</p>
<hr />
<div class="row">
<div class="col-md-4">
<div class="article-item">
<div class="header">
<h2><a href="/blog/shutdown-of-quantifiedcode.html">"Shutdown of QuantifiedCode"</a></h2>
</div>
<div class="body">
<div class="summary"><p>Dear friends of QuantifiedCode,</p>
<p>last year we announced that we will shut down our service. Due to multiple customer requests we kept the service running until now, however we will finally cease operating QuantifiedCode by July 22. We thank all of you for using our service! Some additional information regarding …</p></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/theme/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="/theme/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>