-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
291 lines (258 loc) · 12.6 KB
/
index.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" sizes="32x32 64x64" href="images/favicon1.ico" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Google Fonts (Share Tech) -->
<link href="https://fonts.googleapis.com/css2?family=Share+Tech&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>AFKANERD</title>
</head>
<body>
<!--============================ Navbar ================================== -->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<a class="navbar-brand">
<img src="/images/logo.png" alt="Afkanerd" style="width: 35px;">
<span class="ms-2 fw-bold" data-i18n="navbar.brand">Afkanerd</span>
</a>
<button class="navbar-toggler custom-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto align-items-center">
<li class="nav-item">
<a class="nav-link" href="#hero" data-i18n="navbar.home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about" data-i18n="navbar.about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#project" data-i18n="navbar.projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog" data-i18n="navbar.blog">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact" data-i18n="navbar.contact">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Afkanerd/Afkanerd.com"><i class="fab fa-github"></i></a>
</li>
<li class="nav-item dropdown">
<i class="fas fa-globe" aria-hidden="true"></i>
<ul class="dropdown-content">
<li>
<button class="translate" data-lang="en" data-i18n="navbar.language.en">
English 🇬🇧
</button>
</li>
<li>
<button class="translate" data-lang="fr" data-i18n="navbar.language.fr">
Français 🇫🇷
</button>
</li>
<li>
<button class="translate" data-lang="fa" data-i18n="navbar.language.fa">
فارسی 🇮🇷
</button>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<hr>
<!--============================= Landing Page ===================================== -->
<section id="hero" class="landing-page py-5">
<div class="container text-center">
<h1 class="hero-title text-center" data-i18n="hero.title">AFKANERD<br/> <h2>We Code For The People<h2></h1><br>
<h4 data-i18n="hero.subtitle1" class="hero-subtitle" style="color: gray">We build open source in the open. <br><br>We build technology for digital rights, security, and privacy. Our tools are openly available for advocacy, healthcare, and educational purposes.</h4>
<h4 data-i18n="hero.subtitle2" class="hero-subtitle text-center" style="color: gray">We also consult with open source projects and individuals. We will happily consult on your project if it serves the open source community - feel free to reach out.</h4>
</div>
</section>
<!-- -========================== About Section ================================= -->
<section id="about" class="about-section py-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 data-i18n="about.title">afkanerd@afkanerd: ~$ ./Afkanerd</h3>
<img src="./images/lovelace.jpg" alt="About Image" class="img-fluid mb-4 mt-3">
<blockquote data-i18n="about.quote"><i>Source/Los Alamos: ENIAC, the world's first digital computer, unveiled 70 years ago Sunday at the University of Pennsylvania, had six primary programmers: Kay McNulty, Betty Jennings, Betty Snyder, Marlyn Wescoff, Fran Bilas and Ruth Lichterman. They were initially called "operators." - phillyvoice.com</i></blockquote>
<h5 data-i18n="about.description">We are inspired by many great individuals who take action. We know we can only inspire change and drive development by leading the way. We build in the open and encourage you to join us on our mission to make the world more open and more accessible to all.</h5>
</div>
</div>
</div>
</section>
<!-- =================================== Project Section ============================= -->
<section id="project" class="project-section py-5">
<div class="container">
<h3 data-i18n="project.title" class="text-start mb-4">afkanerd@afkanerd:~$ ./Projects</h3>
<div class="row">
<!-- Project 1 -->
<div class="col-md-6 mb-4">
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<h5 class="card-title mb-0" data-i18n="project1.title">SMSWithoutBorders</h5>
</div>
<p class="card-text flex-grow-1" data-i18n="project1.description">SMSWithoutBorders 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.</p>
<div class="row mt-auto">
<!-- Social Media Links -->
<div class="col-md-6 d-flex align-items-center">
<a data-i18n="project1.readMore" href="https://smswithoutborders.com" class="d-flex align-items-center" style="color: #edf2f6; text-decoration: none;">
Read more <span class="ms-1">→</span>
</a>
</div>
<!-- Read More Link -->
<div class="col-md-6 d-flex justify-content-end">
<a href="https://github.com/smswithoutborders" class="me-2"><i class="fab fa-github"></i></a>
<a href="https://x.com/RelaySMS" class="me-2"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="col-md-6 mb-4">
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<h5 class="card-title mb-0" data-i18n="project2.title">DekuSMS</h5>
</div>
<p class="card-text flex-grow-1" data-i18n="project2.description">DekuSMS is an Android SMS messaging app. It enables 2 users of the app to communicate using end-to-end encryption over SMS messages. The app also contains message forwarding abilities supporting protocols such as SMTP, FTP, and AMQP. The app is built to integrate with RabbitMQ allowing users with messaging queues to set up and make remote communication requests to their apps.</p>
<div class="row mt-auto">
<!-- Social Media Links -->
<div class="col-md-6 d-flex align-items-center">
<a data-i18n="project2.readMore" href="https://github.com/deku-messaging/Deku-SMS-Android/blob/master/README.md" class="d-flex align-items-center" style="color: #edf2f6; text-decoration: none;">
Read more <span class="ms-1">→</span>
</a>
</div>
<!-- Read More Link -->
<div class="col-md-6 d-flex justify-content-end">
<a href="https://github.com/deku-messaging/Deku-SMS-Android" class="me-2"><i class="fab fa-github"></i></a>
<a href="https://t.me/deku_sms" class="me-2"><i class="fab fa-telegram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============================= Blog Section =============================-->
<section id="blog" class="blog-section py-5">
<div class="container">
<h3 class="text-start" data-i18n="blog.title">afkanerd@afkanerd: ~$ ./Blog/latest</h3>
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-body">
<!-- Blog Title and Content -->
<h5 class="card-title" data-i18n="blog1.title">New Alpha Release: Vault 0.1.0</h5>
<br>
<p class="card-text" data-i18n="blog1.description">SMSWithoutBorders Vault 0.1.0 is Now Available in Alpha Release! The Vault is a technology developed by the SMSWithoutBorders team to
secure users' access tokens and facilitate the secure usage of these tokens for publishing users' messages.
</p>
<!-- Author Image and Name Section -->
<div class="d-flex align-items-center mb-3">
<img src="/images/author.jpg" alt="" style="width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;">
<h6 class="mb-0">Promise Fru</h6>
</div>
<!-- Read More Link and Read Time -->
<div class="d-flex justify-content-between align-items-center">
<span class="read-time" style="font-size: 10px;">2 min read</span>
<a data-i18n="blog1.readMore" href="https://blog.smswithoutborders.com/releases/vault-0-1-0" class="d-flex align-items-center"
style="color: #edf2f6; text-decoration: none;">
Read more <span class="ms-1">→</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body">
<!-- Blog Title and Content -->
<h5 class="card-title" data-i18n="blog2.title">Rebranding</h5>
<br>
<p class="card-text" data-i18n="blog2.description">SMSWithoutBorders itself is becoming the umbrella project encompassing RelaySMS and other messaging tools.
The core functionality remains the same, but users can expect a new name, enhanced security features, and a focus on future growth under the
SMSWithoutBorders project.</p>
<!-- Author Image and Name Section -->
<div class="d-flex align-items-center mb-3">
<img src="/images/author.jpg" alt="" style="width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;">
<h6 class="mb-0">Aysha Musa</h6>
</div>
<!-- Read More Link and Read Time -->
<div class="d-flex justify-content-between align-items-center">
<span class="read-time" style="font-size: 10px;">2 min read</span>
<a data-i18n="blog2.readMore" href="https://blog.smswithoutborders.com/posts/rebranding"
class="d-flex align-items-center"
style="color: #edf2f6; text-decoration: none;">
Read more <span class="ms-1">→</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== Footer ============================== -->
<footer id="contact" class="text-center">
<div class="container d-flex flex-column align-items-center">
<div class="d-flex flex-row w-100 justify-content-between align-items-center">
<!-- "Follow Us -->
<div class="d-flex align-items-center">
<h6 data-i18n="footer.title1" class="align-self-start me-3">Follow Us</h6>
<a href="https://x.com/afkanerd?t=wShmLs6wPw9R2GzqWwT5Ww&s=09" class="me-3" ><i class="fab fa-twitter"></i></a>
<!-- <a href="#" class="me-4"><i class="fab fa-linkedin"></i></a> -->
<a href="https://github.com/Afkanerd/Afkanerd.com" class="me-3"><i class="fab fa-github"></i></a>
</div>
<li class="nav-item dropdown">
<a class="nav-link" href="#"><i class="fas fa-globe" aria-hidden="true"></i></a>
<ul class="dropdown-content">
<li>
<button class="translate" data-lang="en" data-i18n="navbar.language.en">
🇬🇧 English
</button>
</li>
<li>
<button class="translate" data-lang="fr" data-i18n="navbar.language.fr">
🇫🇷 Français
</button>
</li>
<li>
<button class="translate" data-lang="fa" data-i18n="navbar.language.fa">
🇮🇷 فارسی
</button>
</li>
</ul>
</li>
</div>
<hr class="w-100">
<!-- Company Name and Links Section -->
<div class="d-flex w-100 justify-content-between align-items-center">
<h6 data-i18n="footer.title" class="mb-3">AFKANERD INFOTECH</h6>
<div class="d-flex">
<a data-i18n="footer.blog" href="#blog" class="me-3" style="text-decoration: none;">Blog</a>
<a data-i18n="footer.Project" href="#project" class="me-3" style="text-decoration: none;">Project</a>
<a data-i18n="footer.Policy" href="#" class="me-3" style="text-decoration: none;">Privacy Policy</a>
<a class="me-3" style="text-decoration: none;">© Afkanerd.</a>
</div>
</div>
</div>
</footer>
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<!-- Bootstrap JS and Dependencies -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="script.js"></script>
</body>
</html>