-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstartup.html
103 lines (95 loc) · 3.27 KB
/
startup.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
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
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="startup.css">
</head>
<body>
<body>
<div class="homepage">
<div class="sign">
<div class="up">
<h1>signup</h1>
<p>Email:</p>
<input type="text">
<p>username:</p>
<input type="text">
<p>choose password:</p>
<input type="text">
<p>confirm password:</p>
<input type="text">
<br>
<button>sign up</button>
</div>
<div class="in">
<hp1>Sugn in</hp1>
<p>email:</p>
<input type="text">
<p>password:</p>
<input type="text">
<br>
<button type="text">sign in</button>
</div>
</div>
</div>
<div class="dashboard">
<h1>Dashboard</h1>
<p>Based on your profiles and interests we have found different other profiles and interests that you might be interested in</p>
<h2>Communities</h2>
<p>Find people in different group community, that you migth share same interest and interact wit then</p>
<p>Art Hub</p>
<button>Join Community</button>
<p>Afrobeat Music</p>
<button>Join Community</button>
<p>Technology</p>
<button>Join community</button>
</div>
<div class="search">
<hp1>Search</hp1>
<input type="text" placeholder="Search">
<p>New communities</p>
<p>Discover new communities and get know and connect with people of similar interest, hobbies and aspirations</p>
<p>Art Hub</p>
<button>Join Community</button>
<p>Afrobeat Music</p>
<button>Join Community</button>
<p>Technology</p>
<button>Join community</button>
</div>
<div class="voice">
<hp1>Voice Chats</hp1>
<p>listen and be part of some interesting discussion taking place in many different communities and groups</p>
<p>Space for you</p>
<p>People who you are in the same community</p>
</div>
<div class="chatlist">
<h1>Afronnek</h1>
<img src="" alt="">
<input type="text" placeholder="Search">
<li>T’challa</li>
<li>Loki SA</li>
<li>Training Camp</li>
<li>Scarlett Art</li>
<li>Hamidi </li>
</div>
<div class="chatroom">
<h1>Chatroom</h1>
<img src="" alt="">
<p>T'challa</p>
<img src="" alt="">
<img src="" alt="">
</div>
<div class="profile">
<h1>Profile</h1>
</div>
<div class="profile2">
<h1>profile2</h1>
</div>
<div class="about">
</div>
</body>
</body>
</html>