-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdrop_down.html
103 lines (103 loc) · 4.42 KB
/
drop_down.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
<!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>Document</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<link rel="stylesheet" href="./new.css" />
</head>
<body>
<div class="dd">
<div class="m">
<div class="m1">
<h4>OVERVIEW</h4>
<div id="m12">
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-rocket"style="color:blue"></i>Help Desk Tour</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-user-nurse" style="color:pink"></i>Get a Demo</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
</div>
</div>
<div class="m2">
<h4 class="a">FEATURES</h4>
<div id="ramu">
<div class="m21">
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-ticket"style="color:blue"></i>Ticketing System</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-ticket" style="color:orange"></i>Canned Action</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-circle-check" style="color:yellowgreen"></i>Task Management</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-shapes" style="color:gold"></i>Help Desk Report</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
</div>
<div class="m21">
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-ticket" style="color:green"></i>Ticketing System</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-ticket"style="color:red"></i>Canned Action</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
<div class="im">
<div class="im1">
<h5><i class="fa-solid fa-circle-check"style="color:grey"></i>Task Management</h5>
</div>
<p>Provide faster and better support for your customers.</p>
</div>
<button id="btn1">See More Features<i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="m3">
<h4 class="a">INTEGRATIONS</h4>
<div id="icons">
<div><img src="https://assets.www.happyfox.com/v2/images/site-nav/hf-int-icon.svg"> <p>HappyFox Chat</p></div>
<div><img src="//assets.www.happyfox.com/v2/images/site-nav/salesforce-int-icon.svg"><p>Salesforce</p></div>
<div><img src="//assets.www.happyfox.com/v2/images/site-nav/aircall-int-icon.svg"><p>Aircall</p></div>
<div><img src="//assets.www.happyfox.com/logo/ms-teams-logo.svg" class="mt"><p>Microsoft Teams</p></div>
<div><img src="//assets.www.happyfox.com/v2/images/site-nav/slack-int-icon.svg"><p>Slack</p></div>
<div><img src="//assets.www.happyfox.com/v2/images/site-nav/fb-int-icon.svg"><p>Facebook</p></div>
<div><img src="//assets.www.happyfox.com/v2/images/site-nav/shopify-int-icon.svg"><p>Shopify</p></div>
</div>
<button id="btn2">See More Integrations<i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
</body>
</html>
<script></script>