Skip to content

Commit c2894df

Browse files
committed
Merge branch 'main' into gh-pages
2 parents c641f7e + 26ccbd7 commit c2894df

1 file changed

Lines changed: 36 additions & 35 deletions

File tree

index.html

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<html>
33

44
<head>
5-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5NCXMRMV7D"></script>
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-639FG2XLN4"></script>
66
<script>
77
window.dataLayer = window.dataLayer || [];
88
function gtag(){dataLayer.push(arguments);}
99
gtag('js', new Date());
10-
gtag('config', 'G-5NCXMRMV7D');
10+
11+
gtag('config', 'G-639FG2XLN4');
1112
</script>
1213
<meta charset="utf-8">
1314
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -225,21 +226,6 @@ <h5 class="card-title">
225226
</div>
226227
</div>
227228

228-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
229-
<div class="card">
230-
<a href="http://www.web2py.com/" class="mx-2 my-2" target="_blank">
231-
<img class="card-img-top" src="static/image/logos/web2py.png" style="width:60%" alt="WEB2PY">
232-
</a>
233-
<hr>
234-
<div class="card-body">
235-
<p class="card-text">Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.</p>
236-
<figcaption class="blockquote-footer my-2 text-muted">
237-
Always backward compatible.
238-
</figcaption>
239-
</div>
240-
</div>
241-
</div>
242-
243229
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
244230
<div class="card p-3 text-end">
245231
<div class="text-end">
@@ -312,6 +298,39 @@ <h5 class="card-title">
312298
</div>
313299
</div>
314300

301+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
302+
<div class="card">
303+
<a href="https://py4web.com/" class="mx-2 my-2 text-center" target="_blank">
304+
<img class="card-img-top" src="static/image/logos/py4web.png" style="width:50%" alt="Py4Web">
305+
</a>
306+
<h3 class="text-center"><a href="https://github.com/web2py/py4web" target="_blank">PY4WEB</a></h3>
307+
<hr>
308+
<div class="card-body">
309+
<p class="card-text">
310+
A web framework for rapid development of efficient database driven web applications.
311+
It is the successor of <a href="http://www.web2py.com/" target="_blank">Web2Py</a> but much improved.</p>
312+
<figcaption class="blockquote-footer my-2 text-muted">
313+
Much faster and slicker than Web2Py.
314+
</figcaption>
315+
</div>
316+
</div>
317+
</div>
318+
319+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
320+
<div class="card">
321+
<a href="http://www.web2py.com/" class="mx-2 my-2" target="_blank">
322+
<img class="card-img-top" src="static/image/logos/web2py.png" style="width:60%" alt="WEB2PY">
323+
</a>
324+
<hr>
325+
<div class="card-body">
326+
<p class="card-text">Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.</p>
327+
<figcaption class="blockquote-footer my-2 text-muted">
328+
Always backward compatible.
329+
</figcaption>
330+
</div>
331+
</div>
332+
</div>
333+
315334
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
316335
<div class="card text-center">
317336
<div class="card-body">
@@ -514,24 +533,6 @@ <h5 class="card-title"><a href="https://github.com/webpy/webpy" target="_blank">
514533
</div>
515534
</div>
516535

517-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
518-
<div class="card">
519-
<a href="https://py4web.com/" class="mx-2 my-2 text-center" target="_blank">
520-
<img class="card-img-top" src="static/image/logos/py4web.png" style="width:50%" alt="Py4Web">
521-
</a>
522-
<h3 class="text-center"><a href="https://github.com/web2py/py4web" target="_blank">PY4WEB</a></h3>
523-
<hr>
524-
<div class="card-body">
525-
<p class="card-text">
526-
A web framework for rapid development of efficient database driven web applications.
527-
It is the successor of <a href="http://www.web2py.com/" target="_blank">Web2Py</a> but much improved.</p>
528-
<figcaption class="blockquote-footer my-2 text-muted">
529-
Much faster and slicker than Web2Py.
530-
</figcaption>
531-
</div>
532-
</div>
533-
</div>
534-
535536
</div>
536537
</div>
537538
<!-- End of Web Apps-->

0 commit comments

Comments
 (0)