-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (72 loc) · 5.31 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title id="info.title">Quick Reply Meet</title>
<meta id="info.description" name="description" content="Create shortcuts for messages usually used by you to be sent quickly on chat.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Quick Reply Meet"/>
<meta property="og:description" content="Create shortcuts for messages usually used by you to be sent quickly on chat."/>
<meta property="og:image" content="https://raw.githubusercontent.com/enzon19/quick-reply-meet/main/assets/logo512.png"/>
<meta property="og:url" content="qrm.enzon19.com"/>
<meta property="og:type" content="website"/>
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@800&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdn.muicss.com/mui-0.10.3/css/mui.min.css" rel="stylesheet" type="text/css">
<link href="styles/main.css" rel="stylesheet" type="text/css">
<link href="styles/captures.css" rel="stylesheet" type="text/css">
<link href="styles/detailsAndSummary.css" rel="stylesheet" type="text/css">
<link href="styles/mui.css" rel="stylesheet" type="text/css">
<script src="https://cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
</head>
<body>
<header class="appbar">
<img onclick="window.location.href='index.html'" class="clickable appbarImage" src="assets/logo128.png" alt="Logo - QRM">
<div onclick="window.location.href='index.html'" class="clickable title" id="header.title">Quick Reply Meet</div>
<button id="header.install" onclick="scrollInstall()" class="mui-btn mui-btn--primary" style="margin: auto 14px auto auto;">INSTALL</button>
</header>
<hr class="mui--z2">
<div align="center" class="presentation alignCenter">
<div>
<h1 id="section.1.title">Get the messages ready for meetings</h1>
<p id="section.1.description" style="margin: 6px 0px;">Do you always send the same message when you enter a meeting? Tired of typing this every day? With the Quick Reply Meet extension, message shortcuts predefined by you will be added to the chat so you can send with a single click.</p>
<button id="section.1.buttons.install" onclick="scrollInstall()" class="mui-btn mui-btn--primary">INSTALL</button>
<button id="section.1.buttons.donate" class="mui-btn mui-btn--flat primary" onclick="window.location.href = 'https:\/\/enzon19.com/#donate'">DONATE</button>
</div>
<iframe class="capturesHTML" src="captures.html" height="390" width="560" frameborder="0" scrolling=""></iframe>
<img class="static" src="assets/images/general/floatImages/full.png" alt="Editar e apagar mensagens, caixa para criação de nova mensagem e chat com botões">
</div>
<div style="background-color: #f1f3f4; padding: 18px 0px;">
<div class="showFeatures alignCenter">
<div class="feature">
<img id="section.2.feature1.image" class="featureImage" src="assets/images/en/f1.png" alt="Message manager">
<br><br>
<p id="section.2.feature1.description" style="margin-bottom: 0px;">Create your own messages to send later on a meet.</p>
</div>
<div class="feature">
<img id="section.2.feature2.image" class="featureImage" src="assets/images/en/f2.png" alt="Change the action of buttons">
<br><br>
<p id="section.2.feature2.description" style="margin-bottom: 0px">Go to a meet on Google Meet and use the buttons on the chat to send the messages.</p>
</div>
<div class="feature">
<img id="section.2.feature3.image" class="featureImage" src="assets/images/en/f3.png" alt="Buttons on the chat">
<br><br>
<p id="section.2.feature3.description" style="margin-bottom: 0px;">Change what happens when you click on the buttons using the right or left mouse button.</p>
</div>
</div>
</div>
<div align="center" class="alignCenter faqBox"></div>
<div style="background-color: #f1f3f4; padding: 18px 0px; text-align: center; margin-top: 18px;" class="installBox"></div>
<footer id="credits" style="text-align: center; margin: 8px auto;" class="alignCenter">Developed by <a target="blank" href="https://enzon19.com">Enzo (enzon19)</a>. See this project on <a target="blank" href="https://github.com/enzon19/quick-reply-meet">GitHub</a>. Make an donation <a target="blank" href="https://enzon19.com/#donate">here</a>.</footer>
<script src="js/translation.js"></script>
<script src="js/index.js"></script>
</body>
</html>