Skip to content
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

Update index.html #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -290,12 +291,19 @@ <h2>Barcode Generator</h2>
<img src="data/barcode.gif" alt="Barcode Generator" style="max-width: 100%; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);" />
</a>
</div>
<div id="Camera" class="tool"</div>
<a href="./data/camera/" target="_blank">
<h2>Camera</h2>
<p>Click Here to Open the Camera</p>
<img src="data/camera.gif" alt="Camera" style="max-width: 100%; border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0 ,0.3); "/>
</a>
</main>
<div class=overlay id=overlay></div>
<div class=popup id=welcomePopup>
<h2>Welcome to My Tool Page!</h2>
<p>We're excited to have you here. Explore the tools and resources available!
<p>Login to FC Menu first before you can use the tools</p><a href=https://fcmenu-iad-regionalized.corp.amazon.com/SAT1 target=_blank id=popupLink>Click here to login</button></a>
<p>Login to FC Menu first before you can use the tools</p><a href=https://fcmenu-iad-regionalized.corp.amazon.com/SAT1 target=_blank id=popupLink>Click here to login</a>
<p><button onclick=closePopup()>Close</button></div>
<footer>
<p>&copy; 2025 User Tools made by Christian Sumbillo</p>
Expand Down