Skip to content

Commit ce541a4

Browse files
Add Google Analytics tracking code to HTML files
1 parent 30edc3c commit ce541a4

File tree

4 files changed

+119
-80
lines changed

4 files changed

+119
-80
lines changed

index.html

Lines changed: 65 additions & 53 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" />
@@ -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>

posts/python/Building-chatBot-with-NLTK.html

Lines changed: 36 additions & 27 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
<meta charset="utf-8" />
615
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
716
<meta name="description"
@@ -19,34 +28,34 @@
1928
</head>
2029

2130
<body>
22-
<!-- Responsive navbar-->
23-
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
24-
<div class="container">
25-
<img height="32px" width="32px" src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png" alt="logo" />
26-
<a class="navbar-brand" href="../.././index.html">CSEdge Learn</a>
27-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
28-
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
29-
aria-label="Toggle navigation">
30-
<span class="navbar-toggler-icon"></span>
31-
</button>
32-
<div class="collapse navbar-collapse" id="navbarSupportedContent">
33-
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
34-
<li class="nav-item">
35-
<a class="nav-link" href="https://learn.csedge.courses">Home</a>
36-
</li>
37-
<li class="nav-item">
38-
<a class="nav-link" href="https://csedge.courses/about">About</a>
39-
</li>
40-
<li class="nav-item">
41-
<a class="nav-link" href="https://csedge.courses#contact">Contact</a>
42-
</li>
43-
<li class="nav-item">
44-
<a class="nav-link active" aria-current="page" href="https://learn.csedge.courses">Blog</a>
45-
</li>
46-
</ul>
31+
<!-- Responsive navbar-->
32+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
33+
<div class="container">
34+
<img height="32px" width="32px" src="https://csedge.courses/Images/CSEDGE-LOGO32X32.png" alt="logo" />
35+
<a class="navbar-brand" href="../.././index.html">CSEdge Learn</a>
36+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
37+
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
38+
aria-label="Toggle navigation">
39+
<span class="navbar-toggler-icon"></span>
40+
</button>
41+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
42+
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
43+
<li class="nav-item">
44+
<a class="nav-link" href="https://learn.csedge.courses">Home</a>
45+
</li>
46+
<li class="nav-item">
47+
<a class="nav-link" href="https://csedge.courses/about">About</a>
48+
</li>
49+
<li class="nav-item">
50+
<a class="nav-link" href="https://csedge.courses#contact">Contact</a>
51+
</li>
52+
<li class="nav-item">
53+
<a class="nav-link active" aria-current="page" href="https://learn.csedge.courses">Blog</a>
54+
</li>
55+
</ul>
56+
</div>
4757
</div>
48-
</div>
49-
</nav>
58+
</nav>
5059

5160
<div class="container mb-4 mt-5">
5261
<div class="row">

posts/python/ExampleOfBuildingWebScrapingApplication.html

Lines changed: 9 additions & 0 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
<meta charset="utf-8" />
615
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
716
<meta name="description"

posts/python/WebScrapingWithBeautifulSoup.html

Lines changed: 9 additions & 0 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
<meta charset="utf-8" />
615
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
716
<meta name="description"

0 commit comments

Comments
 (0)