Skip to content

Commit

Permalink
Merge pull request #481 from Durgesh-Vaigandla/main
Browse files Browse the repository at this point in the history
Fixed minor bugs
  • Loading branch information
Durgesh-Vaigandla authored Jun 17, 2024
2 parents fd41cd0 + ce541a4 commit 9640044
Show file tree
Hide file tree
Showing 8 changed files with 964 additions and 957 deletions.
120 changes: 66 additions & 54 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<html lang="en">

<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-76QCJCGDB5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-76QCJCGDB5');
</script>
<link rel="icon" href="./assets/images/favicon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="stylesheet" href="./button.css" />
Expand Down Expand Up @@ -205,7 +214,7 @@ <h2 class="card-title h4">
</div>
<!-- Blog post-->
<div class="card mb-4">
<a href="./posts/power BI/powerBI.html"><img class="card-img-top" src="powerBI.png"
<a href="./posts/power BI/powerBI.html"><img class="card-img-top" src="./posts/powerBI/powerBI.png"
alt="Professional LinkedIn account creation" /></a>
<div class="card-body">
<div class="small text-muted">April 25, 2024</div>
Expand Down Expand Up @@ -461,7 +470,9 @@ <h6>About Us</h6>
Simplify your internship experience with our easy-to-follow
articles and docs.
</p>
<a class="libutton" href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7202959273855713280" target="_blank">Subscribe on LinkedIn</a>
<a class="libutton"
href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7202959273855713280"
target="_blank">Subscribe on LinkedIn</a>
</div>

<div class="col-xs-6 col-md-3">
Expand Down Expand Up @@ -502,63 +513,64 @@ <h6>Quick Links</h6>
</div>






</div>
<style>
.libutton {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none !important;
color: #ffffff !important;
width: 200px;
height: 32px;
border-radius: 16px;
background-color: #0A66C2;
font-family: "SF Pro Text", Helvetica, sans-serif;
}
.libutton:hover{
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none ;
color: #0A66C2 ;
width: 200px;
height: 32px;
border-radius: 16px;
background-color: black;

border-color: #0A66C2;
font-family: "SF Pro Text", Helvetica, sans-serif;
}
</style>
<hr style="border-top: 1px solid black;">

<!-- Copyright Section -->
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copyright-text">
Copyright &copy;
<script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
</p>
</div>
</div>
</div>




</div>
<style>
.libutton {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none !important;
color: #ffffff !important;
width: 200px;
height: 32px;
border-radius: 16px;
background-color: #0A66C2;
font-family: "SF Pro Text", Helvetica, sans-serif;
}

.libutton:hover {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none;
color: #0A66C2;
width: 200px;
height: 32px;
border-radius: 16px;
background-color: black;

border-color: #0A66C2;
font-family: "SF Pro Text", Helvetica, sans-serif;
}
</style>
<hr style="border-top: 1px solid black;">

<!-- Copyright Section -->
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copyright-text">
Copyright &copy;
<script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
</p>
</div>
</div>
</div>


</div>
</div>

</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
Expand Down
Loading

0 comments on commit 9640044

Please sign in to comment.