-
Notifications
You must be signed in to change notification settings - Fork 3
/
support.html
146 lines (121 loc) · 6.03 KB
/
support.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!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" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="shortcut icon" sizes="32x32 64x64" href="assets/images/favicon.ico" />
<title>SWOB Telemetry</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/solid.min.css"
integrity="sha512-uj2QCZdpo8PSbRGL/g5mXek6HM/APd7k/B5Hx/rkVFPNOxAQMXD+t+bG4Zv8OAdUpydZTU3UHmyjjiHv2Ww0PA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" type="text/css" href="https://cdn.anychart.com/releases/8.9.0/css/anychart-ui.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdn.anychart.com/releases/8.9.0/fonts/css/anychart-font.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<style>
p {
color: #c6c6c7;
}
a {
text-decoration: none;
color: #c6c6c7;
}
</style>
<div class="sidebar close">
<div class="logo-details">
<img src="assets/images/logoicon.png" alt="" width="55px" class="ps-3">
<span class="logo_name">SWOB</span>
</div>
<ul class="nav-links">
<li>
<a href="index.html">
<i class='bx bx-grid-alt'></i>
<span class="link_name">Dashboard</span>
</a>
<ul class="sub-menu blank">
<li><a class="link_name" href="index.html">Dashboard</a></li>
</ul>
</li>
<li>
<a href="help.html">
<i class='bx bx-help-circle'></i>
<span class="link_name">Help</span>
</a>
<ul class="sub-menu blank">
<li><a class="link_name" href="help.html">Help</a></li>
</ul>
</li>
<!-- <li>
<a href="#">
<i class='bx bx-map'></i>
<span class="link_name">Map</span>
</a>
<ul class="sub-menu blank">
<li><a class="link_name" href="#">Map</a></li>
</ul>
</li> -->
<li>
<a href="#">
<i class='bx bx-support'></i>
<span class="link_name">Support</span>
</a>
<ul class="sub-menu blank">
<li><a class="link_name" href="#">Support</a></li>
</ul>
</li>
</ul>
</div>
<section class="home-section ">
<div class="home-content">
<i class='bx bx-menu text-light'></i>
<div class="main mt-5" id="">
<div class="text-light">
<p> <i class="fa-sharp fa-solid fa-envelope fa-2x px-3"> </i> <a
href="mailto:developers@smswithoutborders.com"
target="_blank">developers@smswithoutborders.com</a>
</p>
<p> <i class="fa-brands fa-github fa-2x px-3"></i> </i> <a
href="https://github.com/smswithoutborders"
target="_blank">https://github.com/smswithoutborders</a></p>
<p> <i class="fa-brands fa-twitter fa-2x px-3"></i> </i> <a
href="https://twitter.com/SwobOutreach"
target="_blank">https://twitter.com/SwobOutreach</a></p>
<p> <i class="fa-brands fa-facebook fa-2x px-3"></i> </i> <a
href="https://www.facebook.com/profile.php?id=100087988937026&mibextid=LQQJ4d"
target="_blank">https://facebook.com/SMSWithoutBorders</a></p>
</div>
</div>
</div>
</section>
<!-- Any chart map -->
<script src="https://cdn.anychart.com/releases/8.9.0/js/anychart-base.min.js"></script>
<script src="https://cdn.anychart.com/releases/8.9.0/js/anychart-map.min.js"></script>
<script src="https://cdn.anychart.com/geodata/latest/custom/world/world.js"></script>
<script src="https://cdn.anychart.com/releases/8.9.0/js/anychart-data-adapter.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script>
<script src="https://cdn.anychart.com/releases/8.9.0/js/anychart-exports.min.js"></script>
<script src="https://cdn.anychart.com/releases/8.9.0/js/anychart-ui.min.js"></script>
<script src="https://cdn.anychart.com/themes/2.0.0/dark_blue.min.js"></script>
<!--Load the AJAX API-->
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<!-- My JS -->
<script src="assets/js/controller.js"></script>
<script src="assets/js/main.js"></script>
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous">
</script>
</body>
</html>