-
Notifications
You must be signed in to change notification settings - Fork 10
Add: multi-player cursors to the site #65
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
Changes from 2 commits
18dd415
92f1356
c52e1df
82ff851
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,10 +22,10 @@ <h1>Infrastructure as Design</h1> | |
| </div> | ||
| <div class="stats"> | ||
| <a class="ghost subtle" href="https://cloud.layer5.io/catalog"> | ||
| <div class="stat glass-mini"> | ||
| <span class="stat-value">500+</span> | ||
| <span class="stat-label">Patterns</span> | ||
| </div> | ||
| <div class="stat glass-mini"> | ||
| <span class="stat-value">500+</span> | ||
| <span class="stat-label">Patterns</span> | ||
| </div> | ||
| </a> | ||
| <div class="stat glass-mini"> | ||
| <span class="stat-value">1-click</span> | ||
|
|
@@ -40,6 +40,8 @@ <h1>Infrastructure as Design</h1> | |
|
|
||
| <div class="hero-visual"> | ||
| <div class="canvas-preview glass--dark" data-float> | ||
| <div class="cursor-layer" data-cursors="0,1,2,3" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we reduce the z-index to 10? 15? Please ensure that only one copy of each cursor is visible.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for points out the mistake. I have fixed the duplicate error.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yay, @KhushamBansal! |
||
| style="position:absolute; inset:0; z-index:9999; pointer-events:none;"></div> | ||
| <div class="canvas-header"> | ||
| <span>Production</span> | ||
| <span class="status">Syncing</span> | ||
|
|
@@ -72,5 +74,5 @@ <h3>Instant Docs</h3> | |
| </div> --> | ||
| </div> | ||
| </section> | ||
| <script src="/scripts/hero-glass.js"></script> | ||
| <script src="/scripts/multi-player-cursors.js"></script> | ||
| <script src="/scripts/hero-glass.js"></script> | ||
| <script src="/scripts/multi-player-cursors.js"></script> | ||
Uh oh!
There was an error while loading. Please reload this page.