-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchats.html
155 lines (146 loc) · 6.1 KB
/
chats.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/styles.css" />
<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>Chats - Kokoa Clone</title>
</head>
<body>
<div class="status-bar">
<div class="status-bar__column">
<span>No Service</span>
<i class="fas fa-wifi"></i>
</div>
<div class="status-bar__column">
<span>22:55</span>
</div>
<div class="status-bar__column">
<span>120%</span>
<i class="fas fa-battery-quarter fa-lg"></i>
<i class="fas fa-bolt"></i>
</div>
</div>
<header class="screen-header">
<h1 class="screen-header__title">Chats</h1>
<div class="screen-header__icons">
<span><i class="fas fa-search fa-lg"></i></span>
<span><i class="far fa-comment-dots fa-lg"></i></span>
<span><i class="fas fa-music fa-lg""></i></span>
<span><div class="cog-update"></div><i class="fas fa-cog fa-lg""></i></span>
</div>
</header>
<main class="main-screen">
<a href="chat.html">
<div class="user-component chats-user">
<div class="user-component__column">
<img src="https://images.unsplash.com/photo-1517221307009-b7d9ee4d630e?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fGFmcmljYXxlbnwwfDJ8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" class="user-component__avatar user-component__avatar">
<div class="user-component__text">
<h4 class="user-component__title">Lion</h4>
<h6 class="user-component__subtitle">Do you think I'm handsome?</h6>
</div>
</div>
<div class="user-component__column">
<span class="user-component__time">22:51</span>
<div class="badge">3</div>
</div>
</div>
</a>
<a href="chat-g.html">
<div class="user-component chats-user">
<div class="user-component__column">
<img src="https://images.unsplash.com/photo-1561746983-6280bf03f412?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fGFmcmljYXxlbnwwfDJ8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" class="user-component__avatar user-component__avatar">
<div class="user-component__text">
<h4 class="user-component__title">Giraffe</h4>
<h6 class="user-component__subtitle">yeah</h6>
</div>
</div>
<div class="user-component__column">
<span class="user-component__time">18:06</span>
<!-- <div class="badge">1</div> -->
</div>
</div>
</a>
<a href="chat-h.html">
<div class="user-component chats-user">
<div class="user-component__column">
<img src="https://images.unsplash.com/photo-1605132410357-6d9002f13343?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8aGlwcG98ZW58MHwyfDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" class="user-component__avatar user-component__avatar">
<div class="user-component__text">
<h4 class="user-component__title">Hippo</h4>
<h6 class="user-component__subtitle">water is my life</h6>
</div>
</div>
<div class="user-component__column">
<span class="user-component__time">15:35</span>
<!-- <div class="badge">1</div> -->
</div>
</div>
</a>
<a href="chat-e.html">
<div class="user-component chats-user">
<div class="user-component__column">
<img src="https://images.unsplash.com/photo-1583756907806-d22d37c48bf5?ixid=MnwxMjA3fDB8MHxzZWFyY2h8OHx8ZWxlcGhhbnRzfGVufDB8MnwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" class="user-component__avatar user-component__avatar">
<div class="user-component__text">
<h4 class="user-component__title">Elephant</h4>
<h6 class="user-component__subtitle">Let's take a picture together next time</h6>
</div>
</div>
<div class="user-component__column">
<span class="user-component__time">14:44</span>
<!-- <div class="badge">1</div> -->
</div>
</div>
</a>
<a href="chat-c.html">
<div class="user-component chats-user">
<div class="user-component__column">
<img src="https://images.unsplash.com/photo-1576222901803-c062b57925b4?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MzV8fGFmcmljYSUyMGFuaW1hbHxlbnwwfDJ8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" class="user-component__avatar user-component__avatar">
<div class="user-component__text">
<h4 class="user-component__title">Cheetah</h4>
<h6 class="user-component__subtitle">Awwww He is SUPER cute</h6>
</div>
</div>
<div class="user-component__column">
<span class="user-component__time">10:18</span>
<div class="badge">5</div>
</div>
</div>
</a>
</main>
<nav class="nav">
<ul class="nav__list">
<li class="nav__btn">
<a class="nav__link" href="friends.html"
><i class="far fa-user fa-2x"></i></i
></a>
</li>
<li class="nav__btn">
<a class="nav__link" href="chats.html">
<span class="nav__notification badge">8</span>
<i class="fas fa-comment fa-2x"></i>
</a>
</li>
<li class="nav__btn">
<a class="nav__link" href="find.html"><i class="fas fa-search fa-2x"></i></a>
</li>
<li class="nav__btn">
<a class="nav__link" href="more.html"
>
<div class="nav__ellip"></div>
<i class="fas fa-ellipsis-h fa-2x"></i
></a>
</li>
</ul>
</nav>
<div id="no-mobile">
<i class="fas fa-dove"></i>
<span>Your screen is too big </span>
<i class="fas fa-dove fa-flip-horizontal"></i>
</div>
<script
src="https://kit.fontawesome.com/1500b55ee1.js"
crossorigin="anonymous"
></script>
</body>
</html>