-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 2.32 KB
/
index.html
File metadata and controls
56 lines (51 loc) · 2.32 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
<!DOCTYPE html>
<html>
<head>
<title>GoCQL</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="GoCQL - Modern Cassandra client for the Go">
<meta name="keywords" content="GoCQL, CQL, Cassandra, Go">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<meta property="og:title" content="GoCQL">
<meta property="og:type" content="website">
<meta property="og:url" content="http://gocql.github.io/">
<meta property="og:image" content="http://gocql.github.io/gocql.png">
<meta property="og:description" content="GoCQL - Modern Cassandra client for the Go">
<style>
body { border-top: 4px solid #666; }
h1 { font-weight: bold; }
h2 { border-bottom: 1px solid #ccc; padding-bottom: .2em; }
div.footer { border-top: 1px solid #ccc; padding: 1em 0 .5em; margin-top: 3em; }
img.logo { margin-right: 1em; margin-top: 10px;}
</style>
</head>
<body>
<div class="container">
<div class="row" style="margin-top: 10px; margin-bottom: 20px;">
<div class="col-lg-8">
<img src="gocql.png" alt="GoCQL logo" class="pull-left logo" />
<h1><a href="/">GoCQL</a> <small>github.com/apache/cassandra-gocql-driver</small></h1>
</div>
<div class="col-lg-4">
<ul class="nav nav-pills pull-right" style="margin-top: 20px">
<li><a href="https://pkg.go.dev/github.com/apache/cassandra-gocql-driver/v2">Reference</a></li>
<li><a href="https://lists.apache.org/list.html?user@cassandra.apache.org">Mailing List</a></li>
<li><a href="https://github.com/apache/cassandra-gocql-driver">Source</a></li>
</ul>
</div>
</div>
<h2>Donation to the Apache Software Foundation<span class="glyphicon glyphicon-star pull-right"></span></h2>
<div class="row">
<div class="col-lg-12">
<p>GoCQL has been donated to the Apache Software Foundation. The new home for GoCQL is
now <a href="https://github.com/apache/cassandra-gocql-driver">https://github.com/apache/cassandra-gocql-driver</a>.</p>
<p>Documentation is available at <a href="https://pkg.go.dev/github.com/apache/cassandra-gocql-driver/v2">https://pkg.go.dev/github.com/apache/cassandra-gocql-driver/v2</a>.</p>
</div>
</div>
<div class="footer">
<p>© 2014 The GoCQL Authors. All rights reserved.</p>
</div>
</body>
</html>