Skip to content

Commit 9640044

Browse files
Merge pull request #481 from Durgesh-Vaigandla/main
Fixed minor bugs
2 parents fd41cd0 + ce541a4 commit 9640044

8 files changed

+964
-957
lines changed

index.html

Lines changed: 66 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<html lang="en">
33

44
<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>
514
<link rel="icon" href="./assets/images/favicon.png" type="image/x-icon">
615
<link rel="stylesheet" type="text/css" href="./style.css" />
716
<link rel="stylesheet" href="./button.css" />
@@ -205,7 +214,7 @@ <h2 class="card-title h4">
205214
</div>
206215
<!-- Blog post-->
207216
<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"
209218
alt="Professional LinkedIn account creation" /></a>
210219
<div class="card-body">
211220
<div class="small text-muted">April 25, 2024</div>
@@ -461,7 +470,9 @@ <h6>About Us</h6>
461470
Simplify your internship experience with our easy-to-follow
462471
articles and docs.
463472
</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>
465476
</div>
466477

467478
<div class="col-xs-6 col-md-3">
@@ -502,63 +513,64 @@ <h6>Quick Links</h6>
502513
</div>
503514

504515

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 &copy;
552-
<script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
553-
</p>
554-
</div>
555-
</div>
556-
</div>
557516

558517

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 &copy;
564+
<script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
565+
</p>
566+
</div>
559567
</div>
560568
</div>
561569

570+
571+
</div>
572+
</div>
573+
562574
</footer>
563575
<!-- Bootstrap core JS-->
564576
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>

0 commit comments

Comments
 (0)