Skip to content

Commit 44d4987

Browse files
authored
Add license page on site (#12)
Add license page on site
1 parent 6e8b199 commit 44d4987

File tree

18 files changed

+653
-67
lines changed

18 files changed

+653
-67
lines changed

_src/app/css/main.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,21 @@ footer {
347347
font-size: 1em;
348348
color: #b8babf;
349349
background-color: #333;
350-
text-align: center;
351350
text-decoration: none;
352351
}
353352

354353
.copyright {
354+
margin-left: 20px;
355355
padding-top: 7px;
356356
font-size: .875em;
357357
color: #b8babf;
358+
text-align: left;
359+
}
360+
361+
.license-footer {
362+
padding-top: 7px;
363+
font-size: .850em;
364+
text-align: right;
358365
}
359366

360367
/* ARTICLES PAGE */
@@ -1075,6 +1082,11 @@ blockquote {
10751082
margin-bottom: 25px;
10761083
}
10771084

1085+
.license h4 {
1086+
margin-top: 80px;
1087+
margin-bottom: 20px;
1088+
}
1089+
10781090
.products-title {
10791091
margin-top: 80px;
10801092
margin-bottom: 40px;

_src/app/index.html

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -176,21 +176,10 @@ <h1>News</h1>
176176
<div class="row">
177177

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-7.0.0" id="pgCodeKeeper-7.0.0">pgCodeKeeper 7.0.0</h4>
180-
<p class="date">November 14, 2022</p>
181-
<ul class="short-article">
182-
<li>Increased minimum JAVA version to 11.</li>
183-
<li>Stopped support for PostgreSQL versions below 10.</li>
184-
<li>Added support for PostgreSQL 15.</li>
185-
<li>Added a switch to show columns in the pgDependencies view.</li>
186-
<li>Added search by qualified object name.</li>
187-
<li>Added missing references to objects in MS SQL.</li>
188-
<li>Disabled data migration for foreign tables.</li>
189-
<li>Fixed a bug related with installing pgCodeKeeper in the latest version of Eclipse.</li>
190-
<li>Fixed a bug in MS SQL tables query.</li>
191-
<li>Removed feedback form through Eclipse.</li>
192-
<li>Сhanged the resource reading mechanism.</li>
193-
</ul>
179+
<div class="col-sm-6 col-lg-6">
180+
<h4 class="anchor" name="pgCodeKeeper-latest" id="pgCodeKeeper-latest">Last releases</h4>
181+
<p class="short-article"> Latest releases available on <a href="https://github.com/pgcodekeeper/pgcodekeeper/releases">github</a></p>
182+
</div>
194183
</div>
195184

196185
<div class="col-sm-6 col-lg-6">

_src/app/license.html

Lines changed: 267 additions & 0 deletions
Large diffs are not rendered by default.

_src/app/news.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<div id="release-block" class="container">
4343
<h1>Releases</h1>
4444

45+
<h4 class="anchor" name="pgCodeKeeper-latest" id="pgCodeKeeper-latest">Last releases</h4>
46+
<p class="short-article"> Latest releases available on <a href="https://github.com/pgcodekeeper/pgcodekeeper/releases">github</a></p>
47+
4548
<h4 class="anchor" name="pgCodeKeeper-7.0.0" id="pgCodeKeeper-7.0.0">pgCodeKeeper 7.0.0</h4>
4649
<p class="date">November 14, 2022</p>
4750
<ul class="short-article">

_src/app/templates/partials/contacts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h4>Got questions, suggestions? Contact us.</h4>
1313
<img class="media-object logo-2" src="/images/logo4.png" alt="">
1414
</div>
1515
<div class="col-xs-5 col-sm-3 col-lg-3">
16-
<p class="contact-label">Company address</p>
16+
<p class="contact-label">LLC "TAXTELECOM"</p>
1717
<p class="contact-value">72 Gertsena St., Bldg. 1, Office 301, Tyumen, Tyumen Oblast, Russia, 625000</p>
1818
</div>
1919
<div class="col-xs-7 col-sm-3 col-lg-4">

_src/app/templates/partials/footer.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<footer id="main-footer">
2-
<div class="container">
2+
<div class="container-fluid">
33
<div class="row">
4-
<div class="col-xs-12 col-sm-12 col-lg-12">
5-
<p class="copyright">&copy; LLC "Technology" 2021</p>
4+
<div class="col-xs-12 col-sm-6 col-lg-6 text-left">
5+
<p class="copyright">&copy; LLC "TAXTELECOM" 2023</p>
6+
</div>
7+
<div class="col-xs-12 col-sm-6 col-lg-6 text-right">
8+
<p class="license-footer">The source code for pgCodeKeeper is available for free on GitHub. <wbr>Under the terms of the <a href="/license.html"> Apache License, Version 2.0</a></p>
69
</div>
710
</div>
811
</div>

articles.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,13 @@ <h3 class="article-name">The taming of the scoundrel</h3>
132132

133133
<!-- footer -->
134134
<footer id="main-footer">
135-
<div class="container">
135+
<div class="container-fluid">
136136
<div class="row">
137-
<div class="col-xs-12 col-sm-12 col-lg-12">
138-
<p class="copyright">&copy; LLC "Technology" 2021</p>
137+
<div class="col-xs-12 col-sm-6 col-lg-6 text-left">
138+
<p class="copyright">&copy; LLC "TAXTELECOM" 2023</p>
139+
</div>
140+
<div class="col-xs-12 col-sm-6 col-lg-6 text-right">
141+
<p class="license-footer">The source code for pgCodeKeeper is available for free on GitHub. <wbr>Under the terms of the <a href="/license.html"> Apache License, Version 2.0</a></p>
139142
</div>
140143
</div>
141144
</div>

css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

faq.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,13 @@
151151

152152
<!-- footer -->
153153
<footer id="main-footer">
154-
<div class="container">
154+
<div class="container-fluid">
155155
<div class="row">
156-
<div class="col-xs-12 col-sm-12 col-lg-12">
157-
<p class="copyright">&copy; LLC "Technology" 2021</p>
156+
<div class="col-xs-12 col-sm-6 col-lg-6 text-left">
157+
<p class="copyright">&copy; LLC "TAXTELECOM" 2023</p>
158+
</div>
159+
<div class="col-xs-12 col-sm-6 col-lg-6 text-right">
160+
<p class="license-footer">The source code for pgCodeKeeper is available for free on GitHub. <wbr>Under the terms of the <a href="/license.html"> Apache License, Version 2.0</a></p>
158161
</div>
159162
</div>
160163
</div>

index.html

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -237,21 +237,10 @@ <h1>News</h1>
237237
<div class="row">
238238

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-7.0.0" id="pgCodeKeeper-7.0.0">pgCodeKeeper 7.0.0</h4>
241-
<p class="date">November 14, 2022</p>
242-
<ul class="short-article">
243-
<li>Increased minimum JAVA version to 11.</li>
244-
<li>Stopped support for PostgreSQL versions below 10.</li>
245-
<li>Added support for PostgreSQL 15.</li>
246-
<li>Added a switch to show columns in the pgDependencies view.</li>
247-
<li>Added search by qualified object name.</li>
248-
<li>Added missing references to objects in MS SQL.</li>
249-
<li>Disabled data migration for foreign tables.</li>
250-
<li>Fixed a bug related with installing pgCodeKeeper in the latest version of Eclipse.</li>
251-
<li>Fixed a bug in MS SQL tables query.</li>
252-
<li>Removed feedback form through Eclipse.</li>
253-
<li>Сhanged the resource reading mechanism.</li>
254-
</ul>
240+
<div class="col-sm-6 col-lg-6">
241+
<h4 class="anchor" name="pgCodeKeeper-latest" id="pgCodeKeeper-latest">Last releases</h4>
242+
<p class="short-article"> Latest releases available on <a href="https://github.com/pgcodekeeper/pgcodekeeper/releases">github</a></p>
243+
</div>
255244
</div>
256245

257246
<div class="col-sm-6 col-lg-6">
@@ -300,7 +289,7 @@ <h4>Got questions, suggestions? Contact us.</h4>
300289
<img class="media-object logo-2" src="/images/logo4.png" alt="">
301290
</div>
302291
<div class="col-xs-5 col-sm-3 col-lg-3">
303-
<p class="contact-label">Company address</p>
292+
<p class="contact-label">LLC "TAXTELECOM"</p>
304293
<p class="contact-value">72 Gertsena St., Bldg. 1, Office 301, Tyumen, Tyumen Oblast, Russia, 625000</p>
305294
</div>
306295
<div class="col-xs-7 col-sm-3 col-lg-4">
@@ -319,10 +308,13 @@ <h4>Got questions, suggestions? Contact us.</h4>
319308

320309
<!-- footer -->
321310
<footer id="main-footer">
322-
<div class="container">
311+
<div class="container-fluid">
323312
<div class="row">
324-
<div class="col-xs-12 col-sm-12 col-lg-12">
325-
<p class="copyright">&copy; LLC "Technology" 2021</p>
313+
<div class="col-xs-12 col-sm-6 col-lg-6 text-left">
314+
<p class="copyright">&copy; LLC "TAXTELECOM" 2023</p>
315+
</div>
316+
<div class="col-xs-12 col-sm-6 col-lg-6 text-right">
317+
<p class="license-footer">The source code for pgCodeKeeper is available for free on GitHub. <wbr>Under the terms of the <a href="/license.html"> Apache License, Version 2.0</a></p>
326318
</div>
327319
</div>
328320
</div>

0 commit comments

Comments
 (0)