Skip to content

Commit

Permalink
add menu state
Browse files Browse the repository at this point in the history
  • Loading branch information
yohn-maistre committed Oct 24, 2024
1 parent 52a7177 commit eec23f3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
Binary file modified dist/favicon.824cf0c5.ico
Binary file not shown.
13 changes: 9 additions & 4 deletions dist/index.d046a61c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.d046a61c.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yose | Technologist & AI Developer</title>
<title>Yose | Futurist & AI Developer</title>
<meta name="description" content="A page transition with an animated SVG path for a menu that has an infinite background animation.">
<meta name="keywords" content="overlay, page transition, animation, svg">
<meta name="author" content="Codrops">
Expand Down
11 changes: 6 additions & 5 deletions src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
}

body, html {
margin: 0;
overflow: hidden;
height: 100%;
}

body, html {
body {
margin: 0;
--color-text: #000;
--color-text-alt: #fff;
Expand Down Expand Up @@ -41,10 +43,9 @@ body, html {
}

main {
display: grid;
grid-template-columns: 100%;
grid-template-rows: 1fr; /* Use 1fr to allow content to adjust */
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
}

/* Page Loader */
Expand Down
Binary file modified src/favicon.ico
Binary file not shown.
Binary file added src/favicon1.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yose | Technologist & AI Developer</title>
<title>Yose | Futurist & AI Developer</title>
<meta name="description" content="A page transition with an animated SVG path for a menu that has an infinite background animation." />
<meta name="keywords" content="overlay, page transition, animation, svg" />
<meta name="author" content="Codrops" />
Expand Down

0 comments on commit eec23f3

Please sign in to comment.