-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (44 loc) · 1.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FIRST-PROJECT</title>
<link rel="stylesheet" href="style.css">
<script src="hng.js"></script>
</head>
<body>
<!-- Page Header -->
<div class="content-container">
<nav class="header"> <h1> HNG INTERNSHIP FIRST-PROJECT</h1></nav>
<br>
<!-- Slack Data Section -->
<div class="slack-data">
<!-- Slack Display Picture -->
<img src="mypic-hng1stproject.jpg" alt="Okumagbe Enoch Oisagbai" data-testid="slackDisplayImage"></img>
<br>
<!-- Slack Name -->
<p data-testid="slackUserName"> Slack Name: Okumagbe Enoch Oisagbai</p>
<br>
<!-- Current Day of the Week -->
<p data-testid="currentDayOfTheWeek">Current Day of the Week :
<span id="current-DayOfTheWeek"></span>
</p>
<br>
<!-- Current UTC Time -->
<p data-testid="currentUTCTime">Current UTC Time :
<span id="currentUTCTime"></span>
</p>
<br>
<!-- Track -->
<p data-testid="myTrack">Track: Frontend</p>
<br>
<!-- GitHub URL -->
<p data-testid="githubURL">GitHub URL : https://github.com/OkumagbeHenoch/hng-first-project.git</p>
<br>
<!-- GitHub Repository Link -->
<button><a href="https://github.com/OkumagbeHenoch/hng-first-project.git">My Github Repository</a></button>
</div>
</div>
</body>
</html>