-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
011b781
commit 3f3e7b5
Showing
31 changed files
with
863 additions
and
844 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
||
name: release-please | ||
|
||
jobs: | ||
release-please: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: google-github-actions/release-please-action@v3 | ||
with: | ||
release-type: node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
@import '/node_modules/@fortawesome/fontawesome-free/css/solid.css'; | ||
|
||
@font-face { | ||
font-family: 'global-font'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"); | ||
src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg"); | ||
font-family: 'global-font'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: auto; | ||
src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"); | ||
src: url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"), url("/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg"); | ||
} | ||
|
||
/* Using fontawesome globally is an attempt to normalize font on different platforms */ | ||
* { | ||
font-family: 'global-font'; | ||
font-family: 'global-font'; | ||
} | ||
|
||
html, body { | ||
display: inline-block!important; | ||
margin: 0; | ||
width: -moz-fit-content; | ||
display: inline-block!important; | ||
margin: 0; | ||
width: -moz-fit-content; | ||
} | ||
|
||
div { | ||
height: 400px; | ||
width: 40rem; | ||
display: flex; | ||
background: #eee; | ||
display: flex; | ||
flex-direction: column; | ||
height: 400px; | ||
width: 40rem; | ||
display: flex; | ||
background: #eee; | ||
display: flex; | ||
flex-direction: column; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<html> | ||
<head> | ||
<title><nav-menu> empty test</title> | ||
<script type="module" src="nav-menu.js"></script> | ||
<link rel="stylesheet" href="fontawesome.css"> | ||
</head> | ||
<body> | ||
<div id="container"> | ||
<nav-menu id="test"> | ||
<nav-section title=""> | ||
<nav-item title="" hidden></nav-item> | ||
</nav-section> | ||
</nav-menu> | ||
</div> | ||
</body> | ||
<head> | ||
<title><nav-menu> empty test</title> | ||
<script type="module" src="nav-menu.js"></script> | ||
<link rel="stylesheet" href="fontawesome.css"> | ||
</head> | ||
<body> | ||
<div id="container"> | ||
<nav-menu id="test"> | ||
<nav-section title=""> | ||
<nav-item title="" hidden></nav-item> | ||
</nav-section> | ||
</nav-menu> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<html> | ||
<head> | ||
<title><nav-menu> test</title> | ||
<script type="module" src="nav-menu.js"></script> | ||
<link rel="stylesheet" href="fontawesome.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<nav-menu id="test"> | ||
<nav-section id="section1" title=""> | ||
<nav-item id="item1a" title="" href="nav-menu.html"></nav-item> | ||
</nav-section> | ||
<nav-section title=""> | ||
<nav-item id="item2a" title=""></nav-item> | ||
<nav-item title=""></nav-item> | ||
</nav-section> | ||
</nav-menu> | ||
</div> | ||
</body> | ||
<head> | ||
<title><nav-menu> test</title> | ||
<script type="module" src="nav-menu.js"></script> | ||
<link rel="stylesheet" href="fontawesome.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<nav-menu id="test"> | ||
<nav-section id="section1" title=""> | ||
<nav-item id="item1a" title="" href="nav-menu.html"></nav-item> | ||
</nav-section> | ||
<nav-section title=""> | ||
<nav-item id="item2a" title=""></nav-item> | ||
<nav-item title=""></nav-item> | ||
</nav-section> | ||
</nav-menu> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<html> | ||
<head> | ||
<title><nav-menu> no href test</title> | ||
<script type="module" src="nav-menu.js"></script> | ||
<link rel="stylesheet" href="fontawesome.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<nav-menu id="test"> | ||
<nav-section title=""> | ||
<nav-item title="" href="nav-none1.html"></nav-item> | ||
</nav-section> | ||
<nav-section title=""> | ||
<nav-item title="" href="nav-none2.html"></nav-item> | ||
</nav-section> | ||
</nav-menu> | ||
</div> | ||
</body> | ||
<head> | ||
<title><nav-menu> no href test</title> | ||
<script type="module" src="nav-menu.js"></script> | ||
<link rel="stylesheet" href="fontawesome.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<nav-menu id="test"> | ||
<nav-section title=""> | ||
<nav-item title="" href="nav-none1.html"></nav-item> | ||
</nav-section> | ||
<nav-section title=""> | ||
<nav-item title="" href="nav-none2.html"></nav-item> | ||
</nav-section> | ||
</nav-menu> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.