-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
517 lines (484 loc) · 18.8 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE HTML>
<!--
Description: PostgreSQL Official Website
Authors: Joshua Santos, Sarah Conway
Joshua Santos URI: http://nerdsville.net/
Sarah Conway URI: http://sarahconway.com/
-->
<html>
<head>
<title>PostgreSQL</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/button.css" />
<link rel="stylesheet" href="assets/css/containers.css" />
<link rel="stylesheet" href="assets/css/copyright.css" />
<link rel="stylesheet" href="assets/css/forms.css" />
<link rel="stylesheet" href="assets/css/grid.css" />
<link rel="stylesheet" href="assets/css/images.css" />
<link rel="stylesheet" href="assets/css/jcarousel.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<div id="logo" style="display:none">Postgresql</div>
<div id="page-wrapper">
<!-- Nav -->
<nav id="nav">
<ul>
<li><span class="header"><img src="images/Postgresql_elephant.svg" alt="" /></span></li>
<li class="current"><a href="./index.html">Home</a></li>
<li><a href="./about/about.html">About</a></li>
<li><a href="./download/download.html">Download</a></li>
<li><a href="./documentation/documentation.html">Documentation</a></li>
<li><a href="./community/community.html">Community</a></li>
<li><a href="./support/support.html">Support</a></li>
<li><a href="./login/login.html">Login</a></li>
</ul>
</nav>
<!-- Banner -->
<div id="banner-wrapper">
<section id="banner">
<h2>Welcome to the home of PostgreSQL</h2>
<p>- the world's most advanced open source relational database -</p>
<a href="./about/about.html" class="button">New to PostgreSQL?</a>
</section>
</div>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row 200%">
<div class="12u">
<!-- Row 1 -->
<section class="box features mobile-pad">
<div>
<div class="row">
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured"><img src="images/Postgresql_elephant.svg" alt="" /></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">About PostgreSQL</a></h3>
<div>
<p>
PostgreSQL is a powerful, open source object-relational database system with over 15 years of active development
that has earned it a strong reputation for reliability, data integrity, and correctness.
</p>
</div>
<a href="#" class="button">Read More</a>
</section>
</div>
</span>
<!-- END Feature -->
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured image-section"><i class="fa fa-cloud-download"></i></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">Latest Releases</a></h3>
<div>
<div class="releaseBox">9.4.4 · June 12, 2015 · Notes</div>
<div class="releaseBoxAlt">9.3.9 · June 12, 2015 · Notes</div>
<div class="releaseBox">9.2.13 · June 12, 2015 · Notes</div>
<div class="releaseBoxAlt">9.1.18 · June 12, 2015 · Notes</div>
<div class="releaseBox">9.0.22 · June 12, 2015 · Notes</div>
</div>
<a href="#" class="button">Download</a>
</section>
</div>
</span>
<!-- END Feature -->
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured image-section"><i class="fa fa-calendar"></i></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">Upcoming Events</a></h3>
<div>
<div class="calendarBox">8/14/15 · Brighton Meetup Kickoff (Hove, East Sussex, United Kingdom)</div>
<div class="calendarBoxAlt">9/16/15 – 9/18/15 · PostgresOpen (Dallas, TX, United States)</div>
<div class="calendarBox">10/19/15 – 10/23/15 · PgCUBA (La Habana, La Habana, Cuba)</div>
</div>
<a href="#" class="button">Check Schedule</a>
</section>
</div>
</span>
<!-- END Feature -->
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured image-section"><i class="fa fa-question-circle"></i></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">Wiki</a></h3>
<div>
<p>
The wiki contains user documentation, how-tos, and tips 'n' tricks related to PostgreSQL.
It also serves as a collaboration area for PostgreSQL contributors.
</p>
</div>
<a href="#" class="button">Wiki</a>
</section>
<!-- END Box Feature Section -->
</div>
<!-- END Box Feature div -->
</span>
<!-- END Feature -->
</div>
<!-- END inner row -->
</div>
<!-- END enclosing section DIV -->
</section>
<!-- END Featured boxes section -->
</div>
<!-- END 12 columns -->
</div>
<!-- END outer row -->
<div class="row 200%">
<div class="12u">
<!-- Row 2 -->
<section class="box features">
<div>
<div class="row">
<div class="3u 12u(mobile)">
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured image-section"><i class="fa fa-bug"></i></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">Report a Bug</a></h3>
<div>
<p>
Please ensure you have read the bug reporting guidelines before reporting
a bug. In particular, please re-read the documentation to verify that what
you are trying is possible.
</p>
</div>
<a href="#" class="button">Submit a Report</a>
</section>
</div>
</span>
<!-- END Feature -->
</div>
<div class="3u 12u(mobile)">
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured image-section"><i class="fa fa-envelope"></i></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">Mailing Lists</a></h3>
<div>
<p>
Follow the link below to fill out the form for subscribing to one of our many mailing lists
as well as view our full list of mailing lists!
</p>
</div>
<a href="#" class="button">Subscribe</a>
</section>
</div>
</span>
<!-- END Feature -->
</div>
<div class="3u 12u(mobile)">
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured image-section"><i class="fa fa-lock"></i></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">Security</a></h3>
<div>
<p>
The PostgreSQL Global Development Group (PGDG) takes security seriously, allowing
our users to place their trust in the web sites and applications built around PostgreSQL.
</p>
</div>
<a href="#" class="button">Read More</a>
</section>
</div>
</span>
<!-- END Feature -->
</div>
<div class="3u 12u(mobile)">
<!-- Feature -->
<span class="3u 12u(mobile)">
<div class="margin-1-bottom">
<section class="box feature">
<a href="#" class="image featured image-section"><i class="fa fa-money"></i></a>
</section>
</div>
<div>
<section class="box feature">
<h3><a href="#">Donate</a></h3>
<div>
<p>
PostgreSQL is free. Please support our work by making a donation.
</p>
</div>
<a href="#" class="button">Thank You</a>
</section>
</div>
</span>
<!-- END Feature -->
</div>
<!-- END outside div for box feature -->
</div>
<!-- END second row div -->
</div>
</section>
<!-- END box features section -->
</div>
</div>
<div class="row 200%">
<div class="12u">
<!-- Blog -->
<section class="box blog">
<div>
<div class="row">
<div class="9u 12u(mobile)">
<h2 class="major no-margin"><span>Latest News</span></h2>
<div class="content content-left">
<!-- Featured Post -->
<article class="box post">
<header>
<h3><a href="#">PostgreSQL 9.5 Alpha 1 Released!</a></h3>
<ul class="meta">
<li class="icon fa-clock-o">2nd July 2015</li>
<li class="icon fa-comments"><a href="#">0</a></li>
</ul>
</header>
<a href="#" class="image"><img src="images/pic05.jpg" alt="" /></a>
<p>
The PostgreSQL Global Development Group is pleased to announce the availability of PostgreSQL 9.5 Alpha 1!</br>
This release contains previews of all of the features which will be available in the final release of version 9.5,
although some details will change before then. Please <a href="download.html">download</a>, test, and report what you find.
</p>
<a href="#" class="button">What's New</a>
</article>
</div>
</div>
<div class="3u 12u(mobile)">
<div class="sidebar">
<!-- Archives -->
<ul class="divided">
<li>
<article class="box post-summary">
<h3><a href="#">New ODBC Driver for PostgreSQL</a></h3>
<ul class="meta">
<li class="icon fa-clock-o">6 hours ago</li>
<li class="icon fa-comments"><a href="#">34</a></li>
</ul>
</article>
</li>
<li>
<article class="box post-summary">
<h3><a href="#">pgBadger 7.1 is Out</a></h3>
<ul class="meta">
<li class="icon fa-clock-o">9 hours ago</li>
<li class="icon fa-comments"><a href="#">27</a></li>
</ul>
</article>
</li>
<li>
<article class="box post-summary">
<h3><a href="#">Open-Source Streaming-SQL Database PipelineDB Now Available</a></h3>
<ul class="meta">
<li class="icon fa-clock-o">Yesterday</li>
<li class="icon fa-comments"><a href="#">184</a></li>
</ul>
</article>
</li>
<li>
<article class="box post-summary">
<h3><a href="#">PostgreSQL 9.5 Alpha 1 Released</a></h3>
<ul class="meta">
<li class="icon fa-clock-o">2 days ago</li>
<li class="icon fa-comments"><a href="#">286</a></li>
</ul>
</article>
</li>
<li>
<article class="box post-summary">
<h3><a href="#">Database .NET v16 Released</a></h3>
<ul class="meta">
<li class="icon fa-clock-o">3 days ago</li>
<li class="icon fa-comments"><a href="#">8,086</a></li>
</ul>
</article>
</li>
</ul>
<a href="#" class="button alt">Browse Archives</a>
<!-- END Archives -->
</div>
</div>
</div>
</div>
</section>
<!-- END Blog -->
</div>
<!-- END 12u -->
</div>
<!-- END Row 200% -->
<div class="row 200%">
<div class="12u">
<!-- Blog -->
<section class="box blog">
<div>
<div class="row">
<div class="12u">
<h2 class="major no-margin"><span>Latest Blog Posts</span></h2>
<div class="planetPostgresqlGlobe"><i class="fa fa-globe"></i></div>
</div>
</div>
<!-- First Row Planet PostgreSQL -->
<div class="row">
<!-- First Column First Row Planet PostgreSQL -->
<div class="3u 12u(mobile)">
<div class="content content-centered">
<ul class="divided-right">
<li>
<article class="box post-centered">
<h3><a href="#">Connecting to SQL Server from Linux using FDWs</a></h3>
<ul class="meta">
<li class="icon fa-comments"><a href="#">Leo Hsu, Regina Obe</a></li>
<li class="icon fa-clock-o">2015-09-27</li>
</ul>
</article>
</li>
</ul>
</div>
</div>
<!-- END First Column First Row Planet PostgreSQL -->
<!-- Second Column First Row Planet PostgreSQL-->
<div class="3u 12u(mobile)">
<div class="content content-centered">
<ul class="divided-right">
<li>
<article class="box post-centered">
<h3><a href="#">South Bay, East Bay PUGs scheduled</a></h3>
<ul class="meta">
<li class="icon fa-comments"><a href="#">Josh Berkus</a></li>
<li class="icon fa-clock-o">2015-09-26</li>
</ul>
</article>
</li>
</ul>
</div>
</div>
<!-- END Second Column First Row Planet PostgreSQL -->
<!-- Third Column First Row Planet PostgreSQL -->
<div class="3u 12u(mobile)">
<div class="content content-centered">
<ul class="divided-right">
<li>
<article class="box post-centered">
<h3><a href="#">PG Phriday: Database Infrastructure</a></h3>
<ul class="meta">
<li class="icon fa-comments"><a href="#">Shaun M. Thomas</a></li>
<li class="icon fa-clock-o">2015-09-25</li>
</ul>
</article>
</li>
</ul>
</div>
</div>
<!-- END Third Column First Row Planet PostgreSQL -->
<!-- Last Column First Row Planet PostgreSQL -->
<div class="3u 12u(mobile)">
<div class="content content-centered">
<ul>
<li>
<article class="box post-centered">
<h3><a href="#">Modern SQL: Inaugural Post</a></h3>
<ul class="meta">
<li class="icon fa-comments"><a href="#">Markus Winand</a></li>
<li class="icon fa-clock-o">2015-09-25</li>
</ul>
</article>
</li>
</ul>
</div>
</div>
<!-- END Last Column First Row Planet PostgreSQL -->
</div>
<!-- END First Row Planet PostgreSQL -->
<div class="row">
<div class="12u">
<div class="button planetPostgresql-container"<a href="#" class="button planetPostgresql">Browse Archives</a></div>
</div>
</div>
</div>
</section>
<!-- END Blog -->
</div>
<!-- END 12u -->
</div>
<!-- END Row 200% -->
</div>
</div>
<!-- Footer -->
<footer id="footer" class="container">
<div class="row 200%">
<div class="12u">
<!-- Contact -->
<div class="row">
<div class="12u">
<section>
<h2 class="major"><span>Connect with the PostgreSQL Community</span></h2>
<ul class="contact">
<li><a class="icon fa-facebook" href="#"><span class="label">Facebook</span></a></li>
<li><a class="icon fa-twitter" href="#"><span class="label">Twitter</span></a></li>
<li><a class="icon fa-instagram" href="#"><span class="label">Instagram</span></a></li>
<li><a class="icon fa-github" href="#"><span class="label">GitHub</span></a></li>
<li><a class="icon fa-google-plus" href="#"><span class="label">Google+</span></a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<ul class="menu">
<li>© Copyright © 1996-2015 The PostgreSQL Global Development Group</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>