{"id":14815,"date":"2025-10-15T12:29:26","date_gmt":"2025-10-15T12:29:26","guid":{"rendered":"https:\/\/wellspringuniversity.edu.ng\/?page_id=14815"},"modified":"2025-10-16T08:26:32","modified_gmt":"2025-10-16T08:26:32","slug":"wellspring-oer","status":"publish","type":"page","link":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wellspring-oer\/","title":{"rendered":"Wellspring OER"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14815\" class=\"elementor elementor-14815\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a62d210 e-grid e-con-boxed e-con e-parent\" data-id=\"a62d210\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da8f08b elementor-widget elementor-widget-text-editor\" data-id=\"da8f08b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n<style>\n        \/* Import Inter font *\/<br \/>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@100..900&display=swap');<br \/>\n        body {<br \/>\n            font-family: 'Inter', sans-serif;<br \/>\n            background-color: #f9fafb; \/* Light gray background *\/<br \/>\n        }<br \/>\n        \/* Custom styles for icon spacing *\/<br \/>\n        .feature-icon {<br \/>\n            display: inline-block;<br \/>\n            width: 2.5rem; \/* 40px *\/<br \/>\n            height: 2.5rem; \/* 40px *\/<br \/>\n        }<br \/>\n    <\/style>\n\n<script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        'wellspring-primary': '#4f46e5', \/\/ Indigo 600\n                        'wellspring-accent': '#2dd4bf', \/\/ Teal 400\n                    },\n                }\n            }\n        }\n        \n        \/\/ --- Tab Functionality Script ---\n        function showTab(targetId, element) {\n            \/\/ 1. Hide all content sections and the contribution CTA\n            document.querySelectorAll('main section:not(#cta-contribution)').forEach(section => {\n                section.classList.add('hidden');\n            });\n\n            \/\/ 2. Show the targeted section\n            const targetSection = document.getElementById(targetId);\n            if (targetSection) {\n                targetSection.classList.remove('hidden');\n            }\n\n            \/\/ 3. Update active state for desktop links\n            document.querySelectorAll('#desktop-nav a').forEach(link => {\n                link.classList.remove('text-wellspring-primary', 'border-b-2', 'border-wellspring-primary');\n                link.classList.add('text-gray-600', 'hover:text-wellspring-primary');\n            });\n            \n            \/\/ Add active state to the clicked desktop link\/tab\n            if (element) {\n                element.classList.remove('text-gray-600', 'hover:text-wellspring-primary');\n                element.classList.add('text-wellspring-primary', 'border-b-2', 'border-wellspring-primary');\n            }\n\n            \/\/ 4. Close mobile menu after clicking a link\n            const menu = document.getElementById('mobile-menu');\n            if (!menu.classList.contains('hidden')) {\n                menu.classList.add('hidden');\n            }\n        }\n\n        \/\/ JavaScript for mobile menu toggle\n        function toggleMobileMenu() {\n            const menu = document.getElementById('mobile-menu');\n            menu.classList.toggle('hidden');\n        }\n\n        \/\/ Initialize Lucide icons and set initial tab\n        window.onload = function() {\n            lucide.createIcons();\n            \/\/ Show the 'Home' tab by default on load\n            const initialTabLink = document.querySelector('#desktop-nav a[data-target=\"home-section\"]');\n            if (initialTabLink) {\n                showTab('home-section', initialTabLink);\n            }\n        }\n    <\/script>\n\n<header class=\"bg-white shadow-md sticky top-0 z-50\">\n<div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n<div class=\"flex justify-between items-center h-16\"><a class=\"text-2xl font-bold tracking-tight text-wellspring-primary\" href=\"#\">\nWellspring <span class=\"text-wellspring-accent\">OER<\/span>\n<\/a><nav id=\"desktop-nav\" class=\"hidden md:flex space-x-8\"><a class=\"text-gray-600 hover:text-wellspring-primary transition duration-150 font-medium pb-2\" data-target=\"home-section\">Home<\/a>\n<a class=\"text-gray-600 hover:text-wellspring-primary transition duration-150 font-medium pb-2\" data-target=\"features-section\">Benefits<\/a>\n<a class=\"text-gray-600 hover:text-wellspring-primary transition duration-150 font-medium pb-2\" data-target=\"categories-section\">Browse<\/a>\n<a class=\"text-gray-600 hover:text-wellspring-primary transition duration-150 font-medium pb-2\" href=\"#contact\">Contact<\/a><\/nav><button id=\"mobile-menu-button\" class=\"md:hidden p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-wellspring-primary\">\n<i class=\"w-6 h-6\" data-lucide=\"menu\"><\/i>\n<\/button>\n\n<\/div>\n<\/div>\n<div id=\"mobile-menu\" class=\"hidden md:hidden bg-white shadow-lg border-t border-gray-100\">\n<div class=\"pt-2 pb-3 px-2 space-y-1 sm:px-3\"><a class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:bg-wellspring-primary hover:text-white transition duration-150\" data-target=\"home-section\">Home<\/a>\n<a class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:bg-wellspring-primary hover:text-white transition duration-150\" data-target=\"features-section\">Benefits<\/a>\n<a class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:bg-wellspring-primary hover:text-white transition duration-150\" data-target=\"categories-section\">Browse<\/a>\n<a class=\"block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:bg-wellspring-primary hover:text-white transition duration-150\" href=\"#contact\">Contact<\/a><\/div>\n<\/div>\n<\/header>&nbsp;\n\n<section id=\"home-section\" class=\"py-16 sm:py-24 bg-wellspring-primary\/10\">\n<div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n<h1 class=\"text-4xl sm:text-6xl font-extrabold tracking-tight text-gray-900 mb-4\">Knowledge Without <span class=\"text-wellspring-primary\">Barriers<\/span><\/h1>\n<p class=\"mt-3 max-w-2xl mx-auto text-xl text-gray-600 sm:mt-5 sm:text-2xl\">Access high-quality, free, and openly licensed educational resources from Wellspring University. Empowering students and educators globally.<\/p>\n\n<div class=\"mt-8 sm:mt-10 flex flex-col sm:flex-row justify-center space-y-3 sm:space-y-0 sm:space-x-4\"><a class=\"inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-xl shadow-lg text-white bg-wellspring-primary hover:bg-indigo-700 transition duration-300 transform hover:scale-[1.02] focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-wellspring-primary\"><href=\"https:\/\/openstax.org\/subjects\u201d>\nStart Exploring Resources\n<\/a>\n<a class=\"inline-flex items-center justify-center px-8 py-3 border border-wellspring-primary text-base font-medium rounded-xl shadow-sm text-wellspring-primary bg-white hover:bg-indigo-50 transition duration-300 transform hover:scale-[1.02] focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-wellspring-primary\">\nLearn About OER\n<\/a><\/div>\n<div class=\"mt-12 w-full max-w-4xl mx-auto rounded-xl shadow-2xl overflow-hidden\"><img decoding=\"async\" class=\"w-full h-auto object-cover\" src=\"uploaded:image_3c459f.png-97ba53e8-774b-4359-bd00-394b522d3741\" alt=\"OER Commons - Open Educational Resources Logo\" \/><\/div>\n<\/div>\n<\/section><section id=\"features-section\" class=\"hidden py-16 sm:py-24 bg-white\">\n<div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n<div class=\"text-center\">\n<h2 class=\"text-base text-wellspring-primary font-semibold tracking-wide uppercase\">Why OER?<\/h2>\n<p class=\"mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl\">The Future of Learning is Open<\/p>\n\n<\/div>\n<div class=\"mt-10 grid grid-cols-1 gap-10 md:grid-cols-3\">\n<div class=\"flex flex-col items-center text-center p-6 bg-gray-50 rounded-2xl shadow-xl transition duration-300 hover:shadow-2xl\">\n<div class=\"feature-icon bg-wellspring-accent\/20 p-3 rounded-full text-wellspring-accent mb-4\"><\/div>\n<h3 class=\"text-xl font-bold text-gray-900 mb-3\">Zero Cost<\/h3>\n<p class=\"text-gray-600\">Eliminate textbook fees and administrative costs. Our resources are permanently free and available to all users.<\/p>\n\n<\/div>\n<div class=\"flex flex-col items-center text-center p-6 bg-gray-50 rounded-2xl shadow-xl transition duration-300 hover:shadow-2xl\">\n<div class=\"feature-icon bg-wellspring-accent\/20 p-3 rounded-full text-wellspring-accent mb-4\"><\/div>\n<h3 class=\"text-xl font-bold text-gray-900 mb-3\">Unrestricted Access<\/h3>\n<p class=\"text-gray-600\">Download, print, and reuse materials anytime, anywhere. Resources are available in multiple, accessible formats.<\/p>\n\n<\/div>\n<div class=\"flex flex-col items-center text-center p-6 bg-gray-50 rounded-2xl shadow-xl transition duration-300 hover:shadow-2xl\">\n<div class=\"feature-icon bg-wellspring-accent\/20 p-3 rounded-full text-wellspring-accent mb-4\"><\/div>\n<h3 class=\"text-xl font-bold text-gray-900 mb-3\">Customizable Content<\/h3>\n<p class=\"text-gray-600\">Resources can be legally adapted, combined, and updated to fit specific course needs and curricula.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/section><section id=\"categories-section\" class=\"hidden py-16 sm:py-24 bg-wellspring-primary\/5\">\n<div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n<div class=\"text-center\">\n<h2 class=\"text-base text-wellspring-primary font-semibold tracking-wide uppercase\">Resource Library<\/h2>\n<p class=\"mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl mb-12\">Browse Our Diverse Collections<\/p>\n\n<\/div>\n<div class=\"grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-4\">\n<div class=\"bg-white rounded-xl shadow-xl overflow-hidden transform transition duration-500 hover:scale-[1.03] hover:shadow-2xl cursor-pointer\">\n<div class=\"p-6\"><i class=\"w-8 h-8 text-wellspring-primary mb-3\" data-lucide=\"atom\"><\/i>\n<h3 class=\"text-xl font-bold text-gray-900\">STEM &amp; Engineering<\/h3>\n<p class=\"mt-2 text-gray-600 text-sm\">Calculus, Physics, Data Science, and Robotics modules.<\/p>\n<span class=\"mt-3 inline-block text-sm font-semibold text-wellspring-accent hover:text-wellspring-primary\">View Resources \u2192<\/span>\n\n<\/div>\n<\/div>\n<div class=\"bg-white rounded-xl shadow-xl overflow-hidden transform transition duration-500 hover:scale-[1.03] hover:shadow-2xl cursor-pointer\">\n<div class=\"p-6\"><i class=\"w-8 h-8 text-wellspring-primary mb-3\" data-lucide=\"gavel\"><\/i>\n<h3 class=\"text-xl font-bold text-gray-900\">Law &amp; Governance<\/h3>\n<p class=\"mt-2 text-gray-600 text-sm\">Constitutional law, international relations, and ethics case studies.<\/p>\n<span class=\"mt-3 inline-block text-sm font-semibold text-wellspring-accent hover:text-wellspring-primary\">View Resources \u2192<\/span>\n\n<\/div>\n<\/div>\n<div class=\"bg-white rounded-xl shadow-xl overflow-hidden transform transition duration-500 hover:scale-[1.03] hover:shadow-2xl cursor-pointer\">\n<div class=\"p-6\"><i class=\"w-8 h-8 text-wellspring-primary mb-3\" data-lucide=\"briefcase\"><\/i>\n<h3 class=\"text-xl font-bold text-gray-900\">Business &amp; Economics<\/h3>\n<p class=\"mt-2 text-gray-600 text-sm\">Marketing principles, financial accounting, and macroeconomic textbooks.<\/p>\n<span class=\"mt-3 inline-block text-sm font-semibold text-wellspring-accent hover:text-wellspring-primary\">View Resources \u2192<\/span>\n\n<\/div>\n<\/div>\n<div class=\"bg-white rounded-xl shadow-xl overflow-hidden transform transition duration-500 hover:scale-[1.03] hover:shadow-2xl cursor-pointer\">\n<div class=\"p-6\"><i class=\"w-8 h-8 text-wellspring-primary mb-3\" data-lucide=\"pen-tool\"><\/i>\n<h3 class=\"text-xl font-bold text-gray-900\">Arts &amp; Humanities<\/h3>\n<p class=\"mt-2 text-gray-600 text-sm\">Literary analysis guides, philosophy texts, and history lecture notes.<\/p>\n<span class=\"mt-3 inline-block text-sm font-semibold text-wellspring-accent hover:text-wellspring-primary\">View Resources \u2192<\/span>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section><section id=\"cta-contribution\" class=\"py-16 sm:py-20 bg-wellspring-primary\">\n<div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n<h2 class=\"text-3xl font-extrabold text-white sm:text-4xl\">Contribute to the Open Movement<\/h2>\n<p class=\"mt-4 text-xl text-indigo-200 max-w-3xl mx-auto\">Are you a Wellspring faculty member or subject matter expert? Help us grow our collection and impact the world of education.<\/p>\n\n<div class=\"mt-8 flex justify-center\"><a class=\"inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-xl shadow-lg text-wellspring-primary bg-wellspring-accent hover:bg-teal-300 transition duration-300 transform hover:scale-105\" href=\"mailto:oer@wellspringuniversity.edu.ng\">\n<i class=\"w-5 h-5 mr-2\" data-lucide=\"send\"><\/i>\nSubmit Your Content\n<\/a><\/div>\n<\/div>\n<\/section>&nbsp;\n\n&nbsp;\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Wellspring OER Home Benefits Browse Contact Home Benefits Browse Contact &nbsp; Knowledge Without Barriers Access high-quality, free, and openly licensed educational resources from Wellspring University. Empowering students and educators globally.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-14815","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages\/14815","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/comments?post=14815"}],"version-history":[{"count":12,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages\/14815\/revisions"}],"predecessor-version":[{"id":14863,"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/pages\/14815\/revisions\/14863"}],"wp:attachment":[{"href":"https:\/\/wellspringuniversity.edu.ng\/index.php\/wp-json\/wp\/v2\/media?parent=14815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}