Skip to content

Commit e841f7b

Browse files
authored
Update History and Lokole costs (#21)
1 parent 014918a commit e841f7b

File tree

3 files changed

+36
-41
lines changed

3 files changed

+36
-41
lines changed

src/index.html

Lines changed: 26 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ <h1 class="extra-large no-style">LOKOLE: EMAIL FOR ALL</h1>
115115
master) also joined our efforts and with their help in January 2017 our second generation prototype
116116
was born. We call it LOKOLE.</p>
117117

118+
<p><a class="inline" href="https://www.howwemadeitinafrica.com/congolese-inventor-solution-get-rural-africa-emailing/59256/" target="_blank" rel="noopener">
119+
Lokole was one of the 10 finalists for the 2017 prestigious Innovation Prize for Africa, an
120+
initiative by the Swiss-based African Innovation Foundation which promotes ingenuity on the continent.</a></p>
121+
122+
<p><a class="inline" href="https://dailyhive.com/vancouver/microsoft-global-hackathon-internet-to-congo-2017" target="_blank" rel="noopener">
123+
In August 2017 the Lokole project won the Hack for Africa global category within all of Microsoft
124+
and placed third in Hack for Good, an Executive Challenge set by Microsoft President, Brad Smith. More
125+
than 200 Microsoft Vancouver employees participated in that year’s Global Hackathon event.</a></p>
118126
</div>
119127
</div>
120128
</div>
@@ -136,8 +144,8 @@ <h1 class="extra-large no-style">LOKOLE: EMAIL FOR ALL</h1>
136144

137145
<div class="row-wrap-layout">
138146
<div class="table-responsive">
139-
<table class="table table-condensed table-bordered" id="lokole-cost">
140-
<caption>Approx Lokole price</caption>
147+
<table class="table table-condensed table-bordered" id="upgrade-cost">
148+
<caption>Approx Lokole price (Case not included)</caption>
141149
<thead class="text-center">
142150
<tr class="active">
143151
<th>Item</th>
@@ -146,64 +154,42 @@ <h1 class="extra-large no-style">LOKOLE: EMAIL FOR ALL</h1>
146154
</thead>
147155
<tbody class="text-left">
148156
<tr class="info">
149-
<td class="shrink">OrangePi</td>
150-
<td class="shrink">$16</td>
157+
<td class="shrink">Raspberry Pi 4 Model B (4GB) + AC 5V 3A charger</td>
158+
<td class="shrink">$100</td>
151159
</tr>
152160
<tr class="info">
153-
<td class="shrink">E3131 modem</td>
154-
<td class="shrink">$24</td>
161+
<td class="shrink">32GB Samsung EVO+ MicroSD Card (Class 10)</td>
162+
<td class="shrink">$20</td>
155163
</tr>
156164
<tr class="info">
157-
<td class="shrink">SD card 16GB</td>
158-
<td class="shrink">$12</td>
165+
<td class="shrink">RAVPower Portable Charger 16750mAh External Battery Power Bank</td>
166+
<td class="shrink">$42</td>
159167
</tr>
160168
<tr class="info">
161-
<td class="shrink">Local SIM card</td>
162-
<td class="shrink">$1</td>
163-
</tr>
164-
<tr class="active">
165-
<td class="shrink"><strong>Unit initial cost</strong></td>
166-
<td class="shrink"><strong>$53</strong></td>
169+
<td class="shrink">Huawei USB Modem MS2131 is a quad-band HSPA+ modem</td>
170+
<td class="shrink">$65</td>
167171
</tr>
168-
</tbody>
169-
170-
</table>
171-
</div>
172-
<img src="static/lokole.jpg" class="img-thumbnail img-responsive" id="lokole-img" alt="Image of a Lokole device" />
173-
<div class="table-responsive">
174-
<table class="table table-condensed table-bordered" id="upgrade-cost">
175-
<caption>Approx upgrades price</caption>
176-
<thead class="text-center">
177-
<tr class="active">
178-
<th>Item</th>
179-
<th>USD</th>
180-
</tr>
181-
</thead>
182-
<tbody class="text-left">
183172
<tr class="info">
184-
<td class="shrink">Battery</td>
185-
<td class="shrink">$24</td>
173+
<td class="shrink">Cable Matters Right Angle USB Cable, 6 Inches - 90 Degree USB to Micro USB Cable</td>
174+
<td class="shrink">$8</td>
186175
</tr>
187176
<tr class="info">
188-
<td class="shrink">Extend storage to 64 GB</td>
189-
<td class="shrink">$20</td>
190-
</tr>
191-
<tr class="info">
192-
<td class="shrink">RasberryPi to improve performace</td>
193-
<td class="shrink">$35</td>
177+
<td class="shrink">Rotating and Swivel Twist USB 2.0 Type A Male to Type A Female 360 Degree Rotation</td>
178+
<td class="shrink">$11</td>
194179
</tr>
195180
<tr class="info">
196-
<td class="shrink">Outernet integration</td>
197-
<td class="shrink">$118</td>
181+
<td class="shrink">US Cellular 4G LTE SIM Card for Cellphone (3-in-1 Universal Size)</td>
182+
<td class="shrink">$20</td>
198183
</tr>
199184
<tr class="active">
200185
<td class="shrink"><strong>Total upgrades cost</strong></td>
201-
<td class="shrink"><strong>$197</strong></td>
186+
<td class="shrink"><strong>$266</strong></td>
202187
</tr>
203188
</tbody>
204189

205190
</table>
206191
</div>
192+
<img src="static/lokole.jpg" class="img-thumbnail img-responsive" id="lokole-img" alt="Image of a Lokole device" />
207193
</div>
208194

209195
</div>

src/static/lokole.jpg

100644100755
File mode changed.

src/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ a.no-style {
139139
text-decoration: none;
140140
}
141141

142+
a.inline{
143+
color: #191919;
144+
text-decoration: none;
145+
}
146+
147+
a.inline:hover {
148+
text-decoration: underline;
149+
}
150+
142151
h1.no-style {
143152
font-weight: 700;
144153
line-height: 1;
@@ -204,7 +213,7 @@ h1.no-style {
204213

205214
#lokole-img {
206215
margin: 15px;
207-
max-width: 300px;
216+
max-width: 420px;
208217
}
209218

210219
/* #help-us */

0 commit comments

Comments
 (0)