From 47bcb87df14239af6b6aa1ab0902b61d0e67c596 Mon Sep 17 00:00:00 2001 From: Nashid Shah Date: Sun, 26 Nov 2023 01:46:50 -0500 Subject: [PATCH] Updated sitemap --- .github/workflows/npm-gulp.yml | 2 -- app.js | 12 ++++++------ sitemap.xml | 16 ++++++++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.github/workflows/npm-gulp.yml b/.github/workflows/npm-gulp.yml index b4bd0a8..0540efc 100644 --- a/.github/workflows/npm-gulp.yml +++ b/.github/workflows/npm-gulp.yml @@ -3,8 +3,6 @@ name: NodeJS with Gulp on: push: branches: ["main"] - pull_request: - branches: ["main"] jobs: build: diff --git a/app.js b/app.js index c864720..da78862 100644 --- a/app.js +++ b/app.js @@ -636,8 +636,12 @@ function loadScript(src, attributes) { // Run of page load to trigger preloader $(window).on("load", function () { - $(".brand-container").addClass("loaded") - $(".preloader").addClass("loaded") + setTimeout(function () { + $(".preloader").addClass("loaded") + setTimeout(() => { + $("body").addClass("loaded") + }, 1000) + }, 2000) loadScript( "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js", @@ -650,10 +654,6 @@ $(window).on("load", function () { }, { attributeName: "crossorigin", attributeValue: "anonymous" }, ]) - - setTimeout(() => { - $("body").addClass("loaded") - }, 1000) }) $(document).on("click", function (event) { diff --git a/sitemap.xml b/sitemap.xml index a88a49d..0a26471 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,16 +4,24 @@ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> - https://nashidahmed.github.io/ - 2020-11-22 + https://nashidahmedshah.co/ + 2023-11-26 weekly + 1.0 + + + + https://nashidahmedshah.co/pdf/2023_Resume.pdf + 2023-11-26 + never 0.8 - https://nashidahmed.github.io/pdf/RFID_vending_machine_thesis.pdf - 2020-11-22 + https://nashidahmedshah.co/pdf/RFID_vending_machine_thesis.pdf + 2023-11-26 never + 0.8 \ No newline at end of file