This is a simple web page that displays information about your profile. It includes details such as the current day, current time (in UTC), your chosen track, and a link to your GitHub profile.
- Display current day of the week
- Show current time in UTC
- Specify your chosen track (e.g., FrontEnd)
- Provide a link to your GitHub profile
- Showcase your Slack display image and username
To use this profile web page, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/your-profile-repo.git
-
Open the HTML file (
index.html
) in your preferred web browser.
Simply open the web page in your browser, and it will display your profile information. You can customize the content by editing the HTML file or updating the associated CSS and JavaScript files.
Feel free to customize the web page to suit your preferences. Here are some ways you can customize it:
- Change the profile image: Replace
profile-image.jpg
with your preferred image. - Update your Slack username: Modify the
data-testid="slackUserName"
label to reflect your Slack username. - Specify your GitHub link: Set the
href
attribute in the GitHub link (<a>
tag) to your GitHub profile URL.
If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT License.
Feel free to reach out if you have any questions or suggestions!