-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweasel.html
More file actions
134 lines (124 loc) · 4.67 KB
/
Copy pathweasel.html
File metadata and controls
134 lines (124 loc) · 4.67 KB
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
---
layout: index
title: Weasel
tagline: Your texts, safe from prying eyes
tags : [SMS, weasel]
tmg :
img-mobile :
author : Connor McDermid
css:
js:
canonical: https://hacksugar.org
---
{% include JB/setup %}
<link rel="stylesheet" href="{{ BASE_PATH }}/assets/css/custom.css">
<!--BEGIN CONTENT AREA-->
<div id="content" class="bg-dark">
<!--HEADER START-->
<div style="text-align: center;">
<div id="header" class="hero-content-v2">
<h3><strong>Weasel</strong>The encrypted SMS app made for users</h3>
</div>
</div>
<!--HEADER END-->
<!--SERVICES START-->
<div id="features" class="container">
<div class="sub-title">
<span>Features</span>
</div>
<div class="row">
<!-- Start Service Icon 1 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-lock"></i>
</div>
<div class="service-content">
<h4><a href="#">Secure</a></h4>
<p>
Military-grade AES-256 encryption makes sure that your SMS chats cannot be read by your provider or the SMS tower maintainers.
</p>
</div>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 2 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-code"></i>
</div>
<div class="service-content">
<h4><a href="#">Open-source</a></h4>
<p>
You can verify, contribute to, and clone our source code at any time, for any reason
</p>
</div>
</div>
</div>
<!-- End Service Icon 2 -->
<!-- Start Service Icon 3 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-eye-slash"></i>
</div>
<div class="service-content">
<h4><a href="#">Stable</a></h4>
<p>
A derivative work of the excellent QKSMS, Weasel has a strong, stable foundation.
</p>
</div>
</div>
</div>
<!-- End Service Icon 3 -->
<!-- Start Service Icon 4 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-check"></i>
</div>
<div class="service-content">
<h4><a href="#">Accessible</a></h4>
<p>
Weasel uses existing SMS infrastructure, so you can use it anywhere you would normally text.
</p>
</div>
</div>
</div>
<!-- End Service Icon 4 -->
<!-- Start Service Icon 5 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-shield"></i>
</div>
<div class="service-content">
<h4><a href="#">Stable</a></h4>
<p>
Built on the trusted and stable OpenVPN backend to ensure that our service never fails.
</p>
</div>
</div>
</div>
<!-- End Service Icon 5 -->
<!-- Start Service Icon 6 -->
<div class="col-md-4 col-sm-6">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-list"></i>
</div>
<div class="service-content">
<h4><a href="#">Accountable</a></h4>
<p>
We wouldn't give you our products if we didn't trust them. hackSugar ensures that Weasel is cryptographically secure.
</p>
</div>
</div>
</div>
<!-- End Service Icon 6 -->
</div>
</div>
</div>
</div>
<!--END CONTENT AREA-->