Skip to content

Anchor Tool #23

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 20 additions & 0 deletions anchor-tool/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "anchor-tool",
"version": "1.0.0",
"description": "Learn CSS anchor positioning",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gsutil -m rsync -rd public gs://chrome-dev-demos/public/anchor-tool"
},
"repository": {
"type": "git",
"url": "git+https://github.com/una/anchor-tool.git"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"url": "git+https://github.com/una/anchor-tool.git"
"url": "git://github.com/GoogleChromeLabs/css-web-ui-demos.git"

},
"author": "Una Kravets",
"license": "ISC",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"license": "ISC",
"license": "Apache-2.0",

"bugs": {
"url": "https://github.com/una/anchor-tool/issues"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"url": "https://github.com/una/anchor-tool/issues"
"url": "https://github.com/GoogleChromeLabs/css-web-ui-demos/issues"

},
"homepage": "https://github.com/una/anchor-tool#readme"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"homepage": "https://github.com/una/anchor-tool#readme"
"homepage": "https://chrome.dev/anchor-tool/"

}
Binary file added anchor-tool/public/img/.DS_Store
Binary file not shown.
49 changes: 49 additions & 0 deletions anchor-tool/public/img/anchor-position-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions anchor-tool/public/img/anchor-position-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions anchor-tool/public/img/anchor-position-03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions anchor-tool/public/img/anchor-position-04.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading