-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (91 loc) · 2.88 KB
/
index.html
File metadata and controls
91 lines (91 loc) · 2.88 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<header>
<table><td>
<div class="user">
<img id="user" src="https://i.postimg.cc/YjKspPYd/icons8-user-40-1.png"/>
</div>
</td><td>
<label id="myhome">My Home</label><br>
<select id="members">
<option>MEMBERS</option>
<option value="1 Member">1 MEMBER</option>
<option value="2 Member">2 MEMBERS</option>
<option value="3 Member">3 MEMBERS</option>
<option value="4 Member">4 MEMBERS</option>
<option value="5 Member">5 MEMBERS</option>
</select>
</td><td>
<img id="home" src="https://i.postimg.cc/wB2xN4tJ/icons8-home-32.png"/>
</td><td>
<img id="open" src="https://i.postimg.cc/XNH8LVM1/icons8-open-view-in-new-tab-32.png"/>
</td><td>
<img id="cable" src="https://i.postimg.cc/xC0DSLPP/icons8-audio-cable-32.png"/>
</td><td>
<img id="target" src="https://i.postimg.cc/4dKdTbd9/icons8-target-32.png"/>
</td><td>
<img id="calender" src="https://i.postimg.cc/5tyLKRh5/icons8-calendar-32.png"/>
</td><td>
<img id="share" src="https://i.postimg.cc/Fs6TrhDk/icons8-share-32.png"/>
</td><td>
<img id="disc" src="https://i.postimg.cc/qRZmZKDq/icons8-round-32.png"/>
</td><td>
<img id="login" src="https://i.postimg.cc/V6TJSZTg/icons8-enter-32.png"/>
</td></table>
</header>
<body>
<div class="main_section">
<table><td>
<div class="section1">
<div class="section">
<div class="section1_line1">
<label id="text">Hello, Ana!</label>
<img id="threedots" src="https://i.postimg.cc/Px2FjYC1/icons8-dots-loading-32.png"/><br>
<label id="welcome">Welcome Home, Ana.</label>
</div>
<img id="cloud" src="https://i.postimg.cc/65NMyBZ8/icons8-clouds-50.png"/><br>
</div>
</div>
</td><td>
<div class="section2">
<div class="section"></div>
</div>
</td></table><table><td>
<div class="section3">
<div class="section3_line1">
<table><td>
<div class="section3_child1"></div>
</td><td>
<div class="section3_child2"></div>
</td><td>
<div class="section3_child2"></div>
</td><td>
<div class="section3_child2"></div>
</td></table>
</div>
<div class="section3_line2">
<table><td>
<div class="section3_child1"></div>
</td><td>
<div class="section3_child2"></div>
</td><td>
<div class="section3_child2"></div>
</td><td>
<div class="section3_child2"></div>
</td></table>
</div>
</div>
</td> <td>
<div class="section4">
<table><td>
<div class="section4_child"></div>
</td><td>
<div class="section4_child"></div>
</td></table>
</div>
</td></table>
</div>
</body>