-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (151 loc) · 6.11 KB
/
index.html
File metadata and controls
169 lines (151 loc) · 6.11 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fantasy Chat</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="boxicons.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css" rel="stylesheet">
</head>
<body>
</div>
<div class="title">
<h1> Fantasy Chat</h1>
</div>
<div class="leader">
<div class="sidebar">
<div class="w3-sidebar w3-bar-block w3-black w3-xxlarge" style="width:70px">
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-search"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-globe"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-trash"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-refresh"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-close"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-home"></i></a>
<a href="#" class="w3-bar-item w3-button"><i class="bi bi-gear"></i></a>
</div>
</div>
<div class="contact">
<div class="profile">
<img src="image/img (1).jpg" alt="">
<div class="profile-box">
<h6>Lucifer</h6>
<p>Believe you can and you're halfway there.</p>
</div>
<h6>06:10 pm</h6>
</div>
<div class="profile">
<img src="image/img (2).jpg" alt="">
<div class="profile-box">
<h6>Orion</h6>
<p>You are capable of amazing things.</p>
</div>
<h6>06:10 pm</h6>
</div>
<div class="profile">
<img src="image/img (3).jpg" alt="">
<div class="profile-box">
<h6>Luna</h6>
<p>Every day is a new beginning. Take a deep breath and start again</p>
</div>
<h6>06:10 pm</h6>
</div>
<div class="profile">
<img src="image/img (4).jpg" alt="">
<div class="profile-box">
<h6>Nova</h6>
<p>You are stronger than you think</p>
</div>
<h6>06:10 pm</h6>
</div>
<div class="profile">
<img src="image/img (5).jpg" alt="">
<div class="profile-box">
<h6>Phoenix</h6>
<p>Don't be afraid to sparkle a little brighter</p>
</div>
<h6>06:10 pm</h6>
</div>
<div class="profile">
<img src="image/img (6).jpg" alt="">
<div class="profile-box">
<h6>Aria</h6>
<p>The best is yet to come</p>
</div>
<h6>06:10 pm</h6>
</div>
<div class="profile">
<img src="image/img (7).jpg" alt="">
<div class="profile-box">
<h6>Ethan</h6>
<p>The only way to do great work is to love what you do.</p>
</div>
<h6>06:10 pm</h6>
</div>
<div class="profile">
<img src="image/img (8).jpg" alt="">
<div class="profile-box">
<h6>Alexander</h6>
<p>The best way to predict the future is to create it.</p>
</div>
<h6>06:10 pm</h6>
</div>
</div>
<div class="chat-box" data-name="Lucifer">
<div class="messages">
<!-- Messages from Lucifer -->
<div class="received-message">
<div class="message-content">
<p>Hey there! How are you?</p>
<span class="message-time">10:00 AM</span>
</div>
</div>
<div class="sent-message">
<div class="message-content">
<p>I'm doing great, thanks! How about you?</p>
<span class="message-time">10:10 AM</span>
</div>
</div>
<div class="received-message">
<div class="message-content">
<p>I'm good too, just busy with work.</p>
<span class="message-time">10:00 AM</span>
</div>
</div>
<div class="received-message">
<div class="message-content">
<p>I'm doing great, thanks! How about you?</p>
<span class="message-time">10:05 AM</span>
</div>
</div>
<!-- Your messages -->
<div class="sent-message">
<div class="message-content">
<p>I'm good too, just busy with work.</p>
<span class="message-time">10:10 AM</span>
</div>
</div>
<div class="sent-message">
<div class="message-content">
<p>But it's Friday, so looking forward to the weekend!</p>
<span class="message-time">10:15 AM</span>
</div>
</div>
</div>
<div class="send">
<input type="text" class="message-input" placeholder="Type your message...">
<button class="send-button">Send</button>
<!-- Add camera button -->
</div>
</div>
</div>
<script src="script.js"></script>
<script src="https://unpkg.com/boxicons@2.1.3/dist/boxicons.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>