Full-Time
3rd September 2026

Job Description

Sponsored Listing
Company Logo
Accountant ACC PAPER GROUP LIMITED Tanzania
Accountant - Fresh Graduate Opportunity...</span></div> </div> </div> </a> </section> <div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg overflow-hidden flex flex-col mb-4 mt-4"> <div class="bg-green-500 dark:bg-green-600 text-white px-4 py-2"> <span class="font-bold">Similar Jobs You Might Like</span> </div> <div class="p-4 flex flex-col space-y-3"> <div class="border-b dark:border-gray-700 last:border-0 pb-2 last:pb-0"> <a href="https://www.ajiriwa.net/view-job/finance-assistant-69f98c956a784" class="text-green-600 dark:text-green-400 font-medium hover:underline block leading-tight"> Finance Assistant </a> <span class="text-xs text-gray-500 dark:text-gray-400">IOM - UN Migration</span> </div> <div class="border-b dark:border-gray-700 last:border-0 pb-2 last:pb-0"> <a href="https://www.ajiriwa.net/view-job/revenue-accountant-6a7d5927991a1" class="text-green-600 dark:text-green-400 font-medium hover:underline block leading-tight"> Revenue Accountant </a> <span class="text-xs text-gray-500 dark:text-gray-400">Favorite HR Services</span> </div> <div class="border-b dark:border-gray-700 last:border-0 pb-2 last:pb-0"> <a href="https://www.ajiriwa.net/view-job/risk-compliance-manager-6a8bdbd43e6ba" class="text-green-600 dark:text-green-400 font-medium hover:underline block leading-tight"> Risk & Compliance Manager </a> <span class="text-xs text-gray-500 dark:text-gray-400">HR World Ltd</span> </div> <div class="border-b dark:border-gray-700 last:border-0 pb-2 last:pb-0"> <a href="https://www.ajiriwa.net/view-job/accountant-6a8dfffc38eb8" class="text-green-600 dark:text-green-400 font-medium hover:underline block leading-tight"> Accountant </a> <span class="text-xs text-gray-500 dark:text-gray-400">ACC PAPER GROUP LIMITED</span> </div> <div class="border-b dark:border-gray-700 last:border-0 pb-2 last:pb-0"> <a href="https://www.ajiriwa.net/view-job/cashbook-accountant-6a8e77d527b60" class="text-green-600 dark:text-green-400 font-medium hover:underline block leading-tight"> Cashbook Accountant </a> <span class="text-xs text-gray-500 dark:text-gray-400">Serena Hotels</span> </div> <div class="border-b dark:border-gray-700 last:border-0 pb-2 last:pb-0"> <a href="https://www.ajiriwa.net/view-job/accountant-6a8e783300718" class="text-green-600 dark:text-green-400 font-medium hover:underline block leading-tight"> Accountant </a> <span class="text-xs text-gray-500 dark:text-gray-400">CCBRT</span> </div> </div> </div> </div> <!-- Report Job Modal --> <Dialog v-if="showReportModal" as="div" :open="showReportModal" class="relative z-50" @close="showReportModal = false"> <div class="fixed inset-0 bg-black/40" aria-hidden="true" /> <div class="fixed inset-0 flex items-center justify-center px-2 md:px-4 py-4"> <DialogPanel class="w-full max-w-md transform overflow-hidden rounded-2xl bg-white dark:bg-gray-800 p-6 text-left align-middle shadow-xl transition-all"> <DialogTitle as="h3" class="text-lg font-medium leading-6 text-gray-600 dark:text-gray-200 md:px-4 py-4"> <strong>Report Job</strong> <button type="button" @click="showReportModal = false" class="btn-close box-content w-4 h-4 p-1 text-black dark:text-white border-none rounded-none opacity-50 focus:shadow-none focus:outline-none focus:opacity-100 hover:text-black dark:hover:text-white hover:opacity-75 hover:no-underline text-xs float-right" aria-label="Close"></button> </DialogTitle> <DialogDescription> <div class="mt-2"> <form @submit.prevent="submitReport"> <div class="modal-body relative md:px-4 py-4 text-gray-700 dark:text-gray-300"> <div class="mb-3 w-full flex flex-col"> <label for="report_email" class="form-label inline-block mb-2 text-gray-700 dark:text-gray-200 font-bold">Your Email (for feedback)</label> <input type="email" id="report_email" v-model="report.email" placeholder="Your email address" :class="{ 'error-input': report.errors.email }" class="w-full focus:border-red-300 focus:ring focus:ring-red-200 focus:outline-none border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-300 p-2 rounded-md"> <span v-if="report.errors.email" class="error-text text-red-500" v-text="report.errors.email"></span> </div> <div class="mb-3 w-full flex flex-col"> <label for="report_reason" class="form-label inline-block mb-2 text-gray-700 dark:text-gray-200 font-bold">Reason for Reporting</label> <textarea id="report_reason" v-model="report.reason" placeholder="Please specify why you believe this job is not legitimate" :class="{ 'error-input': report.errors.reason }" class="w-full focus:border-red-300 focus:ring focus:ring-red-200 focus:outline-none border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-300 p-2 rounded-md resize-y min-h-[100px]"></textarea> <span v-if="report.errors.reason" class="error-text text-red-500" v-text="report.errors.reason"></span> </div> <!-- Honeypot Field (hidden from users, traps bots) --> <div class="hidden"> <input type="text" v-model="report.honeypot" tabindex="-1" autocomplete="off"> </div> <!-- reCAPTCHA Token --> <input type="hidden" v-model="report.recaptchaToken" name="g-recaptcha-response"> </div> <div class="mt-4 md:px-4 py-4 flex space-x-2"> <button type="submit" class="inline-flex justify-center rounded-md border border-transparent bg-red-500 dark:bg-red-600 px-4 py-2 text-sm font-medium text-white hover:bg-red-600 dark:hover:bg-red-700 focus:outline-none focus-visible:ring-2 focus-visible:ring-red-500 focus-visible:ring-offset-2" :disabled="report.submitting"> <loader v-if="report.submitting" color="white"></loader> <span v-else>Submit Report</span> </button> <button type="button" @click="showReportModal = false" class="inline-flex justify-center rounded-md border border-transparent bg-gray-200 dark:bg-gray-700 px-4 py-2 text-sm font-medium text-gray-900 dark:text-gray-300 hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none focus-visible:ring-2 focus-visible:ring-red-500 focus-visible:ring-offset-2">Cancel</button> </div> </form> </div> </DialogDescription> </DialogPanel> </div> </Dialog> <!-- Application Modals --> <TransitionRoot v-if="application_means.show_modal || guest_application.show_modal" :show="true" as="template" enter="duration-300 ease-out" enter-from="opacity-0" enter-to="opacity-100" leave="duration-200 ease-in" leave-from="opacity-100" leave-to="opacity-0"> <Dialog as="div" :open="application_means.show_modal" class="relative z-50"> <div class="fixed inset-0 flex items-center justify-center p-4"> <DialogPanel class="w-full max-w-md transform overflow-hidden rounded-2xl bg-white dark:bg-gray-800 p-6 text-left align-middle shadow-xl transition-all"> <DialogTitle as="h3" class="text-lg font-medium leading-6 text-gray-600 dark:text-gray-200 p-4"> <strong>Application</strong> <button type="button" @click="closeApply" class="btn-close box-content w-4 h-4 p-1 text-black dark:text-white border-none rounded-none opacity-50 focus:shadow-none focus:outline-none focus:opacity-100 hover:text-black dark:hover:text-white hover:opacity-75 hover:no-underline text-xs float-right" data-bs-dismiss="modal" aria-label="Close"></button> </DialogTitle> <DialogDescription> <div class="mt-2"> <div class="modal-body relative p-4 text-gray-700 dark:text-gray-300"> <span>How do you want to apply?</span> </div> <div class="mt-4 px-4 flex flex-col md:flex-row space-y-1 md:space-y-0 md:space-x-2"> <a type="button" href="https://www.ajiriwa.net/apply-intent/junior-accountant-6a8fd6055ee8b" class="inline-flex justify-center rounded-md border border-transparent bg-green-500 dark:bg-green-600 px-4 py-2 text-sm font-medium text-white hover:bg-green-600 dark:hover:bg-green-700 focus:outline-none focus-visible:ring-2 focus-visible:ring-green-500 focus-visible:ring-offset-2">Login to Quickly Apply</a> <button type="button" class="inline-flex justify-center rounded-md border border-transparent bg-gray-200 dark:bg-gray-700 px-4 py-2 text-sm font-medium text-gray-900 dark:text-gray-300 hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none focus-visible:ring-2 focus-visible:ring-green-500 focus-visible:ring-offset-2" @click="applyWithoutLogin">Apply Without Login</button> </div> </div> </DialogDescription> </DialogPanel> </div> </Dialog> <Dialog as="div" :open="guest_application.show_modal" class="relative z-50"> <div class="fixed inset-0 bg-black/40" aria-hidden="true" /> <div class="fixed inset-0 flex items-center justify-center px-2 md:px-4 py-4"> <DialogPanel class="w-full max-w-3xl transform overflow-hidden rounded-2xl bg-gray-100 dark:bg-gray-800 p-6 text-left align-middle shadow-xl transition-all"> <DialogTitle as="h3" class="text-lg font-medium leading-6 text-gray-600 dark:text-gray-200 md:px-4 py-4"> <strong>Applying...</strong> <button type="button" @click="guest_application.show_modal=false" class="btn-close box-content w-4 h-4 p-1 text-black dark:text-white border-none rounded-none opacity-50 focus:shadow-none focus:outline-none focus:opacity-100 hover:text-black dark:hover:text-white hover:opacity-75 hover:no-underline text-xs float-right" data-bs-dismiss="modal" aria-label="Close"></button> </DialogTitle> <DialogDescription> <div class="mt-2"> <form action="" id="guest-application" @submit.prevent="sendApplication"> <div class="modal-body relative md:px-4 py-4 text-gray-700 dark:text-gray-300"> <div class="md:flex justify-start space-y-4 md:space-y-0 md:space-x-2"> <div class="mb-3 w-full flex flex-col"> <label for="full_name" class="form-label inline-block mb-2 text-gray-700 dark:text-gray-200 font-bold">Full Name</label> <input type="text" id="full_name" name="full_name" v-model="application.name" placeholder="Your name" :class="{ 'error-input': errors.name }" class="w-full focus:border-green-300 focus:ring focus:ring-green-200 focus:outline-none border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-300 p-2 rounded-md"> <span v-if="errors.name" class="error-text text-red-500" v-text="errors.name"></span> </div> <div class="mb-3 w-full flex flex-col"> <label for="email" class="form-label inline-block mb-2 text-gray-700 dark:text-gray-200 font-bold">Email</label> <input type="email" id="email" name="email" v-model="application.email" placeholder="Your email" :class="{ 'error-input': errors.email }" class="w-full focus:border-green-300 focus:ring focus:ring-green-200 focus:outline-none border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-300 p-2 rounded-md"> <span v-if="errors.email" class="error-text text-red-500" v-text="errors.email"></span> </div> </div> <section class="mt-4"> <span class="font-bold">Cover Letter</span> <input type="hidden" name="job_id" value="19125"> <input type="hidden" name="cover_letter" v-model="application.cover_letter"> <text-editor @change="editorChanged" text="Write your cover letter here" :class="{ 'error-input': errors.cover_letter }" class="bg-white dark:bg-gray-700 max-h-52 overflow-y-auto border border-gray-300 dark:border-gray-600 rounded-b-md" v-model="application.cover_letter"></text-editor> <span v-if="errors.cover_letter" class="error-text text-red-500" v-text="errors.cover_letter"></span> </section> <div class="flex mt-4"> <div class="mb-3 w-full"> <label for="formFileMultiple" class="form-label inline-block mb-2 text-gray-700 dark:text-gray-200 font-bold">Attachments</label> <input name="attachments[]" ref="attachments" :class="{ 'error-input': errors.attachments }" class="form-control block w-full px-3 py-1 font-normal text-gray-600 dark:text-gray-300 bg-white dark:bg-gray-700 bg-clip-padding border border-solid border-gray-300 dark:border-gray-600 transition ease-in-out m-0 focus:text-gray-700 dark:focus:text-gray-300 focus:bg-white dark:focus:bg-gray-700 focus:border-green-600 focus:ring focus:ring-green-200 focus:outline-none rounded-md" type="file" id="formFileMultiple" multiple @change="updateAttachments"> <span v-if="errors.attachments" class="error-text text-red-500" v-text="errors.attachments"></span> </div> </div> </div> <div class="mt-4 md:px-4 py-4 flex space-x-2"> <button type="submit" class="inline-flex justify-center rounded-md border border-transparent bg-green-500 dark:bg-green-600 px-4 py-2 text-sm font-medium text-white hover:bg-green-600 dark:hover:bg-green-700 focus:outline-none focus-visible:ring-2 focus-visible:ring-green-500 focus-visible:ring-offset-2" :disabled="applying"> <loader v-if="applying" color="white"></loader> <span v-else>Send Application</span> </button> <button type="button" class="inline-flex justify-center rounded-md border border-transparent bg-gray-200 dark:bg-gray-700 px-4 py-2 text-sm font-medium text-gray-900 dark:text-gray-300 hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none focus-visible:ring-2 focus-visible:ring-green-500 focus-visible:ring-offset-2" @click="guest_application.show_modal=false">Cancel</button> </div> </form> </div> </DialogDescription> </DialogPanel> </div> </Dialog> </TransitionRoot> </div> <script> document.addEventListener('DOMContentLoaded', function() { const dropdownButton = document.getElementById('show-sharing-links'); const sharingLinks = document.getElementById('sharing-links'); // This page can render without the sharing UI in some cases. // Guard against null elements to prevent: Cannot read properties of null (reading 'addEventListener'). if (!dropdownButton || !sharingLinks) { return; } dropdownButton.addEventListener('click', function(event) { event.stopPropagation(); sharingLinks.classList.toggle('hidden'); }); document.addEventListener('click', function(event) { if (!dropdownButton.contains(event.target)) { sharingLinks.classList.add('hidden'); } }); }); </script> <script> window.job = {"id":19125,"title":"Junior Accountant","location":"Zanzibar \u0026 Arusha, Tanzania","application_locations":["Zanzibar","Arusha"],"application_email":"career@hrworld.co.tz","application_url":null,"description":"\u003Ch1\u003EJunior Accountants (2)\u003C\/h1\u003E\n\n\u003Ch2\u003EINDUSTRY: RENEWABLE ENERGY\u003C\/h2\u003E\n\n\u003Ch2\u003ELOCATION: ZANZIBAR \u0026amp; ARUSHA\u003C\/h2\u003E\n\n\u003Cp\u003EHR World Limited, on behalf of our client, is seeking two detail-oriented and reliable Junior Accountants to support day-to-day financial administration across its Zanzibar and Arusha operations. The successful candidates will handle routine bookkeeping, supplier and expense processing, reconciliations, and statutory filing support while working closely with the Financial Accountant.\u003C\/p\u003E\n\n\u003Ch2\u003ERESPONSIBILITIES:\u003C\/h2\u003E\n\u003Cul\u003E\n \u003Cli\u003EProcess supplier invoices, receipts, payment requests, and daily financial transactions.\u003C\/li\u003E\n \u003Cli\u003EMaintain accurate financial records, reconciliations, and physical and digital filing.\u003C\/li\u003E\n \u003Cli\u003EManage petty cash and support monthly bank reconciliations.\u003C\/li\u003E\n \u003Cli\u003EAssist with payroll inputs, expense claims, and supplier payments.\u003C\/li\u003E\n \u003Cli\u003ESupport month-end activities, including journals, accruals, and supporting schedules.\u003C\/li\u003E\n \u003Cli\u003EMaintain the fixed asset register for office and site equipment.\u003C\/li\u003E\n \u003Cli\u003EAssist with VAT, withholding tax, and routine statutory filings.\u003C\/li\u003E\n \u003Cli\u003ELiaise with relevant local authorities as required.\u003C\/li\u003E\n \u003Cli\u003ESupport basic procurement, including quotations, purchase requests, and delivery tracking.\u003C\/li\u003E\n \u003Cli\u003EAssist with audit documentation, statutory inspections, and reporting requirements.\u003C\/li\u003E\n \u003Cli\u003EEscalate unusual, high-value, or legally material matters to the Financial Accountant or Directors.\u003C\/li\u003E\n\u003C\/ul\u003E\n\n\u003Ch2\u003EQUALIFICATIONS:\u003C\/h2\u003E\n\u003Cul\u003E\n \u003Cli\u003EBachelor\u0027s Degree or Diploma in Accounting, Finance, or a related field.\u003C\/li\u003E\n \u003Cli\u003E1\u20133 years of experience in bookkeeping, junior accounting, or finance administration, preferably in Tanzania.\u003C\/li\u003E\n \u003Cli\u003EKnowledge of Tanzanian tax and statutory requirements; Zanzibar experience is an added advantage.\u003C\/li\u003E\n \u003Cli\u003EExperience with QuickBooks, Zoho Books, Sage, or similar accounting software is preferred.\u003C\/li\u003E\n \u003Cli\u003EStrong numerical accuracy, attention to detail, and organisational skills.\u003C\/li\u003E\n \u003Cli\u003EAbility to work independently within a remote reporting structure.\u003C\/li\u003E\n \u003Cli\u003EHigh level of integrity, confidentiality, and professionalism.\u003C\/li\u003E\n\u003C\/ul\u003E\n\n\u003Cp\u003EInterested candidates may send their CVs to \u003Ca href=\u0022https:\/\/www.ajiriwa.net\/redirects?link=Y2FyZWVyQGhyb3JsZC5jby50eg==\u0022 rel=\u0027nofollow\u0027 target=\u0027_blank\u0027\u003Ecareer@hrworld.co.tz\u003C\/a\u003E before 3rd September 2026.\u003C\/p\u003E\n\n\u003Cp\u003EOnly successful applicants will be contacted.\u003C\/p\u003E","reports_to":"Financial Accountant or Directors","job_type":{"id":1,"name":"Full-Time","created_at":"2023-01-30T18:44:48.000000Z","updated_at":"2023-01-30T18:44:48.000000Z"},"deadline":"2026-09-03","cover_letter":1,"slug":"junior-accountant-6a8fd6055ee8b","secure_token":"d7eb4ac3-23b7-4fb4-a975-fcad3677efa2","apply_method":"email","email_subject":"Application for Junior Accountant","single_document_application":false,"require_salary_expectation":false,"company_id":3517,"number_of_posts":1,"counted_views":0,"status":1,"flagged_at":null,"paused_by_subscription_lapse":0,"moderation_status":"approved","moderation_notes":null,"moderated_by":null,"moderated_at":null,"created_at":"2026-08-27T06:15:33.000000Z","listed_at":"2026-08-27T06:15:33.000000Z","updated_at":"2026-08-27T06:15:33.000000Z","application_email_cc":null,"is_remote":0,"min_salary":null,"max_salary":null,"keywords":"","application_display_columns":null,"old_id":null,"skills":null,"required_education":"Bachelor\u0027s Degree or Diploma in Accounting, Finance, or a related field","required_education_level":"4","deleted_at":null,"applications_count":2,"views_count":16,"clicks_count":0,"applied":false,"current_status":"Active","time_ago":"8 hours ago","promotion_details":{"cost_per_click":175,"cost_per_application":200,"cost_per_impression":1},"categorized_jobs":null,"closing_time":"6 days from now","expired":false,"company":{"id":3517,"industry_id":null,"name":"HR World Ltd","website":"","location":"","primary_email":null,"description":null,"tin_number":null,"logo":"31005","ajiriwa_balance":null,"hires_per_year":null,"source":null,"type":null,"original_user":null,"page_views":null,"created_at":"2023-02-25T16:39:00.000000Z","updated_at":"2023-02-25T16:39:00.000000Z","slug":"hr-world-ltd","suspended_at":null,"suspension_reason":null,"suspended_by":null,"cover":null,"logo_url":"https:\/\/www.ajiriwa.net\/uploads\/31005\/1551934157-hr-world-tz-ltd.png","cover_url":"","industry":null,"media":[{"id":2057,"model_type":"App\\Models\\Company","uuid":null,"model_id":3517,"collection_name":"logo","name":"1551934157-hr-world-tz-ltd","file_name":"1551934157-hr-world-tz-ltd.png","mime_type":"image\/jpeg","disk":"public","conversions_disk":null,"size":12162,"manipulations":[],"custom_properties":[],"generated_conversions":null,"responsive_images":[],"order_column":2057,"created_at":"2023-01-31T22:32:39.000000Z","updated_at":"2023-01-31T22:32:39.000000Z","original_url":"https:\/\/www.ajiriwa.net\/storage\/2057\/1551934157-hr-world-tz-ltd.png","preview_url":""},{"id":19448,"model_type":"App\\Models\\Company","uuid":null,"model_id":3517,"collection_name":"logo","name":"1551934157-hr-world-tz-ltd","file_name":"1551934157-hr-world-tz-ltd.png","mime_type":"image\/jpeg","disk":"public","conversions_disk":null,"size":12162,"manipulations":[],"custom_properties":[],"generated_conversions":null,"responsive_images":[],"order_column":19448,"created_at":"2023-02-21T12:26:55.000000Z","updated_at":"2023-02-21T12:26:55.000000Z","original_url":"https:\/\/www.ajiriwa.net\/storage\/19448\/1551934157-hr-world-tz-ltd.png","preview_url":""},{"id":31005,"model_type":"App\\Models\\Company","uuid":null,"model_id":3517,"collection_name":"logo","name":"1551934157-hr-world-tz-ltd","file_name":"1551934157-hr-world-tz-ltd.png","mime_type":"image\/jpeg","disk":"public","conversions_disk":null,"size":12162,"manipulations":[],"custom_properties":[],"generated_conversions":null,"responsive_images":[],"order_column":31005,"created_at":"2023-02-25T16:39:00.000000Z","updated_at":"2023-02-25T16:39:00.000000Z","original_url":"https:\/\/www.ajiriwa.net\/storage\/31005\/1551934157-hr-world-tz-ltd.png","preview_url":""}]},"type":{"id":1,"name":"Full-Time","created_at":"2023-01-30T18:44:48.000000Z","updated_at":"2023-01-30T18:44:48.000000Z"},"promotion":null,"categories":[{"id":1,"name":"Accountancy, Banking and Finance","created_at":"2023-01-30T18:44:48.000000Z","updated_at":"2023-01-30T18:44:49.000000Z","slug":"accountancy-banking-and-finance","icon":null,"description":"Find job in Tanzania related to Accounting, banking and finance jobs such as Accountant, Auditor, Finance Manager, Financial Advisor, Financial Controller, Banker, and many other find out more here","keywords":"account finance","laravel_through_key":19125}]}; window.loginPage = "https://www.ajiriwa.net/login"; window.applyUrl = "https://www.ajiriwa.net/job/guest-apply"; window.sessionUrl = "https://www.ajiriwa.net/session/make"; window.application_url = "https%3A%2F%2Fwww.ajiriwa.net%2Fredirects%3Fjobid%3D19125"; window.link = "link="; window.url_query = []; window.site_key = "6LcxRw4rAAAAAKnnXz2Hs18_W86nwy-8oWLqbXIY"; </script> <link rel="preload" as="style" href="https://www.ajiriwa.net/build/assets/feature-jobs-Di8iU1k1.css" /><link rel="preload" as="style" href="https://www.ajiriwa.net/build/assets/vendor-core-Cb_E52D-.css" /><link rel="preload" as="style" href="https://www.ajiriwa.net/build/assets/vendor-DxfFSaxS.css" /><link rel="preload" as="style" href="https://www.ajiriwa.net/build/assets/feature-applications-VPtwREii.css" /><link rel="preload" as="style" href="https://www.ajiriwa.net/build/assets/vendor-editors-CrSYVOAc.css" /><link rel="preload" as="style" href="https://www.ajiriwa.net/build/assets/vendor-izitoast-Ct2Ww6gF.css" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/job-DCSciWJP.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/feature-jobs-CgDm2lRq.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-core-CeWKJw-n.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-BIx2U9KW.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-charts-Ahx--OBT.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-inertia-boMaEpsr.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-swal-DqgyAEpo.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/feature-applications-B1RcDdrw.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-editors-DR3tLjJZ.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-utils-DJ2RXlrM.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-izitoast-CQKHjmMD.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-firebase-DBuU3vgo.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-lucide-CRwhnfGb.js" /><link rel="modulepreload" as="script" href="https://www.ajiriwa.net/build/assets/vendor-headlessui-BBKLxCQd.js" /><link rel="stylesheet" href="https://www.ajiriwa.net/build/assets/feature-jobs-Di8iU1k1.css" data-navigate-track="reload" /><link rel="stylesheet" href="https://www.ajiriwa.net/build/assets/vendor-core-Cb_E52D-.css" data-navigate-track="reload" /><link rel="stylesheet" href="https://www.ajiriwa.net/build/assets/vendor-DxfFSaxS.css" data-navigate-track="reload" /><link rel="stylesheet" href="https://www.ajiriwa.net/build/assets/feature-applications-VPtwREii.css" data-navigate-track="reload" /><link rel="stylesheet" href="https://www.ajiriwa.net/build/assets/vendor-editors-CrSYVOAc.css" data-navigate-track="reload" /><link rel="stylesheet" href="https://www.ajiriwa.net/build/assets/vendor-izitoast-Ct2Ww6gF.css" data-navigate-track="reload" /><script type="module" src="https://www.ajiriwa.net/build/assets/job-DCSciWJP.js" data-navigate-track="reload"></script> <script> window.addEventListener('load', () => window.setTimeout(() => { const makeLink = (asset) => { const link = document.createElement('link') Object.keys(asset).forEach((attribute) => { link.setAttribute(attribute, asset[attribute]) }) return link } const loadNext = (assets, count) => window.setTimeout(() => { if (count > assets.length) { count = assets.length if (count === 0) { return } } const fragment = new DocumentFragment while (count > 0) { const link = makeLink(assets.shift()) fragment.append(link) count-- if (assets.length) { link.onload = () => loadNext(assets, 1) link.onerror = () => loadNext(assets, 1) } } document.head.append(fragment) }) loadNext(JSON.parse('[{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ExecutiveTemplate-8KBa7vzR.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/common-8va_MvUr.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ExecutiveTemplate-C0CNSEH3.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/StockholmTemplate-5KHXGXwS.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/StockholmTemplate-DEbbYwTj.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/StylishTemplate-DvtafGYV.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/StylishTemplate-DUAHuCVE.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ModernTemplate-BEvikTI9.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ModernTemplate-CARstnIY.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/TorontoTemplate-CwgA6ZjD.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/TorontoTemplate-CyVbo2lK.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/MinimalistTemplate-BLkI8FW8.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/MinimalistTemplate-CZ1KTLfN.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ElegantTemplate-qcfYSows.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ElegantTemplate-BkTBXpWv.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/NordicTemplate-D-IZgjsG.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/NordicTemplate-BLRB5V3U.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/AtelierTemplate-cAPfHFY-.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/AtelierTemplate-DvVlGrSk.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ApexTemplate-BIeoVIhI.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/ApexTemplate-Du27ifaN.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/GenevaTemplate-BWxznuDw.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/GenevaTemplate-edLaSYtA.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/PrismTemplate-LsrnmZNj.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/PrismTemplate-CGto6-6L.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/CascadeTemplate-BaSMHo6R.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/CascadeTemplate-BqXPU_zk.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/BlueprintTemplate-BkR4Sz56.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/BlueprintTemplate-Dtmd1Lp6.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022script\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/MaterialTemplate-DYqItv19.js\u0022,\u0022fetchpriority\u0022:\u0022low\u0022},{\u0022rel\u0022:\u0022prefetch\u0022,\u0022as\u0022:\u0022style\u0022,\u0022href\u0022:\u0022https:\\\/\\\/www.ajiriwa.net\\\/build\\\/assets\\\/MaterialTemplate-CQIlQ8pa.css\u0022,\u0022fetchpriority\u0022:\u0022low\u0022}]'), 3) })) </script> </main> </div> <!-- Footer --> <footer class="bg-gray-800 text-gray-400 px-6 lg:px-8 py-12"> <div class="max-w-screen-xl mx-auto grid md:grid-cols-2 lg:grid-cols-4 gap-6 lg:gap-x-8"> <div> <img class="h-8" src="https://www.ajiriwa.net/images/ajiriwa-new-logo.webp" alt="Ajiriwa Logo" width="32" height="32" loading="lazy" srcset="https://www.ajiriwa.net/images/ajiriwa-new-logo.webp 1x, https://www.ajiriwa.net/images/ajiriwa-new-logo.webp 2x"> <p class="mt-3">Ajiriwa Net was created to bridge the gap between the Recruiters and their potential employees. It is the ideal place to find the right job for the job seekers.</p> </div> <div> <h5 class="text-xl font-bold text-white">Company</h5> <nav class="mt-4"> <ul class="space-y-2"> <li> <a href="/about" class="font-normal text-base hover:text-gray-200">About Us</a> </li> <li> <a href="https://www.ajiriwa.net/blog" class="font-normal text-base hover:text-gray-200">Our Blog</a> </li> <li> <a href="https://www.ajiriwa.net/privacy-policy" class="font-normal text-base hover:text-gray-200">Privacy Policy</a> </li> </ul> </nav> </div> <div> <h5 class="text-xl font-bold text-white">For Job Seekers</h5> <div class="space-y-4 md:space-y-6 mt-4"> <nav class="mt-4"> <ul class="space-y-2"> <li> <a href="https://www.ajiriwa.net/browse-jobs" class="font-normal text-base hover:text-gray-200">Find Jobs</a> </li> <li> <a href="https://www.ajiriwa.net/cv-analyzer/about" class="font-normal text-base hover:text-gray-200">CV Analyzer</a> </li> <li> <a href="https://www.ajiriwa.net/ai-job-assistant" class="font-normal text-base hover:text-gray-200">AI Job Assistant</a> </li> <li> <a href="https://www.ajiriwa.net/auto-apply-landing" class="font-normal text-base hover:text-gray-200">Auto-Apply</a> </li> <li> <a href="https://www.ajiriwa.net/faqs" class="font-normal text-base hover:text-gray-200">Frequently Asked Questions</a> </li> </ul> </nav> </div> </div> <div> <h5 class="text-xl font-bold text-white">For Employers</h5> <nav class="mt-4"> <ul class="space-y-2"> <li> <a href="https://www.ajiriwa.net/employer" class="font-normal text-base hover:text-gray-200">Hiring on Ajiriwa</a> </li> <li> <a href="https://www.ajiriwa.net/applicant-tracking-system" class="font-normal text-base hover:text-gray-200">Applicant Tracking</a> </li> <li> <a href="https://www.ajiriwa.net/skills-assessment-software" class="font-normal text-base hover:text-gray-200">Skills Assessments</a> </li> <li> <a href="https://www.ajiriwa.net/interview-scheduling" class="font-normal text-base hover:text-gray-200">Interview Scheduling</a> </li> <li> <a href="https://www.ajiriwa.net/recruitment-automation" class="font-normal text-base hover:text-gray-200">Recruitment Automation</a> </li> <li> <a href="https://www.ajiriwa.net/semantic-search/candidates" class="font-normal text-base hover:text-gray-200">AI Candidate Search</a> </li> <li> <a href="https://www.ajiriwa.net/pricing" class="font-normal text-base hover:text-gray-200">Pricing</a> </li> <li> <a href="https://www.ajiriwa.net/register" class="font-normal text-base hover:text-gray-200">Post a Job</a> </li> </ul> </nav> </div> <div> <h5 class="text-xl font-bold text-white">Browse by Location</h5> <nav class="mt-4"> <ul class="space-y-2"> <li><a href="https://www.ajiriwa.net/jobs/location/dar-es-salaam" class="font-normal text-base hover:text-gray-200">Jobs in Dar es Salaam</a></li> <li><a href="https://www.ajiriwa.net/jobs/location/arusha" class="font-normal text-base hover:text-gray-200">Jobs in Arusha</a></li> <li><a href="https://www.ajiriwa.net/jobs/location/dodoma" class="font-normal text-base hover:text-gray-200">Jobs in Dodoma</a></li> <li><a href="https://www.ajiriwa.net/jobs/location/mwanza" class="font-normal text-base hover:text-gray-200">Jobs in Mwanza</a></li> <li><a href="https://www.ajiriwa.net/jobs/location/tanzania" class="font-normal text-base hover:text-gray-200">Nafasi za Kazi Tanzania</a></li> </ul> </nav> </div> <div> <h5 class="text-xl font-bold text-white">Contact</h5> <div class="space-y-8 mt-4"> <div class="flex items-start space-x-4"> <div> <svg class="w-6 h-6 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path> </svg> </div> <div class="flex-1"> <address class="not-italic self-center"> Dar es Salaam, Tanzania<br> </address> </div> </div> <div class="flex items-start space-x-4"> <div> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z" /> </svg> </div> <div class="flex-1"> <a href="#" class="hover:text-gray-200">+255 759 867 315</a> </div> </div> <div class="flex items-start space-x-4"> <div> <svg class="w-6 h-6 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path> </svg> </div> <div class="flex-1"> <a href="#" class="hover:text-gray-200">info@ajiriwa.net</a> </div> </div> </div> </div> </div> <div class="max-w-screen-xl mx-auto flex flex-col items-center mt-16"> <div class="flex items-center space-x-2"> <a href="https://www.facebook.com/ajiriwa/" rel="no-follow" class="hover:text-gray-200"> <span class="sr-only">Facebook</span> <svg class="h-6 w-6" aria-hidden="true" fill="currentColor" viewBox="0 0 24 24" loading="lazy"> <path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z" clip-rule="evenodd" /> </svg> </a> <a href="https://www.instagram.com/ajiriwa_network/" rel="no-follow" class="hover:text-gray-200"> <span class="sr-only">Instagram</span> <svg class="h-6 w-6" aria-hidden="true" fill="currentColor" viewBox="0 0 24 24" loading="lazy"> <path fill-rule="evenodd" d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z" clip-rule="evenodd" /> </svg> </a> <a href="https://tz.linkedin.com/company/ajiriwa-network" class="hover:text-gray-200"> <span class="sr-only">Linkedin</span> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve" loading="lazy"> <g> <path fill="#808184" d="M12.5,12h-3C9.224,12,9,12.224,9,12.5v11C9,23.776,9.224,24,9.5,24h3c0.276,0,0.5-0.224,0.5-0.5v-11 C13,12.224,12.776,12,12.5,12z M12,23h-2V13h2V23z" /> <path fill="#808184" d="M11,7C9.897,7,9,7.897,9,9s0.897,2,2,2s2-0.897,2-2S12.103,7,11,7z M11,10c-0.552,0-1-0.449-1-1 s0.448-1,1-1s1,0.449,1,1S11.552,10,11,10z" /> <path fill="#808184" d="M19.515,11.986c-0.534,0-1.097,0.119-1.554,0.32C17.886,12.126,17.707,12,17.5,12h-3 c-0.276,0-0.5,0.224-0.5,0.5v11c0,0.276,0.224,0.5,0.5,0.5h3c0.276,0,0.5-0.224,0.5-0.5l-0.002-6.661 c0-0.003-0.012-0.336,0.2-0.565C18.365,16.092,18.65,16,19.044,16C19.696,16,20,16.279,20,16.879V23.5c0,0.276,0.224,0.5,0.5,0.5h3 c0.276,0,0.5-0.224,0.5-0.5v-6.842C24,13.21,21.584,11.986,19.515,11.986z M23,23h-2v-6.121C21,15.72,20.251,15,19.044,15 c-0.684,0-1.216,0.2-1.581,0.595c-0.507,0.549-0.468,1.246-0.463,1.284V23h-2V13h2v0.355c0,0.276,0.224,0.5,0.5,0.5 c0.245,0,0.448-0.176,0.491-0.408c0.134-0.146,0.722-0.46,1.523-0.46c0.817,0,3.485,0.265,3.485,3.671V23z" /> <path fill="#808184" d="M16-0.035C7.158-0.035-0.034,7.159-0.034,16S7.158,32.035,16,32.035S32.034,24.841,32.034,16 S24.842-0.035,16-0.035z M16,30.965C7.748,30.965,1.034,24.252,1.034,16S7.748,1.035,16,1.035S30.966,7.748,30.966,16 S24.252,30.965,16,30.965z" /> </g> </svg> </a> </div> <div class="text-sm mt-4"> ©2026 Ajiriwa Network. All rights reserved. </div> </div> </footer> </body> <script> const dropdownButton = document.getElementById('dropdown-button'); const dropdownMenu = document.getElementById('dropdown-menu'); if (dropdownButton){ dropdownButton.addEventListener('click', () => { dropdownMenu.classList.toggle('hidden'); }); } // Close the dropdown when clicking outside of it if (dropdownMenu){ window.addEventListener('click', (event) => { if (!dropdownButton.contains(event.target)) { dropdownMenu.classList.add('hidden'); } }); } </script> </html>