Skip to content

Commit

Permalink
v0.142
Browse files Browse the repository at this point in the history
- Deployment issue. Fixed.
  • Loading branch information
Kiyui2180 committed Feb 4, 2025
1 parent 3887d70 commit 8076a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,6 @@ function LinkedInClickContactDiv() {
// main method
//
// Load upon start of web portfolio.
// alert("Web Portfolio is still under development, expect some unoptimized screen sizes and missing contents, thank you for your patience! Click [OK] to view page anyway.\n— Euge Kyle");
alert("Expect some unoptimized screen sizes and missing contents, I'm still working on my web portfolio, thank you for your patience! Click [OK] to view page anyway.\n— Euge Kyle");

CheckScreenSize();
2 changes: 1 addition & 1 deletion styles/init-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body {
/* Main font color of the whole webpage. */
color: white;
/* Animation whenever the site is visited. */
animation: page-load-fadein 0 ease-in-out;
animation: page-load-fadein 1.25s ease-in-out;

/* Main font size of the webpage. */
font-size: 1rem;
Expand Down

0 comments on commit 8076a1f

Please sign in to comment.