-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat.html
74 lines (72 loc) · 5.57 KB
/
chat.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatile" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>morse code</title>
<!-- font awesome link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<!-- css link -->
<link rel="stylesheet" href="./style_for_index.css">
</head>
<body>
<div class="wrapper">
<section class="chat-area">
<header class="heading-x">
<a href="#" class="back-icon"><i class="fas fa-arrow-left"></i></a>
<img class="v_fucked_up_img" src="image.jpeg" alt="">
<div class="details">
<span>User ID: XXXX</span>
<br>
<span>Sending ID: XXXX</span>
<br>
<button class="clear-btn translate-btn" id="translate-button">Translate</button>
</div>
</header>
<div class="chat-box" id="chat-box-fix">
<div class="outgoing">
<div class="details">
<p class="text_bubble">.-.. --- .-. . -- .. .--. ... ..- -- --..-- -.. --- .-.. --- .-. ... .. - .- -- . - -.-. --- -. ... . -.-. - . - ..- .-. .- -.. .. .--. .. ... .. -.-. .. -. --. . .-.. .. - .-.-.- .. -. .-. . .-. ..- -- .... .- .-. ..- -- . -..- ...- . .-.. .. - ..-. .- -.-. . .-. . -- .- .. --- .-. . ... .-.. .- -... --- .-. ..- -- --.- ..- --- --..-- . -..- . .-. -.-. .. - .- - .. --- -. . -- .. - .- --.- ..- . -.-. ..- .-.. .--. .- .. ... - . --.- ..- .. .-. .- - .. --- -. . --.- ..- .. -.. . -- . -..- .--. .-.. .. -.-. .- -... --- -- .- -..- .. -- . .. -- .--. . -.. .. - -- --- -.. .. .. .-.. .-.. ..- -- ... .- . .--. . -.-.--</p>
</div>
</div>
<div class="incoming">
<img class="v_fucked_up_img" src="image.jpeg" alt="">
<div class="details">
<p class="text_bubble">.-.. --- .-. . -- .. .--. ... ..- -- --..-- -.. --- .-.. --- .-. ... .. - .- -- . - -.-. --- -. ... . -.-. - . - ..- .-. .- -.. .. .--. .. ... .. -.-. .. -. --. . .-.. .. - .-.-.- .. -. .-. . .-. ..- -- .... .- .-. ..- -- . -..- ...- . .-.. .. - ..-. .- -.-. . .-. . -- .- .. --- .-. . ... .-.. .- -... --- .-. ..- -- --.- ..- --- --..-- . -..- . .-. -.-. .. - .- - .. --- -. . -- .. - .- --.- ..- . -.-. ..- .-.. .--. .- .. ... - . --.- ..- .. .-. .- - .. --- -. . --.- ..- .. -.. . -- . -..- .--. .-.. .. -.-. .- -... --- -- .- -..- .. -- . .. -- .--. . -.. .. - -- --- -.. .. .. .-.. .-.. ..- -- ... .- . .--. . -.-.--</p>
</div>
</div>
<div class="outgoing">
<div class="details">
<p class="text_bubble">.-.. --- .-. . -- .. .--. ... ..- -- --..-- -.. --- .-.. --- .-. ... .. - .- -- . - -.-. --- -. ... . -.-. - . - ..- .-. .- -.. .. .--. .. ... .. -.-. .. -. --. . .-.. .. - .-.-.- .. -. .-. . .-. ..- -- .... .- .-. ..- -- . -..- ...- . .-.. .. - ..-. .- -.-. . .-. . -- .- .. --- .-. . ... .-.. .- -... --- .-. ..- -- --.- ..- --- --..-- . -..- . .-. -.-. .. - .- - .. --- -. . -- .. - .- --.- ..- . -.-. ..- .-.. .--. .- .. ... - . --.- ..- .. .-. .- - .. --- -. . --.- ..- .. -.. . -- . -..- .--. .-.. .. -.-. .- -... --- -- .- -..- .. -- . .. -- .--. . -.. .. - -- --- -.. .. .. .-.. .-.. ..- -- ... .- . .--. . -.-.--</p>
</div>
</div>
<div class="incoming">
<img class="v_fucked_up_img" src="image.jpeg" alt="">
<div class="details">
<p class="text_bubble">.-.. --- .-. . -- .. .--. ... ..- -- --..-- -.. --- .-.. --- .-. ... .. - .- -- . - -.-. --- -. ... . -.-. - . - ..- .-. .- -.. .. .--. .. ... .. -.-. .. -. --. . .-.. .. - .-.-.- .. -. .-. . .-. ..- -- .... .- .-. ..- -- . -..- ...- . .-.. .. - ..-. .- -.-. . .-. . -- .- .. --- .-. . ... .-.. .- -... --- .-. ..- -- --.- ..- --- --..-- . -..- . .-. -.-. .. - .- - .. --- -. . -- .. - .- --.- ..- . -.-. ..- .-.. .--. .- .. ... - . --.- ..- .. .-. .- - .. --- -. . --.- ..- .. -.. . -- . -..- .--. .-.. .. -.-. .- -... --- -- .- -..- .. -- . .. -- .--. . -.. .. - -- --- -.. .. .. .-.. .-.. ..- -- ... .- . .--. . -.-.--</p>
</div>
</div>
<script src="./src/javascript/chat_scrollbar_fix.js"></script>
</div>
<form action="#" class="typing-area">
<input type="text" id="morse-input" placeholder="message...">
<button >
<i class="fab fa-telegram-plane"></i>
</button>
</form>
<div class="typing-area">
<button data-long-press-delay="750" class="rec-btn" id="morse-button">Rec</button>
<button class="clear-btn" id="clear-button">Clear</button></div>
</section>
</div>
<div class="wrapper wrapper-x">
<section class="chat-area chat-x">
<img class="other_image" src="./morse_code_index.png" alt="">
</section>
</div>
<script src="./src/modules/long-press-event.min.js"></script>
<script src="./src/javascript/morse_in.js"></script>
<script src="./src/javascript/morse-to-eng.js"></script>
</body>
</html>