mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Add a sponsors page to the pgloader web site.
This commit is contained in:
parent
9288da7c38
commit
2db4fd89aa
@ -53,6 +53,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="active"><a href="download.html">Download</a></li>
|
||||
<li><a href="sponsors.html">Sponsors</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -52,6 +52,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="../download.html">Download</a></li>
|
||||
<li><a href="../sponsors.html">Sponsors</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
web/img/2ndquadrant_logo_full_color.640.jpg
Normal file
BIN
web/img/2ndquadrant_logo_full_color.640.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
web/img/2ndquadrant_logo_full_color.800.jpg
Normal file
BIN
web/img/2ndquadrant_logo_full_color.800.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
web/img/2ndquadrant_logo_full_color.jpg
Normal file
BIN
web/img/2ndquadrant_logo_full_color.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
@ -53,6 +53,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="sponsors.html">Sponsors</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
163
web/sponsors.html
Normal file
163
web/sponsors.html
Normal file
@ -0,0 +1,163 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
|
||||
|
||||
<title>pgloader</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="dist/css/bootstrap.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="dist/carousel.css" rel="stylesheet">
|
||||
</head>
|
||||
<!-- NAVBAR
|
||||
================================================== -->
|
||||
<body>
|
||||
<div class="navbar-wrapper">
|
||||
<div class="container">
|
||||
|
||||
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<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="index.html">pgloader</a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="howto/pgloader.1.html">Reference documentation</a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Data Sources HowTos <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="dropdown-header">Plain Files</li>
|
||||
<li><a href="howto/csv.html">CSV</a></li>
|
||||
<li><a href="howto/fixed.html">Fixed format</a></li>
|
||||
<li><a href="howto/geolite.html">Geolite</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="dropdown-header">Databases</li>
|
||||
<li><a href="howto/dBase.html">dBase</a></li>
|
||||
<li><a href="howto/sqlite.html">SQLite</a></li>
|
||||
<li><a href="howto/mysql.html">MySQL</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li class="active"><a href="sponsors.html">Sponsors</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- an empty carousel -->
|
||||
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="height: 100px">
|
||||
<div class="carousel-inner" style="height: 100px">
|
||||
<div class="item active" style="height: 100px">
|
||||
<img data-src="holder.js/900x100/auto/#777:#7a7a7a" style="height: 100px">
|
||||
<!-- <div class="container"> -->
|
||||
<!-- <div class="carousel-caption"> -->
|
||||
<!-- <h1>Load data into PostgreSQL. Fast.</h1> -->
|
||||
<!-- <p></p> -->
|
||||
<!-- </div> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- /.carousel -->
|
||||
|
||||
<div class="container marketing">
|
||||
<div class="row featurette">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h2 class="featurette-heading" style="text-align: center;">
|
||||
pgloader
|
||||
<span class="text-muted"> by
|
||||
<a href="http://2ndquadrant.com/">2ndQuadrant</a>
|
||||
</span>
|
||||
</h2>
|
||||
<p class="lead" style="text-align: justify; padding-top: 1em;">
|
||||
The pgloader project is fully Open Source and released
|
||||
under <i>The PostgreSQL License</i> so that anyone can easily
|
||||
contribute to the project. The whole project management (issue
|
||||
tracking, feature proposals, etc) happens on
|
||||
the <a href="https://github.com/dimitri/pgloader">pgloader
|
||||
github page</a>, in public.
|
||||
</p>
|
||||
<a href="http://2ndquadrant.com/">
|
||||
<img class="featurette-image img-responsive"
|
||||
src="img/2ndquadrant_logo_full_color.640.jpg"
|
||||
alt="2ndQuadrant">
|
||||
</a>
|
||||
<p class="lead" style="text-align: justify; padding-top: 2em;">
|
||||
The development of pgloader has been made possible
|
||||
by <a href="http://2ndquadrant.com/">2ndQuadrant</a>, <b><i>Global
|
||||
experts in PostgreSQL support, training, development, migration
|
||||
and consultancy</i></b>, who are seeing through the financial
|
||||
aspects of the development of the product and allow its main
|
||||
author to invest a lot of time in this community project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="container"> -->
|
||||
<!-- <div class="row"> -->
|
||||
<!-- <div class="col-md-2"> </div> -->
|
||||
<!-- <div class="col-md-8"> -->
|
||||
<!-- <h1>pgloader sponsors</h1> -->
|
||||
<!-- <p> -->
|
||||
<!-- pgloader is developed -->
|
||||
<!-- by <a href="http://2ndquadrant.com/">2ndQuadrant</a>, Global -->
|
||||
<!-- experts in PostgreSQL support, training, development, migration -->
|
||||
<!-- and consultancy. -->
|
||||
<!-- </p> -->
|
||||
<!-- <p> -->
|
||||
<!-- <a href="http://2ndquadrant.com/"> -->
|
||||
<!-- <img src="2ndquadrant_logo_full_color.640.jpg"> -->
|
||||
<!-- </a> -->
|
||||
<!-- </p> -->
|
||||
<!-- </div> -->
|
||||
<!-- <div class="col-md-2"> </div> -->
|
||||
<!-- </div> -->
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer>
|
||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||
<p>© 2013-2014 Dimitri Fontaine. ·</p>
|
||||
</footer>
|
||||
|
||||
</div><!-- /.container -->
|
||||
|
||||
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
||||
<script src="dist/js/bootstrap.min.js"></script>
|
||||
<!-- <script src="docs-assets/js/holder.js"></script> -->
|
||||
|
||||
<script>
|
||||
(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','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-47059482-2', 'tapoueh.org');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -1,5 +1,6 @@
|
||||
(defpackage #:pgloader.docs
|
||||
(:use #:cl #:cl-markdown #:pgloader.utils #:pgloader.params)
|
||||
(:use #:cl #:cl-markdown #:pgloader.params)
|
||||
(:import-from #:alexandria #:read-file-into-string)
|
||||
(:export #:build-docs))
|
||||
|
||||
(in-package #:pgloader.docs)
|
||||
@ -32,9 +33,9 @@
|
||||
:external-format :utf-8
|
||||
:if-exists :supersede
|
||||
:if-does-not-exist :create)
|
||||
(write-string (slurp-file-into-string *header*) s)
|
||||
(markdown (slurp-file-into-string file) :stream s)
|
||||
(write-string (slurp-file-into-string *footer*) s))))
|
||||
(write-string (read-file-into-string *header* :external-format :utf-8) s)
|
||||
(markdown (read-file-into-string file :external-format :utf-8) :stream s)
|
||||
(write-string (read-file-into-string *footer* :external-format :utf-8) s))))
|
||||
|
||||
(defun build-docs ()
|
||||
"Build the HTML files from the Markdown ones."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user