Skip to content

Commit

Permalink
Merge pull request #9 from nashidahmed/develop
Browse files Browse the repository at this point in the history
Updated sitemap
  • Loading branch information
nashidahmed authored Nov 26, 2023
2 parents 031f7f1 + 47bcb87 commit da726c0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: NodeJS with Gulp
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:
Expand Down
12 changes: 6 additions & 6 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -650,10 +654,6 @@ $(window).on("load", function () {
},
{ attributeName: "crossorigin", attributeValue: "anonymous" },
])

setTimeout(() => {
$("body").addClass("loaded")
}, 1000)
})

$(document).on("click", function (event) {
Expand Down
16 changes: 12 additions & 4 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://nashidahmed.github.io/</loc>
<lastmod>2020-11-22</lastmod>
<loc>https://nashidahmedshah.co/</loc>
<lastmod>2023-11-26</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://nashidahmedshah.co/pdf/2023_Resume.pdf</loc>
<lastmod>2023-11-26</lastmod>
<changefreq>never</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>https://nashidahmed.github.io/pdf/RFID_vending_machine_thesis.pdf</loc>
<lastmod>2020-11-22</lastmod>
<loc>https://nashidahmedshah.co/pdf/RFID_vending_machine_thesis.pdf</loc>
<lastmod>2023-11-26</lastmod>
<changefreq>never</changefreq>
<priority>0.8</priority>
</url>

</urlset>

0 comments on commit da726c0

Please sign in to comment.