|
2 | 2 | <html> |
3 | 3 |
|
4 | 4 | <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> |
6 | 6 | <script> |
7 | 7 | window.dataLayer = window.dataLayer || []; |
8 | 8 | function gtag(){dataLayer.push(arguments);} |
9 | 9 | gtag('js', new Date()); |
10 | | - gtag('config', 'G-5NCXMRMV7D'); |
| 10 | + |
| 11 | + gtag('config', 'G-639FG2XLN4'); |
11 | 12 | </script> |
12 | 13 | <meta charset="utf-8"> |
13 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
@@ -225,21 +226,6 @@ <h5 class="card-title"> |
225 | 226 | </div> |
226 | 227 | </div> |
227 | 228 |
|
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 | | - |
243 | 229 | <div class="col-12 col-6 col-sm-6 col-lg-3 mb-4"> |
244 | 230 | <div class="card p-3 text-end"> |
245 | 231 | <div class="text-end"> |
@@ -312,6 +298,39 @@ <h5 class="card-title"> |
312 | 298 | </div> |
313 | 299 | </div> |
314 | 300 |
|
| 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 | + |
315 | 334 | <div class="col-12 col-6 col-sm-6 col-lg-3 mb-4"> |
316 | 335 | <div class="card text-center"> |
317 | 336 | <div class="card-body"> |
@@ -514,24 +533,6 @@ <h5 class="card-title"><a href="https://github.com/webpy/webpy" target="_blank"> |
514 | 533 | </div> |
515 | 534 | </div> |
516 | 535 |
|
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 | | - |
535 | 536 | </div> |
536 | 537 | </div> |
537 | 538 | <!-- End of Web Apps--> |
|
0 commit comments