-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
158 lines (154 loc) · 6.39 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PSCouchDB</title>
<link href="https://fonts.googleapis.com/css?family=Heebo:400,700|Oxygen:700" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<script src="https://unpkg.com/scrollreveal@4.0.5/dist/scrollreveal.min.js"></script>
</head>
<body class="is-boxed has-animations">
<div class="body-wrap boxed-container">
<header class="site-header text-light">
<div class="container">
<div class="site-header-inner">
<div class="brand header-brand">
<h1 class="m-0">
<a href="#">
<img class="header-logo-image" src="dist/images/logo.svg" alt="Logo">
</a>
</h1>
</div>
</div>
</div>
</header>
<main>
<section class="hero text-center text-light">
<div class="hero-bg"></div>
<div class="hero-particles-container">
<canvas id="hero-particles"></canvas>
</div>
<div class="container-sm">
<div class="hero-inner">
<div class="hero-copy">
<h1 class="hero-title mt-0">PSCouchDB: Advanced CLI for CouchDB server</h1>
<p class="hero-paragraph">It is fast, easy to use, intuitive and allows you to work with objects.</p>
<div class="hero-cta">
<a class="button button-primary button-wide-mobile" href="https://pscouchdb.readthedocs.io/en/latest">See the docs</a>
</div>
</div>
</div>
<div class="mockup-container">
<img class="device-mockup" src="dist/images/logo.svg" alt="PSCouchDB server operations">
</div>
</div>
</section>
<section class="features-extended section">
<div class="features-extended-inner section-inner">
<div class="features-extended-wrap">
<div class="container">
<img src="dist/images/database_pscouchdb.png" alt="PSCouchDB database operation" width=700" height="800">
<div class="feature-extended">
<div class="feature-extended-image">
<div class="mockup-bg">
<img src="dist/images/iphone-feature-bg-01.svg" alt="PSCouchDB database operation">
</div>
</div>
<div class="feature-extended-body is-revealing">
<h3 class="mt-0 mb-16">Work on database</h3>
<p class="m-0">You can use these commands and many more to control and manage your databases.</p>
</div>
</div>
<img src="dist/images/document_pscouchdb.png" alt="PSCouchDB document operation" width=700" height="800">
<div class="feature-extended">
<div class="feature-extended-image">
<div class="mockup-bg">
<img src="dist/images/iphone-feature-bg-02.svg" alt="PSCouchDB document operation">
</div>
</div>
<div class="feature-extended-body is-revealing">
<h3 class="mt-0 mb-16">Create, modify and delete document...simply.</h3>
<p class="m-0">The documents are the basis of the data in CouchDB server. With these commands you can manage what you want.</p>
</div>
</div>
<img src="dist/images/ddoc_pscouchdb.png" alt="PSCouchDB design document operation" width=700" height="800">
<div class="feature-extended">
<div class="feature-extended-image">
<div class="mockup-bg">
<img src="dist/images/iphone-feature-bg-03.svg" alt="PSCouchDB design document operation">
</div>
</div>
<div class="feature-extended-body is-revealing">
<h3 class="mt-0 mb-16">Complex design documents...now is simple!</h3>
<p class="m-0">Creating complex views and validation documents will be a breeze!</p>
</div>
</div>
<img src="dist/images/oop_pscouchdb.png" alt="PSCouchDB Object Oriented Programming" width=700" height="800">
<div class="feature-extended">
<div class="feature-extended-image">
<div class="mockup-bg">
<img src="dist/images/iphone-feature-bg-04.svg" alt="PSCouchDB Object Oriented Programming">
</div>
</div>
<div class="feature-extended-body is-revealing">
<h3 class="mt-0 mb-16">Object Oriented Programming</h3>
<p class="m-0">This module has some predefined objects that represent the various CouchDB documents. Customizing these items is really simple.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-particles-container">
<canvas id="footer-particles"></canvas>
</div>
<div class="site-footer-top">
<section class="cta section text-light">
<div class="container-sm">
<div class="cta-inner section-inner">
<div class="cta-header text-center">
<h2 class="section-title mt-0">Simple CLI for complex task</h2>
<p class="section-paragraph">Use this CLI to automate processes or to make everyday operations easier.</p>
<div class="cta-cta">
<a class="button button-primary button-wide-mobile" href="https://github.com/MatteoGuadrini/PSCouchDB">Star Github</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="site-footer-bottom">
<div class="container">
<div class="site-footer-inner">
<div class="brand footer-brand">
<a href="#">
<img src="dist/images/logo.svg" alt="PSCouchDB logo">
</a>
</div>
<ul class="footer-links list-reset">
<li>
<a href="mailto:matteo.guadrini@hotmail.it">Contact</a>
</li>
<li>
<a href="https://github.com/MatteoGuadrini/PSCouchDB/blob/master/README.md">About us</a>
</li>
<li>
<a href="https://github.com/MatteoGuadrini/PSCouchDB/issues">Issues</a>
</li>
<li>
<a href="https://pscouchdb.readthedocs.io/en/latest">Support</a>
</li>
</ul>
</div>
<div class="footer-copyright">© 2020 Matteo Guadrini, all rights reserved</div>
</div>
</div>
</footer>
</div>
<script src="dist/js/main.min.js"></script>
</body>
</html>