diff --git a/404.html b/404.html new file mode 100644 index 0000000..9064775 --- /dev/null +++ b/404.html @@ -0,0 +1,65 @@ + + + + + + 404 Error - Page Not Found + + + +
+
Error 404
+
Oops! The page you're looking for is not found.
+
+ Try debugging by returning home. +
+
+ > _ PageNotFoundException: The requested resource could not be located.
+ > _ StatusCode: 404
+ > _ Hint: Check the URL for typos or contact the admin.
+
+
+ + diff --git a/assets/compare-and-pull.png b/assets/compare-and-pull.png index 3cf24fb..2f82405 100644 Binary files a/assets/compare-and-pull.png and b/assets/compare-and-pull.png differ diff --git a/assets/desktop/app-name-branch.png b/assets/desktop/app-name-branch.png new file mode 100644 index 0000000..fd9942a Binary files /dev/null and b/assets/desktop/app-name-branch.png differ diff --git a/assets/desktop/app-new-branch.png b/assets/desktop/app-new-branch.png new file mode 100644 index 0000000..0d9e961 Binary files /dev/null and b/assets/desktop/app-new-branch.png differ diff --git a/assets/desktop/commit1.png b/assets/desktop/commit1.png index 3254ce2..f4090b7 100644 Binary files a/assets/desktop/commit1.png and b/assets/desktop/commit1.png differ diff --git a/assets/desktop/commit2.png b/assets/desktop/commit2.png index fcaf88f..d2e2a77 100644 Binary files a/assets/desktop/commit2.png and b/assets/desktop/commit2.png differ diff --git a/assets/desktop/push.png b/assets/desktop/push.png index ea64a52..42d3590 100644 Binary files a/assets/desktop/push.png and b/assets/desktop/push.png differ diff --git a/assets/desktop/sign-in.png b/assets/desktop/sign-in.png index 73858fa..e7baaa0 100644 Binary files a/assets/desktop/sign-in.png and b/assets/desktop/sign-in.png differ diff --git a/assets/desktop/status.png b/assets/desktop/status.png index 6cdfccc..d69b76e 100644 Binary files a/assets/desktop/status.png and b/assets/desktop/status.png differ diff --git a/assets/snl-script.js b/assets/snl-script.js index 82b2492..33ec66b 100644 --- a/assets/snl-script.js +++ b/assets/snl-script.js @@ -293,6 +293,7 @@ async function searchContributor() { const result = await fetchContributor(fileName); if (result) { + document.activeElement.blur(); searchedUser=fileName; showDial(result); } else { @@ -303,7 +304,7 @@ async function searchContributor() { function share(link){ let url=''; - let current_url=window.location.href+(window.location.href.includes('?c=')?"":'?c='+search.value); + let current_url=`https://First-Accord.js.org?c=${searchedUser}`; let message="Don't miss out—join First Accord and make your very first contribution to GitHub and Open Source!"; switch(link){ case 0: @@ -313,10 +314,10 @@ function share(link){ url=`https://x.com/intent/post?url=${current_url}&via=STICKnoLOGIC&hashtags=FirstAccord&text=${message}`; break; case 2: - url=`https://bsky.app/intent/compose?text=${message} ${current_url}\n via @sticknologic.bsky.social`; + url=`https://bsky.app/intent/compose?text=${message}%0A${current_url}%0Avia @STICKnoLOGIC.is-a.dev`; break; case 3: - url=`https://wa.me/?text=${message} :: ${current_url}`; + url=`https://wa.me/?text=${message}%0A${current_url}`; break; case 4: url=`https://t.me/share/url?url=${current_url}&text=${message}`; diff --git a/assets/snl-styles.css b/assets/snl-styles.css index b556e8b..f89e37b 100644 --- a/assets/snl-styles.css +++ b/assets/snl-styles.css @@ -165,6 +165,7 @@ body.light-mode .snl-info{ max-width: 600px; height: 400px; min-width: 400px; + width: 600px; border-radius: 1rem; position: relative; overflow: hidden; @@ -248,6 +249,7 @@ body.light-mode .dial-card{ justify-content:space-between; width: 100%; align-items: center; + z-index: 2001 ; } .dial-close{ @@ -277,6 +279,21 @@ body.light-mode .dial-card{ z-index: 200; } +@media (pointer: coarse) { + .dial-close:hover{ + font-weight: inherit; + } + .dial-share:hover{ + color: inherit; + transform: none; + } + .floating-text:hover{ + animation-play-state:inherit; + cursor: inherit; + } + + } + @media (max-width: 480px) { .doc-text{ display: none; @@ -296,7 +313,8 @@ body.light-mode .dial-card{ .dial-card{ margin: 0 8px; max-width: 100%; - min-width: auto; + min-width: 300px; + width: calc(100% - 16px); } .search-container{ flex-direction: column; diff --git a/assets/submit-pull-request.png b/assets/submit-pull-request.png index 023ccb1..429a46e 100644 Binary files a/assets/submit-pull-request.png and b/assets/submit-pull-request.png differ diff --git a/assets/vscode/branch.png b/assets/vscode/branch.png new file mode 100644 index 0000000..c847934 Binary files /dev/null and b/assets/vscode/branch.png differ diff --git a/assets/vscode/branch2.png b/assets/vscode/branch2.png new file mode 100644 index 0000000..a9c76a9 Binary files /dev/null and b/assets/vscode/branch2.png differ diff --git a/assets/vscode/push.png b/assets/vscode/push.png index 8389a6f..b84240d 100644 Binary files a/assets/vscode/push.png and b/assets/vscode/push.png differ diff --git a/assets/web/branch.png b/assets/web/branch.png new file mode 100644 index 0000000..19bd314 Binary files /dev/null and b/assets/web/branch.png differ diff --git a/assets/web/branch2.png b/assets/web/branch2.png new file mode 100644 index 0000000..4ff1df8 Binary files /dev/null and b/assets/web/branch2.png differ diff --git a/docs/index.html b/docs/index.html index 1377312..396a6cb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -55,9 +55,9 @@
diff --git a/index.html b/index.html index cfa0168..6cab670 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@

About:

- +
Close