Skip to content

Commit

Permalink
Add Google Analytics tracking code to HTML files
Browse files Browse the repository at this point in the history
  • Loading branch information
Durgesh-Vaigandla committed Jun 17, 2024
1 parent 30edc3c commit ce541a4
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 80 deletions.
118 changes: 65 additions & 53 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 @@ -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
63 changes: 36 additions & 27 deletions posts/python/Building-chatBot-with-NLTK.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>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description"
Expand All @@ -19,34 +28,34 @@
</head>

<body>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<img height="32px" width="32px" src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png" alt="logo" />
<a class="navbar-brand" href="../.././index.html">CSEdge Learn</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="https://learn.csedge.courses">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://csedge.courses/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://csedge.courses#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://learn.csedge.courses">Blog</a>
</li>
</ul>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<img height="32px" width="32px" src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png" alt="logo" />
<a class="navbar-brand" href="../.././index.html">CSEdge Learn</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="https://learn.csedge.courses">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://csedge.courses/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://csedge.courses#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://learn.csedge.courses">Blog</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</nav>

<div class="container mb-4 mt-5">
<div class="row">
Expand Down
9 changes: 9 additions & 0 deletions posts/python/ExampleOfBuildingWebScrapingApplication.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>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description"
Expand Down
9 changes: 9 additions & 0 deletions posts/python/WebScrapingWithBeautifulSoup.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>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description"
Expand Down

0 comments on commit ce541a4

Please sign in to comment.