|
2 | 2 | <html lang="en">
|
3 | 3 |
|
4 | 4 | <head>
|
| 5 | + <!-- Google tag (gtag.js) --> |
| 6 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-76QCJCGDB5"></script> |
| 7 | + <script> |
| 8 | + window.dataLayer = window.dataLayer || []; |
| 9 | + function gtag() { dataLayer.push(arguments); } |
| 10 | + gtag('js', new Date()); |
| 11 | + |
| 12 | + gtag('config', 'G-76QCJCGDB5'); |
| 13 | + </script> |
5 | 14 | <link rel="icon" href="./assets/images/favicon.png" type="image/x-icon">
|
6 | 15 | <link rel="stylesheet" type="text/css" href="./style.css" />
|
7 | 16 | <link rel="stylesheet" href="./button.css" />
|
@@ -205,7 +214,7 @@ <h2 class="card-title h4">
|
205 | 214 | </div>
|
206 | 215 | <!-- Blog post-->
|
207 | 216 | <div class="card mb-4">
|
208 |
| - <a href="./posts/power BI/powerBI.html"><img class="card-img-top" src="powerBI.png" |
| 217 | + <a href="./posts/power BI/powerBI.html"><img class="card-img-top" src="./posts/powerBI/powerBI.png" |
209 | 218 | alt="Professional LinkedIn account creation" /></a>
|
210 | 219 | <div class="card-body">
|
211 | 220 | <div class="small text-muted">April 25, 2024</div>
|
@@ -461,7 +470,9 @@ <h6>About Us</h6>
|
461 | 470 | Simplify your internship experience with our easy-to-follow
|
462 | 471 | articles and docs.
|
463 | 472 | </p>
|
464 |
| - <a class="libutton" href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7202959273855713280" target="_blank">Subscribe on LinkedIn</a> |
| 473 | + <a class="libutton" |
| 474 | + href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7202959273855713280" |
| 475 | + target="_blank">Subscribe on LinkedIn</a> |
465 | 476 | </div>
|
466 | 477 |
|
467 | 478 | <div class="col-xs-6 col-md-3">
|
@@ -502,63 +513,64 @@ <h6>Quick Links</h6>
|
502 | 513 | </div>
|
503 | 514 |
|
504 | 515 |
|
505 |
| - |
506 |
| - |
507 |
| - |
508 |
| - |
509 |
| -</div> |
510 |
| -<style> |
511 |
| - .libutton { |
512 |
| - display: flex; |
513 |
| - flex-direction: column; |
514 |
| - justify-content: center; |
515 |
| - padding: 7px; |
516 |
| - text-align: center; |
517 |
| - outline: none; |
518 |
| - text-decoration: none !important; |
519 |
| - color: #ffffff !important; |
520 |
| - width: 200px; |
521 |
| - height: 32px; |
522 |
| - border-radius: 16px; |
523 |
| - background-color: #0A66C2; |
524 |
| - font-family: "SF Pro Text", Helvetica, sans-serif; |
525 |
| - } |
526 |
| - .libutton:hover{ |
527 |
| - display: flex; |
528 |
| - flex-direction: column; |
529 |
| - justify-content: center; |
530 |
| - padding: 7px; |
531 |
| - text-align: center; |
532 |
| - outline: none; |
533 |
| - text-decoration: none ; |
534 |
| - color: #0A66C2 ; |
535 |
| - width: 200px; |
536 |
| - height: 32px; |
537 |
| - border-radius: 16px; |
538 |
| - background-color: black; |
539 |
| - |
540 |
| - border-color: #0A66C2; |
541 |
| - font-family: "SF Pro Text", Helvetica, sans-serif; |
542 |
| - } |
543 |
| -</style> |
544 |
| -<hr style="border-top: 1px solid black;"> |
545 |
| - |
546 |
| -<!-- Copyright Section --> |
547 |
| -<div class="container"> |
548 |
| - <div class="row"> |
549 |
| - <div class="col-md-12"> |
550 |
| - <p class="copyright-text"> |
551 |
| - Copyright © |
552 |
| - <script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn |
553 |
| - </p> |
554 |
| - </div> |
555 |
| - </div> |
556 |
| -</div> |
557 | 516 |
|
558 | 517 |
|
| 518 | + |
| 519 | + |
| 520 | + </div> |
| 521 | + <style> |
| 522 | + .libutton { |
| 523 | + display: flex; |
| 524 | + flex-direction: column; |
| 525 | + justify-content: center; |
| 526 | + padding: 7px; |
| 527 | + text-align: center; |
| 528 | + outline: none; |
| 529 | + text-decoration: none !important; |
| 530 | + color: #ffffff !important; |
| 531 | + width: 200px; |
| 532 | + height: 32px; |
| 533 | + border-radius: 16px; |
| 534 | + background-color: #0A66C2; |
| 535 | + font-family: "SF Pro Text", Helvetica, sans-serif; |
| 536 | + } |
| 537 | + |
| 538 | + .libutton:hover { |
| 539 | + display: flex; |
| 540 | + flex-direction: column; |
| 541 | + justify-content: center; |
| 542 | + padding: 7px; |
| 543 | + text-align: center; |
| 544 | + outline: none; |
| 545 | + text-decoration: none; |
| 546 | + color: #0A66C2; |
| 547 | + width: 200px; |
| 548 | + height: 32px; |
| 549 | + border-radius: 16px; |
| 550 | + background-color: black; |
| 551 | + |
| 552 | + border-color: #0A66C2; |
| 553 | + font-family: "SF Pro Text", Helvetica, sans-serif; |
| 554 | + } |
| 555 | + </style> |
| 556 | + <hr style="border-top: 1px solid black;"> |
| 557 | + |
| 558 | + <!-- Copyright Section --> |
| 559 | + <div class="container"> |
| 560 | + <div class="row"> |
| 561 | + <div class="col-md-12"> |
| 562 | + <p class="copyright-text"> |
| 563 | + Copyright © |
| 564 | + <script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn |
| 565 | + </p> |
| 566 | + </div> |
559 | 567 | </div>
|
560 | 568 | </div>
|
561 | 569 |
|
| 570 | + |
| 571 | + </div> |
| 572 | + </div> |
| 573 | + |
562 | 574 | </footer>
|
563 | 575 | <!-- Bootstrap core JS-->
|
564 | 576 | <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
0 commit comments