-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
666 lines (528 loc) · 24.9 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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
<!DOCTYPE html>
<html>
<head>
<title>Business Plan Engine</title>
<link rel="shortcut icon" type="image/jpg" href="https://raw.githubusercontent.com/mngz47/productlists-resources/main/p_logo.jpg" />
<link rel=stylesheet href=rr/style.css />
<link rel=stylesheet href=rr/bootstrap.min.css />
<link rel=stylesheet href=rr/mobstyle.css />
<link rel=stylesheet href=rr/input_style.css />
<link rel=stylesheet href=rr/verification_style.css />
<meta name="autor" content="Mongezi Mafunda" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/email.min.js"></script>
<script type="text/javascript">
(function(){
emailjs.init("user_u3qOQFhAbVBlfIvZw77UF");
})();
</script>
<script src="https://connect.facebook.net/en_US/fbinstant.6.3.js"></script>
<script>
FBInstant.initializeAsync()
.then(function(){
FBInstant.startGameAsync()
.then(function() {
// Retrieving context and player information can only be done
// once startGameAsync() resolves
var contextId = FBInstant.context.getID();
var contextType = FBInstant.context.getType();
});
}
);
</script>
</head>
<body>
<script>
var super_string = '';
function reset(){
super_string = super_string?'':super_string;
}
function putISuper(){
setDate('date_added');reset();
var headings = e('headings').getElementsByTagName('h3');
var paragraphs = e('headings').getElementsByClassName('paragraph');
for(var a=0;a<headings.length;a++){
if(paragraphs[a].innerHTML){
super_string+=headings[a].outerHTML;
super_string+=paragraphs[a].innerHTML;
}
}
super_string+='<h3>Attachments</h3>';
var attachments = e('attachments').getElementsByTagName('input');
for(var a=0;a<attachments.length;a++){
super_string+= '<a href="'+attachments[a].value+'" >'+attachments[a].value+'</a><br>';
}
return
'<p><h1>'+e('company_name').value+' Business Plan</h1>'+
(e('h_email').value?
e('h_email').value+'<br>'+
e('h_cell_no').value+'<br>'+
e('h_address').value+'<br>':'')+
'</p>'+
super_string+
'<br><br>'+e('date_added').value;
}
function perFormActions(ss){
var actions = e('actions').getElementsByClassName('email');
for(var a=0;a<actions.length;a++){
if(e('actions').getElementsByClassName('usage')[a].checked){
sendEmail(e('actions').getElementsByTagName('input')[a].value,ss);
}
}
}
function sendEmail(email,ss){
if(ss && email){
if(confirm('Send Information To Target Email')){
var template_params = {
"reply_to": email,
"from_name": 'Business Plan Engine',
"to_name": e('name_id').value,
"message_html": '<h1> CURRICULUM VITAE OF '+e('name_id').value.toUpperCase()+'</h1>'+super_string
}
var service_id = "gmail";
var template_id = "template_t0TutJIb";
emailjs.send(service_id, template_id, template_params);
template_params = {
"reply_to": '[email protected]',
"from_name": 'Business Plan Engine',
"to_name": e('name_id').value,
"message_html": '<h1> CURRICULUM VITAE OF '+e('name_id').value.toUpperCase()+'</h1>'+super_string
}
emailjs.send(service_id, template_id, template_params);
alert('success');
}
}
}
</script>
<script src=rr/api.js ></script>
<script src=rr/verification.js ></script>
<div id=container class=container >
<div id="main" class=main >
<form id=input method=post onsubmit="perFormActions(putISuper());return false;" >
<div class="input" >
<div class="row" >
<div class="col-sm-3" >
</div>
<div class="col-sm-9" >
<div style="background-image:url(rr/CV_Engine.png);background-repeat:no;background-position:100px 100px;background-size:100% auto;" >
<div style="background-color:rgba(255,255,255,0.4);" >
<a name=main ></a>
<h2>Business Plan Engine</h2>
<div class=block >
Quickly create your Business Plan and send it to your target email for FREE.
</div>
</div>
</div>
<fieldset>
<legend>Header</legend>
<input id=company_name placeholder="company name" /><br>
<input id=h_email placeholder="email" /><br>
<input id=h_cell_no placeholder="cell_no" /><br>
<input id=h_address placeholder="address" />
</fieldset>
<fieldset>
<legend>Industry Template</legend>
<div id=industry_templates >
</div>
<script>
/*
fields
industry
Business description, history, location and key suppliers.
Analysis of market, customers and competitors.
Analysis of production plan and processes.
Capital Expenditure Plan (machinery and equipment costs)
Financial projections
Income statement
Balance sheet
Cash flow statement
Human Resources
Marketing and sales plan
Unique selling position
*/
var items = [
"Manufacturing",
"Forex",
"Ecommerce",
"Retail",
"Construction",
"Farming",
"Real Estate",
"Repairs Maintenance",
"Music",
"Minig",
"Transport",
"Event Hosting",
"Restaurant",
"Catering",
"NGO",
"Robotics"
];
for(var a=0;a<items.length;a++){
e('industry_templates').innerHTML += '<div>'+
'<a href=# onclick="this.parentNode.remove();return false;" style="float:right;" >XX</a>'+
'<a href=# onclick="getIndustryTemp('+a+');false;" >'+items[a]+'</a>'+
'</div>';
}
function sendformG(url,form){
var req = new XMLHttpRequest();
req.open("POST",url,true);
req.send(form);
req.onload = function(){
//alert(req.responseText);
};
return req.responseText;
}
//var HOME_ = "mngz47.github.io/business_plan_engine";
var HOME_ = "business_plan_engine.herokuapp.com"
function getIndustryTemp(index){
var f = new FormData();
var data = sendformG("https://"+HOME_+"/industry/"+items[index]+'.php',f);
if(data){
for(var a=0;a<(items[index].length-1);a++){
e('headings').getElementsByClassName('paragraph')[a].value = data.split('<;>')[a+1];
}
}else{
alert("Misplaced Template");
}
}
</script>
</fieldset>
<fieldset>
<legend>Data</legend>
<div id=headings ></div>
<a href=# onclick="addHeading('');return false;" style="float:right;" >add_heading</a>
<script>
var headings =
[
"Business description, history, location and key suppliers",
"Analysis of market, customers and competitors",
"Analysis of production plan and processes",
"Capital Expenditure Plan (machinery and equipment costs)",
"Financial projections",
"Income statement ",
"Balance sheet",
"Cash flow statement",
"Human Resources",
"Marketing and sales plan",
"Unique selling positionCapital Expenditure Plan (machinery and equipment costs)"
]
function addHeading(action){
e('headings').innerHTML += '<div>'+
'<a href=# onclick="this.parentNode.remove();return false;" style="float:right;" >XX</a>'+
'<h3>'+action+'</h3>'+
'<div contenteditable="true" class=paragraph ></div>'+
'</div>';
}
for(var a=0;a<headings.length;a++){
addHeading(headings[a]);
}
</script>
</fieldset>
<fieldset>
<legend>Attachments(url)</legend>
<div id=attachments ></div>
<a href=# onclick="addAttachment('');return false;" style="float:right;" >add_attachment</a>
<script>
//https://money101.co.za/funding-grants-black-entrepreneurs/
//https://nefbusinessplan.co.za/
//https://protected.idc.co.za/clientportal/Home/Index?ReturnUrl=%2Fclientportal%2F
var attachments =
[
"Company Certificate",
"Tax Certificate",
"CV",
"ID copy"
]
function addAttachment(action){
e('attachments').innerHTML += '<div>'+
'<a href=# onclick="this.parentNode.remove();return false;" style="float:right;" >XX</a>'+
'<input type=text placeholder="'+action+'" />'+
'</div>';
}
for(var a=0;a<attachments.length;a++){
addAttachment(attachments[a]);
}
</script>
</fieldset>
<fieldset>
<legend>Actions</legend>
<div id=action ></div>
<a href=# onclick="addDestination('');return false;" style="float:right;" >add_destination</a>
<script>
//https://money101.co.za/funding-grants-black-entrepreneurs/
//https://nefbusinessplan.co.za/
//https://protected.idc.co.za/clientportal/Home/Index?ReturnUrl=%2Fclientportal%2F
var destiny =
[
"[email protected] ",
"[email protected]", //Boitumelo
"[email protected]", //zululand
"[email protected]", //maritzburg
]
function addDestination(action){
e('action').innerHTML += '<div>'+
'<a href=# onclick="this.parentNode.remove();return false;" style="float:right;" >XX</a>'+
'<input type=checkbox checked=true class=usage />'+
'<input type=text value="'+action+'" class=email />'+
'</div>';
}
for(var a=0;a<destiny.length;a++){
addDestination(destiny[a]);
}
</script>
</fieldset>
<br><br><br>
<input id=date_added name=date_added type=date /><br>
<a href=# onclick="e('preview').innerHTML=putISuper();" >Preview</a>
<div class=nav >
<button id=nav_next class="btn btn-primary next" style="float:right;" >save</button>
</div>
<div id=preview >
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<br><br><br>
<a href="templates/temp22.html" >
<div style="background-image:url(templates/rr/Industry.jpeg);background-repeat:no-repeat;background-position:0px 0px;background-size:100% auto;margin-bottom:10px;" >
<div style="background-color:rgba(255,255,255,0.4);padding:15px;" class=row >
<div class=col-sm-6 >
<h2>TEMP22</h2>
<span style="color:green;" >FREE</span>
<div class=images >
<img src=templates/images/temp22/i1.png width=150px />
<img src=templates/images/temp22/i2.png width=150px />
</div>
</div>
<div class=col-sm-6 style="padding:10px;" >
<ul>
<li>Preview before saving CV</li>
<li>7 field Work Experience (Table)</li>
<li>Default Personal Profile</li>
<li>1 company work experience</li>
</ul>
</div>
</div>
</div>
</a>
<div class=temp32 id=temp32 style="background-image:url(templates/rr/DollarClub.jpg);background-repeat:no-repeat;background-position:0px 0px;background-size:100% auto;margin-bottom:10px;" >
<div style="background-color:rgba(255,255,255,0.4);padding:15px;" >
<a href="templates/temp32.html" >
<div class=row >
<div class=col-sm-6 >
<h2>TEMP32</h2>
<span style="color:green;" >R40</span>
<div class=images >
<img src=templates/images/temp32/t1.png width=150px />
<img src=templates/images/temp32/t2.png width=150px />
</div>
</div>
<div class=col-sm-6 style="padding:10px;" >
<ul>
<li>Preview before saving CV</li>
<li>7 field Work Experience (spaced layout with label)</li>
<li>Default Personal Profile</li>
<li>2 company work experience</li>
</ul>
</div>
</div>
</a>
</div>
</div>
<div class=temp42 id=temp42 style="background-image:url(templates/rr/durban_central.png);background-repeat:no-repeat;background-position:0px 0px;background-size:100% auto;margin-bottom:10px;" >
<div style="background-color:rgba(255,255,255,0.4);padding:15px;" >
<a href="templates/temp42.html" >
<div class=row >
<div class=col-sm-6 >
<h2>TEMP42</h2>
<span style="color:green;" >R70</span>
<div class=images >
<img src=templates/images/temp42/t1.png width=150px />
<img src=templates/images/temp42/t2.png width=150px />
</div>
</div>
<div class=col-sm-6 style="padding:10px;" >
<ul>
<li>Preview before saving CV</li>
<li>7 field Work Experience (spaced layout with label)</li>
<li>Default Personal Profile</li>
<li>Improved Margins</li>
<li>4 company work experience</li>
</ul>
</div>
</div>
</a>
</div>
</div>
<br><br>
<iframe width="640" height="360" src="https://www.youtube.com/embed/GPWBGTr2ZuA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FW4M5RXDKZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FW4M5RXDKZ');
</script>
<script src=https://mngz47.github.io/monetize/api.js ></script>
<script src=https://mngz47.github.io/monetize/cookie.js ></script>
<script src=https://mngz47.github.io/monetize/paypal.js ></script>
<script src=https://mngz47.github.io/monetize/payfast.js ></script>
<h4 onclick="toggle(e('start'));" id=credits style='position:absolute;float:right;margin:4px;background:rgba(0,0,0,0.7);color:white;' ></h4>
<div id=start style="position: absolute;top:0;background-color:rgba(0,0,0,0.7);width:100%;height:100%;z-index:1000;padding:40px;y-overflow:auto;" >
<a href=# onclick="toggle(e('start'));" ><h6 style="color:white;" id=buy_credits >Buy Credits:</h6></a>
<div style='margin-top:10px;color:white;' >
<label>Credit Card<input type=checkbox id=credit_card /></label>
<label>PayPal<input type=checkbox id=paypal_option /></label>
<br><br>
<input type=number id=credits value=40 placeholder=credits />
<button onclick='monetize_purchase(e("credits").value);return false;' >buy</button>
</div>
<script src="https://mngz47.github.io/monetize/search.js" ></script>
<div style='float:right;margin-top:10px;' ><input type=text id=search_game placeholder=games /><button onclick='search(e("search_game").value);return false;' >search</button></div>
<div id=search_results style="position:absolute;float:right;" ></div>
<div id=menu style="overflow-x:auto;overflow:hidden;height:200px;width:100%;"></div>
<div class=row >
<div class=col-sm-6 ><div id=menu-text style="color:white;padding:40px;"></div></div>
<div class=col-sm-6 >
<div id='amazon_products' style='display:none' >
<span class=title >Nepal vs. ZA | clouded judge until I ran out of time</span>
<p>-<a href="https://www.youtube.com/watch?v=NK3DWlgCv14" >Video</a></p>
<span class=title >Stuck on stage 3 formulating movement | classic flower snake</span>
<p>-<a href="https://www.youtube.com/watch?v=7QKCJW8hCbQ" >Video</a></p>
<span class=title >Won the houses price in the first 46 seconds | Pamel Slots</span>
<p>-<a href="https://www.youtube.com/watch?v=EU_P_WEsYug" >Video</a></p>
<span class=title >Japan vs. ZA on chess.com | won last 57 seconds</span>
<p>-<a href="https://www.youtube.com/watch?v=pw2rfk4BUOo" >Video</a></p>
<span class=title >Ended up on stage 7 on the 29th minute | Classic Flower Snake</span>
<p>-<a href="https://www.youtube.com/watch?v=pZROcOdfnBg" >Video</a></p>
<span class=title >Turkey vs. ZA on chess.com | resigned after a good fight</span>
<p>-<a href="https://www.youtube.com/watch?v=e9mT2Hrc-sg" >Video</a></p>
<span class=title >Stuck on stage 2 but in the end skipped 2 stages | Classic Flower Snake</span>
<p>-<a href="https://www.youtube.com/watch?v=yk4l24fq6g8" >Video</a></p>
<span class=title >India vs. ZA on chess.com | gave a good fight before forfeit</span>
<p>-<a href="https://www.youtube.com/watch?v=ysQFgJuyo_w" >Video</a></p>
<span class=title >After skipping stage 2 and 5 I made it to the blue obstacle stage 6 | Classic Flower Snake</span>
<p>-<a href="https://www.youtube.com/watch?v=VF_H9xse6FY" >Video</a></p>
<span class=title >India vs. ZA on chess.com | 30 min of torture</span>
<p>-<a href="https://www.youtube.com/watch?v=WpHd3HD9Jqw" >Video</a></p>
<span class=title >Classic Flower Snake P5 | Reached Stage 5</span>
<p>-<a href="https://www.youtube.com/watch?v=A1B95yFU2kc" >Video</a></p>
<span class=title >India(rishi_788) vs. ZA on chess.com | quickly resigned</span>
<p>-<a href="https://www.youtube.com/watch?v=-ByIx0s1Y7Y" >Video</a></p>
<span class=title >classic flower snake p4 | reached stage 3</span>
<p>-<a href="https://www.youtube.com/watch?v=ZXnXq9aiJ9A" >Video</a></p>
<span class=title >Costa Rica(sheepwar29) vs. ZA on chess.com | quickly resigned</span>
<p>-<a href="https://www.youtube.com/watch?v=R__rDDIDTDo" >Video</a></p>
<span class=title >classic flower snake p3 | reached stage 4</span>
<p>-<a href="https://www.youtube.com/watch?v=g1Si46GmvDs" >Video</a></p>
<span class=title >Turkey vs. ZA on chess.com | total destruction</span>
<p>-<a href="https://www.youtube.com/watch?v=SDxC5JlXvBc" >Video</a></p>
<span class=title >Classic Snake Game Part 2 | Flying Cam Cast | Stuck On Stage 1</span>
<p>-<a href="https://www.youtube.com/watch?v=HtqXE1LB9H8" >Video</a></p>
<span class=title >India vs ZA on chess.com - Exploring Nature Challenge</span>
<p>-<a href="https://www.youtube.com/watch?v=ZN_J6n9lpK4" >Video</a></p>
<span class=title >South Africa vs. Japan on Chess.com - Dealing with Online Harassment 😞</span>
<p>-<a href="https://www.youtube.com/watch?v=mxXAN9cQawA" >Video</a></p>
<span class=title >Flower Snake Game - All The Way To Stage 3 - Challenge Prep</span>
<p>-<a href=https://www.youtube.com/watch?v=RBlp_BwALH0 >Video</a></p>
<span class=title >Why South African Forex Traders Need Quants</span>
<p>Quantitative trading, or “quant” trading, is a sophisticated approach that involves using mathematical models and algorithms to analyze vast datasets and execute trading strategies. In the dynamic world of finance, these quant machines rely on a myriad of fundamental indicators to make buy and sell decisions.
<a href=https://mngz636.medium.com/why-south-african-forex-traders-need-quants-d0cfb5f77fe6 >Article</a>-<a href=https://www.youtube.com/watch?v=xr09cilI-yI >Video</a>
</p>
<span class=title >A Skill Everyone Should Have (bank leverage), Get NYDF Funding.</span>
<p>Understanding the intricacies of banking, loans, and financial planning is indeed crucial for navigating the complex landscape of personal and business finance.
<a href=https://mngz636.medium.com/a-skill-everyone-should-have-bank-leverage-get-nydf-funding-85c3797c53a3 >Article</a>-<a href=https://www.youtube.com/watch?v=8Bl9YZW9Zfk >Video</a>
</p>
<span class=title >Specialized Software Using Framework and API of Established Businesses</span>
<p>Why start from square one when you can ride the wave of success with the giants? Imagine this: instead of painstakingly building your own audience, leverage the colossal user base of industry titans to showcase your skills and skyrocket your success.
<a href=https://mngz636.medium.com/specialized-software-using-framework-and-api-of-established-businesses-5620648545ab >Article</a>-<a href=https://www.youtube.com/watch?v=eZ6vpWpMlPI >Video</a>
</p>
<span class=title >I Stopped Doing My Homework To Focus On Girls At 6th Grade 😅</span>
<p>It all began when the complexities of reading in English became a formidable obstacle in my academic path. Frustration and difficulty led me to make a radical decision — I stopped doing homework. It was a bold move, one that reflected a desire to redefine my priorities and focus on what I believed truly mattered.
<a href=https://mngz636.medium.com/i-stopped-doing-my-homework-to-focus-on-girls-at-6th-grade-6048a1ca52f1 >Article</a>-<a href=https://www.youtube.com/watch?v=PX6iKC9FW7w >Video</a>
</p>
<span class=title >Creating A Travel Website With sites.google.com — In An Hour — For Free</span>
<p>Unlock the power of cutting-edge web building features without breaking the bank! Say goodbye to the financial woes and coding setbacks with sites.google.com — your ticket to free, stable hosting that’s both sophisticated and reliable.
<a href=https://mngz636.medium.com/creating-a-travel-website-with-sites-google-com-in-an-hour-for-free-97b5177a91c7 >Article</a>-<a href=https://www.youtube.com/watch?v=ztbU1NVRJYE >Video</a>
</p>
<span class=title >My First Github Repository (Black Box)</span>
<p>In the wake of a disheartening experience where all my hard work was pilfered and erased, I made a resolute decision to take control of my code and embrace the collaborative power of GitHub. It was time to turn the page and navigate the world of version control, learning that sometimes, joining the ranks of collaborators is the key to safeguarding one’s creations. As the saying goes, “If you can’t beat them, join them.”
<a href=https://mngz636.medium.com/my-first-github-repository-black-box-a50b4f93b6ab >Article</a>-<a href=https://www.youtube.com/watch?v=NHdD5ilUg1s >Video</a>
</p>
<span class=title >PHP Remote Text Writer/Editor Github Repository</span>
<p>Now, here’s the deal: We’re not just building features; we’re crafting an experience. An experience that screams innovation, collaboration, and a touch of developer genius. We’re inviting you to be a part of this journey — to shape, enhance, and bring your unique skills to the table.
<a href=https://mngz636.medium.com/php-remote-text-writer-editor-github-repository-9a7014362aa1 >Article</a>-<a href=https://www.youtube.com/watch?v=lcSJs95cEFM >Video</a>
</p>
<span class=title >Kasi Nametest — Testing Ten South African Girl Names</span>
<p>“Kasi Namatest” sounds like an incredibly engaging and culturally resonant game! Drawing inspiration from the popular name tests on platforms like Facebook is a clever move, given the widespread interest people have in exploring aspects of their own identity.
<a href=https://mngz636.medium.com/kasi-nametest-testing-ten-south-african-girl-names-b25c1ac92b92 >Article</a>-<a href=https://www.youtube.com/watch?v=B4RgQEuzcLY >Video</a>
</p>
<span class=title >F Snake Easy vs. Hard Mode</span>
<p>In the midst of the challenging times brought about by Covid-19, I found myself unexpectedly without my employer. Before he passed away, his cryptic words lingered, “I can help you, only mom F can tell you the truth — it’s the snake.
<a href=https://mngz636.medium.com/f-snake-easy-vs-hard-mode-d09ac064d4b0 >Article</a>-<a href=https://www.youtube.com/watch?v=dB3Bdr9t0FY >Video</a>
</p>
<span class=title >How to generate your CV in 3 minutes</span>
<p>Embark on a hassle-free journey to create your professional CV in just three minutes — for free! Drawing from my experience at Philippi Brown’s Farm Internet Café, where I diligently crafted over 100 CVs, I’ve come to understand the crucial need for a service like this, especially for individuals stepping into the job market.
<a href=https://mngz636.medium.com/how-to-generate-your-cv-in-3-minutes-b55e452f90ab >Article</a>-<a href=https://www.youtube.com/watch?v=57kS-89h9-E >Video</a>
</p>
<span class=title >Introduction To Productlists</span>
<p>Productlists is a tech firm working towards solutions to free the youth. Enjoy our instant game service, product listings and reviews.</p>
<span class=title >Kasi Nametest</span>
<p>South African local instant game - enter your name and find out with Mzansi kasi you are from.</p>
<span class=title >Recreational Activies In Newcastle South Africa</span>
<p>Get the latest business and tourist information about Newcastle. Learn about Accommodation, Job Recruitment and more.</p>
<span class=title >F-Snake Classic Productlists Game</span>
<p>Play our classic snake game with seven stages. Overcome the obstacle and score as much points as you can.</p>
<span class=title >F-Snake Classic Productlists Game</span>
<p>Play our classic snake game. As you progress in the stages the obstacle moves faster and faster.</p>
<span class=title >Touch Bistro Restaurant POS</span>
<p>Replace your printed out food menu with a digital tablet menu able to send orders directly to kitchen without calling for waiter.</p>
<span class=title >Touch Bistro Digital Menu and Payment</span>
<p>Collect more information during payment so you can resell your specials to frequent customers.</p>
<span class=title >CV Engine</span>
<p>Generate Your CV For FREE in 3 minutes and send it to your email.</p>
<span class=title >Stop Paying For Traffic.</span>
<p>Saas and other large companies that need to pay for advertising on a monthly basis can create a content division in their businesses.</p>
<span class=title >Jungle Scout</span>
<p>Use the best tools to sell on Amazon, optimize your listing - access best selling keywords and automatic repricing.</p>
<span class=title >Adzooma</span>
<p>Automate and manage all your Google, Facebook and Microsoft Ads in one place. Award winning App.</p>
</div>
<iframe id=yt_tv width="100%" ></iframe>
<div class=row >
<div style="width:80%;float:left;" >
<a id=yt_title href=# onclick="nextVideo();return false;" class="block" style="background-repeat:no-repeat;background-size:50px auto;background-postion:0 0;padding-left:55px;display:block;width:100%;" ></a>
</div>
<div style="width:18%;float:left;" >
<a href=# onclick="nextVideo();return false;" class="block" style="width:100%;" >next video</a>
</div>
</div>
<div id=group_four_affiliate_video_dd style="padding:4px;font-size:1.3em;" >Productlists is a tech firm working towards solutions to free the youth. Enjoy our instant game service, product listings and reviews.</div>
</div></div>
<div style="float:right;color:white;" >
<a class=space href=https://www.instagram.com/productlists >Instagram</a>-<a class=space href=https://mngz47.github.io/mongeziSibongakonke/docs/ >Docs</a>-<a style="float:right" href="https://mngz47.github.io/pamel_slots/privacy_policy.html" >Privacy Policy</a>
</div>
</div>
<script src=https://mngz47.github.io/monetize/monetize.js ></script>
<script src="https://mngz47.github.io/monetize/video/api.js" ></script>
<script src="https://mngz47.github.io/monetize/menu.js" ></script>
<link rel=stylesheet href=https://mngz47.github.io/monetize/style.css />
<link rel=stylesheet href=https://mngz47.github.io/monetize/bootstrap.min.css />
</div>
<script>
toggle(e("start"));
</script>
</body>
</html>