This is a simple web page named Find Me which contains information and links to various social media profiles and platforms.
The HTML file (index.html) contains a web page layout with the following components:
- Header: Contains a share button with a link to a YouTube channel.
- Body:
- Profile image of David Y with his username.
- Tiles with icons and links to different platforms:
- YouTube
- GitHub
- Travels (YouTube video)
- Photos (YouTube video)
- Music (YouTube video)
The JavaScript file (app.js) contains code that allows users to copy the links associated with the share buttons. When a user clicks on a share button, it copies the respective link to the clipboard and displays an alert indicating the successful copy.
To use this code:
- Clone/download the repository.
- Open the
index.htmlfile in a web browser. - Click on any share button to copy the associated link to the clipboard.
- HTML
- JavaScript
- The styling for this page is referenced from an external CSS file (
styles.css). Ensure the CSS file is present and correctly linked for proper display.