Hassan Kibiti's tools
-
AI-powered content creator for education consultantsOpen78711Released 11mo ago100% Free```html <!-- Elimuhub_AI_Tool_Prompt.html --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Elimuhub AI Content Assistant</title> <link rel="stylesheet" href="styles.css"> </head> <body> <header> <nav> <ul> <li><a href="#home">Home</a></li> <li><a href="#content-generator">Content Generator</a></li> <li><a href="#layout-designer">Layout Designer</a></li> <li><a href="#educational-resources">Educational Resources</a></li> <li><a href="#analytics">Analytics</a></li> </ul> </nav> </header> <main> <section id="home"> <h1>Welcome to Elimuhub AI Content Assistant</h1> <p>Empowering Elimuhub Education Consultants with AI-driven content creation and design tools.</p> </section> <section id="content-generator"> <h2>Content Generator</h2> <form> <label for="content-type">Content Type:</label> <select id="content-type"> <option value="blog-post">Blog Post</option> <option value="article">Article</option> <option value="educational-material">Educational Material</option> </select> <label for="topic">Topic:</label> <input type="text" id="topic" placeholder="Enter your topic"> <label for="style">Style:</label> <select id="style"> <option value="formal">Formal</option> <option value="casual">Casual</option> <option value="academic">Academic</option> </select> <button type="submit">Generate Content</button> </form> <div id="generated-content"></div> </section> <section id="layout-designer"> <h2>Layout Designer</h2> <div id="drag-drop-interface"> <!-- Drag and drop elements here --> </div> <div id="style-options"> <h3>Styling Options</h3> <!-- Color schemes, fonts, etc. --> </div> <div id="preview"> <h3>Real-time Preview</h3> <!-- Preview area --> </div> </section> <section id="educational-resources"> <h2>Educational Resources</h2> <div id="learning-objectives"> <h3>Learning Objectives Generator</h3> <!-- Generator interface --> </div> <div id="assessment-questions"> <h3>Assessment Questions Generator</h3> <!-- Generator interface --> </div> <div id="help-articles"> <h3>Help Articles and FAQs</h3> <!-- Article creation interface --> </div> </section> <section id="analytics"> <h2>Analytics Dashboard</h2> <!-- Analytics charts and data --> </section> </main> <footer> <p>© 2023 Elimuhub Education Consultants. All rights reserved.</p> </footer> <script src="ai-tool.js"></script> </body> </html> ``` This HTML structure provides a basic framework for the Elimuhub AI Content Assistant tool. You can save this as `Elimuhub_AI_Tool_Prompt.html` and paste it into your Blogger editor. Remember to create corresponding CSS (`styles.css`) and JavaScript (`ai-tool.js`) files to handle styling and functionality. You'll also need to implement the actual AI-powered features on the backend.
-
AI-powered Muslim school placement for Kenyan families.Open7616Released 1y ago100% Free<!-- HTML for the Blogger Post --> <div class="Elimuhub-post"> <h1 style="color: #2E4053; font-size: 36px; font-weight: bold;">Comprehensive Student Placement Services for Muslim Schools in Kenya</h1> <p>As a parent, finding the right school for your child can be a daunting task. At Elimuhub Muslim Schools Student Placement, we understand the importance of providing your child with an education that aligns with your values and meets their individual needs. That's why we offer comprehensive student placement services specifically designed for Muslim schools in Kenya.</p> <h2 style="color: #45B3FA; font-size: 24px; font-weight: bold;">Our Expertise</h2> <p>Our team of experienced education consultants takes the time to understand your family's unique requirements, providing personalized guidance throughout the school selection process. We consider factors such as academic standards, Islamic values, and financial considerations to find the perfect fit for your child.</p> <p>We have established relationships with top Muslim schools across the country, ensuring that you have access to a wide range of options that meet your child's needs.</p> <h2 style="color: #45B3FA; font-size: 24px; font-weight: bold;">Our Services</h2> <ul style="list-style: none; padding: 0;"> <li><i class="fas fa-check-circle" style="color: #34C759;"></i> Personalized school recommendations based on your child's needs</li> <li><i class="fas fa-check-circle" style="color: #34C759;"></i> Assistance with school applications and admissions</li> <li><i class="fas fa-check-circle" style="color: #34C759;"></i> Ongoing support throughout the placement process</li> <li><i class="fas fa-check-circle" style="color: #34C759;"></i> Affordable fees with flexible payment options</li> </ul> <p>Don't wait until the last minute - plan ahead and let Elimuhub Education Consultants help you secure your child's spot in the perfect Muslim school. Contact us today to learn more!</p> <h2 style="color: #45B3FA; font-size: 24px; font-weight: bold;">Get Started</h2> <p>Ready to find the right school for your child? Simply contact us via WhatsApp at <a href="https://wa.me/254731838387" style="color: #45B3FA; text-decoration: none;">+254731838387</a> or visit our website at <a href="https://elimuhub.simdif.com" style="color: #45B3FA; text-decoration: none;">https://elimuhub.simdif.com</a>.</p> </div> <!-- CSS Styles --> <style> .Elimuhub-post { max-width: 800px; margin: 40px auto; padding: 20px; background-color: #F7F7F7; border: 1px solid #E4E4E4; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .Elimuhub-post h1, h2 { margin-top: 0; } .Elimuhub-post ul { padding-left: 20px; } .Elimuhub-post li { margin-bottom: 10px; } .Elimuhub-post i { font-size: 18px; margin-right: 10px; } .Elimuhub-post a { transition: color 0.2s ease; } .Elimuhub-post a:hover { color: #2E4053; } </style> <!-- JavaScript Script for animations and interactions --> <script> // Add event listeners for animations document.addEventListener("DOMContentLoaded", function() { const ElimuhubPost = document.querySelector(".Elimuhub-post"); ElimuhubPost.addEventListener("mouseover", function() { this.style.boxShadow = "0 0 10px rgba(0, 0, 0, 0.3)"; }); ElimuhubPost.addEventListener("mouseout", function() { this.style.boxShadow = "0 0 10px rgba(0, 0, 0, 0.1)"; }); }); </script> <!-- Font Awesome Icon Library --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
Comments
On Code reviews
Hassan Kibiti
๐ ๏ธ 2 tools
๐ 24 karma
Oct 28, 2024
I'm working on redesigning my Blogger website html. I'm looking for Ai to help me Create an AI tool that assists in generating high-quality content, designing web layouts, and structuring educational resources for Elimuhub Education Consultants. The tool should generate engaging blog posts, articles, and educational materials tailored to our audience's needs, automate the creation of learning objectives and assessment questions, and develop help articles and FAQs. Include customizable templates that reflect our brand identity with a drag-and-drop interface for easy layout design, ensuring mobile responsiveness and SEO optimization. Offer various styling options, such as color schemes and fonts, with real-time previews. Create webpages structure for the website with essential pages like Home, About Us, Services Offered, Testimonials, Blog, Contact Us, and Resources in html like Elimuhub_home.html.
along with a user-friendly navigation system. Allow users to input specific topics for content generation and select preferred styles, while providing a feedback mechanism to improve output quality. Integrate analytics tools to track performance and user engagement, and enable team collaboration for content review and resource sharing. This tool should empower Elimuhub Education Consultants to efficiently manage their online presence and focus on delivering quality educational services."