You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>{t("About.description",{defaultValue: "SMSWithoutBorders(SWOB) is dedicated to researching, developing and promoting secure and accessible communication tools that function even without an internet connection."})}</p>
78
-
</Typography>
79
-
</Box>
80
-
81
-
<Box
82
-
sx={{
83
-
flex: 1,
84
-
p: {xs: 1,sm: 2},
85
-
textAlign: isFarsi ? "right" : "justify",
86
-
}}
87
-
>
88
-
<Typography
89
-
variant="body1"
90
-
component="p"
91
-
sx={{
92
-
fontFamily: "'Roboto', 'Ubuntu'",
93
-
display: "inline-block",
94
-
fontWeight: 300,
95
-
fontSize: {xs: "1rem",sm: "1rem",md: "1.2rem"},
96
-
color: Sub,
97
-
position: "relative",
98
-
mt: 1,
99
-
}}
100
-
>
101
-
<p>{t("About.description1",{defaultValue: "The development includes mobile apps for various platforms such as Android, iOS and Linux systems. Some of the work also includes white papers on topics such as cryptography, communications and internet freedom."})}</p>
102
-
<p>{t("About.description2",{defaultValue: "Our journey toward achieving our mission began in 2021 with the development of the first Android version of RelaySMS. We have come far since then, with support for more platforms and many more apps."})}</p>
103
-
</Typography>
104
-
</Box>
105
-
</Box>
106
-
107
-
<Boxsx={{p: 2}}>
108
-
<Typography
109
-
variant="body1"
110
-
component="p"
111
-
sx={{
112
-
display: "inline-block",
113
-
fontWeight: 300,
114
-
fontSize: {xs: "1rem",sm: "1rem",md: "1.2rem"},
115
-
color: Sub,
116
-
position: "relative",
117
-
mt: 1,
118
-
lineHeight: 1.6,
119
-
fontFamily: "'Ubuntu', 'Roboto'",
120
-
"& a": {
121
-
color: "inherit",
122
-
textDecoration: "underline",
123
-
textUnderlineOffset: "2px",
124
-
transition: "color 0.3s ease",
125
-
"&:hover": {
126
-
color: "#dda406ff",
127
-
},
128
-
},
129
-
}}
130
-
>
131
-
{parse(
132
-
t("About.description3",{
133
-
defaultValue:
134
-
"We publish our research as frequently as possible on our blog and make announcements via our social media outlets. SMSWithoutBorders is a project started by the team at <a href='https://Afkanerd.com' class='afkanerd'>Afkanerd</a>."
"SMSWithoutBorders (SWOB) is dedicated to researching, developing and promoting secure and accessible communication tools that function even without an internet connection.",
"The development includes mobile apps for various platforms such as Android, iOS and Linux systems. Some of the work also includes white papers on topics such as cryptography, communications and internet freedom.",
194
+
})}
195
+
</Typography>
196
+
<Typography
197
+
variant="body1"
198
+
sx={{
199
+
fontFamily: "'Ubuntu', 'Roboto'",
200
+
fontWeight: 300,
201
+
fontSize: {xs: "1.05rem",md: "1.15rem"},
202
+
color: "rgba(255,255,255,0.80)",
203
+
lineHeight: 1.85,
204
+
textAlign: isFarsi ? "right" : "left",
205
+
}}
206
+
>
207
+
{t("About.description2",{
208
+
defaultValue:
209
+
"Our journey toward achieving our mission began in 2021 with the development of the first Android version of RelaySMS. We have come far since then, with support for more platforms and many more apps.",
"We publish our research as frequently as possible on our blog and make announcements via our social media outlets. SMSWithoutBorders is a project started by the team at <a href='https://Afkanerd.com' class='afkanerd'>Afkanerd</a>.",
0 commit comments