https://github.com/g4eva-dev/hngxtask1
Frontend Page Creation with Specific Elements
https://github.com/g4eva-dev/hngxtask1
Last synced: 4 months ago
JSON representation
Frontend Page Creation with Specific Elements
- Host: GitHub
- URL: https://github.com/g4eva-dev/hngxtask1
- Owner: G4EVA-dev
- Created: 2023-09-07T14:33:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T20:42:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T18:52:06.082Z (over 1 year ago)
- Language: HTML
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hngXTask1
Frontend Page Creation with Specific Elements
Objective: Develop and host a web page using HTML and CSS that showcases specific personal and real-time data attributes. Each required element should have a specified data-testid attribute for easy identification and testing.
Requirements:
Slack Name:
Display your Slack name prominently.
Attribute: data-testid="slackUserName"
Slack Display Picture:
Showcase your Slack profile picture.
The image's alt attribute should be your Slack username.
Attribute: data-testid="slackDisplayImage"
Current Day of the Week:
Indicate the current day of the week (e.g., Monday, Tuesday).
Attribute: data-testid="currentDayOfTheWeek"
Current UTC Time:
Display the current UTC time in milliseconds.
Attribute: data-testid="currentUTCTime"
Track:
Mention your track (e.g Frontend).
Attribute: data-testid="myTrack"