Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features #20

Merged
merged 3 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions StickyNotes-Frontend/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ export default {
text-align: center;
}
</style>

17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- SEO Meta Tags -->
<meta name="description" content="StickyNotes - A versatile and user-friendly app for taking and organizing notes. Keep track of your ideas and tasks easily." />
<meta name="description" content="StickyNotes App - A versatile and user-friendly app for taking and organizing notes. Keep track of your ideas and tasks easily." />
<meta name="keywords" content="StickyNotes, note taking, task management, productivity, note app, reminders" />
<meta name="author" content="Son Nguyen Hoang" />
<meta http-equiv="content-language" content="en" />
Expand All @@ -21,21 +21,24 @@
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hoangsonww.github.io/The-StickyNotes-App/" />
<meta property="og:title" content="StickyNotes App" />
<meta property="og:title" content="The StickyNotes App - Your Ultimate Note-Taking & Task Management App" />
<meta property="og:description" content="Manage your tasks and notes efficiently with StickyNotes. Enhance your productivity and keep your ideas organized." />
<meta property="og:image" content="https://hoangsonww.github.io/The-StickyNotes-App/utils/image.png" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="The StickyNotes App" />

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="https://hoangsonww.github.io/The-StickyNotes-App/utils/image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@hoangsonw" />
<meta name="twitter:creator" content="@hoangsonw" />
<meta name="twitter:url" content="https://hoangsonww.github.io/The-StickyNotes-App/" />
<meta name="twitter:title" content="StickyNotes App" />
<meta name="twitter:title" content="The StickyNotes App - Your Ultimate Note-Taking & Task Management App" />
<meta name="twitter:description" content="Your personal space for ideas, tasks, and creativity. Discover StickyNotes and enhance your note-taking experience." />
<meta name="twitter:image" content="https://hoangsonww.github.io/The-StickyNotes-App/utils/image.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />

<!-- Other Essential Tags -->
<title>The StickyNotes App: Your Ultimate Note-Taking & Task Management App</title>
<link rel="stylesheet" href="StickyNotes-Frontend/css/style.css" />
<title>The StickyNotes App - Your Ultimate Note-Taking & Task Management App</title>
<link rel="stylesheet" href="/StickyNotes-Frontend/css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/1.1.1/marked.min.js"></script>
<script src="StickyNotes-Frontend/js/script.js" defer></script>
Expand Down
45 changes: 38 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- Main Page -->
<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/</loc>
<lastmod>2023-12-31</lastmod>
<changefreq>monthly</changefreq>
<lastmod>2024-03-31</lastmod>
<priority>1.0</priority>
</url>

<!-- About Page -->
<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/src/html/about.html</loc>
<lastmod>2023-12-31</lastmod>
<changefreq>yearly</changefreq>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/StickyNotes-Frontend/html/about.html</loc>
<lastmod>2024-03-31</lastmod>
<priority>0.8</priority>
</url>

<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/StickyNotes-Frontend/html/calendar.html</loc>
<lastmod>2024-03-31</lastmod>
<priority>0.8</priority>
</url>

<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/StickyNotes-Frontend/html/inspiration.html</loc>
<lastmod>2024-03-31</lastmod>
<priority>0.8</priority>
</url>

<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/StickyNotes-Frontend/html/profile.html</loc>
<lastmod>2024-03-31</lastmod>
<priority>0.8</priority>
</url>

<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/StickyNotes-Frontend/html/sign-in.html</loc>
<lastmod>2024-03-31</lastmod>
<priority>0.8</priority>
</url>

<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/StickyNotes-Frontend/html/create-account.html</loc>
<lastmod>2024-03-31</lastmod>
<priority>0.8</priority>
</url>

<url>
<loc>https://hoangsonww.github.io/The-StickyNotes-App/StickyNotes-Frontend/html/reset-password.html</loc>
<lastmod>2024-03-31</lastmod>
<priority>0.8</priority>
</url>
</urlset>