Skip to content

Commit

Permalink
Fix loading javascripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Sep 30, 2023
1 parent d00c817 commit f7f7fc3
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 3 deletions.
3 changes: 3 additions & 0 deletions aboutme.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions hobby.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects I work on during leisure hours</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to The Showcase of Himadri Sekhar Basu</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions linux/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Packages</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions linux/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Tutorials</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
4 changes: 4 additions & 0 deletions linux/tutorials/apache-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Tutorials | Setup Apache Server on Ubuntu or Debian Based Systems</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/1.1.1/marked.min.js"></script> -->
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions linux/tutorials/backup-gpg-ssh-keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Tutorials | Backup and Restore GnuPG and Secure Shell(SSH) keys</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions linux/tutorials/custom-ubuntu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Tutorials | Create Your Own Ubuntu-based Distro</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions linux/tutorials/deb-package.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Tutorials | Create a Debian Apt Repository</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions linux/tutorials/github-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Tutorials | Layman's Guide to Use Git(Hub or Lab)</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications in Journals and Conferences</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research Outcomes</title>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/header.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/footer.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/navbar.js"></script>
</head>

<body>
Expand Down
3 changes: 0 additions & 3 deletions styles/jscripts/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ loadFile("https://code.jquery.com/jquery-1.11.3.min.js", "js");
loadFile("https://cdnjs.cloudflare.com/ajax/libs/marked/1.1.1/marked.min.js", "js");
loadFile("https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/highlight.min.js", "js");
// loadFile("https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/languages/javascript.min.js", "js");
loadFile("https://hsbasu.github.io/styles/jscripts/header.js", "js");
loadFile("https://hsbasu.github.io/styles/jscripts/footer.js", "js");
loadFile("https://hsbasu.github.io/styles/jscripts/navbar.js", "js");

0 comments on commit f7f7fc3

Please sign in to comment.