{"id":342,"date":"2026-07-25T23:20:05","date_gmt":"2026-07-25T23:20:05","guid":{"rendered":"http:\/\/localhost\/inone\/index.php\/home\/"},"modified":"2026-07-25T23:20:05","modified_gmt":"2026-07-25T23:20:05","slug":"home","status":"publish","type":"page","link":"https:\/\/i-inaya.com\/","title":{"rendered":"Home"},"content":{"rendered":"    <style>\n        .inone-landing-container {\n            width: 90vw;\n            max-width: 1200px;\n            margin: 0 auto;\n            color: #f8fafc;\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n        }\n        \n        \/* Hero Section *\/\n        .inone-hero-section {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 40px;\n            padding: 60px 0 80px 0;\n            flex-wrap: wrap;\n        }\n        .inone-hero-content {\n            flex: 1 1 500px;\n        }\n        .inone-badge {\n            display: inline-block;\n            background: rgba(59, 161, 218, 0.15);\n            color: #3ba1da;\n            padding: 6px 16px;\n            border-radius: 20px;\n            font-size: 0.875rem;\n            font-weight: 600;\n            border: 1px solid rgba(59, 161, 218, 0.3);\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        .inone-hero-title {\n            font-size: clamp(2.5rem, 5vw, 3.8rem);\n            font-weight: 800;\n            line-height: 1.15;\n            margin-bottom: 20px;\n            color: #ffffff;\n        }\n        .inone-hero-title span {\n            background: linear-gradient(135deg, #3ba1da 0%, #38bdf8 50%, #06b6d4 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .inone-hero-description {\n            font-size: 1.15rem;\n            line-height: 1.6;\n            color: #94a3b8;\n            margin-bottom: 35px;\n            max-width: 580px;\n        }\n        .inone-hero-btns {\n            display: flex;\n            gap: 16px;\n            flex-wrap: wrap;\n        }\n        .inone-btn-primary {\n            background: linear-gradient(135deg, #3ba1da 0%, #2563eb 100%);\n            color: #ffffff !important;\n            padding: 14px 32px;\n            border-radius: 8px;\n            font-weight: 700;\n            text-decoration: none !important;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 25px -5px rgba(59, 161, 218, 0.4);\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .inone-btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 15px 30px -5px rgba(59, 161, 218, 0.6);\n        }\n        .inone-btn-secondary {\n            border: 2px solid #3ba1da;\n            color: #3ba1da !important;\n            background: transparent;\n            padding: 14px 32px;\n            border-radius: 8px;\n            font-weight: 700;\n            text-decoration: none !important;\n            transition: all 0.3s ease;\n            display: inline-flex;\n            align-items: center;\n        }\n        .inone-btn-secondary:hover {\n            background: #3ba1da;\n            color: #ffffff !important;\n            transform: translateY(-2px);\n        }\n        \n        .inone-hero-graphic {\n            flex: 1 1 400px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n        }\n        .inone-graphic-card {\n            background: rgba(30, 41, 59, 0.7);\n            border: 2px solid rgba(59, 161, 218, 0.3);\n            border-radius: 20px;\n            padding: 40px;\n            text-align: center;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);\n            backdrop-filter: blur(12px);\n            position: relative;\n            overflow: hidden;\n            width: 100%;\n            max-width: 420px;\n        }\n        .inone-graphic-icon {\n            width: 80px;\n            height: 80px;\n            margin: 0 auto 20px auto;\n            background: rgba(59, 161, 218, 0.15);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #3ba1da;\n        }\n        .inone-graphic-icon svg {\n            width: 40px;\n            height: 40px;\n        }\n\n        \/* Stats Bar *\/\n        .inone-stats-bar {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            margin-bottom: 80px;\n            background: rgba(30, 41, 59, 0.5);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n            border-radius: 16px;\n            padding: 30px;\n            backdrop-filter: blur(10px);\n        }\n        .inone-stat-item {\n            text-align: center;\n        }\n        .inone-stat-number {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #3ba1da;\n            line-height: 1;\n            margin-bottom: 8px;\n        }\n        .inone-stat-label {\n            color: #94a3b8;\n            font-size: 0.95rem;\n            font-weight: 500;\n        }\n\n        \/* Section Titles *\/\n        .inone-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        .inone-section-title {\n            font-size: 2.2rem;\n            font-weight: 800;\n            color: #ffffff;\n            margin-bottom: 12px;\n        }\n        .inone-section-subtitle {\n            color: #94a3b8;\n            font-size: 1.1rem;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* Features Grid *\/\n        .inone-features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 80px;\n        }\n        .inone-feature-card {\n            background: rgba(30, 41, 59, 0.4);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n            border-radius: 16px;\n            padding: 35px 25px;\n            transition: all 0.3s ease;\n        }\n        .inone-feature-card:hover {\n            transform: translateY(-5px);\n            border-color: rgba(59, 161, 218, 0.5);\n            background: rgba(30, 41, 59, 0.7);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);\n        }\n        .inone-feature-icon-box {\n            width: 50px;\n            height: 50px;\n            background: rgba(59, 161, 218, 0.15);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #3ba1da;\n            margin-bottom: 20px;\n        }\n        .inone-feature-card h3 {\n            font-size: 1.3rem;\n            color: #ffffff;\n            margin-bottom: 12px;\n        }\n        .inone-feature-card p {\n            color: #94a3b8;\n            line-height: 1.6;\n            font-size: 0.95rem;\n            margin: 0;\n        }\n\n        \/* Recent Showcase *\/\n        .inone-recent-section {\n            margin-bottom: 80px;\n        }\n\n        \/* Bottom CTA Banner *\/\n        .inone-cta-banner {\n            background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);\n            border: 2px solid rgba(59, 161, 218, 0.4);\n            border-radius: 20px;\n            padding: 50px 30px;\n            text-align: center;\n            margin-bottom: 60px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.4);\n        }\n        .inone-cta-banner h2 {\n            font-size: 2.2rem;\n            color: #ffffff;\n            margin-bottom: 15px;\n            font-weight: 800;\n        }\n        .inone-cta-banner p {\n            color: #94a3b8;\n            font-size: 1.1rem;\n            max-width: 600px;\n            margin: 0 auto 30px auto;\n        }\n    <\/style>\n\n    <div class=\"inone-landing-container\">\n        <!-- HERO SECTION -->\n        <section class=\"inone-hero-section\">\n            <div class=\"inone-hero-content\">\n                <span class=\"inone-badge\">\ud83d\ude80 Jahangirnagar University Academic Hub<\/span>\n                <h1 class=\"inone-hero-title\">\n                    Share, Discover & Showcase <span>Academic Projects<\/span>\n                <\/h1>\n                <p class=\"inone-hero-description\">\n                    The central repository for student innovation. Explore datathon entries, course assignments, and research projects uploaded by your peers.\n                <\/p>\n                <div class=\"inone-hero-btns\">\n                    <a href=\"https:\/\/i-inaya.com\/index.php\/global-feed\/\" class=\"inone-btn-primary\">\n                        Explore Feed\n                        <svg width=\"18\" height=\"18\" 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=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path><\/svg>\n                    <\/a>\n                    <a href=\"https:\/\/i-inaya.com\/index.php\/register\/\" class=\"inone-btn-secondary\">\n                        Create Account                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"inone-hero-graphic\">\n                <div class=\"inone-graphic-card\">\n                    <div class=\"inone-graphic-icon\">\n                        <svg 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=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"><\/path><\/svg>\n                    <\/div>\n                    <h3 style=\"color:#ffffff; font-size:1.5rem; margin-bottom:10px;\">INONE Hub<\/h3>\n                    <p style=\"color:#94a3b8; font-size:0.95rem; margin-bottom:20px;\">Empowering students to publish and collaborate seamlessly.<\/p>\n                    <div style=\"background:rgba(59, 161, 218, 0.1); padding:10px; border-radius:8px; color:#3ba1da; font-weight:600; font-size:0.9rem;\">\n                        Verified Student Submissions\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- STATS BAR -->\n        <div class=\"inone-stats-bar\">\n            <div class=\"inone-stat-item\">\n                <div class=\"inone-stat-number\">2+<\/div>\n                <div class=\"inone-stat-label\">Projects Published<\/div>\n            <\/div>\n            <div class=\"inone-stat-item\">\n                <div class=\"inone-stat-number\">5+<\/div>\n                <div class=\"inone-stat-label\">Registered Students<\/div>\n            <\/div>\n            <div class=\"inone-stat-item\">\n                <div class=\"inone-stat-number\">100%<\/div>\n                <div class=\"inone-stat-label\">Open Access Code<\/div>\n            <\/div>\n            <div class=\"inone-stat-item\">\n                <div class=\"inone-stat-number\">Instant<\/div>\n                <div class=\"inone-stat-label\">Direct Zip Downloads<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- FEATURES GRID -->\n        <section>\n            <div class=\"inone-section-header\">\n                <h2 class=\"inone-section-title\">Why Use INONE?<\/h2>\n                <p class=\"inone-section-subtitle\">Designed specifically for university students to share knowledge and archive coursework.<\/p>\n            <\/div>\n            <div class=\"inone-features-grid\">\n                <div class=\"inone-feature-card\">\n                    <div class=\"inone-feature-icon-box\">\n                        <svg width=\"24\" height=\"24\" 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=\"M8 4H6a2 2 0 00-2 2v12a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-2m-4-1v8m0 0l3-3m-3 3L9 8m-5 5h2.586a1 1 0 01.707.293l2.414 2.414a1 1 0 00.707.293h3.172a1 1 0 00.707-.293l2.414-2.414a1 1 0 01.707-.293H20\"><\/path><\/svg>\n                    <\/div>\n                    <h3>Centralized Repository<\/h3>\n                    <p>Keep all your datathon code, assignment scripts, and documentation safely backed up and organized in one place.<\/p>\n                <\/div>\n                <div class=\"inone-feature-card\">\n                    <div class=\"inone-feature-icon-box\">\n                        <svg width=\"24\" height=\"24\" 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=\"M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path><\/svg>\n                    <\/div>\n                    <h3>One-Click Downloads<\/h3>\n                    <p>Easily download project source code and datasets directly as `.zip` files to study or build upon previous work.<\/p>\n                <\/div>\n                <div class=\"inone-feature-card\">\n                    <div class=\"inone-feature-icon-box\">\n                        <svg width=\"24\" height=\"24\" 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=\"M10 6H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V8a2 2 0 00-2-2h-5m-4 0V5a2 2 0 012-2h2a2 2 0 012 2v1m-6 0h6\"><\/path><\/svg>\n                    <\/div>\n                    <h3>Student Portfolios<\/h3>\n                    <p>Build your academic portfolio. Every submission is tagged with your author credentials and unique Project ID.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- RECENT PROJECTS PREVIEW -->\n                <section class=\"inone-recent-section\">\n            <div class=\"inone-section-header\">\n                <h2 class=\"inone-section-title\">Latest Project Submissions<\/h2>\n                <p class=\"inone-section-subtitle\">Check out the most recent work uploaded by students.<\/p>\n            <\/div>\n            <div class=\"inone-feed-grid\" style=\"width:100%; margin:0;\">\n                <div class=\"inone-project-card\"><img decoding=\"async\" src=\"https:\/\/i-inaya.com\/wp-content\/uploads\/2026\/07\/imag-file-types-1024x512-1.png\" alt=\"Backup 3.7MB\" class=\"inone-project-thumbnail\"><h3 class=\"inone-project-title\">Backup 3.7MB<\/h3><span class=\"inone-project-code\">IN-26-609607<\/span><div class=\"inone-project-desc\">A backup file of the project named inane.<\/div><div class=\"inone-author-meta\"><strong>Uploaded By:<\/strong> Sample Name<\/div><a href=\"https:\/\/i-inaya.com\/index.php\/login\/\" class=\"inone-download-btn inone-login-download-btn\" style=\"background-color: #1E293B; border: 1px solid #3ba1da; color: #3ba1da !important;\">\ud83d\udd12 Login to Download<\/a><\/div><div class=\"inone-project-card\"><img decoding=\"async\" src=\"https:\/\/i-inaya.com\/wp-content\/uploads\/2026\/07\/inone_logo_1784740031457.jpg\" alt=\"Olik Bochon\" class=\"inone-project-thumbnail\"><h3 class=\"inone-project-title\">Olik Bochon<\/h3><span class=\"inone-project-code\">IN-26-B4F551<\/span><div class=\"inone-project-desc\">Its a project of our participation in datathon<\/div><div class=\"inone-author-meta\"><strong>Uploaded By:<\/strong> Anonymous Student<\/div><a href=\"https:\/\/i-inaya.com\/index.php\/login\/\" class=\"inone-download-btn inone-login-download-btn\" style=\"background-color: #1E293B; border: 1px solid #3ba1da; color: #3ba1da !important;\">\ud83d\udd12 Login to Download<\/a><\/div>            <\/div>\n            <div style=\"text-align:center; margin-top:30px;\">\n                <a href=\"https:\/\/i-inaya.com\/index.php\/global-feed\/\" class=\"inone-btn-secondary\">View All Projects &rarr;<\/a>\n            <\/div>\n        <\/section>\n        \n        <!-- BOTTOM CTA BANNER -->\n        <div class=\"inone-cta-banner\">\n            <h2>Ready to Showcase Your Work?<\/h2>\n            <p>Join fellow students in preserving academic projects, sharing code, and building an open-source hub for Jahangirnagar University.<\/p>\n            <a href=\"https:\/\/i-inaya.com\/index.php\/register\/\" class=\"inone-btn-primary\" style=\"padding: 16px 40px; font-size:1.1rem;\">\n                Create Account Now\n            <\/a>\n        <\/div>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-342","page","type-page","status-publish","hentry"],"blocksy_meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/i-inaya.com\/index.php\/wp-json\/wp\/v2\/pages\/342","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/i-inaya.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/i-inaya.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/i-inaya.com\/index.php\/wp-json\/wp\/v2\/comments?post=342"}],"version-history":[{"count":0,"href":"https:\/\/i-inaya.com\/index.php\/wp-json\/wp\/v2\/pages\/342\/revisions"}],"wp:attachment":[{"href":"https:\/\/i-inaya.com\/index.php\/wp-json\/wp\/v2\/media?parent=342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}