Skip to content

Commit

Permalink
Update site to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlab committed May 16, 2019
1 parent 0765d27 commit 2f119e5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 51 deletions.
17 changes: 4 additions & 13 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,25 @@
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="ie=edge" http-equiv="x-ua-compatible" />
<link href="//sphere.software/c-for-go/static/favicon.ico" rel="icon" type="image/x-icon" />
<link href="//c.for-go.com/static/favicon.ico" rel="icon" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link href="//sphere.software/c-for-go/static/styles.css" rel="stylesheet" />
<link href="//c.for-go.com/static/styles.css" rel="stylesheet" />
</head>

<body>
<div class="navbar navbar-homepage">
<div class="container cf">
<a href="//sphere.software/c-for-go" class="navbar-brand"></a>
<a href="//c.for-go.com" class="navbar-brand"></a>
<ul class="navbar-nav navbar-right">
<li><a href="//sphere.software/c-for-go/enterprise.html" class="button button-outlined">Enterprise Users</a></li>
<li><a href="//c.for-go.com/enterprise.html" class="button button-outlined">Enterprise Users</a></li>
<li><a href="https://github.com/xlab/c-for-go/wiki/Examples" class="button button-outlined-neutral">Examples</a></li>
</ul>
</div>
</div>
<div class="container logout">
<div class="message message-full-width">404 Not Found</div>
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-84367253-1', 'auto');
ga('send', 'pageview');
</script>
</body>

</html>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Project Homepage:

https://sphere.software/c-for-go
https://c.for-go.com

### Project Source:

Expand Down
26 changes: 6 additions & 20 deletions enterprise.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="ie=edge" http-equiv="x-ua-compatible" />
<link href="//sphere.software/c-for-go/static/favicon.ico" rel="icon" type="image/x-icon" />
<link href="//c.for-go.com/static/favicon.ico" rel="icon" type="image/x-icon" />
<meta name="Description" content="Automatic CGo Bindings Generator for Golang." />
<link href="//fonts.googleapis.com/css?family=Roboto:400,300" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" type="text/css">
<link href="//cdnjs.cloudflare.com/ajax/libs/octicons/3.3.0/octicons.css" rel="stylesheet">
<link href="//sphere.software/c-for-go/static/styles.css" rel="stylesheet">
<link href="//c.for-go.com/static/styles.css" rel="stylesheet">
</head>

<body>
<div class="navbar navbar-homepage">
<div class="container cf">
<a href="//sphere.software/c-for-go" class="navbar-brand"></a>
<a href="//c.for-go.com" class="navbar-brand"></a>
<ul class="navbar-nav navbar-right">
<li><a href="https://github.com/xlab/c-for-go/wiki/Examples" class="button button-outlined-neutral">Examples</a></li>
</ul>
Expand All @@ -28,12 +28,7 @@
<div class="container">
<h1 class="fancy">Enterprise Users</h1>
<p>
The project is free to use, free to distribute and free to fork as in MIT license. However, for enterprise users we can provide additional services and help you to compose the manifest, consult about the best workflows with C-Go bindings, verify and improve the resulting Go packages. For enquiries please contact <a href="https://sphereinc.com/go/">Sphere Software</a>.
</p>
<br />
<p>
<a href="https://sphereinc.com/">
<img style="margin: 20px" src="//sphere.software/c-for-go/static/sphere.png" width="250"/></a>
The project is free to use, free to distribute and free to fork as in MIT license. However, for enterprise users we can provide additional services and help you to compose the manifest, consult about the best workflows with C-Go bindings, verify and improve the resulting Go packages. For enquiries please contact <a href="mailto:[email protected]">me :)</a>.
</p>
<br />
<p>
Expand All @@ -50,19 +45,10 @@ <h1 class="fancy">Enterprise Users</h1>
</div>
<div class="footer">
<div class="container cf">
Copyright &copy; 2015-2017 <a href="mailto:[email protected]">Maxim Kupriianov</a>
<br />under terms of MIT License. Sponsored by <a href="https://sphereinc.com">Sphere Software</a>.
Copyright &copy; 2015-2019 <a href="mailto:[email protected]">Maxim Kupriianov</a>
<br />under terms of MIT License.
</div>
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-84367253-1', 'auto');
ga('send', 'pageview');
</script>
</body>

</html>
25 changes: 8 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="ie=edge" http-equiv="x-ua-compatible" />
<link href="//sphere.software/c-for-go/static/favicon.ico" rel="icon" type="image/x-icon" />
<link href="//c.for-go.com/static/favicon.ico" rel="icon" type="image/x-icon" />
<meta name="Description" content="Automatic CGo Bindings Generator for Golang." />
<link href="//fonts.googleapis.com/css?family=Roboto:400,300" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" type="text/css">
<link href="//cdnjs.cloudflare.com/ajax/libs/octicons/3.3.0/octicons.css" rel="stylesheet">
<link href="//sphere.software/c-for-go/static/styles.css" rel="stylesheet">
<link href="//c.for-go.com/static/styles.css" rel="stylesheet">
</head>

<body>
<div class="navbar navbar-homepage">
<div class="container cf">
<a href="//sphere.software/c-for-go" class="navbar-brand"></a>
<a href="//c.for-go.com" class="navbar-brand"></a>
<ul class="navbar-nav navbar-right">
<li><a href="//sphere.software/c-for-go/enterprise.html" class="button button-outlined">Enterprise Users</a></li>
<li><a href="//c.for-go.com/enterprise.html" class="button button-outlined">Enterprise Users</a></li>
<li><a href="https://github.com/xlab/c-for-go/wiki/Examples" class="button button-outlined-neutral">Examples</a></li>
</ul>
</div>
</div>
<div class="banner">
<div class="banner-text container">
<img src="//sphere.software/c-for-go/static/gophersengine.png" width="250"/>
<img src="//c.for-go.com/static/gophersengine.png" width="250"/>
<h1>Automatic C-Go Bindings Generator</h1>
<p>The c-for-go project allows to reuse existing C/C++ libraries in your Go applications, by automatically creating <a href="https://golang.org/cmd/cgo/">c-go bindings</a> for a given set of C headers and the manifest file.</p>
<div class="banner-actions">
Expand Down Expand Up @@ -135,12 +135,12 @@ <h2>Done! 🎉</h2>
</div>
<div class="footer">
<div class="container cf">
Copyright &copy; 2015-2017 <a href="mailto:[email protected]">Maxim Kupriianov</a>
<br />under terms of MIT License. Sponsored by <a href="https://sphereinc.com">Sphere Software</a>.
Copyright &copy; 2015-2019 <a href="mailto:[email protected]">Maxim Kupriianov</a>
<br />under terms of MIT License.
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js"></script>
<!-- my Go skills are far better than this lol -->
<script src="//sphere.software/c-for-go/static/animate.js"></script>
<script src="//c.for-go.com/static/animate.js"></script>
<script type="text/javascript">
hide()
var animating = false
Expand All @@ -156,15 +156,6 @@ <h2>Done! 🎉</h2>
});
</script>
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-84367253-1', 'auto');
ga('send', 'pageview');
</script>
</body>

</html>
Binary file removed static/sphere.png
Binary file not shown.

0 comments on commit 2f119e5

Please sign in to comment.