-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathApps.html
123 lines (106 loc) · 4.01 KB
/
Apps.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
<!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>Bitrix24 apps</title>
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/Apps.css">
<script src="https://kit.fontawesome.com/f91f5d8c4b.js" crossorigin="anonymous"></script>
</head>
<body>
<nav id="navbar"></nav>
<div id="skyblue">
<h1>Bitrix24 apps</h1>
</div>
<div id="mid1first">
<div>
<img
src="https://www.bitrix24.in/upload/optimizer/converted/images/content_en/apps/app_catalog.png.webp?1657897535000"
alt="">
</div>
<div id="Bitrix24">
<h1>Bitrix24.Market</h1>
<p>Browse our marketplace to get cool add-ons and custom solutions for your Bitrix24. Developed by our partners
and approved by us, these apps include custom landing page templates, integrations with third-party tools, and
various solutions for telephony, banking, payments systems, and chatbots.</p>
<button>Learn More</button>
</div>
</div>
<div id="mid2">
<div id="mid2A">
<h2>Free mobile app</h2>
<p>Bitrix24 mobile app is an integral part of the Bitrix24 ecosystem. It comes in super handy when you're on the
go or have to work from home. Set tasks, make video calls, use chats, post comments, and do so much more with
our mobile app.</p>
<button>LEARN MORE</button>
<div id="picture">
<div>
<img src="https://www.bitrix24.in/upload/optimizer/converted/images/content_in/apps/qr.png.webp?1657904657000"
alt="">
</div>
<div id="picture1">
<img src="https://www.bitrix24.in/images/content_common/icons/appstore/app-store-badge-en.svg?1657626164021"
alt="">
</div>
<div id="picture2">
<img src="https://www.bitrix24.in/images/content_common/icons/appstore/google-play-badge-en.svg?1657626164021"
alt="">
</div>
</div>
</div>
<div id="mid2B">
<div>
<img
src="https://www.bitrix24.in/upload/optimizer/converted/images/content_en/apps/free_mobile_app.png.webp?1657897536000"
alt="">
</div>
</div>
</div>
<div id="mid3">
<div>
<img
src="https://www.bitrix24.in/upload/optimizer/converted/images/content_en/apps/bitrix24_desktop_app.png.webp?1657897537000"
alt="">
</div>
<div id="mid3A">
<div>
<h2>Bitrix24 Desktop App</h2>
<p>Our desktop app really shines when it comes to working with projects or having video conferences. Optimized
for a familiar and enjoyable experience on your iMac or Windows computer, the app allows you to quickly react
to comments in tasks, make video calls directly from a Bitrix24 chat, share files, and do other amazing
things.</p>
</div>
<div id="btn1">
<button>LEARN MORE</button>
<h3>Download desktop app:</h3>
</div>
<div id="btn2">
<button id="green">FOR WINDOWS</button>
<button id="Gray">FOR MAC</button>
<button id="Gray">DOWNLOAD.MSI</button>
<button id="Gray">FOR LINUX DEB</button>
<button id="Gray">FOR LINUX RPM</button>
</div>
</div>
</div>
<div id="LastDiv">
<div id="openApi">
<h2>Open API</h2>
<p>
Know how to make Bitrix24 better? We've got plenty of possibilities for you to do that! Bitrix24 has an open API
which allows our clients and partners enhance their cloud intranets through adjusting workflows and business
logic inside their cloud-based portals.</p>
<button>LEARN MORE</button>
</div>
<div id="lastImg">
<img
src="https://www.bitrix24.in/upload/optimizer/converted/images/content_en/apps/api.1366w.jpg.webp?1657897537000"
alt="error">
</div>
</div>
<footer class="footer"></footer>
</body>
</html>
<script src="./script/App.js" type="module"></script>