https://github.com/beatricewambuimbugua/frontend-task-one
Create and Deploy a Personal Website with HTML and CSS Featuring Real-Time Data Attributes
https://github.com/beatricewambuimbugua/frontend-task-one
css html js
Last synced: about 1 month ago
JSON representation
Create and Deploy a Personal Website with HTML and CSS Featuring Real-Time Data Attributes
- Host: GitHub
- URL: https://github.com/beatricewambuimbugua/frontend-task-one
- Owner: BeatriceWambuiMbugua
- Created: 2023-09-08T06:55:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T10:28:24.000Z (over 1 year ago)
- Last Synced: 2025-02-15T01:32:44.348Z (3 months ago)
- Topics: css, html, js
- Language: HTML
- Homepage: https://beatricepersonalcard.vercel.app/
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend-task-one
Create and Deploy a Personal Website with HTML and CSS Featuring Real-Time Data Attributes# 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"
#### GitHub URL:
* Provide a clickable link to your GitHub repository where the source code for this task resides.
* Attribute: data-testid=“githubURL”